Open willfong opened 7 years ago
onPortRequestComplete()
on a socket that had already been closed.if (s)
inside the if (plugin)
check, with some helpful warning message like SWARN("Cannot deliver response from plugin
" << plugin->getName() << "' for request '" << response["request.methodLine"] << "' #" << requestCount)`Any volunteers?
FYI, added an Upwork project here if anybody wants to fix this and earn a quick $500: https://www.upwork.com/jobs/~0117b61ddf80095260
This should be fixed in HEAD; reassigning to @righdforsa until deployed.
Hi!
I've been testing bedrock with sysbench (just want to see MySQL compatibility), and noticed it would always crash when I Ctrl+C sysbench.
Bedrock version: 43234709c216b19ae7ce7ea7a5219467bf50e773
Test case:
Stacktrace:
Right before the stack trace, minus some test data:
The full log (13MB compressed to 700KB), minus the sysbench data, can be found here.
Thanks, -will