b4n left a comment (geany/geany-plugins#1447) I'll try that and see if I get a crash and more info
> You could also check `top` output and memory consumption if either the plugin > or the server don't run out of memory because of some leak. Well, I'll keep an eye, but I highly doubt it: it was short runs when I was doing small experiments or working on the French translation, and I have 64G of ram on this machine, 32 of which are available right now, so a leak would have to be huge to account for this 🙂 > The stack trace is kind of strange - when got crashes when developing the > plugin, I always got normal stack traces so I suspect something weird here, > like e.g. some problem related to running subprocesses. Yeah I really don't know what creates such odd-looking stack traces in a thread, maybe a crash at the wrong time when trying to `exec()`? Anyway, I'll try and see if I can get a crash somehow. FWIW I enabled LSP in my long-running main instance (no project though, but have enabled standalone LSP for testing), and I do a lot of stuff with it, and no crash there yet, so at least it's not hugely prevalent. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/issues/1447#issuecomment-2984471788 You are receiving this because you are subscribed to this thread. Message ID: <geany/geany-plugins/issues/1447/[email protected]>
