After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 731212 - libsoup bug causes Eclipse to crash
libsoup bug causes Eclipse to crash
Status: RESOLVED DUPLICATE of bug 710242
Product: libsoup
Classification: Core
Component: Misc
2.4.x
Other Linux
: Normal critical
: ---
Assigned To: libsoup-maint@gnome.bugs
libsoup-maint@gnome.bugs
Depends on:
Blocks:
 
 
Reported: 2014-06-04 14:19 UTC by elsa.morris-3zqul52
Modified: 2014-06-04 16:09 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Crash log (142.20 KB, text/x-log)
2014-06-04 14:19 UTC, elsa.morris-3zqul52
Details

Description elsa.morris-3zqul52 2014-06-04 14:19:24 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)
Comment 1 André Klapper 2014-06-04 15:57:55 UTC
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?
Comment 2 Dan Winship 2014-06-04 16:09:17 UTC
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 ***