eggheads / eggdrop

The Eggdrop IRC Bot
GNU General Public License v2.0
508 stars 84 forks source link

Segmentation fault when issuing restart command in PL #1715

Closed tydel closed 1 week ago

tydel commented 1 week ago

Last night, I tried to restart one of my bots by issuing a .restart in the partyline and the bot had a segmentation fault.

[12:16:43] #tydel# restart
Restarting.
[12:16:42] Restarting ...
[12:16:42] Module unloaded: ident
[12:16:42] Module unloaded: ctcp
[12:16:42] Module unloaded: console
[12:16:42] Module unloaded: compress
[12:16:42] Sending 'share end' to all sharebots...
[12:16:42] Unloaded sharing module, flushing tbuf's...
[12:16:42] Module unloaded: share
[12:16:42] Unloading transfer module, killing all transfer connections...
[12:16:42] Module unloaded: transfer
[12:16:42] Stagnant modules; there WILL be memory leaks!
[12:16:42] * Please report problem to https://github.com/eggheads/eggdrop/issues
[12:16:42] * Check doc/BUG-REPORT on how to do so.
[12:16:42] * Last bind (may not be related): cl_mode
[12:16:42] * Wrote DEBUG
[12:16:42] * SEGMENT VIOLATION -- CRASHING!

DEBUG contents:

removed

vanosg commented 1 week ago

This is a duplicate of #1701 . Thanks for reporting, we'll track it there.