
On Wed, 27 Oct 2004, Johan Forsberg wrote:
On Wed, 27 Oct 2004 01:32:24 +0200, Gustav Broberg <broberg@...370...> wrote:
I've experienced exactly the same thing. I tried everything, removing the ~/.inkscape-dir, make distclean, --disable-mmx, changing boehm, gtk and gtkmm version, nothing solved it.
Then I changed gcc version to 3.3.4 (i compiled with 3.4.2 before), and that did it for me. (i'm on slackware, but that's probably not the issue).
I've been using 3.4.1 too! I tried compiling with 3.3.1 and it just crashes directly on startup, before the window has even opened. This is what i get from "gdb inkscape":
(gdb) run Starting program: /usr/local/bin/inkscape warning: Unable to find dynamic linker breakpoint function. GDB will be unable to debug shared library initializers and track explicitly loaded dynamic code. [New Thread 16384 (LWP 4797)]
Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 16384 (LWP 4797)] 0x78657400 in ?? ()
I'm confused now! :)
Did you do a 'make clean' before rebuilding it?
Bryce