ANN: wxPython 2.7.1.3

Announcing

···

----------

The 2.7.1.3 release of wxPython is now available for download at
http://wxpython.org/download.php. This release is a yet another
quick-turnaround bugfix release designed to solve some problems, plust
some minor enhancements. This will likely be the last 2.7.1.x
release. Source and binaries are available for both Python 2.4 and
2.5 for Windows and Mac, as well some pacakges for varous Linux
distributions. A summary of changes is listed below and also at
http://wxpython.org/recentchanges.php.

What is wxPython?
-----------------

wxPython is a GUI toolkit for the Python programming language. It
allows Python programmers to create programs with a robust, highly
functional graphical user interface, simply and easily. It is
implemented as a Python extension module that wraps the GUI components
of the popular wxWidgets cross platform library, which is written in
C++.

wxPython is a cross-platform toolkit. This means that the same program
will usually run on multiple platforms without modifications.
Currently supported platforms are 32-bit Microsoft Windows, most Linux
or other Unix-like systems using GTK2, and Mac OS X 10.3+, in most
cases the native widgets are used on each platform.

Changes in 2.7.1.3
------------------

wxGTK: The wx.ALWAYS_SHOW_SB style is now supported.

Fixed name errors in the old wxPython package namespace. As a
reminder, use of this package is deprecated and you are encouraged to
switch your programs over to the wx package.

Fixed wx.glcanvas.GLCanvas.SetCurrent to be compatible with prevoius
versons.

Added wx.StandardPaths.GetTmpDir.

Bug fixes in the wx.ListCtrl on Mac from Kevin Olivier, allowing it to
send events properly again. There is also a new native implementation
of wx.ListCtrl available, which will be used for wx.LC_REPORT style
list controls if you set the "mac.listctrl.always_use_generic"
SystemOption to zero. In a future release this will be the default.

Added a sample to the demo that shows some of what can be done with
the new wx.GraphicsContext and wx.GraphicsPath classes.

--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!

Robin Dunn:

Announcing
----------

The 2.7.1.3 release of wxPython is now available for download at
Redirecting....

On Mac OSX 10.4 (Intel) with Python 2.4, the ListCtrl_edit demo doesn't work, meaning that clicking on a cell doesn't start the cell editor. Nor does double clicking or hitting F2 or hitting enter.

Cheers, Frank

Robin Dunn:

Bug fixes in the wx.ListCtrl on Mac from Kevin Olivier, allowing it to
send events properly again. There is also a new native implementation
of wx.ListCtrl available, which will be used for wx.LC_REPORT style
list controls if you set the "mac.listctrl.always_use_generic"
SystemOption to zero. In a future release this will be the default.

Task Coach crashes on Mac OSX 10.4 (Intel)/Python 2.4/wxPython 2.7.1.3 as soon as I switch to a view that contains a ListCtrl (all list controls in Task Coach use report mode). I tried the option mentioned above, but it makes no difference. The demo works fine for me (except the ListCtrl_edit issue, see previous email).

Traceback from the Mac OS 'error report' attached. Also, I see the following line on the console: "2006-10-27 23:44:53.686 Python[491] WARNING: _wrapRunLoopWithAutoreleasePoolHandler got kCFRunLoopExit, but there are no autorelease pools in the stack."

I know the next step is to create a small runnable sample that shows the problem, but I was hoping for some direction with that...

Cheers, Frank

crashreport.txt (25.6 KB)

Robin Dunn:

Announcing
----------

The 2.7.1.3 release of wxPython is now available for download at
Redirecting....

On Mac OSX 10.4 (Intel)/Python 2.4 the demo crashes as soon as I try to open the DatePickerCtrl, in the DatePickerCtrl demo of course. The same happens in Task Coach. I got the attached crash report from the crashed demo.

Cheers, Frank

crashreport.txt (70.1 KB)

Hi Frank,

Robin Dunn:

Bug fixes in the wx.ListCtrl on Mac from Kevin Olivier, allowing it to
send events properly again. There is also a new native implementation
of wx.ListCtrl available, which will be used for wx.LC_REPORT style
list controls if you set the "mac.listctrl.always_use_generic"
SystemOption to zero. In a future release this will be the default.

Task Coach crashes on Mac OSX 10.4 (Intel)/Python 2.4/wxPython 2.7.1.3 as soon as I switch to a view that contains a ListCtrl (all list controls in Task Coach use report mode). I tried the option mentioned above, but it makes no difference. The demo works fine for me (except the ListCtrl_edit issue, see previous email).

That traceback makes me suspect that the wxPython (and thus the demo and your app) are using the native wxListCtrl for some reason. Please try setting the following when starting your app:

wx.SystemOptions.SetOptionInt("mac.listctrl.always_use_generic", 1)

And let me know if that fixes things. BTW, are you using a virtual wxListCtrl?

Thanks,

Kevin

···

On Oct 27, 2006, at 2:51 PM, Frank Niessink wrote:

Traceback from the Mac OS 'error report' attached. Also, I see the following line on the console: "2006-10-27 23:44:53.686 Python[491] WARNING: _wrapRunLoopWithAutoreleasePoolHandler got kCFRunLoopExit, but there are no autorelease pools in the stack."

I know the next step is to create a small runnable sample that shows the problem, but I was hoping for some direction with that...

Cheers, Frank
te/Time: 2006-10-27 23:44:55.123 +0200
OS Version: 10.4.8 (Build 8L2127)
Report Version: 4

Command: Python
Path: /Library/Frameworks/Python.framework/Versions/2.4/Resources/Python.app/Contents/MacOS/Python
Parent: java [193]

Version: 2.4a0 (2.4alpha1)

PID: 491
Thread: 0

Exception: EXC_BAD_ACCESS (0x0001)
Codes: KERN_PROTECTION_FAILURE (0x0002) at 0x00000000

