[Pythonmac-SIG] supposed bug in MacOs X wxGlade

Adriano adriano at euma.com
Tue Aug 16 13:27:56 CEST 2005


Dear Kevin, dear listers,

following the Kevin Ollivier's suggestion I'm moving this discussion 
about some bugs I found in the MacOs X wxPython based apps (wxGlade 
and Boa Constructor) in this list, that seems more appropriate.

Ok I think I have found a bug in wxGlade similar to the one I found in Boa.

I repeated this process 3 (three times) and it always crashed.

The stacktraces seems similar, they always claim about the same 
method (SetEventParameter + 24)

The process is to follow the wxGlade tutorial, that is:

1) create a frame and set its title to "Frame with Notebook"

2) clicking on the "has menubar" checkbox and filling in some menus

3) clickig on the "has status bar" ckeckbox

4) editing the only field the status bar has, at that point

5) in order to save the edited text, click somewhere to let the 
textfield to loose focus

Here comes the crash

The stacktrace follows.

Thanks so much for the attention !
Bye
Adriano

Date/Time:      2005-08-16 11:11:07.155 +0200
OS Version:     10.4.2 (Build 8C46)
Report Version: 3

Command: Python
Path:    /Users/adri/Desktop/SPE-OSX/wxGladeOSX.app/Contents/MacOS/Python
Parent:  WindowServer [63]

Version: ??? (???)

PID:    593
Thread: 0

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

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

Thread 1:
0   libSystem.B.dylib              	0x9002f68c kevent + 12
1   com.apple.DesktopServices      	0x9278cad8 
TFSNotificationTask::FSNotificationTaskProc(void*) + 56
2   ...ple.CoreServices.CarbonCore 	0x90b39690 PrivateMPEntryPoint + 76
3   libSystem.B.dylib              	0x9002c3d4 _pthread_body + 96

Thread 2:
0   libSystem.B.dylib              	0x9002ca98 
semaphore_wait_signal_trap + 8
1   libSystem.B.dylib              	0x9003127c pthread_cond_wait + 508
2   ...ple.CoreServices.CarbonCore 	0x90b39880 MPWaitOnQueue + 224
3   com.apple.DesktopServices      	0x9278d330 
TNodeSyncTask::SyncTaskProc(void*) + 108
4   ...ple.CoreServices.CarbonCore 	0x90b39690 PrivateMPEntryPoint + 76
5   libSystem.B.dylib              	0x9002c3d4 _pthread_body + 96

Thread 0 crashed with PPC Thread State 64:
   srr0: 0x0000000093121a40 srr1: 0x000000000000f030 
vrsave: 0x0000000000000000
     cr: 0x48222222          xer: 0x0000000000000004   lr: 
0x0000000093146c20  ctr: 0x000000009314debc
     r0: 0x0000000093146c20   r1: 0x00000000bf800050   r2: 
0x00000000a31239e8   r3: 0x00000000068529c0
     r4: 0x0000000063707274   r5: 0x0000000063707274   r6: 
0x0000000000000002   r7: 0x00000000bf8000f2
     r8: 0x0000000000000008   r9: 0x00000000a311b66c  r10: 
0x000000000000002c  r11: 0x0000000061636365
    r12: 0x000000009314debc  r13: 0x0000000000000fdd  r14: 
0x0000000000000000  r15: 0x00000000a3122758
    r16: 0x00000000068529c0  r17: 0x00000000bf800290  r18: 
0x00000000636e746c  r19: 0x0000000000000008
    r20: 0x00000000062e42c0  r21: 0x00000000ffffd96e  r22: 
0x0000000000000000  r23: 0x00000000bf8003f0
    r24: 0x0000000000000000  r25: 0x0000000063707274  r26: 
0x00000000068529c0  r27: 0x00000000068529c0
    r28: 0x00000000062f6de0  r29: 0x0000000063707274  r30: 
0x00000000ffffd96e  r31: 0x0000000093144fcc

