Hello,

- Which sound driver are you using?

- Could you try running the program from gdb, and then get a backtrace when the program aborts?

This is done by
$ gdb src/mhwaveedit
GNU gdb (Ubuntu/Linaro 7.2-1ubuntu11) 7.2
Copyright (C) 2010 Free Software Foundation, Inc.
...
(gdb) run
Starting program: /home/magnus/git/mhwaveedit/src/mhwaveedit
...
(run the program until it crashes)
...
Program received signal SIGABRT, Aborted.
0x0012e416 in __kernel_vsyscall ()
(gdb) bt
#0  0x0012e416 in __kernel_vsyscall ()
#1  0x00ea4f76 in __poll (fds=0x8245798, nfds=5, timeout=-1)
    at ../sysdeps/unix/sysv/linux/poll.c:87
#2  0x0098984b in g_poll (fds=0x8245798, nfds=5, timeout=-1)
    at /build/buildd/glib2.0-2.28.6/./glib/gpoll.c:132
...
(gdb) quit

Best regards,
Magnus

On 08/26/2011 02:46 PM, Renato wrote:
Hello, I'm randomly (quite frequently) getting crashes, with this error:

ERROR:document.c:362:document_stop: assertion failed: (playing_document == NULL)
Aborted

I'm on archlinux and using this versions:
mhwaveedit: 1.4.21
jack: 0.118
kernel: 3.0.3


cheers
renato


_______________________________________________
Mhwaveedit-discuss mailing list
[email protected]
https://mail.gna.org/listinfo/mhwaveedit-discuss


_______________________________________________
Mhwaveedit-discuss mailing list
[email protected]
https://mail.gna.org/listinfo/mhwaveedit-discuss

Reply via email to