Thread 0 Crashed:
0 <<00000000>> 0x00000000 0 + 0
1 com.apple.HIToolbox 0x92efba3d TBrowser::Draw(unsigned long, unsigned long, unsigned long, Rect const&, short, bool) const + 109
2 com.apple.HIToolbox 0x92edfc24 TTableCell::Draw(unsigned long, TDeviceRenderer::Context const&) const + 1270
3 com.apple.HIToolbox 0x92edf4e5 TListView::DrawCell(TTableCell const&, unsigned long, TDeviceRenderer::Context const&) const + 91
4 com.apple.HIToolbox 0x92edf232 TTableView::DrawCellSelf(Cell32 const&, Rect const&, TDeviceRenderer::Context const&, DBDrawFlags) const + 110
5 com.apple.HIToolbox 0x92ede5d0 TTableLayout::Draw(Rect const&, UPoint32 const&, TDeviceRenderer::Context const&, DBDrawFlags) const + 252
6 com.apple.HIToolbox 0x92ede4b3 TTableView::DrawView(unsigned short, TDeviceRenderer::Context const&) const + 157
7 com.apple.HIToolbox 0x92edc768 TListView::DrawView(unsigned short, TDeviceRenderer::Context const&) const + 158
8 com.apple.HIToolbox 0x92edc330 TBrowserView::Draw(CGContext*, unsigned short, OpaqueRgnHandle*) const + 438
9 com.apple.HIToolbox 0x92edc0f2 TBrowser::Draw(CGContext*, OpaqueRgnHandle*) const + 458
10 com.apple.HIToolbox 0x92ecda58 TBrowser::EventHandlerProc(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 2704
11 com.apple.HIToolbox 0x92dcc7eb DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1093
12 com.apple.HIToolbox 0x92dcbe90 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 304
13 com.apple.HIToolbox 0x92e0ecdc CallNextEventHandler + 62
14 libwx_macud-2.7.1.dylib 0x02120854 wxWindow::OnPaint(wxPaintEvent&) + 46
15 libwx_macud-2.7.1.dylib 0x020a24fe wxEvtHandler::ProcessEventIfMatches(wxEventTableEntryBase const&, wxEvtHandler*, wxEvent&) + 108
16 libwx_macud-2.7.1.dylib 0x020a320a wxEventHashTable::HandleEvent(wxEvent&, wxEvtHandler*) + 140
17 libwx_macud-2.7.1.dylib 0x020a3362 wxEvtHandler::ProcessEvent(wxEvent&) + 256
18 libwx_macud-2.7.1.dylib 0x02126e2c wxWindow::MacDoRedraw(void*, long) + 1188
19 libwx_macud-2.7.1.dylib 0x02125493 wxMacWindowControlEventHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 773
20 libwx_macud-2.7.1.dylib 0x02125eab wxMacWindowEventHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 197
21 com.apple.HIToolbox 0x92dcc7eb DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1093
22 com.apple.HIToolbox 0x92dcbe90 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 304
23 com.apple.HIToolbox 0x92e0ecdc CallNextEventHandler + 62
24 libwx_macud-2.7.1.dylib 0x020f4702 wxMacListCtrlEventHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 348
25 com.apple.HIToolbox 0x92dcc7eb DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1093
26 com.apple.HIToolbox 0x92dcbe90 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 304
27 com.apple.HIToolbox 0x92dcbd55 SendEventToEventTargetWithOptions + 55
28 com.apple.HIToolbox 0x92df90cc HIView::SendDraw(short, OpaqueGrafPtr*, __HIShape const*, CGContext*) + 466
29 com.apple.HIToolbox 0x92f6dd52 HIView::RecursiveDrawComposited(__HIShape const*, unsigned long, HIView*, CGContext*, unsigned char) + 874
30 com.apple.HIToolbox 0x92f6dee4 HIView::RecursiveDrawComposited(__HIShape const*, unsigned long, HIView*, CGContext*, unsigned char) + 1276
31 com.apple.HIToolbox 0x92f6dee4 HIView::RecursiveDrawComposited(__HIShape const*, unsigned long, HIView*, CGContext*, unsigned char) + 1276
32 com.apple.HIToolbox 0x92f6dee4 HIView::RecursiveDrawComposited(__HIShape const*, unsigned long, HIView*, CGContext*, unsigned char) + 1276
33 com.apple.HIToolbox 0x92f6dee4 HIView::RecursiveDrawComposited(__HIShape const*, unsigned long, HIView*, CGContext*, unsigned char) + 1276
34 com.apple.HIToolbox 0x92f6dee4 HIView::RecursiveDrawComposited(__HIShape const*, unsigned long, HIView*, CGContext*, unsigned char) + 1276
35 com.apple.HIToolbox 0x92f6e6d4 HIView::DrawComposited(short, OpaqueGrafPtr*, __HIShape const*, unsigned long, HIView*, CGContext*) + 600
36 com.apple.HIToolbox 0x92df8b26 HIView::Draw(short, OpaqueGrafPtr*, unsigned long) + 74
37 com.apple.HIToolbox 0x92df8a63 HIView::Render(unsigned long, CGContext*) + 45
38 com.apple.HIToolbox 0x9307e3ed FlushWindowObject(WindowData*, void**, unsigned char) + 581
39 com.apple.HIToolbox 0x92dea71f FlushAllBuffers(__CFRunLoopObserver*, CFRunLoopActivity, void*) + 167
40 com.apple.CoreFoundation 0x90829155 __CFRunLoopDoObservers + 342
41 com.apple.CoreFoundation 0x90827fdd CFRunLoopRunSpecific + 289
42 com.apple.CoreFoundation 0x90827eb5 CFRunLoopRunInMode + 61
43 com.apple.HIToolbox 0x92dcdb90 RunCurrentEventLoopInMode + 285
44 com.apple.HIToolbox 0x92dcd1ce ReceiveNextEventCommon + 184
45 com.apple.HIToolbox 0x92ee2b91 ReceiveNextEvent + 58
46 libwx_macud-2.7.1.dylib 0x020de49a wxEventLoop::Pending() const + 58
47 libwx_macud-2.7.1.dylib 0x02181088 wxEventLoopManual::Run() + 58
48 libwx_macud-2.7.1.dylib 0x0215c116 wxAppBase::MainLoop() + 76
49 _core_.so 0x010093f4 wxPyApp::MainLoop() + 52 (helpers.cpp:156)
50 _core_.so 0x0104e4be _wrap_PyApp_MainLoop + 82 (_core_wrap.cpp:28316)
51 org.python.python 0x0020e293 PyObject_Call + 45 (abstract.c:1795)
52 org.python.python 0x0027e08a PyEval_EvalFrame + 14669 (ceval.c:3840)
53 org.python.python 0x00280b92 PyEval_EvalCodeEx + 1774 (ceval.c:2736)
54 org.python.python 0x002286d2 function_call + 320 (funcobject.c:548)
55 org.python.python 0x0020e293 PyObject_Call + 45 (abstract.c:1795)
56 org.python.python 0x00215ff5 instancemethod_call + 401 (classobject.c:2447)
57 org.python.python 0x0020e293 PyObject_Call + 45 (abstract.c:1795)
58 org.python.python 0x0027ea31 PyEval_EvalFrame + 17140 (ceval.c:3771)
59 org.python.python 0x00280179 PyEval_EvalFrame + 23100 (ceval.c:3645)
60 org.python.python 0x00280179 PyEval_EvalFrame + 23100 (ceval.c:3645)
61 org.python.python 0x00280179 PyEval_EvalFrame + 23100 (ceval.c:3645)
62 org.python.python 0x00280b92 PyEval_EvalCodeEx + 1774 (ceval.c:2736)
63 org.python.python 0x00280dd2 PyEval_EvalCode + 87 (ceval.c:490)
64 org.python.python 0x002a7a26 PyRun_FileExFlags + 200 (pythonrun.c:1265)
65 org.python.python 0x002a7d09 PyRun_SimpleFileExFlags + 640 (pythonrun.c:860)
66 org.python.python 0x002b17ee Py_Main + 3189 (main.c:501)
67 org.python.python 0x00001f4e 0x1000 + 3918
68 org.python.python 0x00001e69 0x1000 + 3689

Thread 0 crashed with X86 Thread State (32-bit):
  eax: 0x02638e70 ebx: 0x020f09a3 ecx: 0x00000000 edx: 0x00000000
  edi: 0x17d1a5a0 esi: 0x17d1a5b4 ebp: 0xbfffc0e8 esp: 0xbfffbeec
   ss: 0x0000001f efl: 0x00010206 eip: 0x00000000 cs: 0x00000017
   ds: 0x0000001f es: 0x0000001f fs: 0x00000000 gs: 0x00000037

Binary Images Description:
    0x1000 - 0x1fff org.python.python 2.4a0 (2.4alpha1) /Library/Frameworks/Python.framework/Versions/2.4/Resources/Python.app/Contents/MacOS/Python
  0x205000 - 0x2dcfff org.python.python 2.4a0 (2.2) /Library/Frameworks/Python.framework/Versions/2.4/Python
  0x745000 - 0x74bfff _socket.so /Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/lib-dynload/_socket.so
  0x761000 - 0x762fff _ssl.so /Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/lib-dynload/_ssl.so
  0x778000 - 0x779fff select.so /Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/lib-dynload/select.so
  0x781000 - 0x782fff fcntl.so /Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/lib-dynload/fcntl.so
  0x78a000 - 0x78cfff binascii.so /Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/lib-dynload/binascii.so
0x1008000 - 0x1116fff _core_.so /Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/wx-2.7.1-mac-unicode/wx/_core_.so
0x159c000 - 0x159dfff _locale.so /Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/lib-dynload/_locale.so
0x17e9000 - 0x17ecfff strop.so /Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/lib-dynload/strop.so
0x2008000 - 0x261dfff libwx_macud-2.7.1.dylib /usr/local/lib/wxPython-unicode-2.7.1.3/lib/libwx_macud-2.7.1.dylib
0x2a29000 - 0x2aebfff _gdi_.so /Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/wx-2.7.1-mac-unicode/wx/_gdi_.so
0x2ee9000 - 0x2f9bfff _windows_.so /Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/wx-2.7.1-mac-unicode/wx/_windows_.so
0x328b000 - 0x3391fff _controls_.so /Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/wx-2.7.1-mac-unicode/wx/_controls_.so
0x37d6000 - 0x38acfff _misc_.so /Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/wx-2.7.1-mac-unicode/wx/_misc_.so
0x3c1f000 - 0x3c21fff struct.so /Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/lib-dynload/struct.so
0x14c31000 - 0x14c32fff com.apple.textencoding.unicode 2.1 /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
0x15b91000 - 0x15b92fff cStringIO.so /Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/lib-dynload/cStringIO.so
0x15b9c000 - 0x15b9efff zlib.so /Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/lib-dynload/zlib.so
0x15bb3000 - 0x15bb3fff _bisect.so /Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/lib-dynload/_bisect.so
0x15c09000 - 0x15c69fff _html.so /Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/wx-2.7.1-mac-unicode/wx/_html.so
0x15eca000 - 0x15f22fff _gizmos.so /Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/wx-2.7.1-mac-unicode/wx/_gizmos.so
0x16193000 - 0x161aefff libwx_macud_gizmos-2.7.1.dylib /usr/local/lib/wxPython-unicode-2.7.1.3/lib/libwx_macud_gizmos-2.7.1.dylib
0x161d3000 - 0x161d4fff time.so /Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/lib-dynload/time.so
0x161de000 - 0x161dffff icglue.so /Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/lib-dynload/icglue.so
0x16274000 - 0x162e0fff _grid.so /Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/wx-2.7.1-mac-unicode/wx/_grid.so
0x164e8000 - 0x164f3fff datetime.so /Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/lib-dynload/datetime.so
0x16516000 - 0x16519fff _Res.so /Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/lib-dynload/_Res.so
0x16528000 - 0x1652efff _File.so /Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/lib-dynload/_File.so
0x16547000 - 0x16548fff MacOS.so /Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/lib-dynload/MacOS.so
0x165d1000 - 0x165d3fff _csv.so /Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/lib-dynload/_csv.so
0x165e0000 - 0x165e2fff itertools.so /Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/lib-dynload/itertools.so
0x165f1000 - 0x165f2fff _heapq.so /Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/lib-dynload/_heapq.so
0x16aac000 - 0x16aaefff com.apple.CarbonSpellChecker 1.0.1 /System/Library/CoreServices/CarbonSpellChecker.bundle/Contents/MacOS/CarbonSpellChecker
0x177ea000 - 0x177eefff com.apple.CommonCocoaPanels 2.0 (10) /System/Library/CoreServices/CommonCocoaPanels.bundle/Contents/MacOS/CommonCocoaPanels
0x17954000 - 0x1795afff com.apple.DictionaryServiceComponent 1.0.1 /System/Library/Components/DictionaryService.component/Contents/MacOS/DictionaryService
0x17b8a000 - 0x17bb6fff pyexpat.so /Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/lib-dynload/pyexpat.so
0x8fe00000 - 0x8fe49fff dyld 46.9 /usr/lib/dyld
0x90000000 - 0x9016ffff libSystem.B.dylib /usr/lib/libSystem.B.dylib
0x901bf000 - 0x901c1fff libmathCommon.A.dylib /usr/lib/system/libmathCommon.A.dylib
0x901c3000 - 0x901fffff com.apple.CoreText 1.1.1 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText
0x90226000 - 0x902fbfff ATS /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x9031b000 - 0x9076ffff com.apple.CoreGraphics 1.258.38 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x90806000 - 0x908cefff com.apple.CoreFoundation 6.4.6 (368.27) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x9090c000 - 0x9090cfff com.apple.CoreServices 10.4 (???) /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x9090e000 - 0x90a01fff libicucore.A.dylib /usr/lib/libicucore.A.dylib
0x90a51000 - 0x90ad0fff libobjc.A.dylib /usr/lib/libobjc.A.dylib
0x90af9000 - 0x90b5dfff libstdc++.6.dylib /usr/lib/libstdc++.6.dylib
0x90bcc000 - 0x90bd3fff libgcc_s.1.dylib /usr/lib/libgcc_s.1.dylib
0x90bd8000 - 0x90c4bfff com.apple.framework.IOKit 1.4.6 (???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x90c60000 - 0x90c72fff libauto.dylib /usr/lib/libauto.dylib
0x90c78000 - 0x90f1efff com.apple.CoreServices.CarbonCore 682.15 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x90f61000 - 0x90fc9fff com.apple.CoreServices.OSServices 4.1 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x91001000 - 0x9103ffff com.apple.CFNetwork 129.18 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x91052000 - 0x91062fff com.apple.WebServices 1.1.3 (1.1.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/WebServicesCore.framework/Versions/A/WebServicesCore
0x9106d000 - 0x910ebfff com.apple.SearchKit 1.0.5 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x91120000 - 0x9113efff com.apple.Metadata 10.4.4 (121.36) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x9114a000 - 0x91158fff libz.1.dylib /usr/lib/libz.1.dylib
0x9115b000 - 0x912fafff com.apple.security 4.5.1 (29002) /System/Library/Frameworks/Security.framework/Versions/A/Security
0x913f8000 - 0x91400fff com.apple.DiskArbitration 2.1.1 /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x91407000 - 0x9142dfff com.apple.SystemConfiguration 1.8.6 /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x9143f000 - 0x91446fff libbsm.dylib /usr/lib/libbsm.dylib
0x9144a000 - 0x914c3fff com.apple.audio.CoreAudio 3.0.4 /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x91511000 - 0x91511fff com.apple.ApplicationServices 10.4 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x91513000 - 0x9153efff com.apple.AE 314 (313) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x91551000 - 0x91625fff com.apple.ColorSync 4.4.8 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x91660000 - 0x916ddfff com.apple.print.framework.PrintCore 4.6 (177.13) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x9170a000 - 0x917b3fff com.apple.QD 3.10.21 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x917d9000 - 0x91824fff com.apple.HIServices 1.5.2 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x91843000 - 0x91859fff com.apple.LangAnalysis 1.6.3 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x91865000 - 0x9187ffff com.apple.FindByContent 1.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/FindByContent.framework/Versions/A/FindByContent
0x91889000 - 0x918c6fff com.apple.LaunchServices 181 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x918da000 - 0x918e6fff com.apple.speech.synthesis.framework 3.5
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x918ed000 - 0x91928fff com.apple.ImageIO.framework 1.5.0 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x9193a000 - 0x919ecfff libcrypto.0.9.7.dylib /usr/lib/libcrypto.0.9.7.dylib
0x91a32000 - 0x91a48fff libcups.2.dylib /usr/lib/libcups.2.dylib
0x91a4d000 - 0x91a6bfff libJPEG.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x91a70000 - 0x91acefff libJP2.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
0x91ae0000 - 0x91ae4fff libGIF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x91ae6000 - 0x91b63fff libRaw.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRaw.dylib
0x91b67000 - 0x91ba4fff libTIFF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x91baa000 - 0x91bc4fff libPng.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x91bc9000 - 0x91bcbfff libRadiance.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x91bcd000 - 0x91bcdfff com.apple.Accelerate 1.3.1 (Accelerate 1.3.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x91bcf000 - 0x91c5dfff com.apple.vImage 2.5 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x91c64000 - 0x91c64fff com.apple.Accelerate.vecLib 3.3.1 (vecLib 3.3.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x91c66000 - 0x91cbffff libvMisc.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x91cc8000 - 0x91cecfff libvDSP.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x91cf4000 - 0x920fdfff libBLAS.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x92137000 - 0x924ebfff libLAPACK.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x92518000 - 0x9259cfff com.apple.DesktopServices 1.3.4 /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x925d8000 - 0x92808fff com.apple.Foundation 6.4.7 (567.28) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x92914000 - 0x929f2fff libxml2.2.dylib /usr/lib/libxml2.2.dylib
0x92a0f000 - 0x92afcfff libiconv.2.dylib /usr/lib/libiconv.2.dylib
0x92b0c000 - 0x92b23fff libGL.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x92b2e000 - 0x92b86fff libGLU.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x92b9a000 - 0x92b9afff com.apple.Carbon 10.4 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x92b9c000 - 0x92bacfff com.apple.ImageCapture 3.0.4 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x92bba000 - 0x92bc2fff com.apple.speech.recognition.framework 3.6 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x92bc8000 - 0x92bcdfff com.apple.securityhi 2.0.1 (24742) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x92bd3000 - 0x92c64fff com.apple.ink.framework 101.2.1 (71) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x92c78000 - 0x92c7bfff com.apple.help 1.0.3 (32.1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x92c7e000 - 0x92c9bfff com.apple.openscripting 1.2.5 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x92cab000 - 0x92cb1fff com.apple.print.framework.Print 5.1 (192.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x92cb7000 - 0x92d1afff com.apple.htmlrendering 66.1 (1.1.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework/Versions/A/HTMLRendering
0x92d3e000 - 0x92d7ffff com.apple.NavigationServices 3.4.4 (3.4.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.framework/Versions/A/NavigationServices
0x92da6000 - 0x92db3fff com.apple.audio.SoundManager 3.9.1 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/Versions/A/CarbonSound
0x92dba000 - 0x92dbffff com.apple.CommonPanels 1.2.3 (73) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x92dc4000 - 0x930b6fff com.apple.HIToolbox 1.4.8 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x931bb000 - 0x931c6fff com.apple.opengl 1.4.12 /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x93256000 - 0x93256fff com.apple.Cocoa 6.4 (???) /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x93258000 - 0x9390efff com.apple.AppKit 6.4.8 (824.42) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x93c8f000 - 0x93d09fff com.apple.CoreData 90 /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x93d42000 - 0x93e03fff com.apple.audio.toolbox.AudioToolbox 1.4.3 /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x93e43000 - 0x93e43fff com.apple.audio.units.AudioUnit 1.4.2 /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x93e45000 - 0x94017fff com.apple.QuartzCore 1.4.9 /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x94068000 - 0x940a9fff libsqlite3.0.dylib /usr/lib/libsqlite3.0.dylib
0x940b1000 - 0x940ebfff libGLImage.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x94271000 - 0x94280fff libCGATS.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
0x94287000 - 0x94292fff libCSync.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
0x942de000 - 0x942f8fff libRIP.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
0x942fe000 - 0x945b7fff com.apple.QuickTime 7.1.3 /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
0x94945000 - 0x94969fff libssl.0.9.7.dylib /usr/lib/libssl.0.9.7.dylib
0x95115000 - 0x951a8fff com.apple.WebKit 418.9 /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
0x95202000 - 0x95284fff com.apple.JavaScriptCore 418.3 /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
0x952b7000 - 0x95596fff com.apple.WebCore 418.21 /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore
0x95715000 - 0x95738fff libxslt.1.dylib /usr/lib/libxslt.1.dylib

Model: Macmini1,1, BootROM MM11.004B.B00, 1 processors, Intel Core Solo, 1.5 GHz, 512 MB
Graphics: Intel GMA 950, GMA 950, Built-In, spdisplays_integrated_vram
Memory Module: BANK 0/DIMM0, 256 MB, DDR2 SDRAM, 667 MHz
Memory Module: BANK 1/DIMM1, 256 MB, DDR2 SDRAM, 667 MHz
AirPort: spairport_wireless_card_type_airport_extreme (0x168C, 0x86), 0.1.27
Bluetooth: Version 1.7.9f12, 2 service, 0 devices, 1 incoming serial ports
Network Service: Ingebouwd Ethernet, Ethernet, en0
Serial ATA Device: ST96812AS, 55.89 GB
Parallel ATA Device: MATSHITACD-RW CW-8124
USB Device: Comfort Curve Keyboard 2000, Microsoft, Up to 1.5 Mb/sec, 500 mA
USB Device: Basic Optical Mouse, Microsoft, Up to 1.5 Mb/sec, 500 mA
USB Device: Bluetooth HCI, Up to 12 Mb/sec, 500 mA
USB Device: IR Receiver, Apple Computer, Inc., Up to 12 Mb/sec, 500 mA

---------------------------------------------------------------------
To unsubscribe, e-mail: wxPython-users-unsubscribe@lists.wxwidgets.org
For additional commands, e-mail: wxPython-users-help@lists.wxwidgets.org

Hi Frank,

Thanks for reporting this! I found the problem and just committed a fix. I also tested with TaskCoach 0.6.0 to be sure it was fixed. :slight_smile:

Kevin

···

On Oct 27, 2006, at 3:00 PM, Frank Niessink wrote:

Robin Dunn:

Announcing
----------
The 2.7.1.3 release of wxPython is now available for download at
Redirecting....

On Mac OSX 10.4 (Intel)/Python 2.4 the demo crashes as soon as I try to open the DatePickerCtrl, in the DatePickerCtrl demo of course. The same happens in Task Coach. I got the attached crash report from the crashed demo.

Cheers, Frank
Date/Time: 2006-10-27 23:55:37.608 +0200
OS Version: 10.4.8 (Build 8L2127)
Report Version: 4

Command: Python
Path: /Developer/Documentation/Python/Python 2.7/wxPython Demo.app/Contents/MacOS/Python
Parent: WindowServer [55]

Version: ??? (???)

PID: 484
Thread: 0

Exception: EXC_BAD_ACCESS (0x0001)
Codes: KERN_INVALID_ADDRESS (0x0001) at 0xbf7fffec

Thread 0 Crashed:
0 libwx_macud-2.7.1.dylib 0x02122fe5 wxWindow::GetLabel() const + 9
1 libwx_macud-2.7.1.dylib 0x0216ad51 wxControlContainer::SetLastFocus(wxWindow*) + 123
2 libwx_macud-2.7.1.dylib 0x020a24fe wxEvtHandler::ProcessEventIfMatches(wxEventTableEntryBase const&, wxEvtHandler*, wxEvent&) + 108
3 libwx_macud-2.7.1.dylib 0x020a320a wxEventHashTable::HandleEvent(wxEvent&, wxEvtHandler*) + 140
4 libwx_macud-2.7.1.dylib 0x020a3362 wxEvtHandler::ProcessEvent(wxEvent&) + 256
5 libwx_macud-2.7.1.dylib 0x0216adc7 wxControlContainer::SetLastFocus(wxWindow*) + 241
6 libwx_macud-2.7.1.dylib 0x020a24fe wxEvtHandler::ProcessEventIfMatches(wxEventTableEntryBase const&, wxEvtHandler*, wxEvent&) + 108
7 libwx_macud-2.7.1.dylib 0x020a320a wxEventHashTable::HandleEvent(wxEvent&, wxEvtHandler*) + 140
8 libwx_macud-2.7.1.dylib 0x020a3362 wxEvtHandler::ProcessEvent(wxEvent&) + 256
9 libwx_macud-2.7.1.dylib 0x021db2a1 wxWindowBase::TryParent(wxEvent&) + 101
10 libwx_macud-2.7.1.dylib 0x020a330f wxEvtHandler::ProcessEvent(wxEvent&) + 173
11 libwx_macud-2.7.1.dylib 0x0216adc7 wxControlContainer::SetLastFocus(wxWindow*) + 241
12 libwx_macud-2.7.1.dylib 0x020a24fe wxEvtHandler::ProcessEventIfMatches(wxEventTableEntryBase const&, wxEvtHandler*, wxEvent&) + 108
13 libwx_macud-2.7.1.dylib 0x020a320a wxEventHashTable::HandleEvent(wxEvent&, wxEvtHandler*) + 140
14 libwx_macud-2.7.1.dylib 0x020a3362 wxEvtHandler::ProcessEvent(wxEvent&) + 256
15 libwx_macud-2.7.1.dylib 0x021db2a1 wxWindowBase::TryParent(wxEvent&) + 101
16 libwx_macud-2.7.1.dylib 0x020a330f wxEvtHandler::ProcessEvent(wxEvent&) + 173
17 libwx_macud-2.7.1.dylib 0x021db2a1 wxWindowBase::TryParent(wxEvent&) + 101
18 libwx_macud-2.7.1.dylib 0x020a330f wxEvtHandler::ProcessEvent(wxEvent&) + 173
19 libwx_macud-2.7.1.dylib 0x021db2a1 wxWindowBase::TryParent(wxEvent&) + 101
20 libwx_macud-2.7.1.dylib 0x020a330f wxEvtHandler::ProcessEvent(wxEvent&) + 173
21 libwx_macud-2.7.1.dylib 0x020a32fc wxEvtHandler::ProcessEvent(wxEvent&) + 154
22 libwx_macud-2.7.1.dylib 0x02125653 wxMacWindowControlEventHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 1221
23 libwx_macud-2.7.1.dylib 0x02125eab wxMacWindowEventHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 197
24 com.apple.HIToolbox 0x92dcc7eb DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1093
25 com.apple.HIToolbox 0x92dcbe90 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 304
26 com.apple.HIToolbox 0x92dcbd55 SendEventToEventTargetWithOptions + 55
27 com.apple.HIToolbox 0x92f6d1a8 HIView::SendSetFocusPart(short, unsigned char, short*) + 290
28 com.apple.HIToolbox 0x92e0fc7f HIView::SetFocusPartInternal(short, unsigned char, unsigned char, short*, short) + 127
29 com.apple.HIToolbox 0x92e0faf6 HIView::SetFocusPart(short, unsigned char) + 234
30 com.apple.HIToolbox 0x92e0f82f SetKeyboardFocus + 171
31 libwx_macud-2.7.1.dylib 0x020ac224 wxMacControl::SetFocus(short) + 42
32 libwx_macud-2.7.1.dylib 0x0212023c wxWindow::SetFocus() + 62
33 libwx_macud-2.7.1.dylib 0x02162820 wxComboCtrlBase::OnFocusEvent(wxFocusEvent&) + 104
34 libwx_macud-2.7.1.dylib 0x020a24fe wxEvtHandler::ProcessEventIfMatches(wxEventTableEntryBase const&, wxEvtHandler*, wxEvent&) + 108
35 libwx_macud-2.7.1.dylib 0x020a320a wxEventHashTable::HandleEvent(wxEvent&, wxEvtHandler*) + 140
36 libwx_macud-2.7.1.dylib 0x020a3362 wxEvtHandler::ProcessEvent(wxEvent&) + 256
37 libwx_macud-2.7.1.dylib 0x021651a5 wxComboBoxExtraInputHandler::OnFocus(wxFocusEvent&) + 129
38 libwx_macud-2.7.1.dylib 0x020a24fe wxEvtHandler::ProcessEventIfMatches(wxEventTableEntryBase const&, wxEvtHandler*, wxEvent&) + 108
39 libwx_macud-2.7.1.dylib 0x020a320a wxEventHashTable::HandleEvent(wxEvent&, wxEvtHandler*) + 140
40 libwx_macud-2.7.1.dylib 0x020a3362 wxEvtHandler::ProcessEvent(wxEvent&) + 256
41 libwx_macud-2.7.1.dylib 0x021256ae wxMacWindowControlEventHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 1312
42 libwx_macud-2.7.1.dylib 0x02125eab wxMacWindowEventHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 197
43 com.apple.HIToolbox 0x92dcc7eb DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1093
44 com.apple.HIToolbox 0x92dcbe90 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 304
45 com.apple.HIToolbox 0x92dcbd55 SendEventToEventTargetWithOptions + 55
46 com.apple.HIToolbox 0x92f6d1a8 HIView::SendSetFocusPart(short, unsigned char, short*) + 290
47 com.apple.HIToolbox 0x92e0fc7f HIView::SetFocusPartInternal(short, unsigned char, unsigned char, short*, short) + 127
48 com.apple.HIToolbox 0x92e0faf6 HIView::SetFocusPart(short, unsigned char) + 234
49 com.apple.HIToolbox 0x92e0f82f SetKeyboardFocus + 171
50 libwx_macud-2.7.1.dylib 0x020ac224 wxMacControl::SetFocus(short) + 42
51 libwx_macud-2.7.1.dylib 0x0212023c wxWindow::SetFocus() + 62
52 libwx_macud-2.7.1.dylib 0x02162820 wxComboCtrlBase::OnFocusEvent(wxFocusEvent&) + 104
53 libwx_macud-2.7.1.dylib 0x020a24fe wxEvtHandler::ProcessEventIfMatches(wxEventTableEntryBase const&, wxEvtHandler*, wxEvent&) + 108
54 libwx_macud-2.7.1.dylib 0x020a320a wxEventHashTable::HandleEvent(wxEvent&, wxEvtHandler*) + 140
55 libwx_macud-2.7.1.dylib 0x020a3362 wxEvtHandler::ProcessEvent(wxEvent&) + 256
56 libwx_macud-2.7.1.dylib 0x021651a5 wxComboBoxExtraInputHandler::OnFocus(wxFocusEvent&) + 129
57 libwx_macud-2.7.1.dylib 0x020a24fe wxEvtHandler::ProcessEventIfMatches(wxEventTableEntryBase const&, wxEvtHandler*, wxEvent&) + 108
58 libwx_macud-2.7.1.dylib 0x020a320a wxEventHashTable::HandleEvent(wxEvent&, wxEvtHandler*) + 140
59 libwx_macud-2.7.1.dylib 0x020a3362 wxEvtHandler::ProcessEvent(wxEvent&) + 256
60 libwx_macud-2.7.1.dylib 0x021256ae wxMacWindowControlEventHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 1312
61 libwx_macud-2.7.1.dylib 0x02125eab wxMacWindowEventHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 197
62 com.apple.HIToolbox 0x92dcc7eb DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1093
63 com.apple.HIToolbox 0x92dcbe90 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 304
64 com.apple.HIToolbox 0x92dcbd55 SendEventToEventTargetWithOptions + 55
65 com.apple.HIToolbox 0x92f6d1a8 HIView::SendSetFocusPart(short, unsigned char, short*) + 290
66 com.apple.HIToolbox 0x92e0fc7f HIView::SetFocusPartInternal(short, unsigned char, unsigned char, short*, short) + 127
67 com.apple.HIToolbox 0x92e0faf6 HIView::SetFocusPart(short, unsigned char) + 234
68 com.apple.HIToolbox 0x92e0f82f SetKeyboardFocus + 171
69 libwx_macud-2.7.1.dylib 0x020ac224 wxMacControl::SetFocus(short) + 42
70 libwx_macud-2.7.1.dylib 0x0212023c wxWindow::SetFocus() + 62
71 libwx_macud-2.7.1.dylib 0x02162820 wxComboCtrlBase::OnFocusEvent(wxFocusEvent&) + 104
72 libwx_macud-2.7.1.dylib 0x020a24fe wxEvtHandler::ProcessEventIfMatches(wxEventTableEntryBase const&, wxEvtHandler*, wxEvent&) + 108
73 libwx_macud-2.7.1.dylib 0x020a320a wxEventHashTable::HandleEvent(wxEvent&, wxEvtHandler*) + 140
74 libwx_macud-2.7.1.dylib 0x020a3362 wxEvtHandler::ProcessEvent(wxEvent&) + 256
75 libwx_macud-2.7.1.dylib 0x021651a5 wxComboBoxExtraInputHandler::OnFocus(wxFocusEvent&) + 129
76 libwx_macud-2.7.1.dylib 0x020a24fe wxEvtHandler::ProcessEventIfMatches(wxEventTableEntryBase const&, wxEvtHandler*, wxEvent&) + 108
77 libwx_macud-2.7.1.dylib 0x020a320a wxEventHashTable::HandleEvent(wxEvent&, wxEvtHandler*) + 140
78 libwx_macud-2.7.1.dylib 0x020a3362 wxEvtHandler::ProcessEvent(wxEvent&) + 256
79 libwx_macud-2.7.1.dylib 0x021256ae wxMacWindowControlEventHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 1312
80 libwx_macud-2.7.1.dylib 0x02125eab wxMacWindowEventHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 197
81 com.apple.HIToolbox 0x92dcc7eb DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1093
82 com.apple.HIToolbox 0x92dcbe90 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 304
83 com.apple.HIToolbox 0x92dcbd55 SendEventToEventTargetWithOptions + 55
84 com.apple.HIToolbox 0x92f6d1a8 HIView::SendSetFocusPart(short, unsigned char, short*) + 290
85 com.apple.HIToolbox 0x92e0fc7f HIView::SetFocusPartInternal(short, unsigned char, unsigned char, short*, short) + 127
86 com.apple.HIToolbox 0x92e0faf6 HIView::SetFocusPart(short, unsigned char) + 234
87 com.apple.HIToolbox 0x92e0f82f SetKeyboardFocus + 171
88 libwx_macud-2.7.1.dylib 0x020ac224 wxMacControl::SetFocus(short) + 42
89 libwx_macud-2.7.1.dylib 0x0212023c wxWindow::SetFocus() + 62
90 libwx_macud-2.7.1.dylib 0x02162820 wxComboCtrlBase::OnFocusEvent(wxFocusEvent&) + 104
91 libwx_macud-2.7.1.dylib 0x020a24fe wxEvtHandler::ProcessEventIfMatches(wxEventTableEntryBase const&, wxEvtHandler*, wxEvent&) + 108
92 libwx_macud-2.7.1.dylib 0x020a320a wxEventHashTable::HandleEvent(wxEvent&, wxEvtHandler*) + 140
93 libwx_macud-2.7.1.dylib 0x020a3362 wxEvtHandler::ProcessEvent(wxEvent&) + 256
94 libwx_macud-2.7.1.dylib 0x021651a5 wxComboBoxExtraInputHandler::OnFocus(wxFocusEvent&) + 129
95 libwx_macud-2.7.1.dylib 0x020a24fe wxEvtHandler::ProcessEventIfMatches(wxEventTableEntryBase const&, wxEvtHandler*, wxEvent&) + 108
96 libwx_macud-2.7.1.dylib 0x020a320a wxEventHashTable::HandleEvent(wxEvent&, wxEvtHandler*) + 140
97 libwx_macud-2.7.1.dylib 0x020a3362 wxEvtHandler::ProcessEvent(wxEvent&) + 256
98 libwx_macud-2.7.1.dylib 0x021256ae wxMacWindowControlEventHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 1312
99 libwx_macud-2.7.1.dylib 0x02125eab wxMacWindowEventHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 197
100 com.apple.HIToolbox 0x92dcc7eb DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1093
101 com.apple.HIToolbox 0x92dcbe90 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 304
102 com.apple.HIToolbox 0x92dcbd55 SendEventToEventTargetWithOptions + 55
103 com.apple.HIToolbox 0x92f6d1a8 HIView::SendSetFocusPart(short, unsigned char, short*) + 290
104 com.apple.HIToolbox 0x92e0fc7f HIView::SetFocusPartInternal(short, unsigned char, unsigned char, short*, short) + 127
105 com.apple.HIToolbox 0x92e0faf6 HIView::SetFocusPart(short, unsigned char) + 234
106 com.apple.HIToolbox 0x92e0f82f SetKeyboardFocus + 171
107 libwx_macud-2.7.1.dylib 0x020ac224 wxMacControl::SetFocus(short) + 42
108 libwx_macud-2.7.1.dylib 0x0212023c wxWindow::SetFocus() + 62
109 libwx_macud-2.7.1.dylib 0x02162820 wxComboCtrlBase::OnFocusEvent(wxFocusEvent&) + 104
110 libwx_macud-2.7.1.dylib 0x020a24fe wxEvtHandler::ProcessEventIfMatches(wxEventTableEntryBase const&, wxEvtHandler*, wxEvent&) + 108
111 libwx_macud-2.7.1.dylib 0x020a320a wxEventHashTable::HandleEvent(wxEvent&, wxEvtHandler*) + 140
112 libwx_macud-2.7.1.dylib 0x020a3362 wxEvtHandler::ProcessEvent(wxEvent&) + 256
113 libwx_macud-2.7.1.dylib 0x021651a5 wxComboBoxExtraInputHandler::OnFocus(wxFocusEvent&) + 129
114 libwx_macud-2.7.1.dylib 0x020a24fe wxEvtHandler::ProcessEventIfMatches(wxEventTableEntryBase const&, wxEvtHandler*, wxEvent&) + 108
115 libwx_macud-2.7.1.dylib 0x020a320a wxEventHashTable::HandleEvent(wxEvent&, wxEvtHandler*) + 140
116 libwx_macud-2.7.1.dylib 0x020a3362 wxEvtHandler::ProcessEvent(wxEvent&) + 256
117 libwx_macud-2.7.1.dylib 0x021256ae wxMacWindowControlEventHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 1312
118 libwx_macud-2.7.1.dylib 0x02125eab wxMacWindowEventHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 197
119 com.apple.HIToolbox 0x92dcc7eb DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1093
120 com.apple.HIToolbox 0x92dcbe90 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 304
121 com.apple.HIToolbox 0x92dcbd55 SendEventToEventTargetWithOptions + 55
122 com.apple.HIToolbox 0x92f6d1a8 HIView::SendSetFocusPart(short, unsigned char, short*) + 290
123 com.apple.HIToolbox 0x92e0fc7f HIView::SetFocusPartInternal(short, unsigned char, unsigned char, short*, short) + 127
124 com.apple.HIToolbox 0x92e0faf6 HIView::SetFocusPart(short, unsigned char) + 234
125 com.apple.HIToolbox 0x92e0f82f SetKeyboardFocus + 171
126 libwx_macud-2.7.1.dylib 0x020ac224 wxMacControl::SetFocus(short) + 42
127 libwx_macud-2.7.1.dylib 0x0212023c wxWindow::SetFocus() + 62
128 libwx_macud-2.7.1.dylib 0x02162820 wxComboCtrlBase::OnFocusEvent(wxFocusEvent&) + 104
129 libwx_macud-2.7.1.dylib 0x020a24fe wxEvtHandler::ProcessEventIfMatches(wxEventTableEntryBase const&, wxEvtHandler*, wxEvent&) + 108
130 libwx_macud-2.7.1.dylib 0x020a320a wxEventHashTable::HandleEvent(wxEvent&, wxEvtHandler*) + 140
131 libwx_macud-2.7.1.dylib 0x020a3362 wxEvtHandler::ProcessEvent(wxEvent&) + 256
132 libwx_macud-2.7.1.dylib 0x021651a5 wxComboBoxExtraInputHandler::OnFocus(wxFocusEvent&) + 129
133 libwx_macud-2.7.1.dylib 0x020a24fe wxEvtHandler::ProcessEventIfMatches(wxEventTableEntryBase const&, wxEvtHandler*, wxEvent&) + 108
134 libwx_macud-2.7.1.dylib 0x020a320a wxEventHashTable::HandleEvent(wxEvent&, wxEvtHandler*) + 140
135 libwx_macud-2.7.1.dylib 0x020a3362 wxEvtHandler::ProcessEvent(wxEvent&) + 256
136 libwx_macud-2.7.1.dylib 0x021256ae wxMacWindowControlEventHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 1312
137 libwx_macud-2.7.1.dylib 0x02125eab wxMacWindowEventHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 197
138 com.apple.HIToolbox 0x92dcc7eb DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1093
139 com.apple.HIToolbox 0x92dcbe90 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 304
140 com.apple.HIToolbox 0x92dcbd55 SendEventToEventTargetWithOptions + 55
141 com.apple.HIToolbox 0x92f6d1a8 HIView::SendSetFocusPart(short, unsigned char, short*) + 290
142 com.apple.HIToolbox 0x92e0fc7f HIView::SetFocusPartInternal(short, unsigned char, unsigned char, short*, short) + 127
143 com.apple.HIToolbox 0x92e0faf6 HIView::SetFocusPart(short, unsigned char) + 234
144 com.apple.HIToolbox 0x92e0f82f SetKeyboardFocus + 171
145 libwx_macud-2.7.1.dylib 0x020ac224 wxMacControl::SetFocus(short) + 42
146 libwx_macud-2.7.1.dylib 0x0212023c wxWindow::SetFocus() + 62
147 libwx_macud-2.7.1.dylib 0x02162820 wxComboCtrlBase::OnFocusEvent(wxFocusEvent&) + 104
148 libwx_macud-2.7.1.dylib 0x020a24fe wxEvtHandler::ProcessEventIfMatches(wxEventTableEntryBase const&, wxEvtHandler*, wxEvent&) + 108
149 libwx_macud-2.7.1.dylib 0x020a320a wxEventHashTable::HandleEvent(wxEvent&, wxEvtHandler*) + 140
150 libwx_macud-2.7.1.dylib 0x020a3362 wxEvtHandler::ProcessEvent(wxEvent&) + 256
151 libwx_macud-2.7.1.dylib 0x021651a5 wxComboBoxExtraInputHandler::OnFocus(wxFocusEvent&) + 129
152 libwx_macud-2.7.1.dylib 0x020a24fe wxEvtHandler::ProcessEventIfMatches(wxEventTableEntryBase const&, wxEvtHandler*, wxEvent&) + 108
153 libwx_macud-2.7.1.dylib 0x020a320a wxEventHashTable::HandleEvent(wxEvent&, wxEvtHandler*) + 140
154 libwx_macud-2.7.1.dylib 0x020a3362 wxEvtHandler::ProcessEvent(wxEvent&) + 256
155 libwx_macud-2.7.1.dylib 0x021256ae wxMacWindowControlEventHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 1312
156 libwx_macud-2.7.1.dylib 0x02125eab wxMacWindowEventHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 197
157 com.apple.HIToolbox 0x92dcc7eb DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1093
158 com.apple.HIToolbox 0x92dcbe90 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 304
159 com.apple.HIToolbox 0x92dcbd55 SendEventToEventTargetWithOptions + 55
160 com.apple.HIToolbox 0x92f6d1a8 HIView::SendSetFocusPart(short, unsigned char, short*) + 290
161 com.apple.HIToolbox 0x92e0fc7f HIView::SetFocusPartInternal(short, unsigned char, unsigned char, short*, short) + 127
162 com.apple.HIToolbox 0x92e0faf6 HIView::SetFocusPart(short, unsigned char) + 234
163 com.apple.HIToolbox 0x92e0f82f SetKeyboardFocus + 171
164 libwx_macud-2.7.1.dylib 0x020ac224 wxMacControl::SetFocus(short) + 42
165 libwx_macud-2.7.1.dylib 0x0212023c wxWindow::SetFocus() + 62
166 libwx_macud-2.7.1.dylib 0x02162820 wxComboCtrlBase::OnFocusEvent(wxFocusEvent&) + 104
167 libwx_macud-2.7.1.dylib 0x020a24fe wxEvtHandler::ProcessEventIfMatches(wxEventTableEntryBase const&, wxEvtHandler*, wxEvent&) + 108
168 libwx_macud-2.7.1.dylib 0x020a320a wxEventHashTable::HandleEvent(wxEvent&, wxEvtHandler*) + 140
169 libwx_macud-2.7.1.dylib 0x020a3362 wxEvtHandler::ProcessEvent(wxEvent&) + 256
170 libwx_macud-2.7.1.dylib 0x021651a5 wxComboBoxExtraInputHandler::OnFocus(wxFocusEvent&) + 129
171 libwx_macud-2.7.1.dylib 0x020a24fe wxEvtHandler::ProcessEventIfMatches(wxEventTableEntryBase const&, wxEvtHandler*, wxEvent&) + 108
172 libwx_macud-2.7.1.dylib 0x020a320a wxEventHashTable::HandleEvent(wxEvent&, wxEvtHandler*) + 140
173 libwx_macud-2.7.1.dylib 0x020a3362 wxEvtHandler::ProcessEvent(wxEvent&) + 256
174 libwx_macud-2.7.1.dylib 0x021256ae wxMacWindowControlEventHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 1312
175 libwx_macud-2.7.1.dylib 0x02125eab wxMacWindowEventHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 197
176 com.apple.HIToolbox 0x92dcc7eb DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1093
177 com.apple.HIToolbox 0x92dcbe90 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 304
178 com.apple.HIToolbox 0x92dcbd55 SendEventToEventTargetWithOptions + 55
179 com.apple.HIToolbox 0x92f6d1a8 HIView::SendSetFocusPart(short, unsigned char, short*) + 290
180 com.apple.HIToolbox 0x92e0fc7f HIView::SetFocusPartInternal(short, unsigned char, unsigned char, short*, short) + 127
181 com.apple.HIToolbox 0x92e0faf6 HIView::SetFocusPart(short, unsigned char) + 234
182 com.apple.HIToolbox 0x92e0f82f SetKeyboardFocus + 171
183 libwx_macud-2.7.1.dylib 0x020ac224 wxMacControl::SetFocus(short) + 42
184 libwx_macud-2.7.1.dylib 0x0212023c wxWindow::SetFocus() + 62
185 libwx_macud-2.7.1.dylib 0x02162820 wxComboCtrlBase::OnFocusEvent(wxFocusEvent&) + 104
186 libwx_macud-2.7.1.dylib 0x020a24fe wxEvtHandler::ProcessEventIfMatches(wxEventTableEntryBase const&, wxEvtHandler*, wxEvent&) + 108
187 libwx_macud-2.7.1.dylib 0x020a320a wxEventHashTable::HandleEvent(wxEvent&, wxEvtHandler*) + 140
188 libwx_macud-2.7.1.dylib 0x020a3362 wxEvtHandler::ProcessEvent(wxEvent&) + 256
189 libwx_macud-2.7.1.dylib 0x021651a5 wxComboBoxExtraInputHandler::OnFocus(wxFocusEvent&) + 129
190 libwx_macud-2.7.1.dylib 0x020a24fe wxEvtHandler::ProcessEventIfMatches(wxEventTableEntryBase const&, wxEvtHandler*, wxEvent&) + 108
191 libwx_macud-2.7.1.dylib 0x020a320a wxEventHashTable::HandleEvent(wxEvent&, wxEvtHandler*) + 140
192 libwx_macud-2.7.1.dylib 0x020a3362 wxEvtHandler::ProcessEvent(wxEvent&) + 256
193 libwx_macud-2.7.1.dylib 0x021256ae wxMacWindowControlEventHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 1312
194 libwx_macud-2.7.1.dylib 0x02125eab wxMacWindowEventHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 197
195 com.apple.HIToolbox 0x92dcc7eb DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1093
196 com.apple.HIToolbox 0x92dcbe90 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 304
197 com.apple.HIToolbox 0x92dcbd55 SendEventToEventTargetWithOptions + 55
198 com.apple.HIToolbox 0x92f6d1a8 HIView::SendSetFocusPart(short, unsigned char, short*) + 290
199 com.apple.HIToolbox 0x92e0fc7f HIView::SetFocusPartInternal(short, unsigned char, unsigned char, short*, short) + 127
200 com.apple.HIToolbox 0x92e0faf6 HIView::SetFocusPart(short, unsigned char) + 234
201 com.apple.HIToolbox 0x92e0f82f SetKeyboardFocus + 171
202 libwx_macud-2.7.1.dylib 0x020ac224 wxMacControl::SetFocus(short) + 42
203 libwx_macud-2.7.1.dylib 0x0212023c wxWindow::SetFocus() + 62
204 libwx_macud-2.7.1.dylib 0x02162820 wxComboCtrlBase::OnFocusEvent(wxFocusEvent&) + 104
205 libwx_macud-2.7.1.dylib 0x020a24fe wxEvtHandler::ProcessEventIfMatches(wxEventTableEntryBase const&, wxEvtHandler*, wxEvent&) + 108
206 libwx_macud-2.7.1.dylib 0x020a320a wxEventHashTable::HandleEvent(wxEvent&, wxEvtHandler*) + 140
207 libwx_macud-2.7.1.dylib 0x020a3362 wxEvtHandler::ProcessEvent(wxEvent&) + 256
208 libwx_macud-2.7.1.dylib 0x021651a5 wxComboBoxExtraInputHandler::OnFocus(wxFocusEvent&) + 129
209 libwx_macud-2.7.1.dylib 0x020a24fe wxEvtHandler::ProcessEventIfMatches(wxEventTableEntryBase const&, wxEvtHandler*, wxEvent&) + 108
210 libwx_macud-2.7.1.dylib 0x020a320a wxEventHashTable::HandleEvent(wxEvent&, wxEvtHandler*) + 140
211 libwx_macud-2.7.1.dylib 0x020a3362 wxEvtHandler::ProcessEvent(wxEvent&) + 256
212 libwx_macud-2.7.1.dylib 0x021256ae wxMacWindowControlEventHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 1312
213 libwx_macud-2.7.1.dylib 0x02125eab wxMacWindowEventHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 197
214 com.apple.HIToolbox 0x92dcc7eb DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1093
215 com.apple.HIToolbox 0x92dcbe90 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 304
216 com.apple.HIToolbox 0x92dcbd55 SendEventToEventTargetWithOptions + 55
217 com.apple.HIToolbox 0x92f6d1a8 HIView::SendSetFocusPart(short, unsigned char, short*) + 290
218 com.apple.HIToolbox 0x92e0fc7f HIView::SetFocusPartInternal(short, unsigned char, unsigned char, short*, short) + 127
219 com.apple.HIToolbox 0x92e0faf6 HIView::SetFocusPart(short, unsigned char) + 234
220 com.apple.HIToolbox 0x92e0f82f SetKeyboardFocus + 171
221 libwx_macud-2.7.1.dylib 0x020ac224 wxMacControl::SetFocus(short) + 42
222 libwx_macud-2.7.1.dylib 0x0212023c wxWindow::SetFocus() + 62
223 libwx_macud-2.7.1.dylib 0x02162820 wxComboCtrlBase::OnFocusEvent(wxFocusEvent&) + 104
224 libwx_macud-2.7.1.dylib 0x020a24fe wxEvtHandler::ProcessEventIfMatches(wxEventTableEntryBase const&, wxEvtHandler*, wxEvent&) + 108
225 libwx_macud-2.7.1.dylib 0x020a320a wxEventHashTable::HandleEvent(wxEvent&, wxEvtHandler*) + 140
226 libwx_macud-2.7.1.dylib 0x020a3362 wxEvtHandler::ProcessEvent(wxEvent&) + 256
227 libwx_macud-2.7.1.dylib 0x021651a5 wxComboBoxExtraInputHandler::OnFocus(wxFocusEvent&) + 129
228 libwx_macud-2.7.1.dylib 0x020a24fe wxEvtHandler::ProcessEventIfMatches(wxEventTableEntryBase const&, wxEvtHandler*, wxEvent&) + 108
229 libwx_macud-2.7.1.dylib 0x020a320a wxEventHashTable::HandleEvent(wxEvent&, wxEvtHandler*) + 140
230 libwx_macud-2.7.1.dylib 0x020a3362 wxEvtHandler::ProcessEvent(wxEvent&) + 256
231 libwx_macud-2.7.1.dylib 0x021256ae wxMacWindowControlEventHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 1312
232 libwx_macud-2.7.1.dylib 0x02125eab wxMacWindowEventHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 197
233 com.apple.HIToolbox 0x92dcc7eb DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1093
234 com.apple.HIToolbox 0x92dcbe90 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 304
235 com.apple.HIToolbox 0x92dcbd55 SendEventToEventTargetWithOptions + 55
236 com.apple.HIToolbox 0x92f6d1a8 HIView::SendSetFocusPart(short, unsigned char, short*) + 290
237 com.apple.HIToolbox 0x92e0fc7f HIView::SetFocusPartInternal(short, unsigned char, unsigned char, short*, short) + 127
238 com.apple.HIToolbox 0x92e0faf6 HIView::SetFocusPart(short, unsigned char) + 234
239 com.apple.HIToolbox 0x92e0f82f SetKeyboardFocus + 171
240 libwx_macud-2.7.1.dylib 0x020ac224 wxMacControl::SetFocus(short) + 42
241 libwx_macud-2.7.1.dylib 0x0212023c wxWindow::SetFocus() + 62
242 libwx_macud-2.7.1.dylib 0x02162820 wxComboCtrlBase::OnFocusEvent(wxFocusEvent&) + 104
243 libwx_macud-2.7.1.dylib 0x020a24fe wxEvtHandler::ProcessEventIfMatches(wxEventTableEntryBase const&, wxEvtHandler*, wxEvent&) + 108
244 libwx_macud-2.7.1.dylib 0x020a320a wxEventHashTable::HandleEvent(wxEvent&, wxEvtHandler*) + 140
245 libwx_macud-2.7.1.dylib 0x020a3362 wxEvtHandler::ProcessEvent(wxEvent&) + 256
246 libwx_macud-2.7.1.dylib 0x021651a5 wxComboBoxExtraInputHandler::OnFocus(wxFocusEvent&) + 129
247 libwx_macud-2.7.1.dylib 0x020a24fe wxEvtHandler::ProcessEventIfMatches(wxEventTableEntryBase const&, wxEvtHandler*, wxEvent&) + 108
248 libwx_macud-2.7.1.dylib 0x020a320a wxEventHashTable::HandleEvent(wxEvent&, wxEvtHandler*) + 140
249 libwx_macud-2.7.1.dylib 0x020a3362 wxEvtHandler::ProcessEvent(wxEvent&) + 256
250 libwx_macud-2.7.1.dylib 0x021256ae wxMacWindowControlEventHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 1312
251 libwx_macud-2.7.1.dylib 0x02125eab wxMacWindowEventHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 197
252 com.apple.HIToolbox 0x92dcc7eb DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1093
253 com.apple.HIToolbox 0x92dcbe90 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 304
254 com.apple.HIToolbox 0x92dcbd55 SendEventToEventTargetWithOptions + 55
255 com.apple.HIToolbox 0x92f6d1a8 HIView::SendSetFocusPart(short, unsigned char, short*) + 290
256 com.apple.HIToolbox 0x92e0fc7f HIView::SetFocusPartInternal(short, unsigned char, unsigned char, short*, short) + 127
257 com.apple.HIToolbox 0x92e0faf6 HIView::SetFocusPart(short, unsigned char) + 234
258 com.apple.HIToolbox 0x92e0f82f SetKeyboardFocus + 171
259 libwx_macud-2.7.1.dylib 0x020ac224 wxMacControl::SetFocus(short) + 42
260 libwx_macud-2.7.1.dylib 0x0212023c wxWindow::SetFocus() + 62
261 libwx_macud-2.7.1.dylib 0x02162820 wxComboCtrlBase::OnFocusEvent(wxFocusEvent&) + 104
262 libwx_macud-2.7.1.dylib 0x020a24fe wxEvtHandler::ProcessEventIfMatches(wxEventTableEntryBase const&, wxEvtHandler*, wxEvent&) + 108
263 libwx_macud-2.7.1.dylib 0x020a320a wxEventHashTable::HandleEvent(wxEvent&, wxEvtHandler*) + 140
264 libwx_macud-2.7.1.dylib 0x020a3362 wxEvtHandler::ProcessEvent(wxEvent&) + 256
265 libwx_macud-2.7.1.dylib 0x021651a5 wxComboBoxExtraInputHandler::OnFocus(wxFocusEvent&) + 129
266 libwx_macud-2.7.1.dylib 0x020a24fe wxEvtHandler::ProcessEventIfMatches(wxEventTableEntryBase const&, wxEvtHandler*, wxEvent&) + 108
267 libwx_macud-2.7.1.dylib 0x020a320a wxEventHashTable::HandleEvent(wxEvent&, wxEvtHandler*) + 140
268 libwx_macud-2.7.1.dylib 0x020a3362 wxEvtHandler::ProcessEvent(wxEvent&) + 256
269 libwx_macud-2.7.1.dylib 0x021256ae wxMacWindowControlEventHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 1312
270 libwx_macud-2.7.1.dylib 0x02125eab wxMacWindowEventHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 197
271 com.apple.HIToolbox 0x92dcc7eb DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1093
272 com.apple.HIToolbox 0x92dcbe90 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 304
273 com.apple.HIToolbox 0x92dcbd55 SendEventToEventTargetWithOptions + 55
274 com.apple.HIToolbox 0x92f6d1a8 HIView::SendSetFocusPart(short, unsigned char, short*) + 290
275 com.apple.HIToolbox 0x92e0fc7f HIView::SetFocusPartInternal(short, unsigned char, unsigned char, short*, short) + 127
276 com.apple.HIToolbox 0x92e0faf6 HIView::SetFocusPart(short, unsigned char) + 234
277 com.apple.HIToolbox 0x92e0f82f SetKeyboardFocus + 171
278 libwx_macud-2.7.1.dylib 0x020ac224 wxMacControl::SetFocus(short) + 42
279 libwx_macud-2.7.1.dylib 0x0212023c wxWindow::SetFocus() + 62
280 libwx_macud-2.7.1.dylib 0x02162820 wxComboCtrlBase::OnFocusEvent(wxFocusEvent&) + 104
281 libwx_macud-2.7.1.dylib 0x020a24fe wxEvtHandler::ProcessEventIfMatches(wxEventTableEntryBase const&, wxEvtHandler*, wxEvent&) + 108
282 libwx_macud-2.7.1.dylib 0x020a320a wxEventHashTable::HandleEvent(wxEvent&, wxEvtHandler*) + 140
283 libwx_macud-2.7.1.dylib 0x020a3362 wxEvtHandler::ProcessEvent(wxEvent&) + 256
284 libwx_macud-2.7.1.dylib 0x021651a5 wxComboBoxExtraInputHandler::OnFocus(wxFocusEvent&) + 129
285 libwx_macud-2.7.1.dylib 0x020a24fe wxEvtHandler::ProcessEventIfMatches(wxEventTableEntryBase const&, wxEvtHandler*, wxEvent&) + 108
286 libwx_macud-2.7.1.dylib 0x020a320a wxEventHashTable::HandleEvent(wxEvent&, wxEvtHandler*) + 140
287 libwx_macud-2.7.1.dylib 0x020a3362 wxEvtHandler::ProcessEvent(wxEvent&) + 256
288 libwx_macud-2.7.1.dylib 0x021256ae wxMacWindowControlEventHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 1312
289 libwx_macud-2.7.1.dylib 0x02125eab wxMacWindowEventHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 197
290 com.apple.HIToolbox 0x92dcc7eb DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1093
291 com.apple.HIToolbox 0x92dcbe90 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 304
292 com.apple.HIToolbox 0x92dcbd55 SendEventToEventTargetWithOptions + 55
293 com.apple.HIToolbox 0x92f6d1a8 HIView::SendSetFocusPart(short, unsigned char, short*) + 290
294 com.apple.HIToolbox 0x92e0fc7f HIView::SetFocusPartInternal(short, unsigned char, unsigned char, short*, short) + 127
295 com.apple.HIToolbox 0x92e0faf6 HIView::SetFocusPart(short, unsigned char) + 234
296 com.apple.HIToolbox 0x92e0f82f SetKeyboardFocus + 171
297 libwx_macud-2.7.1.dylib 0x020ac224 wxMacControl::SetFocus(short) + 42
298 libwx_macud-2.7.1.dylib 0x0212023c wxWindow::SetFocus() + 62
299 libwx_macud-2.7.1.dylib 0x02162820 wxComboCtrlBase::OnFocusEvent(wxFocusEvent&) + 104
300 libwx_macud-2.7.1.dylib 0x020a24fe wxEvtHandler::ProcessEventIfMatches(wxEventTableEntryBase const&, wxEvtHandler*, wxEvent&) + 108
301 libwx_macud-2.7.1.dylib 0x020a320a wxEventHashTable::HandleEvent(wxEvent&, wxEvtHandler*) + 140
302 libwx_macud-2.7.1.dylib 0x020a3362 wxEvtHandler::ProcessEvent(wxEvent&) + 256
303 libwx_macud-2.7.1.dylib 0x021651a5 wxComboBoxExtraInputHandler::OnFocus(wxFocusEvent&) + 129
304 libwx_macud-2.7.1.dylib 0x020a24fe wxEvtHandler::ProcessEventIfMatches(wxEventTableEntryBase const&, wxEvtHandler*, wxEvent&) + 108
305 libwx_macud-2.7.1.dylib 0x020a320a wxEventHashTable::HandleEvent(wxEvent&, wxEvtHandler*) + 140
306 libwx_macud-2.7.1.dylib 0x020a3362 wxEvtHandler::ProcessEvent(wxEvent&) + 256
307 libwx_macud-2.7.1.dylib 0x021256ae wxMacWindowControlEventHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 1312
308 libwx_macud-2.7.1.dylib 0x02125eab wxMacWindowEventHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 197
309 com.apple.HIToolbox 0x92dcc7eb DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1093
310 com.apple.HIToolbox 0x92dcbe90 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 304
311 com.apple.HIToolbox 0x92dcbd55 SendEventToEventTargetWithOptions + 55
312 com.apple.HIToolbox 0x92f6d1a8 HIView::SendSetFocusPart(short, unsigned char, short*) + 290
313 com.apple.HIToolbox 0x92e0fc7f HIView::SetFocusPartInternal(short, unsigned char, unsigned char, short*, short) + 127
314 com.apple.HIToolbox 0x92e0faf6 HIView::SetFocusPart(short, unsigned char) + 234
315 com.apple.HIToolbox 0x92e0f82f SetKeyboardFocus + 171
316 libwx_macud-2.7.1.dylib 0x020ac224 wxMacControl::SetFocus(short) + 42
317 libwx_macud-2.7.1.dylib 0x0212023c wxWindow::SetFocus() + 62
318 libwx_macud-2.7.1.dylib 0x02162820 wxComboCtrlBase::OnFocusEvent(wxFocusEvent&) + 104
319 libwx_macud-2.7.1.dylib 0x020a24fe wxEvtHandler::ProcessEventIfMatches(wxEventTableEntryBase const&, wxEvtHandler*, wxEvent&) + 108
320 libwx_macud-2.7.1.dylib 0x020a320a wxEventHashTable::HandleEvent(wxEvent&, wxEvtHandler*) + 140
321 libwx_macud-2.7.1.dylib 0x020a3362 wxEvtHandler::ProcessEvent(wxEvent&) + 256
322 libwx_macud-2.7.1.dylib 0x021651a5 wxComboBoxExtraInputHandler::OnFocus(wxFocusEvent&) + 129
323 libwx_macud-2.7.1.dylib 0x020a24fe wxEvtHandler::ProcessEventIfMatches(wxEventTableEntryBase const&, wxEvtHandler*, wxEvent&) + 108
324 libwx_macud-2.7.1.dylib 0x020a320a wxEventHashTable::HandleEvent(wxEvent&, wxEvtHandler*) + 140
325 libwx_macud-2.7.1.dylib 0x020a3362 wxEvtHandler::ProcessEvent(wxEvent&) + 256
326 libwx_macud-2.7.1.dylib 0x021256ae wxMacWindowControlEventHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 1312
327 libwx_macud-2.7.1.dylib 0x02125eab wxMacWindowEventHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 197
328 com.apple.HIToolbox 0x92dcc7eb DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1093
329 com.apple.HIToolbox 0x92dcbe90 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 304
330 com.apple.HIToolbox 0x92dcbd55 SendEventToEventTargetWithOptions + 55
331 com.apple.HIToolbox 0x92f6d1a8 HIView::SendSetFocusPart(short, unsigned char, short*) + 290
332 com.apple.HIToolbox 0x92e0fc7f HIView::SetFocusPartInternal(short, unsigned char, unsigned char, short*, short) + 127
333 com.apple.HIToolbox 0x92e0faf6 HIView::SetFocusPart(short, unsigned char) + 234
334 com.apple.HIToolbox 0x92e0f82f SetKeyboardFocus + 171
335 libwx_macud-2.7.1.dylib 0x020ac224 wxMacControl::SetFocus(short) + 42
336 libwx_macud-2.7.1.dylib 0x0212023c wxWindow::SetFocus() + 62
337 libwx_macud-2.7.1.dylib 0x02162820 wxComboCtrlBase::OnFocusEvent(wxFocusEvent&) + 104
338 libwx_macud-2.7.1.dylib 0x020a24fe wxEvtHandler::ProcessEventIfMatches(wxEventTableEntryBase const&, wxEvtHandler*, wxEvent&) + 108
339 libwx_macud-2.7.1.dylib 0x020a320a wxEventHashTable::HandleEvent(wxEvent&, wxEvtHandler*) + 140
340 libwx_macud-2.7.1.dylib 0x020a3362 wxEvtHandler::ProcessEvent(wxEvent&) + 256
341 libwx_macud-2.7.1.dylib 0x021651a5 wxComboBoxExtraInputHandler::OnFocus(wxFocusEvent&) + 129
342 libwx_macud-2.7.1.dylib 0x020a24fe wxEvtHandler::ProcessEventIfMatches(wxEventTableEntryBase const&, wxEvtHandler*, wxEvent&) + 108
343 libwx_macud-2.7.1.dylib 0x020a320a wxEventHashTable::HandleEvent(wxEvent&, wxEvtHandler*) + 140
344 libwx_macud-2.7.1.dylib 0x020a3362 wxEvtHandler::ProcessEvent(wxEvent&) + 256
345 libwx_macud-2.7.1.dylib 0x021256ae wxMacWindowControlEventHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 1312
346 libwx_macud-2.7.1.dylib 0x02125eab wxMacWindowEventHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 197
347 com.apple.HIToolbox 0x92dcc7eb DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1093
348 com.apple.HIToolbox 0x92dcbe90 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 304
349 com.apple.HIToolbox 0x92dcbd55 SendEventToEventTargetWithOptions + 55
350 com.apple.HIToolbox 0x92f6d1a8 HIView::SendSetFocusPart(short, unsigned char, short*) + 290
351 com.apple.HIToolbox 0x92e0fc7f HIView::SetFocusPartInternal(short, unsigned char, unsigned char, short*, short) + 127
352 com.apple.HIToolbox 0x92e0faf6 HIView::SetFocusPart(short, unsigned char) + 234
353 com.apple.HIToolbox 0x92e0f82f SetKeyboardFocus + 171
354 libwx_macud-2.7.1.dylib 0x020ac224 wxMacControl::SetFocus(short) + 42
355 libwx_macud-2.7.1.dylib 0x0212023c wxWindow::SetFocus() + 62
356 libwx_macud-2.7.1.dylib 0x02162820 wxComboCtrlBase::OnFocusEvent(wxFocusEvent&) + 104
357 libwx_macud-2.7.1.dylib 0x020a24fe wxEvtHandler::ProcessEventIfMatches(wxEventTableEntryBase const&, wxEvtHandler*, wxEvent&) + 108
358 libwx_macud-2.7.1.dylib 0x020a320a wxEventHashTable::HandleEvent(wxEvent&, wxEvtHandler*) + 140
359 libwx_macud-2.7.1.dylib 0x020a3362 wxEvtHandler::ProcessEvent(wxEvent&) + 256
360 libwx_macud-2.7.1.dylib 0x021651a5 wxComboBoxExtraInputHandler::OnFocus(wxFocusEvent&) + 129
361 libwx_macud-2.7.1.dylib 0x020a24fe wxEvtHandler::ProcessEventIfMatches(wxEventTableEntryBase const&, wxEvtHandler*, wxEvent&) + 108
362 libwx_macud-2.7.1.dylib 0x020a320a wxEventHashTable::HandleEvent(wxEvent&, wxEvtHandler*) + 140
363 libwx_macud-2.7.1.dylib 0x020a3362 wxEvtHandler::ProcessEvent(wxEvent&) + 256
364 libwx_macud-2.7.1.dylib 0x021256ae wxMacWindowControlEventHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 1312
365 libwx_macud-2.7.1.dylib 0x02125eab wxMacWindowEventHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 197
366 com.apple.HIToolbox 0x92dcc7eb DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1093
367 com.apple.HIToolbox 0x92dcbe90 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 304
368 com.apple.HIToolbox 0x92dcbd55 SendEventToEventTargetWithOptions + 55
369 com.apple.HIToolbox 0x92f6d1a8 HIView::SendSetFocusPart(short, unsigned char, short*) + 290
370 com.apple.HIToolbox 0x92e0fc7f HIView::SetFocusPartInternal(short, unsigned char, unsigned char, short*, short) + 127
371 com.apple.HIToolbox 0x92e0faf6 HIView::SetFocusPart(short, unsigned char) + 234
372 com.apple.HIToolbox 0x92e0f82f SetKeyboardFocus + 171
373 libwx_macud-2.7.1.dylib 0x020ac224 wxMacControl::SetFocus(short) + 42
374 libwx_macud-2.7.1.dylib 0x0212023c wxWindow::SetFocus() + 62
375 libwx_macud-2.7.1.dylib 0x02162820 wxComboCtrlBase::OnFocusEvent(wxFocusEvent&) + 104
376 libwx_macud-2.7.1.dylib 0x020a24fe wxEvtHandler::ProcessEventIfMatches(wxEventTableEntryBase const&, wxEvtHandler*, wxEvent&) + 108
377 libwx_macud-2.7.1.dylib 0x020a320a wxEventHashTable::HandleEvent(wxEvent&, wxEvtHandler*) + 140
378 libwx_macud-2.7.1.dylib 0x020a3362 wxEvtHandler::ProcessEvent(wxEvent&) + 256
379 libwx_macud-2.7.1.dylib 0x021651a5 wxComboBoxExtraInputHandler::OnFocus(wxFocusEvent&) + 129
380 libwx_macud-2.7.1.dylib 0x020a24fe wxEvtHandler::ProcessEventIfMatches(wxEventTableEntryBase const&, wxEvtHandler*, wxEvent&) + 108
381 libwx_macud-2.7.1.dylib 0x020a320a wxEventHashTable::HandleEvent(wxEvent&, wxEvtHandler*) + 140
382 libwx_macud-2.7.1.dylib 0x020a3362 wxEvtHandler::ProcessEvent(wxEvent&) + 256
383 libwx_macud-2.7.1.dylib 0x021256ae wxMacWindowControlEventHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 1312
384 libwx_macud-2.7.1.dylib 0x02125eab wxMacWindowEventHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 197
385 com.apple.HIToolbox 0x92dcc7eb DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1093
386 com.apple.HIToolbox 0x92dcbe90 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 304
387 com.apple.HIToolbox 0x92dcbd55 SendEventToEventTargetWithOptions + 55
388 com.apple.HIToolbox 0x92f6d1a8 HIView::SendSetFocusPart(short, unsigned char, short*) + 290
389 com.apple.HIToolbox 0x92e0fc7f HIView::SetFocusPartInternal(short, unsigned char, unsigned char, short*, short) + 127
390 com.apple.HIToolbox 0x92e0faf6 HIView::SetFocusPart(short, unsigned char) + 234
391 com.apple.HIToolbox 0x92e0f82f SetKeyboardFocus + 171
392 libwx_macud-2.7.1.dylib 0x020ac224 wxMacControl::SetFocus(short) + 42
393 libwx_macud-2.7.1.dylib 0x0212023c wxWindow::SetFocus() + 62
394 libwx_macud-2.7.1.dylib 0x02162820 wxComboCtrlBase::OnFocusEvent(wxFocusEvent&) + 104
395 libwx_macud-2.7.1.dylib 0x020a24fe wxEvtHandler::ProcessEventIfMatches(wxEventTableEntryBase const&, wxEvtHandler*, wxEvent&) + 108
396 libwx_macud-2.7.1.dylib 0x020a320a wxEventHashTable::HandleEvent(wxEvent&, wxEvtHandler*) + 140
397 libwx_macud-2.7.1.dylib 0x020a3362 wxEvtHandler::ProcessEvent(wxEvent&) + 256
398 libwx_macud-2.7.1.dylib 0x021651a5 wxComboBoxExtraInputHandler::OnFocus(wxFocusEvent&) + 129
399 libwx_macud-2.7.1.dylib 0x020a24fe wxEvtHandler::ProcessEventIfMatches(wxEventTableEntryBase const&, wxEvtHandler*, wxEvent&) + 108
400 libwx_macud-2.7.1.dylib 0x020a320a wxEventHashTable::HandleEvent(wxEvent&, wxEvtHandler*) + 140
401 libwx_macud-2.7.1.dylib 0x020a3362 wxEvtHandler::ProcessEvent(wxEvent&) + 256
402 libwx_macud-2.7.1.dylib 0x021256ae wxMacWindowControlEventHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 1312
403 libwx_macud-2.7.1.dylib 0x02125eab wxMacWindowEventHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 197
404 com.apple.HIToolbox 0x92dcc7eb DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1093
405 com.apple.HIToolbox 0x92dcbe90 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 304
406 com.apple.HIToolbox 0x92dcbd55 SendEventToEventTargetWithOptions + 55
407 com.apple.HIToolbox 0x92f6d1a8 HIView::SendSetFocusPart(short, unsigned char, short*) + 290
408 com.apple.HIToolbox 0x92e0fc7f HIView::SetFocusPartInternal(short, unsigned char, unsigned char, short*, short) + 127
409 com.apple.HIToolbox 0x92e0faf6 HIView::SetFocusPart(short, unsigned char) + 234
410 com.apple.HIToolbox 0x92e0f82f SetKeyboardFocus + 171
411 libwx_macud-2.7.1.dylib 0x020ac224 wxMacControl::SetFocus(short) + 42
412 libwx_macud-2.7.1.dylib 0x0212023c wxWindow::SetFocus() + 62
413 libwx_macud-2.7.1.dylib 0x02162820 wxComboCtrlBase::OnFocusEvent(wxFocusEvent&) + 104
414 libwx_macud-2.7.1.dylib 0x020a24fe wxEvtHandler::ProcessEventIfMatches(wxEventTableEntryBase const&, wxEvtHandler*, wxEvent&) + 108
415 libwx_macud-2.7.1.dylib 0x020a320a wxEventHashTable::HandleEvent(wxEvent&, wxEvtHandler*) + 140
416 libwx_macud-2.7.1.dylib 0x020a3362 wxEvtHandler::ProcessEvent(wxEvent&) + 256
417 libwx_macud-2.7.1.dylib 0x021651a5 wxComboBoxExtraInputHandler::OnFocus(wxFocusEvent&) + 129
418 libwx_macud-2.7.1.dylib 0x020a24fe wxEvtHandler::ProcessEventIfMatches(wxEventTableEntryBase const&, wxEvtHandler*, wxEvent&) + 108
419 libwx_macud-2.7.1.dylib 0x020a320a wxEventHashTable::HandleEvent(wxEvent&, wxEvtHandler*) + 140
420 libwx_macud-2.7.1.dylib 0x020a3362 wxEvtHandler::ProcessEvent(wxEvent&) + 256
421 libwx_macud-2.7.1.dylib 0x021256ae wxMacWindowControlEventHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 1312
422 libwx_macud-2.7.1.dylib 0x02125eab wxMacWindowEventHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 197
423 com.apple.HIToolbox 0x92dcc7eb DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1093
424 com.apple.HIToolbox 0x92dcbe90 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 304
425 com.apple.HIToolbox 0x92dcbd55 SendEventToEventTargetWithOptions + 55
426 com.apple.HIToolbox 0x92f6d1a8 HIView::SendSetFocusPart(short, unsigned char, short*) + 290
427 com.apple.HIToolbox 0x92e0fc7f HIView::SetFocusPartInternal(short, unsigned char, unsigned char, short*, short) + 127
428 com.apple.HIToolbox 0x92e0faf6 HIView::SetFocusPart(short, unsigned char) + 234
429 com.apple.HIToolbox 0x92e0f82f SetKeyboardFocus + 171
430 libwx_macud-2.7.1.dylib 0x020ac224 wxMacControl::SetFocus(short) + 42
431 libwx_macud-2.7.1.dylib 0x0212023c wxWindow::SetFocus() + 62
432 libwx_macud-2.7.1.dylib 0x02162820 wxComboCtrlBase::OnFocusEvent(wxFocusEvent&) + 104
433 libwx_macud-2.7.1.dylib 0x020a24fe wxEvtHandler::ProcessEventIfMatches(wxEventTableEntryBase const&, wxEvtHandler*, wxEvent&) + 108
434 libwx_macud-2.7.1.dylib 0x020a320a wxEventHashTable::HandleEvent(wxEvent&, wxEvtHandler*) + 140
435 libwx_macud-2.7.1.dylib 0x020a3362 wxEvtHandler::ProcessEvent(wxEvent&) + 256
436 libwx_macud-2.7.1.dylib 0x021651a5 wxComboBoxExtraInputHandler::OnFocus(wxFocusEvent&) + 129
437 libwx_macud-2.7.1.dylib 0x020a24fe wxEvtHandler::ProcessEventIfMatches(wxEventTableEntryBase const&, wxEvtHandler*, wxEvent&) + 108
438 libwx_macud-2.7.1.dylib 0x020a320a wxEventHashTable::HandleEvent(wxEvent&, wxEvtHandler*) + 140
439 libwx_macud-2.7.1.dylib 0x020a3362 wxEvtHandler::ProcessEvent(wxEvent&) + 256
440 libwx_macud-2.7.1.dylib 0x021256ae wxMacWindowControlEventHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 1312
441 libwx_macud-2.7.1.dylib 0x02125eab wxMacWindowEventHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 197
442 com.apple.HIToolbox 0x92dcc7eb DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1093
443 com.apple.HIToolbox 0x92dcbe90 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 304
444 com.apple.HIToolbox 0x92dcbd55 SendEventToEventTargetWithOptions + 55
445 com.apple.HIToolbox 0x92f6d1a8 HIView::SendSetFocusPart(short, unsigned char, short*) + 290
446 com.apple.HIToolbox 0x92e0fc7f HIView::SetFocusPartInternal(short, unsigned char, unsigned char, short*, short) + 127
447 com.apple.HIToolbox 0x92e0faf6 HIView::SetFocusPart(short, unsigned char) + 234
448 com.apple.HIToolbox 0x92e0f82f SetKeyboardFocus + 171
449 libwx_macud-2.7.1.dylib 0x020ac224 wxMacControl::SetFocus(short) + 42
450 libwx_macud-2.7.1.dylib 0x0212023c wxWindow::SetFocus() + 62
451 libwx_macud-2.7.1.dylib 0x02162820 wxComboCtrlBase::OnFocusEvent(wxFocusEvent&) + 104
452 libwx_macud-2.7.1.dylib 0x020a24fe wxEvtHandler::ProcessEventIfMatches(wxEventTableEntryBase const&, wxEvtHandler*, wxEvent&) + 108
453 libwx_macud-2.7.1.dylib 0x020a320a wxEventHashTable::HandleEvent(wxEvent&, wxEvtHandler*) + 140
454 libwx_macud-2.7.1.dylib 0x020a3362 wxEvtHandler::ProcessEvent(wxEvent&) + 256
455 libwx_macud-2.7.1.dylib 0x021651a5 wxComboBoxExtraInputHandler::OnFocus(wxFocusEvent&) + 129
456 libwx_macud-2.7.1.dylib 0x020a24fe wxEvtHandler::ProcessEventIfMatches(wxEventTableEntryBase const&, wxEvtHandler*, wxEvent&) + 108
457 libwx_macud-2.7.1.dylib 0x020a320a wxEventHashTable::HandleEvent(wxEvent&, wxEvtHandler*) + 140
458 libwx_macud-2.7.1.dylib 0x020a3362 wxEvtHandler::ProcessEvent(wxEvent&) + 256
459 libwx_macud-2.7.1.dylib 0x021256ae wxMacWindowControlEventHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 1312
460 libwx_macud-2.7.1.dylib 0x02125eab wxMacWindowEventHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 197
461 com.apple.HIToolbox 0x92dcc7eb DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1093
462 com.apple.HIToolbox 0x92dcbe90 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 304
463 com.apple.HIToolbox 0x92dcbd55 SendEventToEventTargetWithOptions + 55
464 com.apple.HIToolbox 0x92f6d1a8 HIView::SendSetFocusPart(short, unsigned char, short*) + 290
465 com.apple.HIToolbox 0x92e0fc7f HIView::SetFocusPartInternal(short, unsigned char, unsigned char, short*, short) + 127
466 com.apple.HIToolbox 0x92e0faf6 HIView::SetFocusPart(short, unsigned char) + 234
467 com.apple.HIToolbox 0x92e0f82f SetKeyboardFocus + 171
468 libwx_macud-2.7.1.dylib 0x020ac224 wxMacControl::SetFocus(short) + 42
469 libwx_macud-2.7.1.dylib 0x0212023c wxWindow::SetFocus() + 62
470 libwx_macud-2.7.1.dylib 0x02162820 wxComboCtrlBase::OnFocusEvent(wxFocusEvent&) + 104
471 libwx_macud-2.7.1.dylib 0x020a24fe wxEvtHandler::ProcessEventIfMatches(wxEventTableEntryBase const&, wxEvtHandler*, wxEvent&) + 108
472 libwx_macud-2.7.1.dylib 0x020a320a wxEventHashTable::HandleEvent(wxEvent&, wxEvtHandler*) + 140
473 libwx_macud-2.7.1.dylib 0x020a3362 wxEvtHandler::ProcessEvent(wxEvent&) + 256
474 libwx_macud-2.7.1.dylib 0x021651a5 wxComboBoxExtraInputHandler::OnFocus(wxFocusEvent&) + 129
475 libwx_macud-2.7.1.dylib 0x020a24fe wxEvtHandler::ProcessEventIfMatches(wxEventTableEntryBase const&, wxEvtHandler*, wxEvent&) + 108
476 libwx_macud-2.7.1.dylib 0x020a320a wxEventHashTable::HandleEvent(wxEvent&, wxEvtHandler*) + 140
477 libwx_macud-2.7.1.dylib 0x020a3362 wxEvtHandler::ProcessEvent(wxEvent&) + 256
478 libwx_macud-2.7.1.dylib 0x021256ae wxMacWindowControlEventHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 1312
479 libwx_macud-2.7.1.dylib 0x02125eab wxMacWindowEventHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 197
480 com.apple.HIToolbox 0x92dcc7eb DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1093
481 com.apple.HIToolbox 0x92dcbe90 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 304
482 com.apple.HIToolbox 0x92dcbd55 SendEventToEventTargetWithOptions + 55
483 com.apple.HIToolbox 0x92f6d1a8 HIView::SendSetFocusPart(short, unsigned char, short*) + 290
484 com.apple.HIToolbox 0x92e0fc7f HIView::SetFocusPartInternal(short, unsigned char, unsigned char, short*, short) + 127
485 com.apple.HIToolbox 0x92e0faf6 HIView::SetFocusPart(short, unsigned char) + 234
486 com.apple.HIToolbox 0x92e0f82f SetKeyboardFocus + 171
487 libwx_macud-2.7.1.dylib 0x020ac224 wxMacControl::SetFocus(short) + 42
488 libwx_macud-2.7.1.dylib 0x0212023c wxWindow::SetFocus() + 62
489 libwx_macud-2.7.1.dylib 0x02162820 wxComboCtrlBase::OnFocusEvent(wxFocusEvent&) + 104
490 libwx_macud-2.7.1.dylib 0x020a24fe wxEvtHandler::ProcessEventIfMatches(wxEventTableEntryBase const&, wxEvtHandler*, wxEvent&) + 108
491 libwx_macud-2.7.1.dylib 0x020a320a wxEventHashTable::HandleEvent(wxEvent&, wxEvtHandler*) + 140
492 libwx_macud-2.7.1.dylib 0x020a3362 wxEvtHandler::ProcessEvent(wxEvent&) + 256
493 libwx_macud-2.7.1.dylib 0x021651a5 wxComboBoxExtraInputHandler::OnFocus(wxFocusEvent&) + 129
494 libwx_macud-2.7.1.dylib 0x020a24fe wxEvtHandler::ProcessEventIfMatches(wxEventTableEntryBase const&, wxEvtHandler*, wxEvent&) + 108
495 libwx_macud-2.7.1.dylib 0x020a320a wxEventHashTable::HandleEvent(wxEvent&, wxEvtHandler*) + 140
496 libwx_macud-2.7.1.dylib 0x020a3362 wxEvtHandler::ProcessEvent(wxEvent&) + 256
497 libwx_macud-2.7.1.dylib 0x021256ae wxMacWindowControlEventHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 1312
498 libwx_macud-2.7.1.dylib 0x02125eab wxMacWindowEventHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 197
499 com.apple.HIToolbox 0x92dcc7eb DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1093
500 com.apple.HIToolbox 0x92dcbe90 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 304
501 com.apple.HIToolbox 0x92dcbd55 SendEventToEventTargetWithOptions + 55
502 com.apple.HIToolbox 0x92f6d1a8 HIView::SendSetFocusPart(short, unsigned char, short*) + 290
503 com.apple.HIToolbox 0x92e0fc7f HIView::SetFocusPartInternal(short, unsigned char, unsigned char, short*, short) + 127
504 com.apple.HIToolbox 0x92e0faf6 HIView::SetFocusPart(short, unsigned char) + 234
505 com.apple.HIToolbox 0x92e0f82f SetKeyboardFocus + 171
506 libwx_macud-2.7.1.dylib 0x020ac224 wxMacControl::SetFocus(short) + 42
507 libwx_macud-2.7.1.dylib 0x0212023c wxWindow::SetFocus() + 62
508 libwx_macud-2.7.1.dylib 0x02162820 wxComboCtrlBase::OnFocusEvent(wxFocusEvent&) + 104

Thread 0 crashed with X86 Thread State (32-bit):
  eax: 0xbf80009c ebx: 0x0216ace4 ecx: 0x0220b0ba edx: 0x02657948
  edi: 0x019b9600 esi: 0x019b9600 ebp: 0xbf800028 esp: 0xbf7ffff0
   ss: 0x0000001f efl: 0x00010286 eip: 0x02122fe5 cs: 0x00000017
   ds: 0x0000001f es: 0x0000001f fs: 0x00000000 gs: 0x00000037

Binary Images Description:
    0x1000 - 0x1fff Python /Developer/Documentation/Python/Python 2.7/wxPython Demo.app/Contents/MacOS/Python
   0xa3000 - 0xa4fff time.so /Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/lib-dynload/time.so
  0x205000 - 0x2dcfff org.python.python 2.4a0 (2.2) /Library/Frameworks/Python.framework/Versions/2.4/Python
  0x5f3000 - 0x5f4fff _locale.so /Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/lib-dynload/_locale.so
  0x7fb000 - 0x7fcfff com.apple.textencoding.unicode 2.1 /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
0x1008000 - 0x100afff binascii.so /Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/lib-dynload/binascii.so
0x1015000 - 0x1016fff _random.so /Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/lib-dynload/_random.so
0x101e000 - 0x101efff _weakref.so /Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/lib-dynload/_weakref.so
0x1024000 - 0x1031fff cPickle.so /Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/lib-dynload/cPickle.so
0x1068000 - 0x1176fff _core_.so /Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/wx-2.7.1-mac-unicode/wx/_core_.so
0x2008000 - 0x261dfff libwx_macud-2.7.1.dylib /usr/local/lib/wxPython-unicode-2.7.1.3/lib/libwx_macud-2.7.1.dylib
0x2a29000 - 0x2aebfff _gdi_.so /Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/wx-2.7.1-mac-unicode/wx/_gdi_.so
0x2ee9000 - 0x2f9bfff _windows_.so /Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/wx-2.7.1-mac-unicode/wx/_windows_.so
0x328b000 - 0x3391fff _controls_.so /Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/wx-2.7.1-mac-unicode/wx/_controls_.so
0x37d6000 - 0x38acfff _misc_.so /Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/wx-2.7.1-mac-unicode/wx/_misc_.so
0x3c3b000 - 0x3c9bfff _html.so /Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/wx-2.7.1-mac-unicode/wx/_html.so
0x3ebc000 - 0x3ebdfff cStringIO.so /Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/lib-dynload/cStringIO.so
0x40e2000 - 0x416cfff _stc.so /Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/wx-2.7.1-mac-unicode/wx/_stc.so
0x4368000 - 0x4446fff libwx_macud_stc-2.7.1.dylib /usr/local/lib/wxPython-unicode-2.7.1.3/lib/libwx_macud_stc-2.7.1.dylib
0x164cc000 - 0x164cdfff math.so /Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/lib-dynload/math.so
0x1653b000 - 0x1653dfff com.apple.CarbonSpellChecker 1.0.1 /System/Library/CoreServices/CarbonSpellChecker.bundle/Contents/MacOS/CarbonSpellChecker
0x16542000 - 0x16546fff com.apple.CommonCocoaPanels 2.0 (10) /System/Library/CoreServices/CommonCocoaPanels.bundle/Contents/MacOS/CommonCocoaPanels
0x169d9000 - 0x169e3fff com.apple.iokit.IOHIDLib 1.4.9 /System/Library/Extensions/IOHIDFamily.kext/Contents/PlugIns/IOHIDLib.plugin/Contents/MacOS/IOHIDLib
0x16a08000 - 0x16a08fff _bisect.so /Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/lib-dynload/_bisect.so
0x16a9d000 - 0x16aa3fff com.apple.DictionaryServiceComponent 1.0.1 /System/Library/Components/DictionaryService.component/Contents/MacOS/DictionaryService
0x16ab9000 - 0x16abcfff strop.so /Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/lib-dynload/strop.so
0x16ac9000 - 0x16acbfff zlib.so /Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/lib-dynload/zlib.so
0x16b20000 - 0x16b21fff collections.so /Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/lib-dynload/collections.so
0x17767000 - 0x17774fff _animate.so /Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/wx-2.7.1-mac-unicode/wx/_animate.so
0x17ac7000 - 0x17b33fff _grid.so /Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/wx-2.7.1-mac-unicode/wx/_grid.so
0x17ebe000 - 0x17f03fff _aui.so /Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/wx-2.7.1-mac-unicode/wx/_aui.so
0x18a05000 - 0x18a3ffff _richtext.so /Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/wx-2.7.1-mac-unicode/wx/_richtext.so
0x8fe00000 - 0x8fe49fff dyld 46.9 /usr/lib/dyld
0x90000000 - 0x9016ffff libSystem.B.dylib /usr/lib/libSystem.B.dylib
0x901bf000 - 0x901c1fff libmathCommon.A.dylib /usr/lib/system/libmathCommon.A.dylib
0x901c3000 - 0x901fffff com.apple.CoreText 1.1.1 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText
0x90226000 - 0x902fbfff ATS /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x9031b000 - 0x9076ffff com.apple.CoreGraphics 1.258.38 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x90806000 - 0x908cefff com.apple.CoreFoundation 6.4.6 (368.27) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x9090c000 - 0x9090cfff com.apple.CoreServices 10.4 (???) /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x9090e000 - 0x90a01fff libicucore.A.dylib /usr/lib/libicucore.A.dylib
0x90a51000 - 0x90ad0fff libobjc.A.dylib /usr/lib/libobjc.A.dylib
0x90af9000 - 0x90b5dfff libstdc++.6.dylib /usr/lib/libstdc++.6.dylib
0x90bcc000 - 0x90bd3fff libgcc_s.1.dylib /usr/lib/libgcc_s.1.dylib
0x90bd8000 - 0x90c4bfff com.apple.framework.IOKit 1.4.6 (???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x90c60000 - 0x90c72fff libauto.dylib /usr/lib/libauto.dylib
0x90c78000 - 0x90f1efff com.apple.CoreServices.CarbonCore 682.15 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x90f61000 - 0x90fc9fff com.apple.CoreServices.OSServices 4.1 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x91001000 - 0x9103ffff com.apple.CFNetwork 129.18 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x91052000 - 0x91062fff com.apple.WebServices 1.1.3 (1.1.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/WebServicesCore.framework/Versions/A/WebServicesCore
0x9106d000 - 0x910ebfff com.apple.SearchKit 1.0.5 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x91120000 - 0x9113efff com.apple.Metadata 10.4.4 (121.36) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x9114a000 - 0x91158fff libz.1.dylib /usr/lib/libz.1.dylib
0x9115b000 - 0x912fafff com.apple.security 4.5.1 (29002) /System/Library/Frameworks/Security.framework/Versions/A/Security
0x913f8000 - 0x91400fff com.apple.DiskArbitration 2.1.1 /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x91407000 - 0x9142dfff com.apple.SystemConfiguration 1.8.6 /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x9143f000 - 0x91446fff libbsm.dylib /usr/lib/libbsm.dylib
0x9144a000 - 0x914c3fff com.apple.audio.CoreAudio 3.0.4 /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x91511000 - 0x91511fff com.apple.ApplicationServices 10.4 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x91513000 - 0x9153efff com.apple.AE 314 (313) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x91551000 - 0x91625fff com.apple.ColorSync 4.4.8 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x91660000 - 0x916ddfff com.apple.print.framework.PrintCore 4.6 (177.13) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x9170a000 - 0x917b3fff com.apple.QD 3.10.21 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x917d9000 - 0x91824fff com.apple.HIServices 1.5.2 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x91843000 - 0x91859fff com.apple.LangAnalysis 1.6.3 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x91865000 - 0x9187ffff com.apple.FindByContent 1.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/FindByContent.framework/Versions/A/FindByContent
0x91889000 - 0x918c6fff com.apple.LaunchServices 181 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x918da000 - 0x918e6fff com.apple.speech.synthesis.framework 3.5
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x918ed000 - 0x91928fff com.apple.ImageIO.framework 1.5.0 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x9193a000 - 0x919ecfff libcrypto.0.9.7.dylib /usr/lib/libcrypto.0.9.7.dylib
0x91a32000 - 0x91a48fff libcups.2.dylib /usr/lib/libcups.2.dylib
0x91a4d000 - 0x91a6bfff libJPEG.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x91a70000 - 0x91acefff libJP2.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
0x91ae0000 - 0x91ae4fff libGIF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x91ae6000 - 0x91b63fff libRaw.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRaw.dylib
0x91b67000 - 0x91ba4fff libTIFF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x91baa000 - 0x91bc4fff libPng.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x91bc9000 - 0x91bcbfff libRadiance.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x91bcd000 - 0x91bcdfff com.apple.Accelerate 1.3.1 (Accelerate 1.3.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x91bcf000 - 0x91c5dfff com.apple.vImage 2.5 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x91c64000 - 0x91c64fff com.apple.Accelerate.vecLib 3.3.1 (vecLib 3.3.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x91c66000 - 0x91cbffff libvMisc.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x91cc8000 - 0x91cecfff libvDSP.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x91cf4000 - 0x920fdfff libBLAS.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x92137000 - 0x924ebfff libLAPACK.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x92518000 - 0x9259cfff com.apple.DesktopServices 1.3.4 /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x925d8000 - 0x92808fff com.apple.Foundation 6.4.7 (567.28) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x92914000 - 0x929f2fff libxml2.2.dylib /usr/lib/libxml2.2.dylib
0x92a0f000 - 0x92afcfff libiconv.2.dylib /usr/lib/libiconv.2.dylib
0x92b0c000 - 0x92b23fff libGL.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x92b2e000 - 0x92b86fff libGLU.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x92b9a000 - 0x92b9afff com.apple.Carbon 10.4 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x92b9c000 - 0x92bacfff com.apple.ImageCapture 3.0.4 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x92bba000 - 0x92bc2fff com.apple.speech.recognition.framework 3.6 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x92bc8000 - 0x92bcdfff com.apple.securityhi 2.0.1 (24742) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x92bd3000 - 0x92c64fff com.apple.ink.framework 101.2.1 (71) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x92c78000 - 0x92c7bfff com.apple.help 1.0.3 (32.1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x92c7e000 - 0x92c9bfff com.apple.openscripting 1.2.5 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x92cab000 - 0x92cb1fff com.apple.print.framework.Print 5.1 (192.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x92cb7000 - 0x92d1afff com.apple.htmlrendering 66.1 (1.1.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework/Versions/A/HTMLRendering
0x92d3e000 - 0x92d7ffff com.apple.NavigationServices 3.4.4 (3.4.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.framework/Versions/A/NavigationServices
0x92da6000 - 0x92db3fff com.apple.audio.SoundManager 3.9.1 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/Versions/A/CarbonSound
0x92dba000 - 0x92dbffff com.apple.CommonPanels 1.2.3 (73) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x92dc4000 - 0x930b6fff com.apple.HIToolbox 1.4.8 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x931bb000 - 0x931c6fff com.apple.opengl 1.4.12 /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x93256000 - 0x93256fff com.apple.Cocoa 6.4 (???) /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x93258000 - 0x9390efff com.apple.AppKit 6.4.8 (824.42) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x93c8f000 - 0x93d09fff com.apple.CoreData 90 /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x93d42000 - 0x93e03fff com.apple.audio.toolbox.AudioToolbox 1.4.3 /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x93e43000 - 0x93e43fff com.apple.audio.units.AudioUnit 1.4.2 /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x93e45000 - 0x94017fff com.apple.QuartzCore 1.4.9 /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x94068000 - 0x940a9fff libsqlite3.0.dylib /usr/lib/libsqlite3.0.dylib
0x940b1000 - 0x940ebfff libGLImage.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x94271000 - 0x94280fff libCGATS.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
0x94287000 - 0x94292fff libCSync.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
0x942de000 - 0x942f8fff libRIP.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
0x942fe000 - 0x945b7fff com.apple.QuickTime 7.1.3 /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
0x95115000 - 0x951a8fff com.apple.WebKit 418.9 /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
0x95202000 - 0x95284fff com.apple.JavaScriptCore 418.3 /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
0x952b7000 - 0x95596fff com.apple.WebCore 418.21 /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore
0x95715000 - 0x95738fff libxslt.1.dylib /usr/lib/libxslt.1.dylib

Model: Macmini1,1, BootROM MM11.004B.B00, 1 processors, Intel Core Solo, 1.5 GHz, 512 MB
Graphics: Intel GMA 950, GMA 950, Built-In, spdisplays_integrated_vram
Memory Module: BANK 0/DIMM0, 256 MB, DDR2 SDRAM, 667 MHz
Memory Module: BANK 1/DIMM1, 256 MB, DDR2 SDRAM, 667 MHz
AirPort: spairport_wireless_card_type_airport_extreme (0x168C, 0x86), 0.1.27
Bluetooth: Version 1.7.9f12, 2 service, 0 devices, 1 incoming serial ports
Network Service: Ingebouwd Ethernet, Ethernet, en0
Serial ATA Device: ST96812AS, 55.89 GB
Parallel ATA Device: MATSHITACD-RW CW-8124
USB Device: Comfort Curve Keyboard 2000, Microsoft, Up to 1.5 Mb/sec, 500 mA
USB Device: Basic Optical Mouse, Microsoft, Up to 1.5 Mb/sec, 500 mA
USB Device: Bluetooth HCI, Up to 12 Mb/sec, 500 mA
USB Device: IR Receiver, Apple Computer, Inc., Up to 12 Mb/sec, 500 mA

---------------------------------------------------------------------
To unsubscribe, e-mail: wxPython-users-unsubscribe@lists.wxwidgets.org
For additional commands, e-mail: wxPython-users-help@lists.wxwidgets.org

Hi Kevin,

Kevin Ollivier:

Hi Frank,

Task Coach crashes on Mac OSX 10.4 (Intel)/Python 2.4/wxPython 2.7.1.3 as soon as I switch to a view that contains a ListCtrl (all list controls in Task Coach use report mode). I tried the option mentioned above, but it makes no difference. The demo works fine for me (except the ListCtrl_edit issue, see previous email).

That traceback makes me suspect that the wxPython (and thus the demo and your app) are using the native wxListCtrl for some reason. Please try setting the following when starting your app:
wx.SystemOptions.SetOptionInt("mac.listctrl.always_use_generic", 1)

This does not make a difference, i.e. Task Coach still crashes as soon as it tries to display a (virtual) ListCtrl in report mode.

And let me know if that fixes things. BTW, are you using a virtual wxListCtrl?

Yes. There is also a non-virtual ListCtrl in Task Coach in report mode and that one does work as expected.

I tried to make a small example app with a virtual ListCtrl in report mode, but I haven't been able to crash it. Any suggestions on what exactly might be the problem?

Thanks, Frank

···

On Oct 27, 2006, at 2:51 PM, Frank Niessink wrote:

Hi Frank,

Hi Kevin,

Kevin Ollivier:

Hi Frank,

Task Coach crashes on Mac OSX 10.4 (Intel)/Python 2.4/wxPython 2.7.1.3 as soon as I switch to a view that contains a ListCtrl (all list controls in Task Coach use report mode). I tried the option mentioned above, but it makes no difference. The demo works fine for me (except the ListCtrl_edit issue, see previous email).

That traceback makes me suspect that the wxPython (and thus the demo and your app) are using the native wxListCtrl for some reason. Please try setting the following when starting your app:
wx.SystemOptions.SetOptionInt("mac.listctrl.always_use_generic", 1)

This does not make a difference, i.e. Task Coach still crashes as soon as it tries to display a (virtual) ListCtrl in report mode.

And let me know if that fixes things. BTW, are you using a virtual wxListCtrl?

Yes. There is also a non-virtual ListCtrl in Task Coach in report mode and that one does work as expected.

I tried to make a small example app with a virtual ListCtrl in report mode, but I haven't been able to crash it. Any suggestions on what exactly might be the problem?

Not off hand, unfortunately. So far I've been unable to reproduce the problem using the CVS HEAD build. Could you give me a series of steps that causes the problem on your machine, so I can see if I can get it to crash here too? I'm on 10.4 Intel and using Python 2.4 as well, so I have a feeling if it's fixed at my end, you'll get the fix on your end when the next wxPython release arrives. :slight_smile:

Thanks,

Kevin

···

On Oct 28, 2006, at 12:40 PM, Frank Niessink wrote:

On Oct 27, 2006, at 2:51 PM, Frank Niessink wrote:

Thanks, Frank

---------------------------------------------------------------------
To unsubscribe, e-mail: wxPython-users-unsubscribe@lists.wxwidgets.org
For additional commands, e-mail: wxPython-users-help@lists.wxwidgets.org

Kevin Ollivier:

I tried to make a small example app with a virtual ListCtrl in report mode, but I haven't been able to crash it. Any suggestions on what exactly might be the problem?

Not off hand, unfortunately. So far I've been unable to reproduce the problem using the CVS HEAD build. Could you give me a series of steps that causes the problem on your machine, so I can see if I can get it to crash here too? I'm on 10.4 Intel and using Python 2.4 as well, so I have a feeling if it's fixed at my end, you'll get the fix on your end when the next wxPython release arrives. :slight_smile:

Unfortunately, the ListCtrl as used by Task Coach is pretty complicated because Task Coach uses ListCtrl, TreeCtrl and TreeListCtrl and I tried to factor out all commonalities.

Anyway, while I was trying to reproduce the crash and I ran the attached program I noticed that there is something strange going on with the bitmap. Look closely at the bitmap: it shows an inverted question mark, for me at least. The bitmap is fine when I change the global option from 0 to 1.

Cheers, Frank

crash.py (1.05 KB)

···

On Oct 28, 2006, at 12:40 PM, Frank Niessink wrote:

Kevin Ollivier:

Not off hand, unfortunately. So far I've been unable to reproduce the problem using the CVS HEAD build. Could you give me a series of steps that causes the problem on your machine, so I can see if I can get it to crash here too? I'm on 10.4 Intel and using Python 2.4 as well, so I have a feeling if it's fixed at my end, you'll get the fix on your end when the next wxPython release arrives. :slight_smile:

The attached program crashes nicely, both with mac.listctrl.always_use_generic being 0 and 1.

Providing arguments to wx.ListItemAttr() doesn't seem to make a difference.

Cheers, Frank

crash.py (843 Bytes)

Hi Frank,

Kevin Ollivier:

I tried to make a small example app with a virtual ListCtrl in report mode, but I haven't been able to crash it. Any suggestions on what exactly might be the problem?

Not off hand, unfortunately. So far I've been unable to reproduce the problem using the CVS HEAD build. Could you give me a series of steps that causes the problem on your machine, so I can see if I can get it to crash here too? I'm on 10.4 Intel and using Python 2.4 as well, so I have a feeling if it's fixed at my end, you'll get the fix on your end when the next wxPython release arrives. :slight_smile:

Unfortunately, the ListCtrl as used by Task Coach is pretty complicated because Task Coach uses ListCtrl, TreeCtrl and TreeListCtrl and I tried to factor out all commonalities.

Anyway, while I was trying to reproduce the crash and I ran the attached program I noticed that there is something strange going on with the bitmap. Look closely at the bitmap: it shows an inverted question mark, for me at least. The bitmap is fine when I change the global option from 0 to 1.

Yes, this one is a known issue. I haven't had time to figure this out, but it probably deals with the fact that CoreGraphics can flip the y coordinate axis - in other words, y = 0 is the bottom, not the top. The question, though, is why it does this for some images and not others. ;-/ Anyways, I am looking into it, and I hope to tackle it before 2.7.2. If not, I will probably have to resort to making the native list ctrl a "turn on" rather than "turn off" feature by default. ;-/

Thanks,

Kevin

···

On Oct 28, 2006, at 2:49 PM, Frank Niessink wrote:

On Oct 28, 2006, at 12:40 PM, Frank Niessink wrote:

Cheers, Frank

import wx
wx.SystemOptions.SetOptionInt("mac.listctrl.always_use_generic", 0)

class VirtualListCtrlInReportMode(wx.ListCtrl):
    def __init__(self, *args, **kwargs):
        kwargs['style'] = kwargs.get('style', 0) | wx.LC_REPORT | wx.LC_VIRTUAL
        super(VirtualListCtrlInReportMode, self).__init__(*args, **kwargs)
        self.imageList = wx.ImageList(16, 16)
        self.imageList.Add(wx.ArtProvider().GetBitmap(wx.ART_HELP,
            size=(16,16)))
        self.SetImageList(self.imageList, wx.IMAGE_LIST_SMALL)
        self.InsertColumn(0, 'First column')
        self.InsertColumn(1, 'Second column')

    def OnGetItemText(self, rowIndex, colIndex):
        return 'Row %d, Col %d'%(rowIndex, colIndex)

    def OnGetItemImage(self, rowIndex):
        return 0

class MyFrame(wx.Frame):
    def __init__(self, *args, **kwargs):
        super(MyFrame, self).__init__(*args, **kwargs)
        self._list = VirtualListCtrlInReportMode(self)
        self._list.SetItemCount(10000)

app = wx.App(False)
frame = MyFrame(None)
frame.Show()
app.MainLoop()

---------------------------------------------------------------------
To unsubscribe, e-mail: wxPython-users-unsubscribe@lists.wxwidgets.org
For additional commands, e-mail: wxPython-users-help@lists.wxwidgets.org

Hi Frank,

Kevin Ollivier:

Not off hand, unfortunately. So far I've been unable to reproduce the problem using the CVS HEAD build. Could you give me a series of steps that causes the problem on your machine, so I can see if I can get it to crash here too? I'm on 10.4 Intel and using Python 2.4 as well, so I have a feeling if it's fixed at my end, you'll get the fix on your end when the next wxPython release arrives. :slight_smile:

The attached program crashes nicely, both with mac.listctrl.always_use_generic being 0 and 1.

Providing arguments to wx.ListItemAttr() doesn't seem to make a difference.

Thanks for reporting this! I'm not sure what can be done to fix this, though, as it turns out that the properties of the wx.ListItemAttr() are being accessed before they've even been completely initialized. There is, however, a workaround - do not create the wx.ListItemAttr() inside of OnGetItemAttr(). For example, the wxPython demo's virtual list ctrl creates the wx.ListItemAttr() objects in the constructor, and just returns them from OnGetItemAttr().

Maybe Robin will know a better solution to this, but I'm not enough of a C++ guru to see how the object could be passed back while still not completely initialized. ;-/

Thanks,

Kevin

···

On Oct 28, 2006, at 3:12 PM, Frank Niessink wrote:

Cheers, Frank
import wx
wx.SystemOptions.SetOptionInt("mac.listctrl.always_use_generic", 1)

class VirtualListCtrlInReportMode(wx.ListCtrl):
    def __init__(self, *args, **kwargs):
        kwargs['style'] = kwargs.get('style', 0) | wx.LC_REPORT | wx.LC_VIRTUAL
        super(VirtualListCtrlInReportMode, self).__init__(*args, **kwargs)
        self.InsertColumn(0, 'First column')

    def OnGetItemText(self, rowIndex, colIndex):
        return 'Row %d, Col %d'%(rowIndex, colIndex)

    def OnGetItemAttr(self, rowIndex):
        return wx.ListItemAttr()

class MyFrame(wx.Frame):
    def __init__(self, *args, **kwargs):
        super(MyFrame, self).__init__(*args, **kwargs)
        self._list = VirtualListCtrlInReportMode(self)
        self._list.SetItemCount(10000)

app = wx.App(False)
frame = MyFrame(None)
frame.Show()
app.MainLoop()

---------------------------------------------------------------------
To unsubscribe, e-mail: wxPython-users-unsubscribe@lists.wxwidgets.org
For additional commands, e-mail: wxPython-users-help@lists.wxwidgets.org

Frank Niessink wrote:

Robin Dunn:

Announcing
----------

The 2.7.1.3 release of wxPython is now available for download at
Redirecting....

On Mac OSX 10.4 (Intel) with Python 2.4, the ListCtrl_edit demo doesn't work, meaning that clicking on a cell doesn't start the cell editor. Nor does double clicking or hitting F2 or hitting enter.

Kevin,

This is happening because the low-level events happening in the generic listctrl are not being sent to handlers that are bound to the native control. The fix we did with the event delegate class takes care of the command events since they will propagate upwards, but something should be done for the non-command events too. Unfortunately, it will be a bit more tricky because the generic control needs to get some of those events too...

···

--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!

Kevin Ollivier wrote:

Hi Frank,

Kevin Ollivier:

Not off hand, unfortunately. So far I've been unable to reproduce the problem using the CVS HEAD build. Could you give me a series of steps that causes the problem on your machine, so I can see if I can get it to crash here too? I'm on 10.4 Intel and using Python 2.4 as well, so I have a feeling if it's fixed at my end, you'll get the fix on your end when the next wxPython release arrives. :slight_smile:

The attached program crashes nicely, both with mac.listctrl.always_use_generic being 0 and 1.

Providing arguments to wx.ListItemAttr() doesn't seem to make a difference.

Thanks for reporting this! I'm not sure what can be done to fix this, though, as it turns out that the properties of the wx.ListItemAttr() are being accessed before they've even been completely initialized. There is, however, a workaround - do not create the wx.ListItemAttr() inside of OnGetItemAttr(). For example, the wxPython demo's virtual list ctrl creates the wx.ListItemAttr() objects in the constructor, and just returns them from OnGetItemAttr().

Maybe Robin will know a better solution to this, but I'm not enough of a C++ guru to see how the object could be passed back while still not completely initialized. ;-/

    def OnGetItemAttr(self, rowIndex):
        return wx.ListItemAttr()

The problem is that there are no references being held on the python proxy object for the newly created wx.ListItemAttr, so it is being destroyed and taking the C++ object with it. So you end up with a pointer to a bogus object being returned to the listctrl. You need to hold a python reference to the attr object to prevent it from being destroyed prematurely.

···

On Oct 28, 2006, at 3:12 PM, Frank Niessink wrote:

--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!

Hi Robin,

Frank Niessink wrote:

Robin Dunn:

Announcing
----------

The 2.7.1.3 release of wxPython is now available for download at
Redirecting....

On Mac OSX 10.4 (Intel) with Python 2.4, the ListCtrl_edit demo doesn't work, meaning that clicking on a cell doesn't start the cell editor. Nor does double clicking or hitting F2 or hitting enter.

Kevin,

This is happening because the low-level events happening in the generic listctrl are not being sent to handlers that are bound to the native control. The fix we did with the event delegate class takes care of the command events since they will propagate upwards, but something should be done for the non-command events too. Unfortunately, it will be a bit more tricky because the generic control needs to get some of those events too...

Much as I dislike the idea, what about the possibility of adding wxGenericListCtrl::SetEventDelegate(wxListCtrl* list) and then overriding wxGenericListCtrl::ProcessEvent so that it calls m_list- >GetEventHandler()->ProcessEvent() (if the delegate is set, of course) and then calls GetEventHandler()->ProcessEvent() (unless event.Skip() was not called). Otherwise, I think we'd have to hook up handlers for each event on the wxGenericListCtrl and then fire the event on the wxListCtrl then...

Or do you see other possibilities I'm overlooking?

Thanks,

Kevin

···

On Oct 28, 2006, at 6:54 PM, Robin Dunn wrote:

--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!

---------------------------------------------------------------------
To unsubscribe, e-mail: wxPython-users-unsubscribe@lists.wxwidgets.org
For additional commands, e-mail: wxPython-users-help@lists.wxwidgets.org

Robin Dunn:

    def OnGetItemAttr(self, rowIndex):
        return wx.ListItemAttr()

The problem is that there are no references being held on the python proxy object for the newly created wx.ListItemAttr, so it is being destroyed and taking the C++ object with it. So you end up with a pointer to a bogus object being returned to the listctrl. You need to hold a python reference to the attr object to prevent it from being destroyed prematurely.

That indeed fixes the issue, thanks Robin and Kevin for the support.

Thanks a lot, Frank

Kevin Ollivier wrote:

Hi Robin,

Frank Niessink wrote:

Robin Dunn:

Announcing
----------

The 2.7.1.3 release of wxPython is now available for download at
Redirecting....

On Mac OSX 10.4 (Intel) with Python 2.4, the ListCtrl_edit demo doesn't work, meaning that clicking on a cell doesn't start the cell editor. Nor does double clicking or hitting F2 or hitting enter.

Kevin,

This is happening because the low-level events happening in the generic listctrl are not being sent to handlers that are bound to the native control. The fix we did with the event delegate class takes care of the command events since they will propagate upwards, but something should be done for the non-command events too. Unfortunately, it will be a bit more tricky because the generic control needs to get some of those events too...

Much as I dislike the idea, what about the possibility of adding wxGenericListCtrl::SetEventDelegate(wxListCtrl* list) and then overriding wxGenericListCtrl::ProcessEvent so that it calls m_list->GetEventHandler()->ProcessEvent() (if the delegate is set, of course) and then calls GetEventHandler()->ProcessEvent() (unless event.Skip() was not called). Otherwise, I think we'd have to hook up handlers for each event on the wxGenericListCtrl and then fire the event on the wxListCtrl then...

Or do you see other possibilities I'm overlooking?

I think it can probably be done similarly to how the command events are handled with the wxMacListCtrlEventDelegate class, it's just that care will need to be taken to make sure that the retargeted non-command events go directly to the native listctrl, (do not pass Go and do not collect $200) and if not handled there then they still go to the generic control.

···

On Oct 28, 2006, at 6:54 PM, Robin Dunn wrote:

--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!