Re: [Tuxpaint-devel] Crash when choosing text tool in Norwegian Nynorsk translation
An award-winning drawing program for children of all ages
Brought to you by:
wkendrick
|
From: Bill K. <nb...@so...> - 2008-06-27 23:44:35
|
On Sat, Jun 28, 2008 at 01:36:04AM +0200, Karl Ove Hufthammer wrote:
> Fredag 27. juni 2008 skreiv Bill Kendrick:
> >I do not get a crash (CVS as of Fri Jun 27 00:36:00 UTC 2008
> >running on Ubuntu 8.04 with libsdl-pango1 v. 0.1.2-3,
> >libpango1.0-0 v. 1.20.1-1.
> >
> >
> >Can you post more debugging info? (stack trace, etc.)
>
> Please remind me how to do that. The only output on the console is the error
> message 'Minnesegmentsfeil' ('segmentation fault').
>
> Also, it looks like it only crashes in window mode. In fullscreen mode, Tux
> Paint instead freezes when searching for fonts. Very strange.
You can do something like:
strace -s 9999 -o strace.txt tuxpaint
Then after it crashes, we can examine the 'strace.txt' output file.
For GDB debugging, you could do something like this:
$ make clean
$ make DEBUG_FLAGS=-g
$ gdb tuxpaint
(gdb) run
Then, when it crashes, you can try doing "bt" to display a backtrace
(display the program stack), and we can begin tracking down where it crashed.
Thx!
--
-bill!
"Tux Paint" - free children's drawing software for Windows / Mac OS X / Linux!
Download it today! http://www.tuxpaint.org/
|