I just tried to run the latest eggdrop from the cvs repo and got weird memory errors from megahal module. But before (with Eggdrop 1.6.19+ctcpfix) everything worked, even megaHal.
this is what I get, when running eggdrop:
Code: Select all
[02:15] *** ATTEMPTING TO FREE NON-MALLOC'D PTR: megahal:megahal.c (1094)
[02:15] *** ATTEMPTING TO FREE NON-MALLOC'D PTR: megahal:megahal.c (1094)
(absolutely the same message several times)
[02:15] *** ATTEMPTING TO FREE NON-MALLOC'D PTR: megahal:megahal.c (1094)
[02:15] *** MEMORY TABLE FULL: megahal:megahal.c (1275)
ubuntu server 8.10 x86_64
MegaHal from here
what has changed since Eggdrop 1.6.19+ctcpfix?
The first error is really weird, since at line 1094 of megaHal.c nfree is called on a non-NULL ptr...
As I said before, the same megaHal version worked nicely with 1.6.19 (okay, I had to remove the brain in order to start eggdrop...)
hopefully someone can help me,
bb, kulpae
edit: I need the cvs revision because of the "bind out" feature...