Re: apache bug archive?

2004-02-05 Thread Min Xu(Hsu)
Jeff, On Mon, 26 Jan 2004 Jeff Trawick wrote : bug was that there were two places where we tried to close a single file descriptor... 2nd close would fail with EBADF unless some other thread had that file descriptor assigned to another file because it got a socket or file or pipe or

Re: apache bug archive?

2004-01-26 Thread Jeff Trawick
Min Xu(Hsu) wrote: On Thu, 15 Jan 2004 Jeff Trawick wrote : data race? consider http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25520 Thanks. I was able to reproduce this one. hopefully without the fix which I subsequently committed to 2.1-dev :) (gotta propose that one for backport I

Re: apache bug archive?

2004-01-23 Thread Min Xu(Hsu)
Jeff, On Thu, 15 Jan 2004 Jeff Trawick wrote : data race? consider http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25520 Thanks. I was able to reproduce this one. various bugs with file descriptors could lead to race conditions with data going to the wrong client... consider

Re: apache bug archive?

2004-01-15 Thread Jeff Trawick
Min Xu(Hsu) wrote: On Thu, 15 Jan 2004 Erik Abele wrote : Have a look at the old gnats bug-archive (ranging back to '96): http://archive.apache.org/gnats/ Thanks! I was initially confused by the big number of modules. I guess the module general should be my focus. On the other hand, is it true

Re: apache bug archive?

2004-01-15 Thread Min Xu(Hsu)
On Thu, 15 Jan 2004 Jeff Trawick wrote : data race? consider http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25520 Thanks, your information is very useful to me. Some how when I use data race as key words to search the data base, these bugs didn't show up. Now I am using thread safe as key

Re: apache bug archive?

2004-01-15 Thread Jeff Trawick
Min Xu(Hsu) wrote: I did a little more research, it seems the data race bugs show up usually in some specific module with specific conditions. I wonder how can I setup my server to test those unusual conditions quickly? Or, even better, are there any known crashes caused by unknown race

apache bug archive?

2004-01-14 Thread Min Xu(Hsu)
Hi all, I wonder where can I find apache bug archive that goes further back than the bugzilla database? I am interested in searching through the bug database and picking out those data race related bugs. It seems that recent apache codebase is relatively bugfree with respect to these kind of bugs

Re: apache bug archive?

2004-01-14 Thread Min Xu(Hsu)
On Thu, 15 Jan 2004 Erik Abele wrote : Have a look at the old gnats bug-archive (ranging back to '96): http://archive.apache.org/gnats/ Thanks! I was initially confused by the big number of modules. I guess the module general should be my focus. On the other hand, is it true all the worker