Crash after clicking on a boxsizer handle in the design window

M A <[email protected]>
Newsgroups gmane.comp.python.wxglade
Message-ID <[email protected]>
I was in the Design window and I clicked on a boxsizer's handle. This caused wxGlade to crash. 

Here is some information about the crash:

Process:               Python [1139]
Path:                  /usr/local/Cellar/python/3.7.2/Frameworks/Python.framework/Versions/3.7/Resources/Python.app/Contents/MacOS/Python
Identifier:            org.python.python
Version:               3.7.2 (3.7.2)
Code Type:             X86-64 (Native)
Parent Process:        bash [457]
Responsible:           Python [1139]
User ID:               502

Date/Time:             2019-01-13 17:03:32.955 -0500
OS Version:            Mac OS X 10.12.6 (16G1510)
Report Version:        12
Anonymous UUID:        F3C9B000-0CAF-9F4D-5D6E-4669C4D10E7D

Sleep/Wake UUID:       72329EB3-7C59-4252-9753-934A689F4447

Time Awake Since Boot: 10000 seconds
Time Since Wake:       300 seconds

System Integrity Protection: enabled

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

Exception Type:        EXC_BAD_ACCESS (SIGABRT)
Exception Codes:       EXC_I386_GPFLT
Exception Note:        EXC_CORPSE_NOTIFY

Application Specific Information:
abort() called

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0   libsystem_kernel.dylib        	0x00007fffc391ed42 __pthread_kill + 10
1   libsystem_pthread.dylib       	0x00007fffc3a0c457 pthread_kill + 90
2   libsystem_c.dylib             	0x00007fffc3884420 abort + 129
3   org.python.python             	0x00000001097609e3 fatal_error + 547
4   org.python.python             	0x00000001097607c0 Py_FatalError + 22
5   org.python.python             	0x00000001097625e1 PyGILState_Release + 119
6   _core.cpython-37m-darwin.so   	0x000000010a455ed0 wxPyCallback::EventThunker(wxEvent&) + 528
7   libwx_baseu-3.0.0.4.0.dylib   	0x000000010b930899 wxEvtHandler::SearchDynamicEventTable(wxEvent&) + 185
8   libwx_baseu-3.0.0.4.0.dylib   	0x000000010b93060b wxEvtHandler::ProcessEventLocally(wxEvent&) + 59
9   libwx_baseu-3.0.0.4.0.dylib   	0x000000010b93051b wxEvtHandler::ProcessEvent(wxEvent&) + 187
10  _core.cpython-37m-darwin.so   	0x000000010a4092bb sipwxControl::ProcessEvent(wxEvent&) + 107
11  libwx_baseu-3.0.0.4.0.dylib   	0x000000010b93093f wxEvtHandler::SafelyProcessEvent(wxEvent&) + 15
12  libwx_osx_cocoau_core-3.0.0.4.0.dylib	0x000000010b2312a0 wxWidgetCocoaImpl::DoHandleMouseEvent(NSEvent*) + 80
13  libwx_osx_cocoau_core-3.0.0.4.0.dylib	0x000000010b21b305 -[NSWindow(wxNSWindowSupport) WX_filterSendEvent:] + 149
14  libwx_osx_cocoau_core-3.0.0.4.0.dylib	0x000000010b21b350 -[wxNSWindow sendEvent:] + 32
15  com.apple.AppKit              	0x00007fffabe8e681 -[NSApplication(NSEvent) sendEvent:] + 1145
16  libwx_osx_cocoau_core-3.0.0.4.0.dylib	0x000000010b1509b2 -[wxNSApplication sendEvent:] + 98
17  com.apple.AppKit              	0x00007fffab709427 -[NSApplication run] + 1002
18  libwx_osx_cocoau_core-3.0.0.4.0.dylib	0x000000010b21027e wxGUIEventLoop::OSXDoRun() + 110
19  libwx_baseu-3.0.0.4.0.dylib   	0x000000010b900f64 wxCFEventLoop::DoRun() + 52
20  libwx_baseu-3.0.0.4.0.dylib   	0x000000010b837025 wxEventLoopBase::Run() + 165
21  libwx_baseu-3.0.0.4.0.dylib   	0x000000010b7fde63 wxAppConsoleBase::MainLoop() + 211
22  _core.cpython-37m-darwin.so   	0x000000010a606414 wxPyApp::MainLoop() + 84
23  _core.cpython-37m-darwin.so   	0x000000010a608c01 meth_wxPyApp_MainLoop(_object*, _object*) + 145
24  org.python.python             	0x00000001096ae288 _PyMethodDef_RawFastCallKeywords + 243
25  org.python.python             	0x00000001096ad910 _PyCFunction_FastCallKeywords + 44
26  org.python.python             	0x0000000109741b3e call_function + 624
27  org.python.python             	0x000000010973a0d3 _PyEval_EvalFrameDefault + 5156
28  org.python.python             	0x00000001096adcef function_code_fastcall + 116
29  org.python.python             	0x0000000109741bae call_function + 736
30  org.python.python             	0x000000010973a0ba _PyEval_EvalFrameDefault + 5131
31  org.python.python             	0x0000000109742392 _PyEval_EvalCodeWithName + 1683
32  org.python.python             	0x00000001096ad8d5 _PyFunction_FastCallKeywords + 225
33  org.python.python             	0x0000000109741bae call_function + 736
34  org.python.python             	0x000000010973a0d3 _PyEval_EvalFrameDefault + 5156
35  org.python.python             	0x00000001096adcef function_code_fastcall + 116
36  org.python.python             	0x0000000109741bae call_function + 736
37  org.python.python             	0x000000010973a179 _PyEval_EvalFrameDefault + 5322
38  org.python.python             	0x0000000109742392 _PyEval_EvalCodeWithName + 1683
39  org.python.python             	0x0000000109738c27 PyEval_EvalCode + 42
40  org.python.python             	0x0000000109767663 run_mod + 54
41  org.python.python             	0x0000000109766693 PyRun_FileExFlags + 160
42  org.python.python             	0x0000000109765d5c PyRun_SimpleFileExFlags + 277
43  org.python.python             	0x000000010977df3c pymain_main + 5040
44  org.python.python             	0x000000010977e84b _Py_UnixMain + 75
45  libdyld.dylib                 	0x00007fffc37f0235 start + 1

