On Sat, May 19, 2007 at 01:48 +0300, Asko Kauppi wrote:
Testing Lua Lanes on FreeBSD gives the above error. Does anyone have
an idea what might be the cause?
$ uname -a
FreeBSD td152.testdrive.hp.com 6.2-RELEASE FreeBSD 6.2-RELEASE #0:
Fri Jan 12 11:05:30 UTC 2007 root@dessler.cse.buffalo.edu:/usr/
obj/usr/src/sys/SMP i386
Can you reproduce it?
The PHK implementation of the memory allocator has a very nice
feature:
Have a look at the malloc(3) manpage, search for "malloc.conf". This
"file" is a symlink and its content lists options to tune malloc()'s
behaviour. Alternatively -- or to influence an individual process
only
-- you could set the MALLOC_CONF environment variable. A third option
is to change the program's source and adjust a global _malloc_options
variable in the process.
All of the above methods allow you to instruct malloc(3) to not just
issue the message, but to abort() the process and generate a core dump
so you can do a post mortem analysis and see what happened.
virtually yours
Gerhard Sittig
--
If you don't understand or are scared by any of the above
ask your parents or an adult to help you.