Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - enforest

Pages: [1]
1
Hi, me again. The updated version did not work, crashes every time when I open it. The error message is:

Process:         BitSharesX [28840]
Path:            /Applications/BitSharesX.app/Contents/MacOS/BitSharesX
Identifier:      org.bitshares.btsx
Version:         .. (..)
Code Type:       X86-64 (Native)
Parent Process:  launchd [259]
Responsible:     BitSharesX [28840]
User ID:         501

Date/Time:       2014-08-27 08:01:04.948 +0800
OS Version:      Mac OS X 10.9.4 (13E28)
Report Version:  11
Anonymous UUID:  3B78FC41-9B91-D3D9-7BB4-4DB9043344B1

Sleep/Wake UUID: 090E6D1E-03BC-4A82-B163-70EB965C50EB

Crashed Thread:  0  Dispatch queue: com.apple.main-thread

Exception Type:  EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000

Application Specific Information:
abort() called
*** error for object 0x7fff7b6aa330: pointer being freed was not allocated
 

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0   libsystem_kernel.dylib           0x00007fff96d0f866 __pthread_kill + 10
1   libsystem_pthread.dylib          0x00007fff8afd735c pthread_kill + 92
2   libsystem_c.dylib                0x00007fff97367b1a abort + 125
3   libsystem_malloc.dylib           0x00007fff962ae07f free + 411
4   libstdc++.6.dylib                0x000000010bc14bce std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >::overflow(int) + 302
5   libstdc++.6.dylib                0x000000010bc188ce std::basic_streambuf<char, std::char_traits<char> >::xsputn(char const*, long) + 62
6   libstdc++.6.dylib                0x00007fff8fd3cb44 std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long) + 430
7   com.AdobeAAMDetectLib.AdobeAAMDetect   0x00000001254ed239 NP_Initialize + 409
8   QtWebKit                         0x00000001081166b5 WebCore::PluginPackage::load() + 245
9   QtWebKit                         0x000000010811571a WebCore::PluginPackage::fetchInfo() + 42
10  QtWebKit                         0x0000000108066157 WebCore::PluginPackage::createPackage(WTF::String const&, long const&) + 55
11  QtWebKit                         0x0000000108062915 WebCore::PluginDatabase::refresh() + 677
12  QtWebKit                         0x000000010806240c WebCore::PluginDatabase::installedPlugins(bool) + 236
13  QtWebKit                         0x0000000107ca7e04 PlatformStrategiesQt::getPluginInfo(WebCore::Page const*, WTF::Vector<WebCore::PluginInfo, 0ul, WTF::CrashOnOverflow>&) + 1348
14  QtWebKit                         0x0000000107fc9976 WebCore::PluginData::PluginData(WebCore::Page const*) + 134
15  QtWebKit                         0x0000000107fafc4e WebCore::Page::pluginData() const + 46
16  QtWebKit                         0x0000000108ab04a1 WebCore::DOMImplementation::createDocument(WTF::String const&, WebCore::Frame*, WebCore::KURL const&, bool) + 305
17  QtWebKit                         0x0000000107f14503 WebCore::DocumentWriter::createDocument(WebCore::KURL const&) + 147
18  QtWebKit                         0x0000000107f13faa WebCore::DocumentWriter::begin(WebCore::KURL const&, bool, WebCore::Document*) + 106
19  QtWebKit                         0x00000001081c02cd WebCore::SVGImage::dataChanged(bool) + 669
20  QtWebKit                         0x0000000107ff9c08 WebCore::Image::setData(WTF::PassRefPtr<WebCore::SharedBuffer>, bool) + 104
21  QtWebKit                         0x0000000107efbd5e WebCore::CachedImage::finishLoading(WebCore::ResourceBuffer*) + 158
22  QtWebKit                         0x0000000107f3e935 WebCore::SubresourceLoader::didFinishLoading(double) + 133
23  QtWebKit                         0x00000001080ea331 WebCore::QNetworkReplyHandler::finish() + 257
24  QtWebKit                         0x00000001080e8c4b WebCore::QNetworkReplyHandlerCallQueue::flush() + 203
25  QtWebKit                         0x00000001080ebf1a WebCore::QNetworkReplyWrapper::qt_static_metacall(QObject*, QMetaObject::Call, int, void**) + 58
26  QtCore                           0x000000010b57cc6f QMetaObject::activate(QObject*, int, int, void**) + 1871
27  QtNetwork                        0x000000010ab5af41 QNetworkReplyHttpImplPrivate::finished() + 1153
28  QtNetwork                        0x000000010abdbb2d QNetworkReplyHttpImpl::qt_static_metacall(QObject*, QMetaObject::Call, int, void**) + 1901
29  QtCore                           0x000000010b575d7b QObject::event(QEvent*) + 747
30  QtWidgets                        0x00000001076442dc QApplicationPrivate::notify_helper(QObject*, QEvent*) + 300
31  QtWidgets                        0x0000000107646d9b QApplication::notify(QObject*, QEvent*) + 6187
32  org.bitshares.btsx               0x0000000105d6625e BitSharesApp::notify(QObject*, QEvent*) + 14
33  QtCore                           0x000000010b5495d7 QCoreApplicationPrivate::sendPostedEvents(QObject*, int, QThreadData*) + 631
34  libqcocoa.dylib                  0x000000010d5eead6 QCocoaEventDispatcherPrivate::processPostedEvents() + 278
35  libqcocoa.dylib                  0x000000010d5ef478 QCocoaEventDispatcherPrivate::postedEventsSourceCallback(void*) + 40
36  com.apple.CoreFoundation         0x00007fff946c85b1 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17
37  com.apple.CoreFoundation         0x00007fff946b9c62 __CFRunLoopDoSources0 + 242
38  com.apple.CoreFoundation         0x00007fff946b93ef __CFRunLoopRun + 831
39  com.apple.CoreFoundation         0x00007fff946b8e75 CFRunLoopRunSpecific + 309
40  com.apple.HIToolbox              0x00007fff8ea5ea0d RunCurrentEventLoopInMode + 226
41  com.apple.HIToolbox              0x00007fff8ea5e7b7 ReceiveNextEventCommon + 479
42  com.apple.HIToolbox              0x00007fff8ea5e5bc _BlockUntilNextEventMatchingListInModeWithFilter + 65
43  com.apple.AppKit                 0x00007fff92b5424e _DPSNextEvent + 1434
44  com.apple.AppKit                 0x00007fff92b5389b -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 122
45  com.apple.AppKit                 0x00007fff92b4799c -[NSApplication run] + 553
46  libqcocoa.dylib                  0x000000010d5ee1d4

