monit-general
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: OS X malloc problems


From: Martin Pala
Subject: Re: OS X malloc problems
Date: Thu, 30 Nov 2006 22:55:54 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.13) Gecko/20060809 Debian/1.7.13-0.3

Which monit version do you use?

You can start monit in verbose mode using the '-v' option.

It could help when you will send your monit log file (since monit start to the crash) + your monit control file, we can try to reproduce.

Also the monit coredump could help - you can analyze it using for example gdb:

  gdb <monit_binary> <core>

then run following commands in gdb prompt:

  info threads
  bt

Thanks,
Martin

Sean Porter wrote:
First, thanks for monit.

Unfortunately, I seem to be having some problems on OS X (10.3.9
Server specifically).

I can get a control file put together and validate that it was parsed
correctly by connecting to the embedded webserver. However, when I try
to run any of the commands, such as 'stop all', I get:

# monit -c /path/to/my/controlfile stop all
*** malloc[29425]: Deallocation of a pointer not malloced: 0x3006f4;
This could be a double free(), or free() called with the middle of an
allocated block; Try setting environment variable MallocHelp to see
tools to help debug

Others seem to have had this problem in the past:

http://lists.nongnu.org/archive/html/monit-general/2003-07/msg00016.html

but I didn't see any responses with resolution.

Any ideas?


--
To unsubscribe:
http://lists.nongnu.org/mailman/listinfo/monit-general




reply via email to

[Prev in Thread] Current Thread [Next in Thread]