> > I'll try that tonight on the FreeBSD system. We have these options for > > malloc: > > > > A All warnings (except for the warning about unknown flags > > being set) become fatal. The process will call abort(3) in > > these cases. > > > > J Each byte of new memory allocated by malloc(), realloc() > > or reallocf() as well as all memory returned by free(), > > realloc() or reallocf() will be initialized to 0xd0. This options > > also sets the ``R'' option. This is intended for debugging > > and will impact performance negatively.
I'm running a debug version of twm with "/etc/malloc.conf -> AJ" since Friday, and it never crashed. I'll try to run non-debug version. -- Alexander Pohoyda <[EMAIL PROTECTED]> _______________________________________________ Devel mailing list [EMAIL PROTECTED] http://XFree86.Org/mailman/listinfo/devel
