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 104956 - crash: First use
crash: First use
Status: RESOLVED DUPLICATE of bug 100709
Product: nautilus
Classification: Core
Component: general
unspecified
Other other
: Normal normal
: ---
Assigned To: Nautilus Maintainers
Nautilus Maintainers
Depends on:
Blocks:
 
 
Reported: 2003-01-31 17:06 UTC by plathem
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description plathem 2003-02-01 01:03:12 UTC
Package: nautilus
Severity: blocker
Version: 2.0.8
Synopsis: crash: First use
Bugzilla-Product: nautilus
Bugzilla-Component: general
BugBuddy-GnomeVersion: 2.0 (2.0.6)

Description:
Description of Problem:


Steps to reproduce the problem:
1.  Install Gnome on FreeBSD-current.
2.  Start Gnome & Xwindows
3.  Very first thing I did: Clicked on nautilus icon on menu.

Actual Results:
Nautilus crashed.


Expected Results:
Something halfway usable.

How often does this happen?
First crash so far, I'm sure there will be more.

Additional Information:
I installed the program from ports, and will be uninstalling it shortly
now.



Debugging Information:

Backtrace was generated from '/usr/X11R6/bin/nautilus'

(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
[Switching to Process 94618, Thread 1]
0x28cece03 in poll () from /usr/lib/libc.so.5

Thread 2 (Process 94618, Thread 2)

  • #0 _thread_kern_sched
    from /usr/lib/libc_r.so.5
  • #1 _thread_kern_sched_state
    from /usr/lib/libc_r.so.5
  • #2 _wait4
    from /usr/lib/libc_r.so.5
  • #3 waitpid
    from /usr/lib/libc.so.5
  • #4 waitpid
    from /usr/lib/libc_r.so.5
  • #5 libgnomeui_module_info_get
    from /usr/X11R6/lib/libgnomeui-2.so.0
  • #6 _thread_sig_handler
    from /usr/lib/libc_r.so.5
  • #7 _thread_sig_handler
    from /usr/lib/libc_r.so.5
  • #8 <signal handler called>
  • #9 eel_gdk_pixbuf_scale_down
    from /usr/X11R6/lib/libeel-2.so.2
  • #10 eel_gdk_pixbuf_scale_down_to_fit
    from /usr/X11R6/lib/libeel-2.so.2
  • #11 thumbnail_thread_make_thumbnail
    from /usr/X11R6/lib/libnautilus-private.so.2
  • #12 thumbnail_thread_start
    from /usr/X11R6/lib/libnautilus-private.so.2
  • #13 _thread_start
    from /usr/lib/libc_r.so.5




------- Bug moved to this database by unknown@bugzilla.gnome.org 2003-01-31 20:03 -------

The original reporter (plathem@ivestnw.net) of this bug does not have an account here.
Reassigning to the exporter, unknown@bugzilla.gnome.org.
Reassigning to the default owner of the component, nautilus-maint@bugzilla.gnome.org.

Comment 1 Elijah Newren 2003-02-01 02:36:37 UTC
From bug 100709:

  It turns out this was an accidental FreeBSD ABI change during the
  import of gcc-3.2.1. div(), a structure returning function, was the
  culprit.

So it seems there's a fix out there for this and it's a problem
specific to the FreeBSD platform.

*** This bug has been marked as a duplicate of 100709 ***
Comment 2 Elijah Newren 2003-02-01 14:27:26 UTC
Just adding myself to the cc list, in case trying the stuff in bug
100709 doesn't fix the problem for the reporter (he's already asked me
about it via email)...
Comment 3 Elijah Newren 2003-03-04 22:56:14 UTC
I apologize for the spam, but in talking to David Kennedy on #bugs we decided
that it might be useful for me to add a comment to a lot of bugs that have
nearly identical stack traces that aren't very useful.  (It took me a while
because I gave up on several bugzilla queries that simply hung).  Anyway, I may
have caught some bugs with this query that aren't relevant, so I apologize again
if this bug is one of those.  If not:

The following comment from 100709 may be relevant: "It turns out this was an
accidental FreeBSD ABI change during the import of gcc-3.2.1. div(), a structure
returning function, was the culprit."