Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 577136 - net-p2p/bitcoind Segmentation fault with option -datadir
Summary: net-p2p/bitcoind Segmentation fault with option -datadir
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal major
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-03-12 11:39 UTC by latenite
Modified: 2016-03-18 01:24 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
commands called to show the error (bitcoind-bug.txt,4.65 KB, text/plain)
2016-03-12 11:39 UTC, latenite
Details

Note You need to log in before you can comment on or make changes to this bug.
Description latenite 2016-03-12 11:39:50 UTC
Created attachment 428014 [details]
commands called to show the error

I tried bitcoind 0.10.2 and 0.11.2. Both fail to run with -datadir=/home/bitcoin and segfault.

I added the gdb outout and the commands I call.
It can be seen that withiut the -datadir=/home/bitcoin the daemon runs find.
Comment 1 Pacho Ramos gentoo-dev 2016-03-14 15:58:43 UTC
Please show emerge --info bitcoind 

Also, you need to recompile it with debugging symbols to get a useful backtrace:
https://wiki.gentoo.org/wiki/Project:Quality_Assurance/Backtraces

Thanks