Hello,
I downloaded and built libbitcoin from github. I'm on an Ubuntu 12.10 machine.
When I run the fullnode example, I get the following error:
~/src/bitcoin/libbitcoin/examples$ ./fullnode
terminate called after throwing an instance of 'boost::interprocess::interprocess_exception'
what(): No such file or directory
Aborted
The backtrace doesn't say much:
(gdb) bt
#0 0xb7fdd424 in __kernel_vsyscall ()
#1 0xb6e9d1df in __GI_raise (sig=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:64
#2 0xb6ea0825 in __GI_abort () at abort.c:91
#3 0xb70838ad in __gnu_cxx::__verbose_terminate_handler() () from /usr/lib/i386-linux-gnu/libstdc++.so.6
#4 0xb70814f3 in ?? () from /usr/lib/i386-linux-gnu/libstdc++.so.6
#5 0xb708152f in std::terminate() () from /usr/lib/i386-linux-gnu/libstdc++.so.6
#6 0xb70dd5ac in ?? () from /usr/lib/i386-linux-gnu/libstdc++.so.6
#7 0xb746ed4c in start_thread (arg=0xb48b5b40) at pthread_create.c:308
#8 0xb6f5ddde in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130
Is this a libboost issue? gcc version? Something else?
Thanks for any help!