On Thu, 2006-08-24 at 11:42 +0100, Caolan McNamara wrote:
> I see that there appears to be some valgrind work underway, at least in
> reporting valgrind warnings. 

Sort of relevant to this, glib has it's own memory allocating trickery
just OOo does, and export G_SLICE=always-malloc apparently turns it off
so 

G_SLICE=always-malloc valgrind ... 

might be a more suitable way to call valgrind to also pick up on
problems with glib allocated objects used by OOo.

C.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to