|
From: <je...@go...> - 2005-03-11 00:54:50
|
I'm thinking of putting out -rc2 once you've had a look at the massif bug=
,
assuming you'll get a chance today. Otherwise I might put out -rc2 with =
the
other fix, and then do an -rc3 with massif.
What do you think?
J
|
|
From: Nicholas N. <nj...@cs...> - 2005-03-11 00:08:45
|
On Thu, 10 Mar 2005 je...@go... wrote: > I'm thinking of putting out -rc2 once you've had a look at the massif bug, > assuming you'll get a chance today. Otherwise I might put out -rc2 with the > other fix, and then do an -rc3 with massif. > > What do you think? I'll look at it shortly. I'd suggest doing an -rc2 around 10pm CST (8pm your time) -- I'll hopefully have fixed it by then, if not, it must be harder and so should go into -rc3. How's that sound? Are you going to fix Tom Truscott's sizeof(*ehdr) bug? (I assume it's a bug, haven't actually checked the code). N |
|
From: Jeremy F. <je...@go...> - 2005-03-11 01:59:23
|
Nicholas Nethercote wrote:
> Are you going to fix Tom Truscott's sizeof(*ehdr) bug? (I assume it's
> a bug, haven't actually checked the code).
Err, I don't think I know anything about that. Where/when did he
mention it?
J
|
|
From: Nicholas N. <nj...@cs...> - 2005-03-11 02:10:20
|
On Thu, 10 Mar 2005, Jeremy Fitzhardinge wrote: > Nicholas Nethercote wrote: > >> Are you going to fix Tom Truscott's sizeof(*ehdr) bug? (I assume it's a >> bug, haven't actually checked the code). > > Err, I don't think I know anything about that. Where/when did he mention it? http://sourceforge.net/mailarchive/forum.php?thread_id=6767732&forum_id=32038 Also, did you see this one? http://sourceforge.net/mailarchive/forum.php?thread_id=6770257&forum_id=32038 Are you getting valgrind-users messages ok? You should look through the archives over the last day or two to see if you missed any other comments about rc1. N |
|
From: Jeremy F. <je...@go...> - 2005-03-11 02:28:12
|
Nicholas Nethercote wrote:
> Are you getting valgrind-users messages ok? You should look through
> the archives over the last day or two to see if you missed any other
> comments about rc1.
Hm, I seem to have fallen off valgrind-users...
J
|
|
From: Jeremy F. <je...@go...> - 2005-03-11 04:11:00
|
Nicholas Nethercote wrote: > On Thu, 10 Mar 2005, Jeremy Fitzhardinge wrote: > >> Nicholas Nethercote wrote: >> >>> Are you going to fix Tom Truscott's sizeof(*ehdr) bug? (I assume >>> it's a bug, haven't actually checked the code). >> >> >> Err, I don't think I know anything about that. Where/when did he >> mention it? > > > http://sourceforge.net/mailarchive/forum.php?thread_id=6767732&forum_id=32038 > Hm, OK. It isn't all that serious; it just means the padding and uninitialized fields in a core-dump will be junk. The sigprocmask one should be fixed, though it only affects the obsolete non-rt version (so an old executable might hit it, but anything newly compiled won't). J |