Author

Topic: Segfault when starting bitcoind (Read 1121 times)

jr. member
Activity: 56
Merit: 1
June 26, 2011, 08:38:17 PM
#3
It has been fixed, you should pull again.
newbie
Activity: 47
Merit: 0
June 26, 2011, 10:55:57 AM
#2
I compiled the bitcoin daemon in debug mode, so I can provide any info that may help you help me out.

Can you run it under gdb (ie gdb bitcoind), start it (run), and then give us the output of 'backtrace' once it crashes?
jr. member
Activity: 31
Merit: 1
June 25, 2011, 04:00:19 PM
#1
I compiled bitcoind on a Centos 5.3 machine. I linked statically to boost, berkeley db and openssl. The crash happens when bitcoind is started without parameters. When started as -daemon, it just exits silently.

The segfault doesn't happen in the main thread apparently, it happens in a call to the openssl function EC_POINT_point2oct ().

I compiled the bitcoin daemon in debug mode, so I can provide any info that may help you help me out.

boost is 1.46.1
openssl is 1.0.0d
berkeley db is 5.2.28
Jump to: