techee left a comment (geany/geany-plugins#1447) Maybe you could try ```ini rpc_log=stdout rpc_log_full=false # or even true, it's just a little too verbose show_server_stderr=true ```
in the server configuration. This will print some info to stderr and could give us some clue what was being called when the crash happened (the trouble is that the latest output might not get printed when the crash happens). 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. 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. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/issues/1447#issuecomment-2984316526 You are receiving this because you are subscribed to this thread. Message ID: <geany/geany-plugins/issues/1447/[email protected]>
