-
Notifications
You must be signed in to change notification settings - Fork 2.3k
asio crash on socket disconnect #887
Comments
Here is the stack trace #0 boost::asio::detail::scheduler::post_immediate_completion (this=0x34, |
This patch changes the socket pointers to shared ptrs which will should not be released if there is a call to async_write during a delete. This is a fix for ethereum-mining#929 ethereum-mining#892 ethereum-mining#890 and ethereum-mining#887
Please report on latest. |
Being addressed in #1135 |
I've started to get crashes when ethminer connects and disconnects to the stratum server.
The segfault occurs in asio, and appears to be due to changes in EthStratumClient.cpp starting after commit 76943 on 27 Feb.
Will try to get more information.
The text was updated successfully, but these errors were encountered: