This repository was archived by the owner on Feb 21, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 17
This repository was archived by the owner on Feb 21, 2020. It is now read-only.
Bitcoin examples shown on the wiki are broken #1
Copy link
Copy link
Open
Labels
Description
I am trying to setup the shadow-bitcoin-plugin with the latest Shadow v1.10.2 installation. Shadow installation is working perfectly, but upon running the basic example for shadow-bitcoin-plugin using the command ../src/bitcoind/shadow-bitcoind -y -i ../resource/shadow.config.xml -r 2 -t, I get an error trace indicating a missing file 2 as follows:
00:00:00.000777 [thread-0] n/a [shadow-error] [n/a] [parser_parseFile] g_file_get_contents: Failed to open file '2': No such file or directory
**ERROR ENCOUNTERED**
At process: 3824 (parent 3822)
At file: /home/kunal/Documents/shadow/src/support/shd-logging.c
At line: 54
At function: logging_handleLog
Message: FALSE && "failure due to error-level log message"
**BEGIN BACKTRACE**
Obtained 12 stack frames:
/home/kunal/.shadow/bin/shadow() [0x43c98c]
/home/kunal/.shadow/bin/shadow(utility_handleError+0x34) [0x43c404]
/home/kunal/.shadow/bin/shadow(logging_handleLog+0x1df) [0x43133f]
/lib/x86_64-linux-gnu/libglib-2.0.so.0(g_logv+0x1b1) [0x7f3384775ae1]
/home/kunal/.shadow/bin/shadow(logging_logv+0x41c) [0x43176c]
/home/kunal/.shadow/bin/shadow(logging_log+0x157) [0x431a27]
/home/kunal/.shadow/bin/shadow(parser_parseFile+0x105) [0x432825]
/home/kunal/.shadow/bin/shadow(master_run+0x2df) [0x40d4af]
/home/kunal/.shadow/bin/shadow(shadow_main+0x34c) [0x40c68c]
/home/kunal/.shadow/bin/shadow(main+0x22) [0x43ca82]
/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf5) [0x7f3383f7cec5]
/home/kunal/.shadow/bin/shadow() [0x40c279]
**END BACKTRACE**
**ABORTING**
**ERROR ENCOUNTERED**
At process: 3824 (parent 3822)
At file: /home/kunal/Documents/shadow/src/support/shd-logging.c
At line: 54
At function: logging_handleLog
Message: FALSE && "failure due to error-level log message"
**BEGIN BACKTRACE**
Obtained 12 stack frames:
/home/kunal/.shadow/bin/shadow() [0x43c98c]
/home/kunal/.shadow/bin/shadow(utility_handleError+0x34) [0x43c404]
/home/kunal/.shadow/bin/shadow(logging_handleLog+0x1df) [0x43133f]
/lib/x86_64-linux-gnu/libglib-2.0.so.0(g_logv+0x1b1) [0x7f3384775ae1]
/home/kunal/.shadow/bin/shadow(logging_logv+0x41c) [0x43176c]
/home/kunal/.shadow/bin/shadow(logging_log+0x157) [0x431a27]
/home/kunal/.shadow/bin/shadow(parser_parseFile+0x105) [0x432825]
/home/kunal/.shadow/bin/shadow(master_run+0x2df) [0x40d4af]
/home/kunal/.shadow/bin/shadow(shadow_main+0x34c) [0x40c68c]
/home/kunal/.shadow/bin/shadow(main+0x22) [0x43ca82]
/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf5) [0x7f3383f7cec5]
/home/kunal/.shadow/bin/shadow() [0x40c279]
**END BACKTRACE**
**ABORTING**
[2015-10-14 12:09:09.100428] bitcoind: Shadow returned 0 in 0:00:00.370978 seconds
Am I missing something in the plugin installation instructions ?