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:
any ideas ?[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: ========
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