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 591826 - nautilus crashed with SIGSEGV in strcmp()
nautilus crashed with SIGSEGV in strcmp()
Status: RESOLVED FIXED
Product: brasero
Classification: Applications
Component: nautilus-extension
2.27.x
Other Linux
: Normal critical
: 2.26
Assigned To: Brasero maintainer(s)
Brasero maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2009-08-14 16:53 UTC by Pedro Villavicencio
Modified: 2009-08-14 20:04 UTC
See Also:
GNOME target: ---
GNOME version: 2.27/2.28



Description Pedro Villavicencio 2009-08-14 16:53:40 UTC
this report has been filed here:

https://bugs.edge.launchpad.net/ubuntu/+source/brasero/+bug/413660

"Nautilus crashes immediately at start-up (using auto-login) and starts many new nautilus instances."


".

Thread 3 (process 13340)

  • #0 open64
    from /lib/libc.so.6
  • #1 brasero_device_handle_open
    at /usr/include/bits/fcntl2.h line 58
  • #2 brasero_drive_probe_thread
    at brasero-drive.c line 1018
  • #3 g_thread_create_proxy
    at /build/buildd/glib2.0-2.21.4/glib/gthread.c line 635
  • #4 start_thread
    from /lib/libpthread.so.0
  • #5 clone
    from /lib/libc.so.6
  • #6 ??

Thread 1 (process 13338)

  • #0 strcmp
    from /lib/libc.so.6
  • #1 brasero_medium_monitor_get_drive
    at brasero-medium-monitor.c line 116
  • #2 brasero_medium_monitor_init
    at brasero-medium-monitor.c line 632
  • #3 IA__g_type_create_instance
    at /build/buildd/glib2.0-2.21.4/gobject/gtype.c line 1674
  • #4 g_object_constructor
    at /build/buildd/glib2.0-2.21.4/gobject/gobject.c line 1338
  • #5 IA__g_object_newv
    at /build/buildd/glib2.0-2.21.4/gobject/gobject.c line 1215
  • #6 IA__g_object_new_valist
    at /build/buildd/glib2.0-2.21.4/gobject/gobject.c line 1278
  • #7 IA__g_object_new
    at /build/buildd/glib2.0-2.21.4/gobject/gobject.c line 1060
  • #8 brasero_medium_monitor_get_default
    at brasero-medium-monitor.c line 825
  • #9 brasero_media_library_start
    at brasero-media.c line 532
  • #10 nautilus_module_initialize
    at nautilus-burn-extension.c line 932
  • #11 nautilus_module_load
    at nautilus-module.c line 96
  • #12 IA__g_type_module_use
    at /build/buildd/glib2.0-2.21.4/gobject/gtypemodule.c line 257
  • #13 nautilus_module_setup
    at nautilus-module.c line 173
  • #14 nautilus_application_startup
    at nautilus-application.c line 649
  • #15 main
    at nautilus-main.c line 534

Comment 1 Philippe Rouquier 2009-08-14 18:59:44 UTC
Thanks for the report. I committed a fix for that. Please test it and reopen this bug if it was not fixed properly.
Comment 2 Albert Damen 2009-08-14 20:04:15 UTC
As the original reporter of the launchpad bug, I can confirm your fix solves the problem.
Thanks for the very fast fix!