Comment 27 for bug 319480

Revision history for this message
In , Alexander Sack (asac) wrote :

(In reply to comment #14)
>
> Attachment 386469 [details] would resolve the inconsistency here by making
> __libc_memalign use jemalloc's memalign. That would also avoid the call to
> memalign_hook_ini, avoiding this crash.

I can check your patch as well. however, we also had other problems because of environ getting trashed after unloading libxul.so (namely, the libatk bridge made things crash when it tried to access environ in exit_hook); so leaking is probably still needed.