[Pkg-chromium-maint] Bug#651912: sandboxing-related renderer crash ("Aw, snap") when loading NSS modules
Jonathan Nieder
jrnieder at gmail.com
Sat May 26 04:13:04 UTC 2012
Hi,
Vincent Bernat wrote:
> 03:19, Jonathan Nieder <jrnieder at gmail.com> disait :
>> | SECStatus
>> | RNG_RNGInit(void)
>> | {
>> | /* Allow only one call to initialize the context */
>> | fprintf(stderr, "about to call rng_init()\n"); <--- reached
>> | PR_CallOnce(&coRNGInit, rng_init);
>> | fprintf(stderr, "not printed\n"); <--- not reached
The underlying problem was probably fixed by [1]. Thanks to rsleevi
for pointing it out[2].
Actually, I don't think chromium in sid has that fix, and it still
seems to be able to load libnss just fine. Maybe there was some
other fix. Will build and experiment a little.
Thanks,
Jonathan
[1] http://src.chromium.org/viewvc/chrome?view=rev&revision=132106
[2] http://crbug.com/91962#c52
More information about the Pkg-chromium-maint
mailing list