BitcoinArmory icon indicating copy to clipboard operation
BitcoinArmory copied to clipboard

make test fails with segfault on v0.92.3

Open bjmgeek opened this issue 10 years ago • 0 comments

when executing make test, I get the following output:

Armory has crashed. Please provide the following in your bug report:
Failed to dereference address 0xbad2
/mnt/large_vol/home/bminton/public_html/programs/BitcoinArmory/_CppBlockUtils.so(+0x2cf0d7)[0x7f0b490af0d7]
/lib/x86_64-linux-gnu/libpthread.so.0(+0xf8d0)[0x7f0b4a4578d0]
/mnt/large_vol/home/bminton/public_html/programs/BitcoinArmory/_CppBlockUtils.so(_ZN9BtcWalletD1Ev+0x49)[0x7f0b48f9c6b9]
/mnt/large_vol/home/bminton/public_html/programs/BitcoinArmory/_CppBlockUtils.so(+0x2e74cd)[0x7f0b490c74cd]
python(PyObject_CallFunctionObjArgs+0x1a7)[0x4bf3e7]
/mnt/large_vol/home/bminton/public_html/programs/BitcoinArmory/_CppBlockUtils.so(+0x2cf9fd)[0x7f0b490af9fd]
python[0x4b962b]
python[0x4f4fb0]
python[0x4b962b]
python[0x510b3e]
python[0x4b962b]
python[0x510b3e]
python[0x4a50e5]
python[0x4b962b]
python[0x510b3e]
python[0x4a50e5]
python[0x4b962b]
python[0x510b3e]
python[0x4a50e5]
python[0x4b962b]
python[0x510b3e]
python[0x4b962b]
python[0x510b3e]
python[0x4de210]
python[0x4e9160]
python[0x4e913e]
python[0x4e913e]
python[0x4e913e]
python[0x54450f]
python(PyErr_PrintEx+0x2d)[0x5441fd]
python[0x43c824]
python(Py_Main+0x695)[0x498f25]
/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf5)[0x7f0b49789b45]
python[0x4987ab]
Makefile:57: recipe for target 'test' failed
make: *** [test] Segmentation fault

This is on Debian sid, on amd64, with Python 2.7.9

bjmgeek avatar Dec 24 '14 18:12 bjmgeek