On 01/11/2025 16:28, Will Godfrey wrote:
Main Engine initialised
Segmentation fault (core dumped)
Generally speaking, it seems unlikely that we'll be able to spot the
problem by any kind of guesswork, however educated that may be.
We have a segfault, and we need to retrieve the information where
that happens. For that we have two options:
- run the program under a debugger, on Ubuntu 25.10 and just
see where the SEGFAULT happens.
- load the coredump the user provided into a gdb session
and retrieve the stacktrace.
Once we have a human-readable stacktrace, we can try to figure out
what can cause a segfault in the relevant line of code. And from
there we can try to draw conclusions what might be the cause
of the problem
-- Hermann
_______________________________________________
Yoshimi-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/yoshimi-devel