Subject: Re: galeon is failing on 1.6R
To: Steven M. Bellovin <smb@research.att.com>
From: Nathan J. Williams <nathanw@wasabisystems.com>
List: current-users
Date: 04/22/2003 15:53:43
"Steven M. Bellovin" <smb@research.att.com> writes:

> My concern is not for any one easily-fixed bug, but whether there are 
> enough of them out there that we can't patch everything.

That is possible. I could make them a compile-time option (I think a
run-time option might hurt performance), and investigating that is on
my to-do list. My fear with making such assertions optional, though,
is that nobody but me would ever use them.

One of the reasons I made this change was to try to nail down whether
some of the things that have broken with native pthreads are tripping
over pthreads bugs or just having their own bugs exposed; this makes
the latter much more obvious when it happens.

        - Nathan