The actual test in the malloc code reads:
if (malloc_abort || issetugid() || getuid() == 0 || getgid() == 0) wrterror(p)
, so it may also trigger if your primary groupid is 0 (wheel). Just being a member of the wheel group won't trigger it.
Thank you very much for pointing this out. I should have looked myself before complaining, of course.
My user's primary group is indeed wheel. I will patch my source tree, recompile libc and see whether this helps (I realize this is much more of a hack than a solution but as long as it works, I am fine).
- Bartosz _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[EMAIL PROTECTED]"
