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 83331 - [Solaris] Hardware view crashes
[Solaris] Hardware view crashes
Status: VERIFIED FIXED
Product: nautilus
Classification: Core
Component: [obsolete] Views: Other
0.x.x [obsolete]
Other Solaris
: High critical
: ---
Assigned To: Nautilus Maintainers
Nautilus Maintainers
Depends on:
Blocks:
 
 
Reported: 2002-05-29 04:23 UTC by Anand
Modified: 2009-08-15 18:40 UTC
See Also:
GNOME target: ---
GNOME version: 2.0



Description Anand 2002-05-29 04:23:31 UTC
A similar unconfirmed bug for hardware view crash exists as bug #61925. 
But this bug is on Solaris and also for a very recent version of nautilus. 
Moreover the stack traces are different.

Sources: 28th from the CVS head.

The nautilus hardware view crashes when i try to open the hardware view by 
typing hardware:/// in the nautilus location bar.

Debugging info:

  • #0 _waitid
    from /usr/lib/libc.so.1
  • #1 _waitpid
    from /usr/lib/libc.so.1
  • #2 waitpid
    from /usr/lib/libthread.so.1
  • #3 __sighndlr
    from /usr/lib/libthread.so.1
  • #4 <signal handler called>
  • #5 fgets
    from /usr/lib/libc.so.1
  • #6 read_proc_info
  • #7 get_CPU_description
  • #8 setup_overview_form
  • #9 nautilus_hardware_view_load_uri
  • #10 hardware_view_load_location_callback
  • #11 g_cclosure_marshal_VOID__STRING
    from /opt/gnome-2.0/lib/libgobject-2.0.so.0
  • #12 g_closure_invoke
    from /opt/gnome-2.0/lib/libgobject-2.0.so.0
  • #13 signal_emit_unlocked_R
    from /opt/gnome-2.0/lib/libgobject-2.0.so.0
  • #14 g_signal_emit_valist
    from /opt/gnome-2.0/lib/libgobject-2.0.so.0
  • #15 g_signal_emit
    from /opt/gnome-2.0/lib/libgobject-
  • #16 call_load_location
    from /opt/gnome-2.0/lib/libnautilus.so.2
  • #17 execute_queued_functions
  • #18 g_idle_dispatch
    from /opt/gnome-2.0/lib/libglib-
  • #19 g_main_dispatch
    from /opt/gnome-2.0/lib/libglib-
  • #20 g_main_context_dispatch
    from /opt/gnome-2.0/lib/libglib-2.0.so.0
  • #21 g_main_context_iterate
    from /opt/gnome-2.0/lib/libglib-2.0.so.0
  • #22 g_main_loop_run
    from /opt/gnome-2.0/lib/libglib-
  • #23 gtk_main
    from /opt/gnome-2.0/lib/libgtk-x11-2.0.so.0
  • #24 nautilus_view_standard_main_multi
    from /opt/gnome-2.0/lib/libnautilus.so.2
  • #25 nautilus_view_standard_main
    from /opt/gnome-2.0/lib/libnautilus.so.2
  • #26 main

Comment 1 Luis Villa 2002-06-05 11:59:15 UTC
Michael: should be a quick fix for you, maybe?
Comment 2 Michael Meeks 2002-06-05 15:24:54 UTC
The Hardware view should never be enabled for Solaris, it will never
work on anything but Linux.
Comment 3 Dave Bordoley [Not Reading Bug Mail] 2002-06-05 15:33:50 UTC
CAn i ask than why do we even bother including it, it's pretty useless
anyway....
Comment 4 Luis Villa 2002-06-06 06:37:43 UTC
Michael: please disable it in the build then. I believe Sun agreed to
that earlier.
Comment 5 Michael Meeks 2002-06-06 15:57:55 UTC
Hardware view now disabled on anything except Linux, and disabled in
the default build, unless you use --enable-hardware at nautilus
configure time.
Comment 6 Anand 2002-07-15 05:44:27 UTC
Verified. Closing bug. Thanks.