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 45596 - seg fault after hitting file limit
seg fault after hitting file limit
Status: VERIFIED FIXED
Product: gnome-vfs
Classification: Deprecated
Component: Other
cvs (head)
Other Linux
: Normal normal
: ---
Assigned To: Ian McKellar
Ian McKellar
: 45474 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2001-01-12 16:10 UTC by John Sullivan
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description John Sullivan 2001-09-10 00:51:20 UTC
I'm not sure if this bug has anything to do with Nautilus's limit on number of
files in a directory, but I'm hitting it every time when trying to improve the
UI after this limit is hit.

To reproduce:
(1) Edit libnautilus-extensions/nautilus-directory.h, changing
NAUTILUS_DIRECTORY_FILE_LIST_HARD_LIMIT from its default value of 4000 to
something nice and easily reproducible like 40. Recompile. (I don't think this
step is necessary in the abstract, but it helps make a simple reproducible case
easy to reach.)
(2) Launch Nautilus. You may get a dialog about there being too many items in
your home directory, which you can ignore.
(3) Click "Find" button to get Search UI widgets.
(4) Type "es" as the search criterion (no doubt any short common string will do,
but this is what I've been using)
(5) Hit return or click button to start search

After a few seconds, search results appear in the list, then the seg fault
occurs. The segfault happens here:

void
gnome_vfs_job_prepare (GnomeVFSJob *job,
    		       GnomeVFSOpType type,
    		       GFunc callback,
    		       gpointer callback_data)
{
    	GnomeVFSOp *op;
    
    	g_mutex_lock (job->access_lock);

The job parameter is 0, so dereferencing it fails. The relevant part of the
stack trace is:

  • #0 gnome_vfs_job_prepare
    at gnome-vfs-job.c line 799
  • #1 pthread_gnome_vfs_async_close
    at gnome-vfs-async-ops.c line 514
  • #2 gnome_vfs_async_close
    at gnome-vfs-backend.c line 316
  • #3 read_file_close
    at nautilus-file-utilities.c line 768
  • #4 nautilus_read_file_cancel
    at nautilus-file-utilities.c line 1195
  • #5 top_left_cancel
    at nautilus-directory-async.c line 374
  • #6 top_left_start
    at nautilus-directory-async.c line 2849
  • #7 start_or_stop_io
    at nautilus-directory-async.c line 3173
  • #8 nautilus_directory_async_state_changed
    at nautilus-directory-async.c line 3196
  • #9 nautilus_directory_monitor_remove_internal
    at nautilus-directory-async.c line 1451
  • #10 nautilus_file_monitor_remove
    at nautilus-file.c line 2090
  • #11 real_removing_file
    at fm-search-list-view.c line 488
  • #12 fm_list_view_removing_file
    at fm-list-view.c line 1311
  • #13 remove_from_list
    at fm-list-view.c line 1286
  • #14 fm_list_view_file_changed
    at fm-list-view.c line 1353
  • #15 gtk_marshal_NONE__POINTER
    at gtkmarshal.c line 193
  • #16 gtk_signal_real_emit
    at gtksignal.c line 1492
  • #17 gtk_signal_emit
    at gtksignal.c line 552
  • #18 display_pending_files
    at fm-directory-view.c line 1758
  • #19 display_pending_timeout_callback
    at fm-directory-view.c line 1876
  • #20 g_timeout_dispatch
    at gmain.c line 1302

The code is cancelling a top-left text fetch, and gnome-vfs can't seem to find
the associated job and is barfing. I don't know if the bug is in gnome-vfs or
the nautilus-directory code that's calling it.



------- Additional Comments From sullivan@eazel.com 2001-01-12 11:12:21 ----

I'm moving this to P2/PR3 because it's a crasher that's blocking development, at
least at the moment.



------- Additional Comments From pavel@eazel.com 2001-01-12 11:31:52 ----

I'm working on a fix.




------- Additional Comments From sullivan@eazel.com 2001-01-12 13:21:02 ----



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



------- Additional Comments From eli@eazel.com 2001-01-12 16:47:23 ----

*** Bug 45474 has been marked as a duplicate of this bug. ***



------- Additional Comments From eli@eazel.com 2001-01-12 16:48:47 ----

I'm making this the active bug to track what was 5474. It's a much better bug
report.



------- Additional Comments From eli@eazel.com 2001-01-23 16:19:25 ----

I'm no longer able to reproduce 5474, and am therefore marking this bug
verified. 

(Sullivan says they're equivalent, and this one doesn't need to be separately
verified.)



------- Bug moved to this database by unknown@bugzilla.gnome.org 2001-09-09 20:51 -------
Bug blocks bug(s) 42207.

The original owner (pavel@eazel.com) of this bug does not have an account here.
Reassigning to the default owner of the component, yakk@yakk.net.