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 123181 - Crash with terminal and gedit open
Crash with terminal and gedit open
Status: RESOLVED DUPLICATE of bug 119370
Product: nautilus
Classification: Core
Component: general
2.4.x
Other Linux
: Normal critical
: ---
Assigned To: Nautilus Maintainers
Nautilus Maintainers
Depends on:
Blocks:
 
 
Reported: 2003-09-25 11:14 UTC by Patrick Wade
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: 2.3/2.4



Description Patrick Wade 2003-09-25 11:14:14 UTC
Using a Gnome2.4 setup built on 24th September 2003.

   - Accessibility was turned on.
   - Nautilus was opened.
   - The only other apps open were gedit and gnome-terminal.

Nautilus crashed. It doesn't happen every time, but Nautilus
seems to dies quite frequently.


Here is the trace output:
-------------------------

gdb /opt/gnome-2.4/bin/nautilus
GNU gdb Red Hat Linux 7.x (5.0rh-15) (MI_OUT)
Copyright 2001 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you
are
welcome to change it and/or distribute copies of it under certain conditi
ons.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for detail
s.
This GDB was configured as "i386-redhat-linux"...
(gdb) run
Starting program: /opt/gnome-2.4/bin/nautilus
[New Thread 1024 (LWP 18216)]
Bonobo accessibility support initialized
GTK Accessibility Module initialized
Atk Accessibilty bridge initialized
[New Thread 2049 (LWP 18217)]
[New Thread 1026 (LWP 18218)]
[New Thread 2051 (LWP 18219)]
[New Thread 3076 (LWP 18220)]
[New Thread 4101 (LWP 18240)]
  
(nautilus:18216): Bonobo-CRITICAL **: file bonobo-ui-component.c: line 1206
(impl_set_prop): assertion `container != CORBA_OBJECT_NIL' failed
  
(nautilus:18216): Bonobo-WARNING **: Freeze/thaw mismatch on '18216-2'
  
(nautilus:18216): Gtk-WARNING **: Calling gtk_widget_realize() on a widget
that isn't inside a toplevel window is not going to work very well. Widgets
must be inside a toplevel container before realizing them.
  
(nautilus:18216): Gtk-CRITICAL **: file gtkstyle.c: line 789
(gtk_style_attach): assertion `window != NULL' failed
  
** ERROR **: file nautilus-icon-container.c: line 3003 (realize): assertion
failed: (GTK_IS_WINDOW (gtk_widget_get_toplevel (widget)))
aborting...
  
Program received signal SIGABRT, Aborted.

Thread 1024 (LWP 18216)

  • #0 __kill
    from /lib/i686/libc.so.6
  • #1 raise
    at signals.c line 65
  • #2 abort
    at ../sysdeps/generic/abort.c line 88
  • #3 g_logv
  • #4 g_log
  • #5 realize
    at nautilus-icon-container.c line 3003
  • #6 g_cclosure_marshal_VOID__VOID
    at gmarshal.c line 77
  • #7 g_type_class_meta_marshal
    at gclosure.c line 514
  • #8 g_closure_invoke
    at gclosure.c line 437
  • #9 signal_emit_unlocked_R
    at gsignal.c line 2752
  • #10 g_signal_emit_valist
    at gsignal.c line 2554
  • #11 g_signal_emit
    at gsignal.c line 2612
  • #12 gtk_widget_realize
    at gtkwidget.c line 2018
  • #13 eel_canvas_item_realize
    at eel-canvas.c line 354
  • #14 eel_canvas_item_realize
    at eel-canvas.c line 351
  • #15 eel_canvas_item_show
    at eel-canvas.c line 777
  • #16 finish_adding_icon
    at nautilus-icon-container.c line 4875
  • #17 finish_adding_new_icons
    at nautilus-icon-container.c line 4901
  • #18 redo_layout_internal
    at nautilus-icon-container.c line 1579
  • #19 redo_layout_callback
    at nautilus-icon-container.c line 1605
  • #20 g_idle_dispatch
    at gmain.c line 3272
  • #21 g_main_dispatch
    at gmain.c line 1751
  • #22 g_main_context_dispatch
    at gmain.c line 2299
  • #23 g_main_context_iterate
    at gmain.c line 2380
  • #24 g_main_loop_run
    at gmain.c line 2600
  • #25 gtk_main
    at gtkmain.c line 1129
  • #26 main
    at nautilus-main.c line 282
  • #27 __libc_start_main
    at ../sysdeps/generic/libc-start.c line 129

Comment 1 mwehner 2003-09-25 15:47:24 UTC
Thanks for the bug report. This particular bug has already been
reported into our bug tracking system, but please feel free to report
any further bugs you find.

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