I wanted to debug an error that causes me trouble. I followed the current instructions for Bazaar, Launchpad and Eclipse. I'm using Windows 7. Everything seems to work fine. There are a few differences in Eclipse though, as the instructions are for an older version.
Compiling Inkscape works flawlessly, no errors or warnings. But if I run the new inkscape.exe, the process terminates after around one second without any comment. As everything seems to work fine and I get no error message, I'm pretty helpless.
I tried building both from within Eclipse and directly from the command line, I also tried a clean rebuild, didn't help.
I tried to run inkscape.exe from within gdb. I don't know if I did it right. That's the result:
Code: Select all
(gdb) target exec inkscape.exe
(gdb) run
Starting program: C:\eclipse\workspace\inkscape\inkscape/inkscape.exe
[New thread 4500.0x6f0]
(no debugging symbols found)
Error: dll starting at 0x77890000 not found.
Error: dll starting at 0x75890000 not found.
Error: dll starting at 0x77890000 not found.
Error: dll starting at 0x779b0000 not found.
(no debugging symbols found)
Program received signal SIGSEGV, Segmentation fault.
0x66533a06 in libglibmm-2!_ZNSs12_S_constructIPcEES0_T_S1_RKSaIcESt20forward_ite
rator_tag () from C:\eclipse\workspace\inkscape\inkscape\libglibmm-2.4-1.dll
(gdb)
Any ideas what I could try or what the problem could be?