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 665796 - crash in init_fade at nautilus-desktop-background.c
crash in init_fade at nautilus-desktop-background.c
Status: RESOLVED FIXED
Product: nautilus
Classification: Core
Component: Crashers
3.3.x
Other Linux
: Normal critical
: ---
Assigned To: Nautilus Maintainers
Nautilus Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-12-08 13:59 UTC by Stefano Teso
Modified: 2012-02-06 18:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
backtrace (4.01 KB, text/plain)
2011-12-08 13:59 UTC, Stefano Teso
Details

Description Stefano Teso 2011-12-08 13:59:37 UTC
Created attachment 203067 [details]
backtrace

Just what the subject says, really :-) Fire up nautilus and dconf-editor. Click a few times on show-desktop-icons. Segfault.

Backtrace attached.
Comment 1 Fabio Durán Verdugo 2011-12-08 20:55:28 UTC
post it here the attach backtrace

Program received signal SIGSEGV, Segmentation fault.
0x080e381f in init_fade (self=0x8396b08) at nautilus-desktop-background.c:159
159		widget = self->details->widget;
(gdb) bt
  • #0 init_fade
    at nautilus-desktop-background.c line 159
  • #1 nautilus_desktop_background_changed
    at nautilus-desktop-background.c line 352
  • #2 g_cclosure_marshal_VOID__VOID
    at gmarshal.c line 85
  • #3 g_closure_invoke
    at gclosure.c line 774
  • #4 signal_emit_unlocked_R
    at gsignal.c line 3302
  • #5 g_signal_emit_valist
    at gsignal.c line 3033
  • #6 g_signal_emit
    at gsignal.c line 3090
  • #7 do_changed
    at gnome-bg.c line 233
  • #8 do_changed
    at gnome-bg.c line 223
  • #9 g_timeout_dispatch
    at gmain.c line 3857
  • #10 g_main_dispatch
    at gmain.c line 2513
  • #11 g_main_context_dispatch
    at gmain.c line 3050
  • #12 g_main_context_iterate
    at gmain.c line 3121
  • #13 g_main_context_iteration
    at gmain.c line 3182
  • #14 g_application_run
    at gapplication.c line 1334
  • #15 main
    at nautilus-main.c line 101

Comment 2 Fabio Durán Verdugo 2011-12-08 20:59:13 UTC
look at the bug 651814 from line 9 at the similar trace, maybe this is a dup.
Comment 3 Cosimo Cecchi 2012-02-06 18:47:05 UTC
I pushed a fix for this crash to git master...closing.