QCAD Bugtracker

  • Status Closed
  • Percent Complete
    100%
  • Task Type Bug Report
  • Category QCAD (main)
  • Assigned To
    Andrew
  • Operating System OpenSUSE Linux
  • Severity Medium
  • Priority Very Low
  • Reported Version Development
  • Due in Version Undecided
  • Due Date Undecided
  • Votes
  • Private
Attached to Project: QCAD Bugtracker
Opened by Anonymous Submitter - 01.12.2011
Last edited by Andrew - 27.02.2012

FS#414 - SEGFAULT on exit: RDocumentInterface::repaintViews()

  • exited QCAD, 2 drawings opened

backtrace:

Thread [1] 5272 (Suspended : Signal : SIGSEGV:Segmentation fault)	
	memcpy() at 0xb5050d16	
	0xbe19918	
	QList<RGraphicsScene*>::detach_helper() at qlist.h:696 0x8ccb0b6	
	QList<RGraphicsScene*>::detach_helper() at qlist.h:710 0x8ccaef3	
	QList<RGraphicsScene*>::detach() at qlist.h:126 0x8f76f58	
	QList<RGraphicsScene*>::begin() at qlist.h:254 0x8f75f3c	
	RDocumentInterface::repaintViews() at RDocumentInterface.cpp:577 0x8f70e98	
	RDocumentInterface::mouseMoveEvent() at RDocumentInterface.cpp:634 0x8f7111e	
	RGraphicsScene::handleMouseMoveEvent() at RGraphicsScene.cpp:160 0x8f88ae7	
	RGraphicsView::handleMouseMoveEvent() at RGraphicsView.cpp:444 0x8f8b54a	
	RGraphicsViewQt::mouseMoveEvent() at RGraphicsViewQt.cpp:195 0x8e80bef	
	QWidget::event() at 0xb58da661	
	RGraphicsViewQt::event() at RGraphicsViewQt.cpp:104 0x8e80a6c	
	QApplicationPrivate::notify_helper() at 0xb5871d7c	
	QApplication::notify() at 0xb58772c4	
	QCoreApplication::notifyInternal() at 0xb547215b	
	QApplicationPrivate::sendMouseEvent() at 0xb5875152	
	0xb59066b5	
	QApplication::x11ProcessEvent() at 0xb5905d26	
	0xb5932f04	
	g_main_context_dispatch() at 0xb4aee509	
	0xb4aeed10	
	g_main_context_iteration() at 0xb4aeefce	
	QEventDispatcherGlib::processEvents() at 0xb54a2741	
	0xb5932a55	
	QEventLoop::processEvents() at 0xb547131d	
	QEventLoop::exec() at 0xb54715aa	
	QCoreApplication::exec() at 0xb5473701	
	qtscript_QCoreApplication_static_call() at 0xb08dc4b7	
	0xb6bd813c	
	0xb6ac1f68	
	0xb6a9164c	
	0xb083e0f4	
	0xb6a44262	
	0xb6a445f7	
	0xb6bb0f92	
	QScriptEngine::evaluate() at 0xb6bba46f	
	RScriptHandlerEcma::eval() at RScriptHandlerEcma.cpp:790 0x87d5a26	
	RScriptHandlerEcma::doScript() at RScriptHandlerEcma.cpp:786 0x87d591f	
	RScriptHandler::init() at RScriptHandler.cpp:31 0x8fbbbc2	
	main() at main.cpp:256 0x87cf40a	

Closed by  Andrew
27.02.2012 11:36
Reason for closing:  Fixed
Additional comments about closing:  

Possibly related to events interfering with script execution and fixed in development version.

Admin
Andrew commented on 17.12.2011 15:44

Possibly related (Mac OS X):

