12 Apr
2006
12 Apr
'06
5:15 p.m.
Nikolas Thoman <nikthoman@yahoo.com> wrote:
Any help in diagnosing the reason why I'm encountering a fault in malloc would be much appreciated.
It usually happens because something else in the code is over-writing a buffer, or writing to free'd memory. Run the server under valgrind to see what's going on. You'll have to pass special options to work around the infinite SSL warnings, but those warnings can be ignored. Alan DeKok.