GNOME Bugzilla – Bug 569999
Crash in anjuta at startup
Last modified: 2009-02-05 12:46:24 UTC
When I start anjuta from a terminal I get: nacho@ansalon:~/Projects/anjuta$ anjuta (anjuta:7321): Gtk-WARNING **: SendSignal: missing action ActionDmaSignalSend (anjuta:7321): Gtk-WARNING **: UpdateSignalList: missing action ActionDmaSignalUpdate (anjuta:7321): Gtk-WARNING **: UpdateShlList: missing action ActionDmaSharedlibsUpdate # # An unexpected error has been detected by Java Runtime Environment: # # SIGSEGV (0xb) at pc=0x00007f997741ba33, pid=7321, tid=140297200531408 # # Java VM: Java HotSpot(TM) 64-Bit Server VM (11.0-b16 interpreted mode linux-amd64) # Problematic frame: # C [libgio-2.0.so.0+0x1fa33] # # An error report file with more information is saved as: # /home/nacho/Projects/anjuta/hs_err_pid7321.log # # If you would like to submit a bug report, please visit: # http://java.sun.com/webapps/bugreport/crash.jsp # Aborted (core dumped) And the backtrace: Program received signal SIGSEGV, Segmentation fault.
+ Trace 212067
Thread 140568332212176 (LWP 8243)
Removing the .cache/anjuta dir fixes the problem, so I can imagin this problem is because it cannot load the project. I removed the project that it was trying to load. So you should have a look at that.
Loading a project I get the crash again.
I don't get these bugs. I fixed the first 3 warnings yesterday but I don't think it explains the crash anyway. I don't know why Java VM comes here.
Well, the JavaVM most likely comes from libgda (you can build it without java), but it's just the sigsegv-handler of Java, nothing related to this bug. Maybe a bug in unstable glib or something like that. I don't get it.
Do you still get his? Could be unstable glib or something like that.
With latest revision is already crashing, anyway this looks more a problem with my unstable libraries than a programming problem. I tried several things to fix it but I couldn't find the problem, maybe something in gbf that is messing uris, but I don't know. I would close this as not a bug, at least not a bug of anjuta.