[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Bug tracking problem
From: |
Andreas Höschler |
Subject: |
Re: Bug tracking problem |
Date: |
Mon, 16 Apr 2007 12:59:32 +0200 |
Hi all,
Usigng gdb doe snot seem to be an option as long as the
problem occurs only when I start the app by doubleclickig on an icon
in
the Window Maker dock, not when started from within a terminal
session.
I am stuck!
You can attach to a program in gdb unless this problem causes a crash
right away after opening your program. You would put a sleep at the
begining of your program and then attach to it.
Look up the command inside gdb called attach.
Of course I can! Thanks for reminding me on this... :-)
I reproduced the problem with gdb attached and got the following
backtrace.
(gdb) c
Continuing.
Program received signal SIGPIPE, Broken pipe.
0xfdac1504 in _write () from /lib/libc.so.1
(gdb) bt
#0 0xfdac1504 in _write () from /lib/libc.so.1
#1 0xfdab2bb0 in write () from /lib/libc.so.1
#2 0xfd19e4ac in _XFlushInt () from /usr/openwin/lib/libX11.so.4
#3 0xfd1a6e94 in _XEventsQueued () from /usr/openwin/lib/libX11.so.4
#4 0xfd1a6e2c in XPending () from /usr/openwin/lib/libX11.so.4
#5 0xfd3431b8 in -[XGServer(EventOps)
receivedEvent:type:extra:forMode:] (
self=0x2dbb58, _cmd=0xfe18cea4, data=0x4, type=ET_RDESC, extra=0x4,
mode=0xfe1766b4) at XGServerEvent.m:291
#6 0xfdf9b914 in -[GSRunLoopCtxt pollUntil:within:] (self=0x2f66b0,
_cmd=0xfe1765fc, milliseconds=160, contexts=0x2cc628)
at GSRunLoopCtxt.m:592
#7 0xfde9b138 in -[NSRunLoop acceptInputForMode:beforeDate:]
(self=0x2cc600,
_cmd=0xfe176624, mode=0xfe1766b4, limit_date=0x630858) at
NSRunLoop.m:969
#8 0xfde9b750 in -[NSRunLoop runMode:beforeDate:] (self=0x2cc600,
_cmd=0xff10d124, mode=0xfe1766b4, date=0x2f0010) at NSRunLoop.m:1041
#9 0xfef620e8 in -[GSDisplayServer(EventOps)
getEventMatchingMask:beforeDate:inMode:dequeue:] (self=0x2dbb58,
_cmd=0xfd3e5914, mask=4294967295,
limit=0x2f0010, mode=0xfe1766b4, flag=1 '\001') at
GSDisplayServer.m:970
#10 0xfd34c168 in -[XGServer(X11Ops)
getEventMatchingMask:beforeDate:inMode:dequeue:] (self=0x2dbb58,
_cmd=0xff0d16c0, mask=4294967295, limit=0x2f0010,
mode=0xfe1766b4, flag=1 '\001') at XGServerEvent.m:2264
#11 0xfed01e68 in DPSGetEvent (ctxt=0x2dbb58, mask=4294967295,
limit=0x2f0010,
mode=0xfe1766b4) at GSDisplayServer.h:180
---Type <return> to continue, or q <return> to quit---
#12 0xfed02cac in -[NSApplication
nextEventMatchingMask:untilDate:inMode:dequeue:] (self=0x176dc8,
_cmd=0xff0d1908, mask=4294967295, expiration=0x2f0010,
mode=0xfe1766b4, flag=1 '\001') at NSApplication.m:1909
#13 0xfed005b4 in -[NSApplication run] (self=0x176dc8, _cmd=0xff0cf028)
at NSApplication.m:1359
#14 0xfece4d34 in NSApplicationMain (
argc=1, argv=0xffbfea74) at Functions.m:72
#15 0x00012f5c in main (argc=1, argv=0xffbfea74, env=0xffbfea7c)
at SmartClient_main.m:36
This is very far away from my own code. This unfortunately tells me
nothing!
Any idea how I could proceed?
Thanks a lot!
Regards,
Andreas
- Bug tracking problem, Andreas Höschler, 2007/04/16
- Re: Bug tracking problem, Andrew Pinski, 2007/04/16
- Re: Bug tracking problem,
Andreas Höschler <=
- Re: Bug tracking problem, Chris B. Vetter, 2007/04/16
- Re: Bug tracking problem, Andreas Höschler, 2007/04/16
- Re: Bug tracking problem, Andreas Schik, 2007/04/17
- Re: Bug tracking problem, Chris B. Vetter, 2007/04/17
- Re: Bug tracking problem, Andreas Höschler, 2007/04/17
- Re: Bug tracking problem, Chris B. Vetter, 2007/04/17
- Re: Bug tracking problem, Andreas Höschler, 2007/04/17