Closed djthread closed 9 years ago
I am having trouble reading: which is the crashed thread in the above?
Thanks for checking it out, Vikram. I believe I have a trace of the one trouble thread here. I've used "bt" as opposed to last time when I did "thread apply all bt"
Program received signal SIGSEGV, Segmentation fault.
0x00007ffff2ee329a in __strcmp_sse2_unaligned () from /usr/lib/libc.so.6
(gdb) bt
#0 0x00007ffff2ee329a in __strcmp_sse2_unaligned () from /usr/lib/libc.so.6
#1 0x0000000001916e0d in lh_insert ()
#2 0x00000000018e6e17 in OBJ_NAME_add ()
#3 0x00007fff3bddf5c7 in SSL_library_init () from /usr/lib/libssl.so.1.0.0
#4 0x00007ffff416a57e in ?? () from libQt5Network.so.5
#5 0x00007ffff416c4d9 in ?? () from libQt5Network.so.5
#6 0x00007ffff414e646 in QSslCertificate::QSslCertificate(QByteArray const&, QSsl::EncodingFormat) () from libQt5Network.so.5
#7 0x00007ffff4151167 in QSslConfiguration::QSslConfiguration() ()
from libQt5Network.so.5
#8 0x00007ffff40e4844 in ?? () from libQt5Network.so.5
#9 0x00007ffff40ee8b5 in ?? () from libQt5Network.so.5
#10 0x00007ffff40c0ec5 in QNetworkAccessManager::createRequest(QNetworkAccessManager::Operation, QNetworkRequest const&, QIODevice*) () from libQt5Network.so.5
#11 0x00007ffff40bdc84 in QNetworkAccessManager::get(QNetworkRequest const&) ()
from libQt5Network.so.5
#12 0x00007ffff59ad717 in ?? () from libQt5WebKit.so.5
#13 0x00007ffff59ad947 in ?? () from libQt5WebKit.so.5
#14 0x00007ffff59a89a8 in ?? () from libQt5WebKit.so.5
#15 0x00007ffff59aa3be in ?? () from libQt5WebKit.so.5
#16 0x00007ffff59a47ce in ?? () from libQt5WebKit.so.5
#17 0x00007ffff58d7da8 in ?? () from libQt5WebKit.so.5
#18 0x00007ffff57ad06a in ?? () from libQt5WebKit.so.5
#19 0x00007ffff57b2364 in ?? () from libQt5WebKit.so.5
#20 0x00007ffff57b27b6 in ?? () from libQt5WebKit.so.5
#21 0x00007ffff57617b5 in ?? () from libQt5WebKit.so.5
#22 0x00007ffff576f086 in ?? () from libQt5WebKit.so.5
#23 0x00007ffff5771055 in ?? () from libQt5WebKit.so.5
#24 0x00007ffff5778420 in ?? () from libQt5WebKit.so.5
#25 0x00007ffff578dc00 in ?? () from libQt5WebKit.so.5
#26 0x00007ffff578dc3d in ?? () from libQt5WebKit.so.5
#27 0x00007ffff57a08dc in ?? () from libQt5WebKit.so.5
#28 0x00007ffff57a50cd in ?? () from libQt5WebKit.so.5
#29 0x00007ffff5440e39 in ?? () from libQt5WebKit.so.5
#30 0x00007ffff57a6f22 in ?? () from libQt5WebKit.so.5
#31 0x00007ffff578e96e in ?? () from libQt5WebKit.so.5
#32 0x00007ffff578ed32 in ?? () from libQt5WebKit.so.5
#33 0x00007ffff578f0db in ?? () from libQt5WebKit.so.5
#34 0x00007ffff54538f1 in QWebFrameAdapter::load(QNetworkRequest const&, QNetworkAccessManager::Operation, QByteArray const&) () from libQt5WebKit.so.5
#35 0x00007ffff4d66f31 in QWebFrame::load(QUrl const&) ()
from libQt5WebKitWidgets.so.5
#36 0x00000000009d25a0 in QtPrivate::QFunctorSlotObject<BitSharesApp::prepareStartupSequence(ClientWrapper*, Html5Viewer*, MainWindow*, QSplashScreen*)::{lambda()#3}, 0, QtPrivate::List<>, void>::impl(int, QtPrivate::QSlotObjectBase*, QObject*, void**, bool*) ()
#37 0x00007ffff3c29035 in QMetaObject::activate(QObject*, int, int, void**) ()
from libQt5Core.so.5
#38 0x00000000009b282c in fc::detail::void_functor_run<ClientWrapper::initialize(ClientWrapper::INotifier*)::{lambda()#1}::operator()() const::{lambda()#9}>::run(void*, ClientWrapper::initialize(ClientWrapper::INotifier*)::{lambda()#1}::operator()() const::{lambda()#9}) ()
#39 0x00000000011f5395 in fc::task_base::run_impl() ()
#40 0x00000000011f34ff in fc::thread_d::process_tasks() ()
#41 0x00000000011f3751 in fc::thread_d::start_process_tasks(long) ()
#42 0x00000000018ba85e in make_fcontext ()
#43 0x00000000031a9490 in ?? ()
#44 0x00000000031a9770 in ?? ()
#45 0x00007fff744ec4c0 in ?? ()
#46 0x0000000000000000 in ?? ()
Refer back to reopened: #1373
Things seemed to be humming along once I installed gstreamer0.10 and gstreamer0.10-base packages onto my Arch Linux system. BitShares spent quite some time rescanning the blockchain before ultimately dying.
I also tried moving away ~/.BitShares. It seemed to fail very quickly in this case, right after letting me know, "Blockchain size changed from 0MiB to 0MiB."