[Bug 73619] Inkscape crashes with GLib problem when trying to print (fwd)
---------- Forwarded message ---------- Date: Fri, 10 Dec 2004 01:53:44 +0000 From: bugzilla-daemon@...599... To: bryce@...260... Subject: [Bug 73619] Inkscape crashes with GLib problem when trying to print
http://bugs.gentoo.org/show_bug.cgi?id=73619
------- Additional Comments From xanderhsia@...210... 2004-12-09 17:53 PST ------- OK. I following the instructions on running gdb and got a backtrace. Note that I do not have USE="debug" flag turned on. If this report doesn't have the right info , I can recompile and rerun gdb. Bear with me, this is first time I have run gdb, so I'm not really sure what I am looking for.
ender@...600... ~/home $ gdb inkscape GNU gdb 6.2.1 Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i686-pc-linux-gnu"...(no debugging symbols found)...Using host libthread_db library "/lib/tls/libthread_db.so.1".
(gdb) run Starting program: /usr/bin/inkscape (no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...[Thread debugging using libthread_db enabled] [New Thread -1220237632 (LWP 31494)]
(inkscape:31494): GLib-CRITICAL **: file gthreadpool.c: line 284 (g_thread_pool_new): assertion `g_thread_supported ()' failed
GLib-ERROR **: The thread system is not yet initialized. aborting...
Program received signal SIGABRT, Aborted. [Switching to Thread -1220237632 (LWP 31494)] 0xffffe410 in ?? ()
------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
On Thu, 09 Dec 2004 22:14:58 -0800, Bryce Harrington wrote:
Program received signal SIGABRT, Aborted. [Switching to Thread -1220237632 (LWP 31494)] 0xffffe410 in ?? ()
This backtrace is useless, he needs to recompile with debug info enabled and optimization disabled. In other words the exact opposite of what he's got now.
participants (2)
-
Bryce Harrington
-
Mike Hearn