Re: [Tuxpaint-devel] Kaleidoscope crash
An award-winning drawing program for children of all ages
Brought to you by:
wkendrick
|
From: Albert C. <aca...@gm...> - 2007-11-30 04:24:31
|
Running tuxpaint under valgrind, I got this: ==1937== Conditional jump or move depends on uninitialised value(s) ==1937== at 0x406B17B: (within /usr/lib/libSDL-1.2.so.0.11.1) ==1937== by 0x406BB09: (within /usr/lib/libSDL-1.2.so.0.11.1) ==1937== by 0x4037EF6: SDL_PumpEvents (in /usr/lib/libSDL-1.2.so.0.11.1) ==1937== by 0x4038406: SDL_PollEvent (in /usr/lib/libSDL-1.2.so.0.11.1) ==1937== by 0x804D7ED: mySDL_PollEvent (in /home/olpc/tuxpaint/tuxpaint) I guess I didn't have debug info in the build. Doing this on the XO hardware is really hard because the CPU is slow. Anyway, mySDL_PollEvent has a problem. |