Hi, Vincent Bernat wrote: > 03:19, Jonathan Nieder <jrnie...@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 -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org