-
Notifications
You must be signed in to change notification settings - Fork 37.8k
Closed
Description
Built against master branch 801dd40:
$ ./bitcoind -wallet=/tmp/wallet.dat
Error: Error loading wallet /tmp/wallet.dat. -wallet parameter must only specify a filename (not a path).
Segmentation fault
$
It's crashing here:
Thread 1 "bitcoin-shutoff" received signal SIGSEGV, Segmentation fault.
CConnman::Stop (this=0x0) at net.cpp:2405
2405 if (threadMessageHandler.joinable())
(gdb) where
#0 CConnman::Stop (this=0x0) at net.cpp:2405
#1 0x00005555555a57fb in Shutdown () at init.cpp:197
#2 0x00005555555997fb in AppInit (argc=<optimized out>, argv=<optimized out>) at bitcoind.cpp:183
#3 0x0000555555599a39 in main (argc=0, argv=0x0) at bitcoind.cpp:195
(gdb)
Metadata
Metadata
Assignees
Labels
No labels