Binary Images Description:
     0x1000 -     0x1fff Python 
	/Users/adri/Desktop/SPE-OSX/wxGladeOSX.app/Contents/MacOS/Python
    0x90000 -    0x90fff _weakref.so 
	/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/lib-dynload/_weakref.so
    0xa2000 -    0xa6fff _AE.so 
	/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/lib-dynload/_AE.so
    0xc6000 -    0xc7fff _Evt.so 
	/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/lib-dynload/_Evt.so
    0xca000 -    0xcbfff MacOS.so 
	/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/lib-dynload/MacOS.so
    0xce000 -    0xd0fff time.so 
	/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/lib-dynload/time.so
    0xdb000 -    0xdefff struct.so 
	/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/lib-dynload/struct.so
    0xe1000 -    0xe4fff strop.so 
	/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/lib-dynload/strop.so
   0x245000 -   0x24dfff _File.so 
	/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/lib-dynload/_File.so
   0x4e1000 -   0x4e5fff _Res.so 
	/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/lib-dynload/_Res.so
   0x615000 -   0x6dbfff _core_.so 
	/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/wx-2.6-mac-unicode/wx/_core_.so
   0x776000 -   0x778fff _locale.so 
	/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/lib-dynload/_locale.so
  0x1008000 -  0x145ffff libwx_macud-2.6.0.dylib 
	/usr/local/lib/wxPython-unicode-2.6.1.0/lib/libwx_macud-2.6.0.dylib
  0x1774000 -  0x17e1fff _gdi_.so 
	/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/wx-2.6-mac-unicode/wx/_gdi_.so
  0x207e000 -  0x2080fff _ssl.so 
	/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/lib-dynload/_ssl.so
  0x20c3000 -  0x2159fff _windows_.so 
	/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/wx-2.6-mac-unicode/wx/_windows_.so
  0x2203000 -  0x22b7fff _controls_.so 
	/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/wx-2.6-mac-unicode/wx/_controls_.so
  0x23a3000 -  0x2441fff _misc_.so 
	/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/wx-2.6-mac-unicode/wx/_misc_.so
  0x24dd000 -  0x24e4fff _socket.so 
	/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/lib-dynload/_socket.so
  0x24ef000 -  0x24f1fff com.apple.textencoding.unicode 2.0 
	/System/Library/TextEncodings/Unicode 
Encodings.bundle/Contents/MacOS/Unicode Encodings
  0x2537000 -  0x2597fff _grid.so 
	/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/wx-2.6-mac-unicode/wx/_grid.so
  0x26a6000 -  0x26cffff pyexpat.so 
	/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/lib-dynload/pyexpat.so
  0x415d000 -  0x415efff cStringIO.so 
	/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/lib-dynload/cStringIO.so
  0x4161000 -  0x4162fff math.so 
	/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/lib-dynload/math.so
  0x57fb000 -  0x57fdfff zlib.so 
	/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/lib-dynload/zlib.so
  0x610d000 -  0x610ffff operator.so 
	/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/lib-dynload/operator.so
0x10000000 - 0x100fbfff org.python.python 2.4a0 (2.2) 
	/Library/Frameworks/Python.framework/Versions/2.4/Python
0x78e00000 - 0x78e07fff libLW8Utils.dylib 
	/System/Library/Printers/Libraries/libLW8Utils.dylib
0x79200000 - 0x7923efff libLW8Converter.dylib 
	/System/Library/Printers/Libraries/libLW8Converter.dylib
0x8fe00000 - 0x8fe51fff dyld 43.1	/usr/lib/dyld
0x90000000 - 0x901a6fff libSystem.B.dylib 	/usr/lib/libSystem.B.dylib
0x901fe000 - 0x90202fff libmathCommon.A.dylib 
	/usr/lib/system/libmathCommon.A.dylib
0x90204000 - 0x90257fff com.apple.CoreText 1.0.0 (???) 
	/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText
0x90284000 - 0x90335fff ATS 
	/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x90364000 - 0x9069dfff com.apple.CoreGraphics 1.256.14 (???) 
	/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x90728000 - 0x90801fff com.apple.CoreFoundation 6.4.2 (368.11) 
	/System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x9084a000 - 0x9084afff com.apple.CoreServices 10.4 (???) 
	/System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x9084c000 - 0x9094efff libicucore.A.dylib 	/usr/lib/libicucore.A.dylib
0x909a8000 - 0x90a2cfff libobjc.A.dylib 	/usr/lib/libobjc.A.dylib
0x90a56000 - 0x90acafff com.apple.framework.IOKit 1.4 (???) 
	/System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x90ae4000 - 0x90af6fff libauto.dylib 	/usr/lib/libauto.dylib
0x90afd000 - 0x90dc2fff com.apple.CoreServices.CarbonCore 10.4.1 
(611.1) 
	/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x90e25000 - 0x90ea5fff com.apple.CoreServices.OSServices 4.0 (4.0.0) 
	/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x90eef000 - 0x90f2ffff com.apple.CFNetwork 10.4.2 (80) 
	/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x90f44000 - 0x90f5cfff com.apple.WebServices 1.1.2 (1.1.0) 
	/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/WebServicesCore.framework/Versions/A/WebServicesCore
