Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
bitcoin-qt core dumps when bitcoin(d/-qt) is already running #10815
Comments
laanwj
added this to the
0.15.0
milestone
Jul 13, 2017
|
This problem happens because Shutdown() is called, even though the data directory was not locked. Most easily reproducible in the GUI, though it's also possible to happen with |
laanwj
referenced
this issue
Jul 13, 2017
Closed
init: Keep track of whether data directory locked, don't cleanup if not #10818
laanwj
added the
GUI
label
Jul 14, 2017
laanwj
added a commit
to laanwj/bitcoin
that referenced
this issue
Jul 15, 2017
|
|
laanwj |
ceec6cb
|
laanwj
referenced
this issue
Jul 15, 2017
Merged
init: Factor out AppInitLockDataDirectory and fix startup core dump issue #10832
laanwj
added a commit
to laanwj/bitcoin
that referenced
this issue
Jul 17, 2017
|
|
laanwj |
dba485d
|
laanwj
added a commit
that referenced
this issue
Jul 17, 2017
|
|
laanwj |
89bb036
|
morcos
closed this
Jul 17, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
morcos commentedJul 13, 2017
On master at 7666250
It's expected to just exit cleanly with an error message that it can't obtain a lock on the data directory.
Instead it shows that error message and then when you click it away it core dumps.
This doesn't happen with bitcoind.
This also results in losing RPC credentials to the running bitcoin(d/-qt)