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 686585 - Nautilus crashes with SIGSEV in nautilus_application_add_platform_data function
Nautilus crashes with SIGSEV in nautilus_application_add_platform_data function
Status: RESOLVED NOTGNOME
Product: nautilus
Classification: Core
Component: general
3.6.x
Other Linux
: High critical
: ---
Assigned To: Nautilus Maintainers
Nautilus Maintainers
: 686589 686600 686621 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2012-10-21 17:47 UTC by wmasters
Modified: 2012-10-22 19:23 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
I believe this is the stack trace. Not sure (29.80 KB, text/plain)
2012-10-21 18:56 UTC, wmasters
Details

Description wmasters 2012-10-21 17:47:16 UTC
Nautilus version: 3.6.1

System architecture: amd64

I'm running Ubuntu 12.10 and have been successfully using gnome-shell 3.6 from the official gnome ppa.  Today (10/12/12) I received an update that makes nautilus crash every time it is opened.  


When run from the terminal this is the output I get:

(nautilus:6958): Gdk-CRITICAL **: gdk_x11_display_get_xdisplay: assertion `GDK_IS_DISPLAY (display)' failed
Segmentation fault (core dumped)
Comment 1 André Klapper 2012-10-21 18:14:18 UTC
Thanks for taking the time to report this bug.
Without a stack trace from the crash it's very hard to determine what caused it.
Can you get us a stack trace? Please see http://live.gnome.org/GettingTraces for more information on how to do so. Thanks in advance!
Comment 2 wmasters 2012-10-21 18:56:34 UTC
Created attachment 226941 [details]
I believe this is the stack trace.  Not sure

Is this what you're looking for?  This is my first attempt to get a stack trace :)
Comment 3 wmasters 2012-10-22 00:25:18 UTC
Additional info:  I've noticed that nautilus is still drawing the icons on the desktop, and I can still access nautilus via double click on one of them.  When I try to launch nautilus from the dock, run dialog, or terminal, I get the crash.
Comment 4 Dmitry Shachnev 2012-10-22 06:16:43 UTC
Reverting http://git.gnome.org/browse/nautilus/commit/?id=629c9bc27a fixes this problem (which is, I believe, the same as bug 686600 and bug 686589).
Comment 5 Dmitry Shachnev 2012-10-22 06:38:03 UTC
Ah, I think you can close this problem as NOTGNOME — the nautilus_application_add_platform_data function in which this crash happens is Ubuntu-specific function, added by our 21_correct_timestamp_use_fix_focus_issue.patch.
Comment 6 Cosimo Cecchi 2012-10-22 14:15:41 UTC
*** Bug 686600 has been marked as a duplicate of this bug. ***
Comment 7 Cosimo Cecchi 2012-10-22 14:16:07 UTC
*** Bug 686589 has been marked as a duplicate of this bug. ***
Comment 8 Cosimo Cecchi 2012-10-22 14:17:07 UTC
*** Bug 686621 has been marked as a duplicate of this bug. ***
Comment 9 Dmitry Shachnev 2012-10-22 15:15:38 UTC
This should now be fixed in Nautilus 1:3.6.1-0ubuntu1~ubuntu12.10.2 in the GNOME3 PPA.
Comment 10 wmasters 2012-10-22 19:23:56 UTC
(In reply to comment #9)
> This should now be fixed in Nautilus 1:3.6.1-0ubuntu1~ubuntu12.10.2 in the
> GNOME3 PPA.

I can confirm that after today's (10/22/12) update, the problem no longer exists.