[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [gcmd-usr] multi-thread problem on delete
From: |
Marcus Bjurman |
Subject: |
Re: [gcmd-usr] multi-thread problem on delete |
Date: |
Sun, 23 Mar 2003 22:07:37 -0100 |
On Sun, 2003-03-23 at 20:27, Dominik Bożek wrote:
> > Get back to me with a more detailed description of how to reproduce
> > the problem, if it still exists in the latest version.
>
> By my it's easy :)
> 1. I need a dir with large amount of files/dir
> (for example gnome-commander/src :) )
> 2. I delete a one of last file in clist
> 3. ... Xlib: unexpected async reply (sequence 0xc756)!
>
I still cant reproduce it. I made a really large directory but no luck. Let me
know what distro and exactly what version of gnome-vfs you're using. It would
also be useful to know some details about your hardware, maybe this problem is
easier to reproduce on slower machines etc.
Also since the call to 'gnome_cmd_dir_file_deleted' in
gnome-cmd-delete-dialog.c:177 already is included in a thread_enter/leave block
I don't understand how your patch can make any difference.
Maybe the issue is that the call to 'gnome_cmd_dir_file_deleted' emits a signal
which makes the file-list remove the file. It could be possible that because of
this the threads_enter/leave block is not effective when the file-list tries to
remove the row.
Do you have any knowledge of this?
> Pozdrowienia
> Domino
>
> P.S.
> Home page not work.
>
It seems like all projects home pages at savannah are down ATM.
/Marcus