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 66847 - Multiple FAM notifications cause Nautilus to crash while updating textfile thumbnail
Multiple FAM notifications cause Nautilus to crash while updating textfile th...
Status: RESOLVED DUPLICATE of bug 74120
Product: nautilus
Classification: Core
Component: File and Folder Operations
1.0.x
Other other
: Normal normal
: ---
Assigned To: Nautilus Maintainers
Nautilus Maintainers
Depends on:
Blocks:
 
 
Reported: 2001-12-13 02:24 UTC by lukeh
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description lukeh 2001-12-13 02:24:19 UTC
1. Open a directory view in Nautilus with icons showing contents of files.
2. cd to that directory in a shell.
3. Type "cat > temp".
4. Type multiple lines into file.  Icon will update interactively.  (Don't
you love FAM+Nautilus!)
5. You may have to close file after text reaches end of icon, and repeat
steps 3-4 again a few times, depending on your system, as it looks like
this is some sort of race problem.
6. Nautilus suddenly disappears.

Nautilus 1.0.6, FAM 2.6.6-1, Athlon 1.4/DDR, Linux 2.4.9-rh13.
Comment 1 Darin Adler 2001-12-13 07:05:59 UTC
It would really help if you could do this under gdb and get a
backtrace. Otherwise I just have to do the same thing, and there's
no guarantee I'll be able to reproduce the bug. Plus, I'm swamped
with Nautilus work right now.

So if you can get that backtrace, I might be able to fix this right
away, but otherwise it will be a while before I can get to it.
Comment 2 lukeh 2001-12-13 17:13:44 UTC
This was the best I could do:

(gdb) attach 12085
Attaching to process 12085
0x40a21c97 in ?? ()
(gdb) cont
Continuing.

Program received signal SIGSEGV, Segmentation fault.
0x409bc301 in ?? ()
(gdb) bt
  • #0 ??
  • #1 ??
  • #2 ??
  • #3 ??
  • #4 ??
  • #5 ??
  • #6 ??
  • #7 ??
  • #8 ??
  • #9 ??
  • #10 ??
  • #11 ??
  • #12 ??
  • #13 ??
  • #14 ??
  • #15 ??
  • #16 ??
  • #17 ??
  • #18 ??
  • #19 ??
  • #20 ??
  • #21 ??
  • #22 ??
  • #23 ??
  • #24 ??
  • #25 ??
  • #26 ??
  • #27 ??
  • #28 ??

How do I get sybmols in the backtrace?  I don't have the source so I
can't recompile with -g.  How do I get backtraces for all the nautlius
threads?
Comment 3 John Fleck 2002-01-26 03:55:07 UTC
Adding GNOME2 keyword to bugs with 1.1.x milestone.
Comment 4 John Fleck 2002-01-26 04:00:46 UTC
Removing GNOME2 keyword from a bunch I accidentally marked incorrectly.
Comment 5 lukeh 2002-05-27 18:21:46 UTC
OK, this is a duplicate of a nautilus2 bug that several people have
provided backtraces for.

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