Thread 0 Crashed:  Dispatch queue: com.apple.main-thread
0   QtScript                      	0x04a8ce10 QTWTF::HashTable<QTJSC::UStringImpl*, QTJSC::UStringImpl*, QTWTF::IdentityExtractor<QTJSC::UStringImpl*>, QTWTF::StrHash<QTJSC::UStringImpl*>, QTWTF::HashTraits<QTJSC::UStringImpl*>, QTWTF::HashTraits<QTJSC::UStringImpl*> >::rehash(int) + 192
1   QtScript                      	0x04a8c2cc QTJSC::Identifier::remove(QTJSC::UStringImpl*) + 140
2   QtScript                      	0x04af3e98 QTJSC::UStringImpl::~UStringImpl() + 104
3   QtScript                      	0x04aee7e3 QTJSC::Structure::~Structure() + 611
4   QtScript                      	0x04aee87f QTJSC::Structure::~Structure() + 767
5   QtScript                      	0x04b56458 QScriptObject::~QScriptObject() + 168
6   QtScript                      	0x04a6ecaf QTJSC::Heap::freeBlocks() + 367
7   QtScript                      	0x04a6ee1a QTJSC::Heap::destroy() + 74
8   QtScript                      	0x04b38403 QScriptEnginePrivate::~QScriptEnginePrivate() + 595
9   QtCore                        	0x04cd4ae4 QObject::~QObject() + 1396
10  QtScript                      	0x04b1c2b8 QScriptEngine::~QScriptEngine() + 40
11  com.ribbonsoft.qcad           	0x0003973e RScriptHandlerEcma::~RScriptHandlerEcma() + 524
12  com.ribbonsoft.qcad           	0x009a589d RDocumentInterface::~RDocumentInterface() + 571
13  com.ribbonsoft.qcad           	0x0088fb37 RMdiChildQt::closeEvent(QCloseEvent*) + 993
14  QtGui                         	0x051124cd QWidget::event(QEvent*) + 3917
15  QtGui                         	0x054d7242 QMdiSubWindow::event(QEvent*) + 706
16  QtGui                         	0x050b5d5c QApplicationPrivate::notify_helper(QObject*, QEvent*) + 188
17  QtGui                         	0x050bd178 QApplication::notify(QObject*, QEvent*) + 1080
18  QtCore                        	0x04ccd9fc QCoreApplication::notifyInternal(QObject*, QEvent*) + 108
19  com.ribbonsoft.qcad           	0x0088e586 QCoreApplication::sendEvent(QObject*, QEvent*) + 80
20  com.ribbonsoft.qcad           	0x0088cfc3 RMainWindowQt::closeEvent(QCloseEvent*) + 477
21  QtGui                         	0x051124cd QWidget::event(QEvent*) + 3917
22  QtGui                         	0x054b5e7c QMainWindow::event(QEvent*) + 220
23  com.ribbonsoft.qcad           	0x0088c068 RMainWindowQt::event(QEvent*) + 630
24  QtGui                         	0x050b5d5c QApplicationPrivate::notify_helper(QObject*, QEvent*) + 188
25  QtGui                         	0x050bd178 QApplication::notify(QObject*, QEvent*) + 1080
26  QtCore                        	0x04ccd9fc QCoreApplication::notifyInternal(QObject*, QEvent*) + 108
27  QtGui                         	0x05108230 QWidgetPrivate::close_helper(QWidgetPrivate::CloseMode) + 432
28  QtGui                         	0x0510835c QWidget::close() + 28
Admin
Andrew commented on 30.12.2011 12:09

Possibly related (Mac OS X):

