|
From: Jeremy F. <je...@go...> - 2004-02-18 18:23:38
|
On Wed, 2004-02-18 at 09:45, Doug Rabson wrote: > Oh - I assumed this didn't work for static programs. Last time I ran a > static program, V started complaining about bitmap nits inside FreeBSD's > malloc. Looks like a bug in the FreeBSD version :-( Well, when I say "libc's version", I mean the one in libc.so - it doesn't look for a malloc in the main executable. But all the machinery to do it is there, and it should be easy enough to add. BTW, I'm still not really happy with how the whole symbol interception stuff works in CVS, but I'm not quite sure what the best fix is... J |