0x90f6c000 - 0x90feafff com.apple.SearchKit 1.0.3 
	/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x9102f000 - 0x91056fff com.apple.Metadata 1.1 (121.6) 
	/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x91066000 - 0x91073fff libz.1.dylib 	/usr/lib/libz.1.dylib
0x91076000 - 0x91238fff com.apple.security 4.0.1 (223) 
	/System/Library/Frameworks/Security.framework/Versions/A/Security
0x9133a000 - 0x91343fff com.apple.DiskArbitration 2.1 
	/System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x9134a000 - 0x91371fff com.apple.SystemConfiguration 1.8.0 
	/System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x91384000 - 0x9138cfff libbsm.dylib 	/usr/lib/libbsm.dylib
0x91390000 - 0x9140efff com.apple.audio.CoreAudio 3.0.1 
	/System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x9144c000 - 0x9144cfff com.apple.ApplicationServices 10.4 (???) 
	/System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x9144e000 - 0x91486fff com.apple.AE 1.5 (297) 
	/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x914a1000 - 0x9156cfff com.apple.ColorSync 4.4 
	/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x915c1000 - 0x91654fff com.apple.print.framework.PrintCore 4.0 
(172.1) 
	/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x9169a000 - 0x91757fff com.apple.QD 3.8.6 (???) 
	/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x91795000 - 0x917f3fff com.apple.HIServices 1.5.0 (???) 
	/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x91821000 - 0x91844fff com.apple.LangAnalysis 1.6 
	/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x91858000 - 0x9187dfff com.apple.FindByContent 1.5 
	/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/FindByContent.framework/Versions/A/FindByContent
0x91890000 - 0x918d1fff com.apple.LaunchServices 10.4.3 (157) 
	/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x918ec000 - 0x91900fff com.apple.speech.synthesis.framework 3.3 
	/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x9190e000 - 0x91944fff com.apple.ImageIO.framework 1.0.2 
	/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x91958000 - 0x91a1afff libcrypto.0.9.7.dylib 	/usr/lib/libcrypto.0.9.7.dylib
0x91a66000 - 0x91a7bfff libcups.2.dylib 	/usr/lib/libcups.2.dylib
0x91a80000 - 0x91a9cfff libJPEG.dylib 
	/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x91aa1000 - 0x91b10fff libJP2.dylib 
	/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
0x91b27000 - 0x91b2bfff libGIF.dylib 
	/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x91b2d000 - 0x91b45fff libRaw.dylib 
	/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRaw.dylib
0x91b48000 - 0x91b8bfff libTIFF.dylib 
	/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x91b92000 - 0x91babfff libPng.dylib 
	/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x91bb0000 - 0x91bb3fff libRadiance.dylib 
	/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x91bb5000 - 0x91bb5fff com.apple.Accelerate 1.1.1 (Accelerate 1.1.1) 
	/System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x91bb7000 - 0x91ca1fff com.apple.vImage 2.0 
	/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x91ca9000 - 0x91cc8fff com.apple.Accelerate.vecLib 3.1.1 (vecLib 
3.1.1) 
	/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x91d34000 - 0x91d54fff libmx.A.dylib 	/usr/lib/libmx.A.dylib
0x91d5a000 - 0x91dbffff libvMisc.dylib 
	/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x91dc9000 - 0x91e5bfff libvDSP.dylib 
	/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x91e75000 - 0x92405fff libBLAS.dylib 
	/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x9244d000 - 0x9275dfff libLAPACK.dylib 
	/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x9278a000 - 0x92815fff com.apple.DesktopServices 1.3 
	/System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x92857000 - 0x92a80fff com.apple.Foundation 6.4.1 (567.12) 
	/System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x92b9e000 - 0x92c7cfff libxml2.2.dylib 	/usr/lib/libxml2.2.dylib
