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 106758 - Crash in Red Hat beta (old vfolder backend)
Crash in Red Hat beta (old vfolder backend)
Status: RESOLVED FIXED
Product: gnome-vfs
Classification: Deprecated
Component: Other
unspecified
Other other
: Normal normal
: ---
Assigned To: gnome-vfs maintainers
gnome-vfs maintainers
: 106760 114569 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2003-02-21 21:44 UTC by Havoc Pennington
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Havoc Pennington 2003-02-21 21:38:59 UTC
Package: gnome-vfs
Severity: normal
Version: 2.2.1
Synopsis: Crash in Red Hat beta (old vfolder backend)
Bugzilla-Product: gnome-vfs
Bugzilla-Component: Other
BugBuddy-GnomeVersion: 2.0 (2.2.0.1)

Description:
Filing this for own reference, doesn't really apply to GNOME 2.2



Debugging Information:

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

(no debugging symbols found)...[New Thread 1087974208 (LWP 7757)]
[New Thread 1150495424 (LWP 7773)]
[New Thread 1142106944 (LWP 7772)]
[New Thread 1133718464 (LWP 7771)]
[New Thread 1125329984 (LWP 7770)]
[New Thread 1116941504 (LWP 7768)]
[New Thread 1099771200 (LWP 7767)]
0xffffe002 in ?? ()

Thread 1 (Thread 1087974208 (LWP 7757))

  • #0 ??
  • #1 libgnomeui_module_info_get
    from /usr/lib/libgnomeui-2.so.0
  • #2 <signal handler called>
  • #3 ??
  • #4 abort
    from /lib/tls/libc.so.6
  • #5 g_logv
    from /usr/lib/libglib-2.0.so.0
  • #6 g_log
    from /usr/lib/libglib-2.0.so.0
  • #7 gnome_vfs_monitor_callback
    at gnome-vfs-monitor.c line 207
  • #8 fam_do_iter_unlocked
    at file-method.c line 2130




------- Bug moved to this database by unknown@bugzilla.gnome.org 2003-02-21 16:38 -------

Reassigning to the default owner of the component, gnome-vfs-maint@bugzilla.gnome.org.

Comment 1 Havoc Pennington 2003-02-21 21:41:49 UTC
See also https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=84668
Comment 2 Havoc Pennington 2003-02-21 22:15:52 UTC
*** Bug 106760 has been marked as a duplicate of this bug. ***
Comment 3 Havoc Pennington 2003-02-21 22:16:15 UTC
Bug 106760 trace may have slightly more symbols.
Comment 4 Alexander Larsson 2003-02-24 11:00:08 UTC
I believe this was caused by a race in gnome-vfs-monitor.c. I think it
is fixed by this checkin:

2003-02-24  Alexander Larsson  <alexl@redhat.com>

	* libgnomevfs/gnome-vfs-monitor.c (destroy_monitor_handle):
	Warn if the handle was not in the hash table.
	(gnome_vfs_monitor_callback):
	Loop to get the hashtable. This fixes a possible race where
	there is a callback before the add_monitor code has added the
	monitor to the hashtable. (#106758)

Reopen this if anyone still see this with that fix.
Comment 5 Elijah Newren 2003-06-10 05:38:37 UTC
*** Bug 114569 has been marked as a duplicate of this bug. ***