Thread 0 Crashed:  Dispatch queue: com.apple.main-thread
0   QtScript                      	0x04a8ad10 QTWTF::HashTable<QTJSC::UStringImpl*, QTJSC::UStringImpl*, QTWTF::IdentityExtractor<QTJSC::UStringImpl*>, QTWTF::StrHash<QTJSC::UStringImpl*>, QTWTF::HashTraits<QTJSC::UStringImpl*>, QTWTF::HashTraits<QTJSC::UStringImpl*> >::rehash(int) + 192
1   QtScript                      	0x04a8a1cc QTJSC::Identifier::remove(QTJSC::UStringImpl*) + 140
2   QtScript                      	0x04af1da8 QTJSC::UStringImpl::~UStringImpl() + 104
3   QtScript                      	0x04aec6f3 QTJSC::Structure::~Structure() + 611
4   QtScript                      	0x04aec78f QTJSC::Structure::~Structure() + 767
5   QtScript                      	0x04aec78f QTJSC::Structure::~Structure() + 767
6   QtScript                      	0x04aec78f QTJSC::Structure::~Structure() + 767
7   QtScript                      	0x04aec78f QTJSC::Structure::~Structure() + 767
8   QtScript                      	0x04aec78f QTJSC::Structure::~Structure() + 767
9   QtScript                      	0x04aec78f QTJSC::Structure::~Structure() + 767
10  QtScript                      	0x04aec78f QTJSC::Structure::~Structure() + 767
11  QtScript                      	0x04aec78f QTJSC::Structure::~Structure() + 767
12  QtScript                      	0x04aec78f QTJSC::Structure::~Structure() + 767
13  QtScript                      	0x04aec78f QTJSC::Structure::~Structure() + 767
14  QtScript                      	0x04aec78f QTJSC::Structure::~Structure() + 767
15  QtScript                      	0x04aec78f QTJSC::Structure::~Structure() + 767
16  QtScript                      	0x04aec78f QTJSC::Structure::~Structure() + 767
17  QtScript                      	0x04aec78f QTJSC::Structure::~Structure() + 767
18  QtScript                      	0x04b543b8 QScriptObject::~QScriptObject() + 168
19  QtScript                      	0x04a6cb9f QTJSC::Heap::freeBlocks() + 367
20  QtScript                      	0x04a6ccfa QTJSC::Heap::destroy() + 74
21  QtScript                      	0x04b352f3 QScriptEnginePrivate::~QScriptEnginePrivate() + 595
22  QtCore                        	0x04cd44f2 QObject::~QObject() + 1410
23  QtScript                      	0x04b1a108 QScriptEngine::~QScriptEngine() + 40
24  com.ribbonsoft.qcad           	0x00039461 RScriptHandlerEcma::~RScriptHandlerEcma() + 591
25  com.ribbonsoft.qcad           	0x009a561d RDocumentInterface::~RDocumentInterface() + 571
26  com.ribbonsoft.qcad           	0x0088f8cf RMdiChildQt::closeEvent(QCloseEvent*) + 993
27  QtGui                         	0x05117440 QWidget::event(QEvent*) + 2624
28  QtGui                         	0x054eb492 QMdiSubWindow::event(QEvent*) + 706
29  QtGui                         	0x050bbd2c QApplicationPrivate::notify_helper(QObject*, QEvent*) + 188
30  QtGui                         	0x050c0de7 QApplication::notify(QObject*, QEvent*) + 327
31  QtCore                        	0x04ccd23c QCoreApplication::notifyInternal(QObject*, QEvent*) + 108
32  com.ribbonsoft.qcad           	0x0088e31e QCoreApplication::sendEvent(QObject*, QEvent*) + 80
33  com.ribbonsoft.qcad           	0x0088cd5b RMainWindowQt::closeEvent(QCloseEvent*) + 477
34  QtGui                         	0x05117440 QWidget::event(QEvent*) + 2624
35  QtGui                         	0x054c9f1c QMainWindow::event(QEvent*) + 220
36  com.ribbonsoft.qcad           	0x0088be00 RMainWindowQt::event(QEvent*) + 630
37  QtGui                         	0x050bbd2c QApplicationPrivate::notify_helper(QObject*, QEvent*) + 188
38  QtGui                         	0x050c0de7 QApplication::notify(QObject*, QEvent*) + 327
39  QtCore                        	0x04ccd23c QCoreApplication::notifyInternal(QObject*, QEvent*) + 108
40  QtGui                         	0x05118476 QWidgetPrivate::close_helper(QWidgetPrivate::CloseMode) + 454
41  QtGui                         	0x051185ac QWidget::close() + 28
42  QtGui                         	0x051186e7 QWidget::qt_metacall(QMetaObject::Call, int, void**) + 295
43  QtGui                         	0x05749155 QMainWindow::qt_metacall(QMetaObject::Call, int, void**) + 53
44  com.ribbonsoft.qcad           	0x00896b4b RMainWindowQt::qt_metacall(QMetaObject::Call, int, void**) + 45
45  QtScript                      	0x04b6493b QScript::callQtMethod(QTJSC::ExecState*, QMetaMethod::MethodType, QObject*, QTJSC::ArgList const&, QMetaObject const*, int, bool) + 11595
46  QtScript                      	0x04b6856e QScript::QtFunction::execute(QTJSC::ExecState*, QTJSC::JSValue, QTJSC::ArgList const&) + 174
47  QtScript                      	0x04b68860 QScript::QtFunction::call(QTJSC::ExecState*, QTJSC::JSObject*, QTJSC::JSValue, QTJSC::ArgList const&) + 224
48  QtScript                      	0x04a6bb61 QTJSC::NativeFuncWrapper::operator()(QTJSC::ExecState*, QTJSC::JSObject*, QTJSC::JSValue, QTJSC::ArgList const&) const + 113
49  QtScript                      	0x04a6bc32 QTJSC::call(QTJSC::ExecState*, QTJSC::JSValue, QTJSC::CallType, QTJSC::CallData const&, QTJSC::JSValue, QTJSC::ArgList const&) + 98
50  QtScript                      	0x04b5a96f QScript::QObjectConnectionManager::execute(int, void**) + 1423
51  QtScript                      	0x04b5ae43 QScript::QObjectConnectionManager::qt_metacall(QMetaObject::Call, int, void**) + 99
52  QtCore                        	0x04cd3a51 QMetaObject::activate(QObject*, QMetaObject const*, int, void**) + 673
53  QtGui                         	0x050b5274 QAction::triggered(bool) + 68
54  QtGui                         	0x050b66bd QAction::activate(QAction::ActionEvent) + 157
55  QtGui                         	0x05069330 -[QCocoaMenuLoader qtDispatcherToQAction:] + 112
56  com.apple.AppKit              	0x90d74a26 -[NSApplication sendAction:to:from:] + 112
57  com.apple.AppKit              	0x90d748d9 -[NSMenuItem _corePerformAction] + 435
58  com.apple.AppKit              	0x90d745ca -[NSCarbonMenuImpl performActionWithHighlightingForItemAtIndex:] + 174
59  com.apple.AppKit              	0x90e701c7 -[NSMenu _performActionWithHighlightingForItemAtIndex:] + 49
60  com.apple.AppKit              	0x90e6f973 -[NSMenu performKeyEquivalent:] + 314
61  com.apple.AppKit              	0x90e6e117 -[NSApplication _handleKeyEquivalent:] + 581
62  com.apple.AppKit              	0x90d63fe6 -[NSApplication sendEvent:] + 4858
63  QtGui                         	0x05069e9d -[QNSApplication sendEvent:] + 93
64  com.apple.AppKit              	0x90cf8253 -[NSApplication run] + 917
65  QtGui                         	0x05073f11 QEventDispatcherMac::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 1505
66  QtCore                        	0x04dbca91 QEventLoop::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 65
67  QtCore                        	0x04dbcdda QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) + 170
68  QtCore                        	0x04dbe456 QCoreApplication::exec() + 182
69  libqtscript_core.1.0.0.dylib  	0x1d7cd6d7 qtscript_QCoreApplication_static_call(QScriptContext*, QScriptEngine*) + 2503
70  QtScript                      	0x04b533d8 QScript::FunctionWrapper::proxyCall(QTJSC::ExecState*, QTJSC::JSObject*, QTJSC::JSValue, QTJSC::ArgList const&) + 136
71  QtScript                      	0x04a6bb61 QTJSC::NativeFuncWrapper::operator()(QTJSC::ExecState*, QTJSC::JSObject*, QTJSC::JSValue, QTJSC::ArgList const&) const + 113
72  QtScript                      	0x04a40d99 cti_op_call_NotJSFunction + 489
73  ???                           	0x1f3f9f72 0 + 524263282
74  QtScript                      	0x049f8337 QTJSC::Interpreter::execute(QTJSC::EvalExecutable*, QTJSC::ExecState*, QTJSC::JSObject*, int, QTJSC::ScopeChainNode*, QTJSC::JSValue*) + 1031
75  QtScript                      	0x049f8631 QTJSC::Interpreter::execute(QTJSC::EvalExecutable*, QTJSC::ExecState*, QTJSC::JSObject*, QTJSC::ScopeChainNode*, QTJSC::JSValue*) + 97
76  QtScript                      	0x04b27d06 QScriptEnginePrivate::evaluateHelper(QTJSC::ExecState*, long, QTJSC::EvalExecutable*, bool&) + 582
77  QtScript                      	0x04b32bc1 QScriptEngine::evaluate(QString const&, QString const&, int) + 801
78  com.ribbonsoft.qcad           	0x00038fc5 RScriptHandlerEcma::eval(QString const&, QString const&) + 57
79  com.ribbonsoft.qcad           	0x000385a8 RScriptHandlerEcma::doScript(QString const&, QStringList const&) + 690
80  com.ribbonsoft.qcad           	0x009f945f RScriptHandler::init(QString const&, QStringList const&) + 641
81  com.ribbonsoft.qcad           	0x0002f81a main + 4924 (main.cpp:256)
82  com.ribbonsoft.qcad           	0x0002e239 _start + 208
83  com.ribbonsoft.qcad           	0x0002e168 start + 40
Admin
Andrew commented on 07.02.2012 09:50
Thread 0 Crashed:  Dispatch queue: com.apple.main-thread
0   QtScriptTools                 	0x04f72efb QList<QEventLoop*>::detach_helper(int) + 75
1   QtScriptTools                 	0x04f72f6a QList<QEventLoop*>::detach_helper() + 26
2   QtScriptTools                 	0x04f72a0b QScriptEngineDebuggerBackend::event(QScriptDebuggerEvent const&) + 411
3   QtScriptTools                 	0x04f6a2ee QScriptDebuggerBackendPrivate::exception(long long, QScriptValue const&, bool) + 862
4   QtScript                      	0x04b44a39 QScriptEngineAgentPrivate::exceptionThrow(QTJSC::DebuggerCallFrame const&, long, bool) + 425
5   QtScript                      	0x049fd966 QTJSC::Interpreter::throwException(QTJSC::ExecState*&, QTJSC::JSValue&, unsigned int, bool) + 646
6   QtScript                      	0x04a44ed3 cti_vm_throw + 259
7   QtScript                      	0x04a40393 ctiVMThrowTrampoline + 5
8   QtScript                      	0x049fa382 QTJSC::Interpreter::execute(QTJSC::FunctionExecutable*, QTJSC::ExecState*, QTJSC::JSFunction*, QTJSC::JSObject*, QTJSC::ArgList const&, QTJSC::ScopeChainNode*, QTJSC::JSValue*) + 770
9   QtScript                      	0x04a999c8 QTJSC::JSFunction::call(QTJSC::ExecState*, QTJSC::JSValue, QTJSC::ArgList const&) + 136
10  QtScript                      	0x04a6fc04 QTJSC::call(QTJSC::ExecState*, QTJSC::JSValue, QTJSC::CallType, QTJSC::CallData const&, QTJSC::JSValue, QTJSC::ArgList const&) + 52
11  QtScript                      	0x04b4e532 QScriptValue::call(QScriptValue const&, QList<QScriptValue> const&) + 866
12  com.ribbonsoft.qcad           	0x00665e0b REcmaShellActionAdapter::coordinateEventPreview(RCoordinateEvent&) + 1019
13  com.ribbonsoft.qcad           	0x009a7ec4 RDocumentInterface::previewClickEvent(RAction&, RMouseEvent&) + 268
14  com.ribbonsoft.qcad           	0x009a8106 RDocumentInterface::mouseMoveEvent(RMouseEvent&) + 136
15  com.ribbonsoft.qcad           	0x009c0305 RGraphicsScene::handleMouseMoveEvent(RMouseEvent&) + 27
16  com.ribbonsoft.qcad           	0x009c2ec1 RGraphicsView::handleMouseMoveEvent(RMouseEvent&) + 149
17  com.ribbonsoft.qcad           	0x009c2f83 RGraphicsView::simulateMouseMoveEvent() + 151
18  com.ribbonsoft.qcad           	0x006e6071 RGraphicsViewImage::simulateMouseMoveEvent() + 17
19  com.ribbonsoft.qcad           	0x0029ae2f REcmaGraphicsView::simulateMouseMoveEvent(QScriptContext*, QScriptEngine*) + 279
20  QtScript                      	0x04b573d8 QScript::FunctionWrapper::proxyCall(QTJSC::ExecState*, QTJSC::JSObject*, QTJSC::JSValue, QTJSC::ArgList const&) + 136
21  QtScript                      	0x04a6fb61 QTJSC::NativeFuncWrapper::operator()(QTJSC::ExecState*, QTJSC::JSObject*, QTJSC::JSValue, QTJSC::ArgList const&) const + 113
22  QtScript                      	0x04a44d99 cti_op_call_NotJSFunction + 489
23  ???                           	0x28a44bed 0 + 681855981
24  QtScript                      	0x049fa382 QTJSC::Interpreter::execute(QTJSC::FunctionExecutable*, QTJSC::ExecState*, QTJSC::JSFunction*, QTJSC::JSObject*, QTJSC::ArgList const&, QTJSC::ScopeChainNode*, QTJSC::JSValue*) + 770
25  QtScript                      	0x04a999c8 QTJSC::JSFunction::call(QTJSC::ExecState*, QTJSC::JSValue, QTJSC::ArgList const&) + 136
26  QtScript                      	0x04a6fc04 QTJSC::call(QTJSC::ExecState*, QTJSC::JSValue, QTJSC::CallType, QTJSC::CallData const&, QTJSC::JSValue, QTJSC::ArgList const&) + 52
27  QtScript                      	0x04b4e532 QScriptValue::call(QScriptValue const&, QList<QScriptValue> const&) + 866
28  com.ribbonsoft.qcad           	0x006662db REcmaShellActionAdapter::coordinateEvent(RCoordinateEvent&) + 1019
29  com.ribbonsoft.qcad           	0x009a70da RDocumentInterface::handleClickEvent(RAction&, RMouseEvent&) + 288
30  com.ribbonsoft.qcad           	0x009a728a RDocumentInterface::mouseReleaseEvent(RMouseEvent&) + 88
31  com.ribbonsoft.qcad           	0x009c02c9 RGraphicsScene::handleMouseReleaseEvent(RMouseEvent&) + 27
32  com.ribbonsoft.qcad           	0x009c2db1 RGraphicsView::handleMouseReleaseEvent(RMouseEvent&) + 37
33  com.ribbonsoft.qcad           	0x00887a6e RGraphicsViewQt::mouseReleaseEvent(QMouseEvent*) + 94
34  QtGui                         	0x0511b405 QWidget::event(QEvent*) + 2565
35  com.ribbonsoft.qcad           	0x008881b3 RGraphicsViewQt::event(QEvent*) + 189
36  QtGui                         	0x050bfd2c QApplicationPrivate::notify_helper(QObject*, QEvent*) + 188
37  QtGui                         	0x050c6b0d QApplication::notify(QObject*, QEvent*) + 7789
38  QtCore                        	0x04cd123c QCoreApplication::notifyInternal(QObject*, QEvent*) + 108
39  QtGui                         	0x050bfdfc qt_sendSpontaneousEvent(QObject*, QEvent*) + 60
40  QtGui                         	0x05073ae3 qt_mac_handleMouseEvent(void*, void*, QEvent::Type, Qt::MouseButton) + 2019
41  QtGui                         	0x0506389f -[QCocoaView mouseUp:] + 47
42  com.apple.AppKit              	0x93847ae8 -[NSWindow sendEvent:] + 5693
43  QtGui                         	0x0506a6eb -[QCocoaWindow sendEvent:] + 267
44  com.apple.AppKit              	0x9376060b -[NSApplication sendEvent:] + 6431
45  QtGui                         	0x0506de9d -[QNSApplication sendEvent:] + 93
46  com.apple.AppKit              	0x936f4253 -[NSApplication run] + 917
47  QtGui                         	0x05077f11 QEventDispatcherMac::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 1505
48  QtCore                        	0x04dc0a91 QEventLoop::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 65
49  QtCore                        	0x04dc0dda QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) + 170
50  QtCore                        	0x04dc2456 QCoreApplication::exec() + 182
51  libqtscript_core.1.0.0.dylib  	0x1d7d26d7 qtscript_QCoreApplication_static_call(QScriptContext*, QScriptEngine*) + 2503
52  QtScript                      	0x04b573d8 QScript::FunctionWrapper::proxyCall(QTJSC::ExecState*, QTJSC::JSObject*, QTJSC::JSValue, QTJSC::ArgList const&) + 136
53  QtScript                      	0x04a6fb61 QTJSC::NativeFuncWrapper::operator()(QTJSC::ExecState*, QTJSC::JSObject*, QTJSC::JSValue, QTJSC::ArgList const&) const + 113
54  QtScript                      	0x04a44d99 cti_op_call_NotJSFunction + 489
55  ???                           	0x1f3fef72 0 + 524283762
56  QtScript                      	0x049fc337 QTJSC::Interpreter::execute(QTJSC::EvalExecutable*, QTJSC::ExecState*, QTJSC::JSObject*, int, QTJSC::ScopeChainNode*, QTJSC::JSValue*) + 1031
57  QtScript                      	0x049fc631 QTJSC::Interpreter::execute(QTJSC::EvalExecutable*, QTJSC::ExecState*, QTJSC::JSObject*, QTJSC::ScopeChainNode*, QTJSC::JSValue*) + 97
58  QtScript                      	0x04b2bd06 QScriptEnginePrivate::evaluateHelper(QTJSC::ExecState*, long, QTJSC::EvalExecutable*, bool&) + 582
59  QtScript                      	0x04b36bc1 QScriptEngine::evaluate(QString const&, QString const&, int) + 801
60  com.ribbonsoft.qcad           	0x00038fe9 RScriptHandlerEcma::eval(QString const&, QString const&) + 57
61  com.ribbonsoft.qcad           	0x000385a8 RScriptHandlerEcma::doScript(QString const&, QStringList const&) + 690
62  com.ribbonsoft.qcad           	0x009fc487 RScriptHandler::init(QString const&, QStringList const&) + 641
63  com.ribbonsoft.qcad           	0x0002f7f6 main + 4936 (main.cpp:256)
64  com.ribbonsoft.qcad           	0x0002e209 _start + 208
65  com.ribbonsoft.qcad           	0x0002e138 start + 40
Admin
Andrew commented on 07.02.2012 16:26
Thread 0 Crashed:  Dispatch queue: com.apple.main-thread
0   QtCore                        	0x04cf8a72 QVariantAnimationPrivate::valueAt(double) const + 98
1   QtCore                        	0x04cf8b53 QVariantAnimation::keyValueAt(double) const + 35
2   QtCore                        	0x04cf8bce QVariantAnimation::startValue() const + 46
3   QtCore                        	0x04cfbe4b QPropertyAnimation::updateState(QAbstractAnimation::State, QAbstractAnimation::State) + 763
4   QtCore                        	0x04cf6620 QAbstractAnimationPrivate::setState(QAbstractAnimation::State) + 176
5   QtGui                         	0x0555c548 QWidgetAnimator::animate(QWidget*, QRect const&, bool) + 584
6   QtGui                         	0x054ab5af QDockAreaLayoutInfo::apply(bool) + 431
7   QtGui                         	0x054ab773 QDockAreaLayout::apply(bool) + 51
8   QtGui                         	0x054ad039 QDockAreaLayout::separatorMove(QList<int> const&, QPoint const&, QPoint const&) + 265
9   QtGui                         	0x054d8053 QMainWindowLayout::timerEvent(QTimerEvent*) + 915
10  QtCore                        	0x04dd4a94 QObject::event(QEvent*) + 404
11  QtGui                         	0x050c5d2c QApplicationPrivate::notify_helper(QObject*, QEvent*) + 188
12  QtGui                         	0x050cb499 QApplication::notify(QObject*, QEvent*) + 2041
13  QtCore                        	0x04cd723c QCoreApplication::notifyInternal(QObject*, QEvent*) + 108
14  QtGui                         	0x050c5dfc qt_sendSpontaneousEvent(QObject*, QEvent*) + 60
15  QtGui                         	0x0507c6a1 QEventDispatcherMacPrivate::activateTimer(__CFRunLoopTimer*, void*) + 209
16  com.apple.CoreFoundation      	0x9945aa3b __CFRunLoopRun + 8059
17  com.apple.CoreFoundation      	0x994583c4 CFRunLoopRunSpecific + 452
18  com.apple.CoreFoundation      	0x994581f1 CFRunLoopRunInMode + 97
19  com.apple.HIToolbox           	0x956f3d60 RunCurrentEventLoopInMode + 392
20  com.apple.HIToolbox           	0x956f3a53 ReceiveNextEventCommon + 158
21  com.apple.HIToolbox           	0x956f399c BlockUntilNextEventMatchingListInMode + 81
22  com.apple.AppKit              	0x93732595 _DPSNextEvent + 847
23  com.apple.AppKit              	0x93731dd6 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 156
24  com.apple.AppKit              	0x936f41f3 -[NSApplication run] + 821
25  QtGui                         	0x0507df11 QEventDispatcherMac::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 1505
26  QtCore                        	0x04dc6a91 QEventLoop::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 65
27  QtCore                        	0x04dc6dda QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) + 170
28  QtCore                        	0x04dc8456 QCoreApplication::exec() + 182
29  libqtscript_core.1.0.0.dylib  	0x1d82d6d7 qtscript_QCoreApplication_static_call(QScriptContext*, QScriptEngine*) + 2503
30  QtScript                      	0x04b5d3d8 QScript::FunctionWrapper::proxyCall(QTJSC::ExecState*, QTJSC::JSObject*, QTJSC::JSValue, QTJSC::ArgList const&) + 136
31  QtScript                      	0x04a75b61 QTJSC::NativeFuncWrapper::operator()(QTJSC::ExecState*, QTJSC::JSObject*, QTJSC::JSValue, QTJSC::ArgList const&) const + 113
32  QtScript                      	0x04a4ad99 cti_op_call_NotJSFunction + 489
33  ???                           	0x1d7b8f72 0 + 494636914
34  QtScript                      	0x04a02337 QTJSC::Interpreter::execute(QTJSC::EvalExecutable*, QTJSC::ExecState*, QTJSC::JSObject*, int, QTJSC::ScopeChainNode*, QTJSC::JSValue*) + 1031
35  QtScript                      	0x04a02631 QTJSC::Interpreter::execute(QTJSC::EvalExecutable*, QTJSC::ExecState*, QTJSC::JSObject*, QTJSC::ScopeChainNode*, QTJSC::JSValue*) + 97
36  QtScript                      	0x04b31d06 QScriptEnginePrivate::evaluateHelper(QTJSC::ExecState*, long, QTJSC::EvalExecutable*, bool&) + 582
37  QtScript                      	0x04b3cbc1 QScriptEngine::evaluate(QString const&, QString const&, int) + 801
38  com.ribbonsoft.qcad           	0x00038599 RScriptHandlerEcma::eval(QString const&, QString const&) + 57
39  com.ribbonsoft.qcad           	0x00037b58 RScriptHandlerEcma::doScript(QString const&, QStringList const&) + 690
40  com.ribbonsoft.qcad           	0x009fed0f RScriptHandler::init(QString const&, QStringList const&) + 641
41  com.ribbonsoft.qcad           	0x0002eda6 main + 4936 (main.cpp:256)
42  com.ribbonsoft.qcad           	0x0002d7b9 _start + 208
43  com.ribbonsoft.qcad           	0x0002d6e8 start + 40

Loading...

Available keyboard shortcuts

Tasklist

Task Details

Task Editing