Does that mean there is conflict with AdobeAAMDetect plugin?

2
Technical Support / BitsharesX wallet 0.4.7 crashs on Mac(10.9.4)
« on: August 24, 2014, 12:09:30 am »
Hi, my wallet keeps crashing every time I open it, ever since I upgraded the wallet to 0.4.4 from 0.3.0.
I thought it maybe some glitch and just waited for an update, but every update (0.4.4-0.4.7) failed to start.
The GUI did not show any information about the crash, I turned to command line and found the following:

Code: [Select]
Initializing genesis state from built-in genesis file
Successfully re-indexed 0 blocks in 0 seconds.
Initializing genesis state from built-in genesis file
QString::arg: Argument missing: "Reindexing database; please wait... This may take several minutes." , 2164305424
/index.html
/css/app.css
/js/app.js
/locale-zh-CN.json
/img/logo-ico.svg
BitSharesX(12000,0x7fff7ae53310) malloc: *** error for object 0x7fff7b6aa330: pointer being freed was not allocated
*** set a breakpoint in malloc_error_break to debug

while the apple crash reporter said:
Code: [Select]
Process:         BitSharesX [12075]
Path:            /Applications/BitSharesX.app/Contents/MacOS/BitSharesX
Identifier:      org.bitshares.btsx
Version:         .. (..)
Code Type:       X86-64 (Native)
Parent Process:  launchd [259]
Responsible:     BitSharesX [12075]
User ID:         501

Date/Time:       2014-08-24 08:04:25.818 +0800
OS Version:      Mac OS X 10.9.4 (13E28)
Report Version:  11

Crashed Thread:  0  Dispatch queue: com.apple.main-thread

Exception Type:  EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000

Application Specific Information:
abort() called
*** error for object 0x7fff7b6aa330: pointer being freed was not allocated

These error messages persisted since 0.4.4
Any ideas? Please help, thanks!

Pages: [1]