Thread 1:: com.apple.NSEventThread
0   libsystem_kernel.dylib        	0x00007fffc391734a mach_msg_trap + 10
1   libsystem_kernel.dylib        	0x00007fffc3916797 mach_msg + 55
2   com.apple.CoreFoundation      	0x00007fffadc1f874 __CFRunLoopServiceMachPort + 212
3   com.apple.CoreFoundation      	0x00007fffadc1ecf1 __CFRunLoopRun + 1361
4   com.apple.CoreFoundation      	0x00007fffadc1e544 CFRunLoopRunSpecific + 420
5   com.apple.AppKit              	0x00007fffab861f02 _NSEventThread + 205
6   libsystem_pthread.dylib       	0x00007fffc3a0993b _pthread_body + 180
7   libsystem_pthread.dylib       	0x00007fffc3a09887 _pthread_start + 286
8   libsystem_pthread.dylib       	0x00007fffc3a0908d thread_start + 13

Thread 2:
0   libsystem_kernel.dylib        	0x00007fffc391f44e __workq_kernreturn + 10
1   libsystem_pthread.dylib       	0x00007fffc3a09621 _pthread_wqthread + 1426
2   libsystem_pthread.dylib       	0x00007fffc3a0907d start_wqthread + 13

Thread 3:
0   libsystem_kernel.dylib        	0x00007fffc391f44e __workq_kernreturn + 10
1   libsystem_pthread.dylib       	0x00007fffc3a09621 _pthread_wqthread + 1426
2   libsystem_pthread.dylib       	0x00007fffc3a0907d start_wqthread + 13

Thread 4:
0   libsystem_kernel.dylib        	0x00007fffc391f44e __workq_kernreturn + 10
1   libsystem_pthread.dylib       	0x00007fffc3a09621 _pthread_wqthread + 1426
2   libsystem_pthread.dylib       	0x00007fffc3a0907d start_wqthread + 13

Thread 5:
0   libsystem_kernel.dylib        	0x00007fffc391f44e __workq_kernreturn + 10
1   libsystem_pthread.dylib       	0x00007fffc3a09621 _pthread_wqthread + 1426
2   libsystem_pthread.dylib       	0x00007fffc3a0907d start_wqthread + 13

Thread 0 crashed with X86 Thread State (64-bit):
  rax: 0x0000000000000000  rbx: 0x0000000000000006  rcx: 0x00007fff56574008  rdx: 0x0000000000000000
  rdi: 0x0000000000000307  rsi: 0x0000000000000006  rbp: 0x00007fff56574030  rsp: 0x00007fff56574008
   r8: 0x00000000000000a9   r9: 0x0000000000000078  r10: 0x0000000008000000  r11: 0x0000000000000206
  r12: 0x00000000ffffffff  r13: 0x00007fffcc74ba20  r14: 0x00007fffcc7673c0  r15: 0x00000001097d8ac6
  rip: 0x00007fffc391ed42  rfl: 0x0000000000000206  cr2: 0x00007fffcc749128
  
Logical CPU:     0
Error Code:      0x02000148
Trap Number:     133
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.