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 685075 - File Roller crashes with segmentation fault
File Roller crashes with segmentation fault
Status: RESOLVED DUPLICATE of bug 685108
Product: file-roller
Classification: Applications
Component: general
3.6.x
Other Linux
: High critical
: ---
Assigned To: Paolo Bacchilega
file-roller-maint
Depends on:
Blocks:
 
 
Reported: 2012-09-28 21:00 UTC by Armin K.
Modified: 2012-09-29 20:50 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Armin K. 2012-09-28 21:00:02 UTC
Version 3.6.0 crashes with segmentation fault where backtrace shows something related to D-Bus service.

Here's output from gdb

Reading symbols from /home/armin/src/file-roller-3.6.0/dest/usr/bin/file-roller...done.
(gdb) run
Starting program: /home/armin/src/file-roller-3.6.0/dest/usr/bin/file-roller 
warning: Could not load shared library symbols for linux-gate.so.1.
Do you need "set solib-search-path" or "set sysroot"?
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/libthread_db.so.1".
[New Thread 0xb528eb40 (LWP 4254)]
[New Thread 0xb4868b40 (LWP 4255)]
[New Thread 0xb3effb40 (LWP 4256)]

Program received signal SIGSEGV, Segmentation fault.
on_bus_acquired_for_archive_manager (connection=0x810d040, 
    name=0x819ff58 "org.gnome.ArchiveManager1", user_data=0x80ce000)
    at main.c:575
575		registration_id = g_dbus_connection_register_object (connection,
(gdb) bt
  • #0 on_bus_acquired_for_archive_manager
    at main.c line 575
  • #1 ??
    from /usr/lib/libgio-2.0.so.0
  • #2 g_simple_async_result_complete
    from /usr/lib/libgio-2.0.so.0
  • #3 ??
    from /usr/lib/libgio-2.0.so.0
  • #4 ??
    from /lib/libglib-2.0.so.0
  • #5 g_main_context_dispatch
    from /lib/libglib-2.0.so.0
  • #6 ??
    from /lib/libglib-2.0.so.0
  • #7 g_main_context_iteration
    from /lib/libglib-2.0.so.0
  • #8 g_application_run
    from /usr/lib/libgio-2.0.so.0
  • #9 main
    at main.c line 948

Comment 1 André Klapper 2012-09-29 16:30:02 UTC
Thanks for taking the time to report this bug.
Unfortunately, that stack trace is missing some elements that will help a lot to solve the problem, so it will be hard for the developers to fix that crash. Can you get us a stack trace with debugging symbols for (lib)glib2? Please see http://live.gnome.org/GettingTraces for more information on how to do so and reopen this bug or report a new one. Thanks in advance!
Comment 2 Fabio Durán Verdugo 2012-09-29 20:50:03 UTC
Here a better trace bug 685108

*** This bug has been marked as a duplicate of bug 685108 ***