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 71179 - Nautilus History crashes while closing nautilus windows
Nautilus History crashes while closing nautilus windows
Status: VERIFIED FIXED
Product: nautilus
Classification: Core
Component: [obsolete] Sidebar Panel: (Other)
0.x.x [obsolete]
Other Windows
: Normal critical
: ---
Assigned To: Nautilus Maintainers
Nautilus Maintainers
: 70795 71332 71853 72085 72326 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2002-02-11 14:03 UTC by anand_subbu
Modified: 2009-08-15 18:40 UTC
See Also:
GNOME target: ---
GNOME version: 2.0



Description anand_subbu 2002-02-11 14:03:11 UTC
Nautilus (along with its dependent packages) was built from the CVS source 
taken on Monday 11-02-2002.

This bug is a duplicate of bug #70795, with additional details and stack 
trace provided.

Repeatability: Always

Method:

1) Invoke nautilus from the command prompt (by typing 'nautilus')

2) Close Window (File->Close Window or by pressing Ctrl+W)

3) A window pops-up which says that:
Application "nautilus_history-view" (process 4744) has crashed due to a 
fatal error.
(Segmentation fault)

4) On the command line, leakage warnings are shown:
nautilus (pid:4474): Bonobo-WARNING **: Leaked a total of 24 refs to 17 
bonobo object(s)

nautilus (pid:4474): ** WARNING **: CORBA_ORB_destroy: ORB still has 2 
refs.

nautilus (pid:4474): ** WARNING **: ORB: a total of 121 refs to 77 ORB 
objects were leaked

5) This hold good even while closing down all nautilus windows (File-
>Close all Windows or Ctrl+Shift+W) when multiple windows are open.
*****************************

Stack Trace:

A stack trace for 'nautilus-history-view' process taken using gdb is 
attached below.

  • #0 nautilus_view_set_frame
    at nautilus-view.c line 333
  • #1 nautilus_view_set_frame_callback
    at nautilus-view.c line 403
  • #2 g_cclosure_marshal_VOID__VOID
    at gmarshal.c line 32
  • #3 g_closure_invoke
    at gclosure.c line 437
  • #4 signal_emit_unlocked_R
    at gsignal.c line 2340
  • #5 g_signal_emit_valist
    at gsignal.c line 2099
  • #6 g_signal_emit
    at gsignal.c line 2143
  • #7 impl_Bonobo_Control_setFrame
    at bonobo-control.c line 325
  • #8 _ORBIT_skel_small_Bonobo_Control_setFrame
    at Bonobo-skels.c line 1665
  • #9 ORBit_POAObject_invoke
    at poa.c line 891
  • #10 ORBit_OAObject_invoke
    at orbit-adaptor.c line 116
  • #11 ORBit_small_invoke_adaptor
    at orbit-small.c line 772
  • #12 ORBit_POAObject_handle_request
    at poa.c line 1085
  • #13 ORBit_POA_handle_request
    at poa.c line 1172
  • #14 ORBit_handle_request
    at orbit-adaptor.c line 79
  • #15 giop_connection_handle_input
    at giop-recv-buffer.c line 945
  • #16 linc_connection_io_handler
    at linc-connection.c line 836
  • #17 linc_source_dispatch
    at linc-source.c line 56
  • #18 g_main_dispatch
    at gmain.c line 1616
  • #19 g_main_context_dispatch
    at gmain.c line 2155
  • #20 g_main_context_iterate
    at gmain.c line 2236
  • #21 g_main_loop_run
    at gmain.c line 2456
  • #22 gtk_main
    at gtkmain.c line 794
  • #23 nautilus_view_standard_main_multi
    at nautilus-view-standard-main.c line 230
  • #24 nautilus_view_standard_main
    at nautilus-view-standard-main.c line 230
  • #24 nautilus_view_standard_main
  • #25 main
    at nautilus-history- view.c line 315
  • #26 __libc_start_main
    at ../sysdeps/generic/libc-start.c line 129

On Continuing, the pop-up Window appears saying that Nautilus History View 
has crashed.
Comment 1 Luis Villa 2002-02-11 16:31:55 UTC
*** Bug 70795 has been marked as a duplicate of this bug. ***
Comment 2 Luis Villa 2002-02-11 16:32:45 UTC
Thanks for getting that trace and finding the original.
Comment 3 Greg Schafer 2002-02-13 01:57:05 UTC
*** Bug 71332 has been marked as a duplicate of this bug. ***
Comment 4 John Fleck 2002-02-19 03:09:14 UTC
*** Bug 71853 has been marked as a duplicate of this bug. ***
Comment 5 Michael Petnuch 2002-02-23 07:50:52 UTC
*** Bug 72326 has been marked as a duplicate of this bug. ***
Comment 6 Gediminas Paulauskas 2002-02-24 15:29:30 UTC
*** Bug 72085 has been marked as a duplicate of this bug. ***
Comment 7 Darin Adler 2002-02-28 19:05:43 UTC
My recent changes to NautilusView should fix this.
Comment 8 anand_subbu 2002-04-08 09:58:26 UTC
Verified. Closing bug