[Tuxpaint-devel] Plugins crash:Supplement
An award-winning drawing program for children of all ages
Brought to you by:
wkendrick
|
From: foo-script <foo...@o2...> - 2008-07-10 02:04:46
|
Of course it was confetti.c file, not fold.c
In this source I used inline function (to make code more optimized), so in gdb listing you can see that _click() function returns anything. It doesn't. It was just gdb mistake caused by inline function call. After removing such functions we get:
"0xb6862c90 in confetti_get_new_color (ptr=0x824e378, canvas=0x1)
at magic/src/confetti.c:105
105 return SDL_MapRGB(canvas->format, temp_r, temp_g, temp_b);
"
Again :/
Best,
Adam
|