GNOME Bugzilla – Bug 731212
libsoup bug causes Eclipse to crash
Last modified: 2014-06-04 16:09:17 UTC
Created attachment 277876 [details] Crash log This seems to occur when Eclipse goes to notify me of missing imports, etc. If you go to import the file or mouseover any of the errors it cannot handle it and I get a SIGSEGV. Per a bug report against IcedTea they confirmed the bug was caused by libsoup rather than OpenJDK. ----------------------------------------------------- Merged dex A (12 defs/4.8KiB) with dex B (505 defs/547.1KiB). Result is 517 defs/677.8KiB. Took 0.3s # # A fatal error has been detected by the Java Runtime Environment: # # SIGSEGV (0xb) at pc=0x00007fbccb903781, pid=28181, tid=140452240176896 # # JRE version: OpenJDK Runtime Environment (7.0_55-b14) (build 1.7.0_55-b14) # Java VM: OpenJDK 64-Bit Server VM (24.51-b03 mixed mode linux-amd64 compressed oops) # Problematic frame: # C [libsoup-2.4.so.1+0x72781] soup_session_feature_detach+0x11 # # Core dump written. Default location: /home/manjaro/adt-bundle-linux-x86_64-20131030/eclipse/core or core.28181 # # An error report file with more information is saved as: # /home/manjaro/adt-bundle-linux-x86_64-20131030/eclipse/hs_err_pid28181.log # # If you would like to submit a bug report, please include # instructions on how to reproduce the bug and visit: # http://icedtea.classpath.org/bugzilla # The crash happened outside the Java Virtual Machine in native code. # See problematic frame for where to report the bug. # java version "1.7.0_55" OpenJDK Runtime Environment (IcedTea 2.4.7) (ArchLinux build 7.u55_2.4.7-1-x86_64) OpenJDK 64-Bit Server VM (build 24.51-b03, mixed mode)
Which exact libsoup version is this about? The attached file only mentions one line: C [libsoup-2.4.so.1+0x72781] soup_session_feature_detach+0x11 Any chance to get a stacktrace with parameters and line numbers?
this is an eclipse bug, which is already fixed in eclipse (https://bugs.eclipse.org/bugs/show_bug.cgi?id=404776) *** This bug has been marked as a duplicate of bug 710242 ***