Re: [Tuxpaint-devel] Kaleidoscope crash
An award-winning drawing program for children of all ages
Brought to you by:
wkendrick
|
From: Bill K. <nb...@so...> - 2007-12-04 17:40:29
|
On Thu, Nov 29, 2007 at 11:24:35PM -0500, Albert Cahalan wrote:
> 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.
I don't think it was really a problem, just valgrind pointing out that I had
sent a pointer to an uninitialized "SDL_Event" struct... which was fine,
because mySDL_PollEvent() would fill it in.
Anyway, this one is moot, because I've given up on the idea of record/playback
in Tux Paint (for demo purposes). I think it's easy enough to create a
video ('screencast') and if folks out there demoing Tux Paint want to have
an automated demo, they can do it using a video, rather than having Tux Paint
'play by itself.'
--
-bill!
bi...@ne...
http://www.newbreedsoftware.com/
|