On 27.06.2016 09:58, Ricardo Wurmus wrote:
ng0 <[email protected]> writes:

In gnu/packages/mail.scm I created this package.
It builds succesfully, but when I run it, it segfaults.
Running it in gdb however makes it succeed and not
segfault. How do I debug such a software?
Have you tried running with “strace -f” to see what it appears to be
doing when the segfault occurs?


Another option would be a tool like valgrind (memcheck, etc..).

Regards,
Flo

Reply via email to