Comment 4 for bug 768706

Revision history for this message
Miguel Angel Ajo (mangelajo) wrote :

I think this bug revived, or may be it's MacOSX specific, I can reproduce it also, if you draw a circle in silkscreen, then change the width, it will crash right after that.

libc++abi.dylib: terminate called without an active exception

Program received signal SIGABRT, Aborted.
0x00007fff8733e212 in __pthread_kill ()
(gdb) backtace
Undefined command: "backtace". Try "help".
(gdb) backtrace
#0 0x00007fff8733e212 in __pthread_kill ()
#1 0x00007fff8a15bb54 in pthread_kill ()
#2 0x00007fff8a19fdce in abort ()
#3 0x00007fff92ecb9eb in abort_message ()
#4 0x00007fff92ec93a8 in default_terminate ()
#5 0x00007fff893bc527 in std::terminate ()
#6 0x00000001001c5860 in PCB_EDIT_FRAME::Process_Special_Functions ()
#7 0x0000000100c9db15 in wxEvtHandler::ProcessEventIfMatchesId ()
#8 0x0000000100ca10eb in wxEventHashTable::HandleEvent ()
#9 0x0000000100ca1179 in wxEvtHandler::TryHereOnly ()
#10 0x0000000100ca06e5 in wxEvtHandler::ProcessEvent ()
#11 0x00000001006622ef in EDA_BASE_FRAME::ProcessEvent ()
#12 0x0000000100ca11da in wxEvtHandler::ProcessEventLocally ()
#13 0x0000000100ca06f4 in wxEvtHandler::ProcessEvent ()
#14 0x00000001001f3711 in PCB_EDIT_FRAME::OnHotkeyEditItem ()
#15 0x00000001001f29fd in PCB_EDIT_FRAME::OnHotKey ()
#16 0x000000010003e06c in PCB_EDIT_FRAME::GeneralControl ()
#17 0x000000010068138b in EDA_DRAW_PANEL::OnKeyEvent ()
#18 0x0000000100c9db15 in wxEvtHandler::ProcessEventIfMatchesId ()
#19 0x0000000100ca10eb in wxEventHashTable::HandleEvent ()
#20 0x0000000100ca1179 in wxEvtHandler::TryHereOnly ()
#21 0x0000000100ca11b8 in wxEvtHandler::ProcessEventLocally ()
#22 0x0000000100ca06f4 in wxEvtHandler::ProcessEvent ()
#23 0x0000000100e796af in wxScrollHelperEvtHandler::ProcessEvent ()
#24 0x0000000100c9f83c in wxEvtHandler::SafelyProcessEvent ()
#25 0x0000000100e39970 in wxWindowBase::HandleWindowEvent ()
#26 0x0000000100cc9f58 in wxWindow::OSXHandleKeyEvent ()
#27 0x0000000100d6a6d1 in wxWidgetCocoaImpl::DoHandleCharEvent ()
#28 0x0000000100d68cd4 in wxWidgetCocoaImpl::insertText ()
#29 0x00007fff88654606 in -[NSKeyBindingManager(NSKeyBindingManager_MultiClients) flushTextForClient:] ()
#30 0x00007fff88203f05 in -[NSView interpretKeyEvents:] ()
#31 0x0000000100d6aa59 in wxWidgetCocoaImpl::DoHandleKeyEvent ()
#32 0x0000000100d68c5b in wxWidgetCocoaImpl::keyEvent ()
#33 0x00007fff8836c020 in -[NSWindow sendEvent:] ()
#34 0x0000000100d5c226 in -[wxNSWindow sendEvent:] ()
#35 0x00007fff88367644 in -[NSApplication sendEvent:] ()
#36 0x00007fff8827d21a in -[NSApplication run] ()
#37 0x0000000100d53a68 in wxGUIEventLoop::DoRun ()
#38 0x0000000100c85ccf in wxCFEventLoop::Run ()
#39 0x0000000100bdb014 in wxAppConsoleBase::MainLoop ()
#40 0x0000000100cfe0db in wxApp::OnRun ()
#41 0x0000000100c2ad36 in wxEntry ()
#42 0x000000010025a494 in main ()
(gdb) c
Continuing.

Program terminated with signal SIGABRT, Aborted.
The program no longer exists.
(gdb)

It seems like the same backtrace.