Re: [Openpvr-devel] schedule: Segmention Fault
Brought to you by:
brian_j_murrell,
jfunk
From: Alan M. <li...@mu...> - 2004-01-24 18:44:56
|
> The first thing you should always send with gdb output is the output of > the "where" command. Just for the record, it looks like the output of "where" would have led directly to the channel identifier, too: --- gdb where --- (gdb) where #0 0x40255468 in strcmp () from /lib/i686/libc.so.6 #1 0x08049d30 in compareChannelToIdentifier (a=0x3270617a, b=0x632e7469) at schedule.c:567 --- gdb where --- Alan |