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 658638 - nautilus crashed with SIGSEGV in g_main_context_dispatch()
nautilus crashed with SIGSEGV in g_main_context_dispatch()
Status: RESOLVED OBSOLETE
Product: nautilus
Classification: Core
Component: general
3.1.x
Other Linux
: Normal critical
: ---
Assigned To: Nautilus Maintainers
Nautilus Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-09-09 09:16 UTC by Lukasz Olszewski
Modified: 2012-08-26 15:45 UTC
See Also:
GNOME target: ---
GNOME version: 3.1/3.2


Attachments
usr_lib_nautilus (316 bytes, text/plain)
2011-09-09 09:17 UTC, Lukasz Olszewski
Details
StacktraceTop (239 bytes, text/plain)
2011-09-09 09:18 UTC, Lukasz Olszewski
Details
Disassembly (539 bytes, text/plain)
2011-09-09 09:18 UTC, Lukasz Olszewski
Details
Stacktrace (1.35 KB, text/plain)
2011-09-09 09:20 UTC, Lukasz Olszewski
Details
ProcStatus (797 bytes, text/plain)
2011-09-09 09:21 UTC, Lukasz Olszewski
Details
XsessionErrors (2.06 KB, text/plain)
2011-09-09 09:21 UTC, Lukasz Olszewski
Details
SegvAnalysis (198 bytes, text/plain)
2011-09-09 09:22 UTC, Lukasz Olszewski
Details
gdb backtrace (34.16 KB, text/plain)
2011-09-28 09:16 UTC, Lukasz Olszewski
Details

Description Lukasz Olszewski 2011-09-09 09:16:58 UTC
Nautilus crashes occasionally during normal use. This may cause files being lost during move.
Comment 1 Lukasz Olszewski 2011-09-09 09:17:38 UTC
Created attachment 196069 [details]
usr_lib_nautilus
Comment 2 Lukasz Olszewski 2011-09-09 09:18:15 UTC
Created attachment 196070 [details]
StacktraceTop
Comment 3 Lukasz Olszewski 2011-09-09 09:18:54 UTC
Created attachment 196071 [details]
Disassembly
Comment 4 Lukasz Olszewski 2011-09-09 09:20:30 UTC
Created attachment 196072 [details]
Stacktrace
Comment 5 Lukasz Olszewski 2011-09-09 09:21:02 UTC
Created attachment 196073 [details]
ProcStatus
Comment 6 Lukasz Olszewski 2011-09-09 09:21:38 UTC
Created attachment 196074 [details]
XsessionErrors
Comment 7 Lukasz Olszewski 2011-09-09 09:22:09 UTC
Created attachment 196075 [details]
SegvAnalysis
Comment 8 André Klapper 2011-09-09 15:03:19 UTC
Please provide a full stacktrace (thread apply all bt) with debug symobls installed.
Comment 9 Fabio Durán Verdugo 2011-09-09 23:56:04 UTC
where is the link report? is in ubuntu launchpad?
Comment 10 Lukasz Olszewski 2011-09-10 08:35:44 UTC
Yes, you can find it here: https://launchpad.net/bugs/821342
I'll try to attach a better stack trace some time soon.
Comment 11 Lê Hoàng Phương 2011-09-26 15:09:15 UTC
The crash occurs when changing the icon view mode to list mode. (Easier to reproduce when there are a lot of files in the folder, eg: /usr/lib)
Comment 12 Lukasz Olszewski 2011-09-28 09:16:57 UTC
Created attachment 197641 [details]
gdb backtrace

Attached on launchpad https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/821342 by WarriorIng64 (christhehorton)
Comment 13 André Klapper 2011-11-07 15:16:13 UTC
(In reply to comment #12)
> Created an attachment (id=197641) [details]
> gdb backtrace

Posting it here:

Program received signal SIGSEGV, Segmentation fault.
0x00007faf57b78929 in g_type_check_instance () from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
(gdb) backtrace full
  • #0 g_type_check_instance
    from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
  • #1 g_signal_handler_disconnect
    from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
  • #2 nautilus_icon_container_search_dialog_hide
    at nautilus-icon-container.c line 4912
  • #3 nautilus_icon_container_search_dialog_hide
    at nautilus-icon-container.c line 4904
  • #4 nautilus_icon_container_search_entry_flush_timeout
    at nautilus-icon-container.c line 4930
  • #5 ??
    from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  • #6 g_main_context_dispatch
    from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  • #7 ??
    from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  • #8 g_main_loop_run
    from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  • #9 gtk_main
    from /usr/lib/libgtk-3.so.0
  • #10 g_application_run
    from /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0
  • #11 main
    at nautilus-main.c line 102

Comment 14 William Jon McCann 2012-08-26 15:45:40 UTC
This code has been removed from master.