Re: [Openpvr-devel] Schedule segfaults when conflicts occur
Brought to you by:
brian_j_murrell,
jfunk
From: Brian J. M. <br...@in...> - 2003-05-13 20:05:53
|
On Tue, 2003-05-13 at 15:09, Alan Murrell wrote: > Hello, Hi. > I am not sure if this is specific to me, but whenever > i run 'schedule' and it encounters conflicts, it > segfaults and gives a core dump. Well, it doesn't happen to me, so it must be specific to you. :-) > I can provide a link to an strace output, if you think > that would help, strace is quite useless trying to debug segfaults. What I really need is a stack trace with debugging symbols enabled, or a core file. Build the scheduler with -g in the gcc options (remove any -O options) and run it with gdb: $ gdb schedule When it segfaults, type in: gdb> where and give me the output. If you can, try to leave the gdb running so I can ask about other stuff if I need to. No worries if you cannot. b. --=20 Brian J. Murrell <br...@in...> |