0x92c9c000 - 0x92d8afff libiconv.2.dylib 	/usr/lib/libiconv.2.dylib
0x92d9c000 - 0x92dbafff libGL.dylib 
	/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x92dc5000 - 0x92e1ffff libGLU.dylib 
	/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x92e3d000 - 0x92e3dfff com.apple.Carbon 10.4 (???) 
	/System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x92e3f000 - 0x92e53fff com.apple.ImageCapture 3.0 
	/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x92e6b000 - 0x92e7bfff com.apple.speech.recognition.framework 3.4 
	/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x92e87000 - 0x92e9cfff com.apple.securityhi 2.0 (203) 
	/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x92eae000 - 0x92f35fff com.apple.ink.framework 101.2 (69) 
	/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x92f49000 - 0x92f54fff com.apple.help 1.0.3 (32) 
	/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x92f5e000 - 0x92f8bfff com.apple.openscripting 1.2.2 (???) 
	/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x92fa5000 - 0x92fb5fff com.apple.print.framework.Print 4.0 (187) 
	/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x92fc1000 - 0x93027fff com.apple.htmlrendering 1.1.2 
	/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework/Versions/A/HTMLRendering
0x93058000 - 0x930aafff com.apple.NavigationServices 3.4.1 (3.4) 
	/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.framework/Versions/A/NavigationServices
0x930d6000 - 0x930f3fff com.apple.audio.SoundManager 3.9 
	/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/Versions/A/CarbonSound
0x93105000 - 0x93112fff com.apple.CommonPanels 1.2.2 (73) 
	/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x9311b000 - 0x9342bfff com.apple.HIToolbox 1.4.2 (???) 
	/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x93576000 - 0x93582fff com.apple.opengl 1.4.0 
	/System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x93622000 - 0x93622fff com.apple.Cocoa 6.4 (???) 
	/System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x93624000 - 0x93c55fff com.apple.AppKit 6.4.1 (824.1) 
	/System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x93fe1000 - 0x9404bfff com.apple.CoreData 1.0 (46) 
	/System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x94083000 - 0x9414dfff com.apple.audio.toolbox.AudioToolbox 1.4.1 
	/System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x941a1000 - 0x941a1fff com.apple.audio.units.AudioUnit 1.4 
	/System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x941a3000 - 0x94302fff com.apple.QuartzCore 1.4.1 
	/System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x9434a000 - 0x94387fff libsqlite3.0.dylib 	/usr/lib/libsqlite3.0.dylib
0x9438f000 - 0x943dafff libGLImage.dylib 
	/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x9457a000 - 0x94589fff libCGATS.A.dylib 
	/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
0x94591000 - 0x9459dfff libCSync.A.dylib 
	/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
0x945e2000 - 0x945f6fff libRIP.A.dylib 
	/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
0x945fc000 - 0x9485efff com.apple.QuickTime 7.0.1 
	/System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
0x94931000 - 0x94950fff com.apple.vecLib 3.1.1 (vecLib 3.1.1) 
	/System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
0x94cd4000 - 0x94d02fff libssl.0.9.7.dylib 	/usr/lib/libssl.0.9.7.dylib
0x959b5000 - 0x95a3ffff com.apple.WebKit 412.6 
	/System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
0x95a99000 - 0x95b7bfff com.apple.JavaScriptCore 1.2 (412.3) 
	/System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
0x95bcf000 - 0x95ebdfff com.apple.WebCore 415.11 
	/System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore
0x9603e000 - 0x96067fff libxslt.1.dylib 	/usr/lib/libxslt.1.dylib
0xeab00000 - 0xeab25fff libConverter.dylib 
	/System/Library/Printers/Libraries/libConverter.dylib

Model: PowerBook4,2, BootROM 4.3.2f1, 1 processors, PowerPC 750 
(33.11), 600 MHz, 256 MB
Graphics: ATY,RageM3, ATY,RageM3, AGP, 8 MB
Memory Module: DIMM0/BUILT-IN, 128 MB, built-in, built-in
Memory Module: DIMM1/J12, 128 MB, SDRAM, PC133-333
Modem: MicroDash, Euro, V.92, 1.0F, APPLE VERSION 2.6.6
Network Service: Modem interno, PPP (PPPSerial), modem
Network Service: Ethernet integrata, Ethernet, en0
Parallel ATA Device: IBM-IC25N020ATDA04-0, 18.63 GB
Parallel ATA Device: SONY    CD-RW  CRX800E,

-- 
" One of the tricks here is to get away from thinking that programs 
have to be composed with only a simple text editor "

           - Alan Kay -



"Java and C++ make you think that the new ideas are like the old ones.
Java is the most distressing thing to hit computing since MS-DOS".


          - Alan Kay -



"The computer revolution hasn't started yet. Don't be misled by
the enormous flow of money into bad defacto standards for
unsophisticated buyers using poor adaptations of incomplete ideas".


            -Alan Kay -



More information about the Pythonmac-SIG mailing list