spaghetti2514
spaghetti2514
@dequis ``` #0 flood_newmsg (server=0x555555b96a10, level=4, nick=0x5555559b6c41 "iled", host=0x5555559b6c4a "", target=0x555556f25600 "#test") at flood.c:196 #1 0x00005555555e053f in flood_privmsg (server=0x555555b96a10, data=, nick=0x5555559b6c41 "iled", addr=0x5555559b6c4a "") at flood.c:255 #2 0x00005555555fa0b6 in signal_emit_real...
>What quit message do other people see in the channel? A few seconds after the messages stop, irssi segfaults and ``` -!- test [[email protected]] has quit [Connection closed]``` is sent...
Okay this is interesting. For reference, I'm testing this with a "test" client where I actually send the bible text from, and another client (the "viewing" client) joined to the...
Here's another backtrace ``` #0 flood_newmsg (server=0x555555b96c40, level=4, nick=0x5555559b6c41 "", host=0x5555559b6c4b "table_lookup: assertion 'hash_table != NULL' failed", target=0x555555d6bf80 "#test") at flood.c:196 #1 0x00005555555e053f in flood_privmsg (server=0x555555b96c40, data=, nick=0x5555559b6c41 "", addr=0x5555559b6c4b...
>are there any scripts loaded which could explain the difference between the configs, or any other config differences? The only scripts I have loaded are a few simple things that...
>the odd thing in your backtrace is that it crashes in some incoming message Yeah, it's always the first incoming message after the bible text stops getting sent. >are you...
Oh, here's a new development. I only crash when I send the text to a channel that has other people in it. What seems to be happening is that while...
@ailin-nemui Sure, give me a few minutes
Okay so with the version of irssi I compiled with the patch, it never crashes. I have no idea why. Also the signal_trace.log file is 645MB.
So irssi doesn't crash either with the signal tracing patch or when running under valgrind. I guess both make it too slow? I don't think wireshark is feasible. The server...