nullishamy

Results 113 comments of nullishamy
trafficstars

Thanks! I'll give it a go now.

Update, got a SIGABRT (??), going to gather the traceback and send it over.

PID: 45817 (nvim) UID: 1000 (amy) GID: 100 (users) Signal: 6 (ABRT) Timestamp: Mon 2022-12-19 21:45:49 GMT (2min 23s ago) Command Line: ./result/bin/nvim Executable: /nix/store/y6hb4jppriryr7nkaqq1j2z0yszgwn7j-neovim-unwrapped-master/bin/nvim Control Group: /user.slice/user-1000.slice/session-2.scope Unit: session-2.scope...

Unfortunately so. I could look into disabling LSPs and such to see if it resolves it tomorrow.

Disabled the following, issue still appeared: 1. LSP 2. Formatting 3. Mason 4. Treesitter 5. Discord RPC As they all have IO at some point. Still unsure what's causing it...

More info: Got `IOT instruction (core dumped)` today. With the text `size vs. prev_size in fastbins`, with some research, this appears to be a memory bug. https://stackoverflow.com/questions/53905164/realloc-inside-a-function-corrupted-size-vs-prev-size#53907212. Will run with...

Managed to get gdb attached and captured the error, stack: libluv is definitely dying. ``` Thread 6 (Thread 0x7fffe37fe640 (LWP 66637) "nvim"): #0 0x00007ffff7bde7d5 in __futex_abstimed_wait_common () from /nix/store/fz54faknl123dimzz6jsppw193lx2mip-glibc-2.35-163/lib/libc.so.6 No...

One interesting note I forgot to mention was neovim spawning a whole load of child processes? Every time i switched windows, GDB logged about child process detaching, which i found...

Alright, thanks for that! Thought it might have been related in some sense, not sure though.. All I can say is that it's still spawning a lot of processes. At...

After getting many crashes today, I do believe it is related to the file saving logic. I have an [autosave plugin](https://github.com/nullishamy/autosave.nvim) (entirely lua, only calling neovim APIs), so when I...