This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

netbots v4.1 crashes

Support & discussion of released scripts, and announcements of new releases.
Post Reply
n
nada
Voice
Posts: 1
Joined: Fri Apr 01, 2011 1:42 pm

netbots v4.1 crashes

Post by nada »

Hi all.

never seen this before.
Im setting up a eggie on a ubuntu 10.10 server x64 box.

compiling the eggie is no problem, and it starts.
but when adding netbots to the bot, it crashes with:
[19:49:32] Loading netbots.tcl v4.10...
*** stack smashing detected ***: ./eggdrop terminated
======= Backtrace: =========
/lib/libc.so.6(__fortify_fail+0x37)[0x7f5155c02537]
/lib/libc.so.6(__fortify_fail+0x0)[0x7f5155c02500]
./eggdrop[0x43dcf7]
======= Memory map: ========
any ideas ?
Thanks

edit:
the problem is when enabling:
set nb_component(botnetop) 1 in netset.tcl
when this setting is set to "1", the bot crashes.

when set to "0" it works fine. So Im guessing the problem is in botnetop.tcl, but I have no idea on how to solve it
n
nml375
Revered One
Posts: 2860
Joined: Fri Aug 04, 2006 2:09 pm

Post by nml375 »

Actually, you are triggering a bug in the eggdrop binary.

If you can reproduce this reliably, try rebuilding your eggdrop with full debugging (make debug), and fill out the document doc/BUG-REPORT and follow the instructions in the header..

If you are using any custom patches, please also try to recompile your eggdrop without these, and see if the issue persists.
NML_375
Post Reply