Skip to content

crash when specifying path for -wallet= #11312

@dooglus

Description

@dooglus

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions