DragonFly kernel List (threaded) for 2006-02
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
new malloc, G and libc_r
I've been playing around with the new malloc options on HEAD and noticed
that libc_r really doesn't like the G option. All threaded apps fail like
below. Isn't it a strange way to fail though? As I understand it the G
option can make buggy apps to die from illegal memory access, not cause
memory allocation failure.
[doozer//~]$ MALLOC_OPTIONS=G xmms
Fatal error 'Cannot allocate priority ready queue.' at line ? in file /usr/src/lib/libc_r/uthread/uthread_init.c (errno = ?)
Abort trap (core dumped)
-Richard
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]