On Fri, Aug 26, 2005 at 09:14:18PM +0200, Daniel Kobras wrote :
> On Fri, Aug 26, 2005 at 07:35:04PM +0200, Brice Méalier wrote:
> > Program received signal SIG32, Real-time event 32.
> > [Switching to Thread -1238955088 (LWP 24048)]
> > 0xb72c45a9 in poll () from /lib/tls/libc.so.6
> > (gdb) bt
> > #0  0xb72c45a9 in poll () from /lib/tls/libc.so.6
> > #1  0x08076e64 in Thread::loop (this=0x853b2b8) at thread.cpp:258
> > #2  0x08076f4f in loop (mops=0x853b2b8) at thread.cpp:34
> > #3  0xb7485ccd in start_thread () from /lib/tls/libpthread.so.0
> > #4  0xb72ceb0e in clone () from /lib/tls/libc.so.6
> > (gdb) 
> 
> Ah, no. That's not the crash yet. Just ignore SIG32 (and all subsequent
> signals that might occur) until gdb tells you that the program received
> signal SIGSEGV. Then try to obtain a backtrace.
> 

I hope this time it's allright:


(gdb) handle SIG33 nostop noprint pass
Signal        Stop      Print   Pass to program Description
SIG33         No        No      Yes             Real-time event 33
(gdb) handle SIG32 nostop noprint pass
Signal        Stop      Print   Pass to program Description
SIG32         No        No      Yes             Real-time event 32
(gdb) run
Starting program: /usr/bin/muse 
[Thread debugging using libthread_db enabled]
[New Thread -1222887744 (LWP 12558)]
/usr/bin/mozilla-firefox
no locale <muse_en_US>/</usr/share/muse/locale>
open projectfile: No such file or directory
starting with default template
[New Thread -1229898832 (LWP 12592)]
[New Thread -1238287440 (LWP 12593)]
[New Thread -1246676048 (LWP 12594)]
[New Thread -1255064656 (LWP 12595)]
cca_open_socket: could not connect to host 'localhost', service '14541'
cca_init: could not connect to server 'localhost' - disabling ladcca
midiSeqRunning = 1 watchMidi 0
midiSeqRunning = 1 watchMidi 0
midiSeqRunning = 1 watchMidi 0
WatchDog: fatal error, realtime task timeout
   (0,140-3) - stopping all services
[Thread -1238287440 (zombie) exited]
watchdog exit

Program exited with code 0377.
(gdb) 


Here that crased as rn under a normal user.


Best regards,

-- 
Brice Méalier
[EMAIL PROTECTED]
Linux user nb. 372699
Debian GNU/Linux testing
-----
"Unix IS user friendly, it is just selective about who his friends are"


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to