[wxMac 2.6.3] wxFileDialog crash when oprning png files.

Stefan Csomor csomor at advancedconcepts.ch
Sun Apr 22 22:59:46 PDT 2007


Hi Lothar

this doesn't crash in wx if I'm not mistaken, it crashes in the image
preview code, in a lbPlugIn destructor ...

Is there a machine which doesn't have that software installed ?

Best,

Stefan 

> -----Original Message-----
> From: Lothar Behrens [mailto:lothar.behrens at lollisoft.de]
> Sent: Sonntag, 22. April 2007 18:44
> To: wx-users at lists.wxwidgets.org
> Subject: [wxMac 2.6.3] wxFileDialog crash when oprning png files.
> 
> 
> Hi,
> 
> I found a problem on current Mac OS X 10.3.9 installation (last
> patches installed).
> 
> Trying to open a png file my application crashes. The dialogs sample
> simply exits.
> 
> Any ideas ?
> 
> Thanks, Lothar
> 
> I have modified the following function to reproduce that:
> 
> #if wxUSE_FILEDLG
> void MyFrame::FileOpen(wxCommandEvent& WXUNUSED(event) )
> {
>     wxFileDialog dialog
>                  (
>                     this,
>                     _T("Testing open file dialog"),
>                     wxEmptyString,
>                     wxEmptyString,
> #ifdef __WXMOTIF__
>                     _T("C++ files (*.cpp)|*.cpp")
> #else
>                     _T("C++ files and images (*.cpp;*.h;*.png;*.xpm)|
> *.cpp;*.h;*.png;*.xpm")  // <---
> #endif
>                  );
> 
>     dialog.SetDirectory(wxGetHomeDir());
>     dialog.CentreOnParent();
> 
>     if (dialog.ShowModal() == wxID_OK)
>     {
>         wxString info;
>         info.Printf(_T("Full file name: %s\n")
>                     _T("Path: %s\n")
>                     _T("Name: %s"),
>                     dialog.GetPath().c_str(),
>                     dialog.GetDirectory().c_str(),
>                     dialog.GetFilename().c_str());
>         wxMessageDialog dialog2(this, info, _T("Selected file"));
>         dialog2.ShowModal();
>     }
> }
> 
> 
> Here is a dump of my application:
> 
> Date/Time:      2007-04-22 18:39:42 +0200
> OS Version:     10.3.9 (Build 7W98)
> Report Version: 2
> 
> Command: wxWrapper
> Path:    /Users/lothar/develop/Projects/CPP/Test/GUI/wxWrapper/
> wxWrapper.app/Contents/MacOS/wxWrapper
> Version: 2.6.3 (2.6.3)
> PID:     19887
> Thread:  0
> 
> Exception:  EXC_BAD_ACCESS (0x0001)
> Codes:      KERN_INVALID_ADDRESS (0x0001) at 0x36293a5c
> 
> Thread 0 Crashed:
> 0   <<00000000>> 	0x36293a5c 0 + 0x36293a5c
> 1   <<00000000>> 	0x081b9f38 0 + 0x81b9f38
> 2   <<00000000>> 	0x081b7fb4 0 + 0x81b7fb4
> 3   lbPluginManager.so             	0x06d345a4 0x6cd0000 +
> 0x645a4
> 4   lbPluginManager.so             	0x06d331a8 0x6cd0000 +
> 0x631a8
> 5   lbPluginManager.so             	0x06cdd418 _ZN8lbPluginD4Ev +
> 0x1a8 (lbPluginManager.cpp:1234)
> 6   lbPluginManager.so             	0x06cdd25c
> lbPlugin::~lbPlugin() +
> 0x24 (lbPluginManager.cpp:1235)
> 7   lbPluginManager.so             	0x06cdbc10
> lbPlugin::release(char*, int) + 0x414 (lbPluginManager.cpp:1212)
> 8   lbClasses.so                   	0x073c63f4
> _ZN17lbSkipListElementD4Ev + 0x6dc (skiplist.cpp:873)
> 9   lbClasses.so                   	0x073c5d04
> lbSkipListElement::~lbSkipListElement() + 0x24 (skiplist.cpp:873)
> 10  lbClasses.so                   	0x073c427c
> lbSkipListElement::release(char*, int) + 0x414 (skiplist.cpp:869)
> 11  lbClasses.so                   	0x0741c128 0x736d000 +
> 0xaf128
> 12  lbClasses.so                   	0x0741bee0 0x736d000 +
> 0xaeee0
> 13  lbClasses.so                   	0x073be8c4 _ZN8SkipNodeD4Ev +
> 0x16c (skiplist.cpp:353)
> 14  lbClasses.so                   	0x073be744
> SkipNode::~SkipNode() +
> 0x24 (skiplist.cpp:353)
> 15  lbClasses.so                   	0x073c0f98 _ZN8SkipListD4Ev +
> 0xd0
> (skiplist.cpp:427)
> 16  lbClasses.so                   	0x073c0eb4
> SkipList::~SkipList() +
> 0x24 (skiplist.cpp:434)
> 17  lbClasses.so                   	0x073bf570
> SkipList::release(char*, int) + 0x414 (skiplist.cpp:375)
> 18  <<00000000>> 	0x08256fd4 0 + 0x8256fd4
> 19  <<00000000>> 	0x082566fc 0 + 0x82566fc
> 20  <<00000000>> 	0x081ddfb0 0 + 0x81ddfb0
> 21  <<00000000>> 	0x081ddec8 0 + 0x81ddec8
> 22  <<00000000>> 	0x081d55fc 0 + 0x81d55fc
> 23  lbClasses.so                   	0x073c63f4
> _ZN17lbSkipListElementD4Ev + 0x6dc (skiplist.cpp:873)
> 24  lbClasses.so                   	0x073c5d04
> lbSkipListElement::~lbSkipListElement() + 0x24 (skiplist.cpp:873)
> 25  lbClasses.so                   	0x073c427c
> lbSkipListElement::release(char*, int) + 0x414 (skiplist.cpp:869)
> 26  lbClasses.so                   	0x0741c128 0x736d000 +
> 0xaf128
> 27  lbClasses.so                   	0x0741bee0 0x736d000 +
> 0xaeee0
> 28  lbClasses.so                   	0x073be8c4 _ZN8SkipNodeD4Ev +
> 0x16c (skiplist.cpp:353)
> 29  lbClasses.so                   	0x073be744
> SkipNode::~SkipNode() +
> 0x24 (skiplist.cpp:353)
> 30  lbClasses.so                   	0x073c0f98 _ZN8SkipListD4Ev +
> 0xd0
> (skiplist.cpp:427)
> 31  lbClasses.so                   	0x073c0eb4
> SkipList::~SkipList() +
> 0x24 (skiplist.cpp:434)
> 32  lbClasses.so                   	0x073bf570
> SkipList::release(char*, int) + 0x414 (skiplist.cpp:375)
> 33  lbPluginManager.so             	0x06d33a48 0x6cd0000 +
> 0x63a48
> 34  lbPluginManager.so             	0x06d31b00 0x6cd0000 +
> 0x61b00
> 35  lbPluginManager.so             	0x06cd3610
> _ZN15lbPluginManagerD4Ev + 0x178 (lbPluginManager.cpp:363)
> 36  lbPluginManager.so             	0x06cd3484
> lbPluginManager::~lbPluginManager() + 0x24 (lbPluginManager.cpp:364)
> 37  lbPluginManager.so             	0x06d34194 0x6cd0000 +
> 0x64194
> 38  lbPluginManager.so             	0x06d32970 0x6cd0000 +
> 0x62970
> 39  lbPluginManager.so             	0x06d30bfc 0x6cd0000 +
> 0x60bfc
> 40  lbPluginManager.so             	0x06d30c98 0x6cd0000 +
> 0x60c98
> 41  dyld                           	0x8fe178bc
> call_module_terminator_for_object + 0x9c
> 42  dyld                           	0x8fe132b8
> _dyld_unlink_module +
> 0xc0
> 43  libSystem.B.dylib              	0x9003dacc NSUnLinkModule +
> 0x68
> 44  libSystem.B.dylib              	0x9011fb74 dlclose + 0x1b0
> 45  com.apple.lbHookframework      	0x005171f0 unHookAll() +
> 0x314
> (lbHook.cpp:936)
> 46  org.wxwindows..                	0x000260f0 _ZN7cleanUpD4Ev +
> 0xac
> (dynamic.cpp:2892)
> 47  org.wxwindows..                	0x000261e8
> cleanUp::~cleanUp() +
> 0x24 (dynamic.cpp:2893)
> 48  org.wxwindows..                	0x00036a40 0x1000 + 0x35a40
> 49  org.wxwindows..                	0x00036adc 0x1000 + 0x35adc
> 50  dyld                           	0x8fe17c00
> _dyld_mod_term_funcs +
> 0xec
> 51  libSystem.B.dylib              	0x9002cdb8 exit + 0x58
> 52  ...ple.QuickTimeH264.component 	0x91a20fbc _dyld_func_lookup
> +
> 0x12b4
> 53  ...ple.QuickTimeH264.component 	0x91a22074
> JVTDecoComponentDispatch + 0x214
> 54  ...ple.CoreServices.CarbonCore 	0x97dcf0b4
> CallComponentFunctionCommon + 0x414
> 55  ...ple.CoreServices.CarbonCore 	0x97dcde50 CallComponent +
> 0x10c
> 56  ...ple.CoreServices.CarbonCore 	0x97de6914 CallComponentOpen
> +
> 0x28
> 57  ...ple.CoreServices.CarbonCore 	0x97dd80e0 OpenAComponent +
> 0x208
> 58  ...ple.CoreServices.CarbonCore 	0x97df60f8 OpenComponent +
> 0x14
> 59  ...ple.CoreServices.CarbonCore 	0x97dcde70 CallComponent +
> 0x12c
> 60  ...ple.CoreServices.CarbonCore 	0x97e0fc00
> CallComponentGetPublicResource + 0x30
> 61  com.apple.QuickTime            	0x91ae5cfc cchaMissing +
> 0x15c
> 62  ...ple.CoreServices.CarbonCore 	0x97ddf084
> GetComponentPublicResourceList + 0x1b8
> 63  com.apple.QuickTime            	0x91ae5928
> startUsingCachedCodecCharacterizations + 0x138
> 64  com.apple.QuickTime            	0x91ae5000 FindBestChain +
> 0x30
> 65  com.apple.QuickTime            	0x91ae3aa4
> ICMSequenceGetChain +
> 0x1e4
> 66  com.apple.QuickTime            	0x91adc8f8 DoBandedDecompress
> +
> 0x1158
> 67  com.apple.QuickTime            	0x91b76918 ICMAction_aligned
> +
> 0x558
> 68  com.apple.QuickTime            	0x91adb56c ICMDeviceLoop +
> 0xdec
> 69  com.apple.QuickTime            	0x91ae3074
> DecompressSequenceFrameWhen + 0x364
> 70  com.apple.QuickTime            	0x91b1e244
> DecompressSequenceFrameS + 0x14
> 71  ...ickTimeComponents.component 	0x9440ef6c
> importGraphicDrawInternal + 0x5ec
> 72  ...ickTimeComponents.component 	0x944107cc
> importGraphicDrawOrDecide + 0x8ac
> 73  ...ple.CoreServices.CarbonCore 	0x97dcf098
> CallComponentFunctionCommon + 0x3f8
> 74  ...ple.CoreServices.CarbonCore 	0x97dcde50 CallComponent +
> 0x10c
> 75  ...ple.CoreServices.CarbonCore 	0x97dcde50 CallComponent +
> 0x10c
> 76  com.apple.QuickTime            	0x91b1e080 GraphicsImportDraw
> +
> 0x20
> 77  com.apple.NavigationServices   	0x97212548
> TPicturePreviewHandler::GetPictureFromFileWithQTGraphicsImporters(cha
> r**,
> Picture**&) + 0x36c
> 78  com.apple.NavigationServices   	0x97212194
> TPicturePreviewHandler::DecodeImage(bool, char*) + 0x6c
> 79  com.apple.NavigationServices   	0x972135b4
> TPreview::LoadPreviewSync() + 0x54
> 80  com.apple.NavigationServices   	0x972136b4
> TPreview::LoadPreview(void (*)(void*, short, void*), void*) + 0xdc
> 81  com.apple.NavigationServices   	0x9720ee3c
> TNodePreview::LoadCache(unsigned char) + 0xe0
> 82  com.apple.NavigationServices   	0x9720e544
> TNodePreview::DrawIn(TRect const&, unsigned char, OpaqueControlRef*)
> +
> 0x2c
> 83  com.apple.NavigationServices   	0x9720c964
> TNodeBrowserControl::DrawItem(TNavNode&, unsigned long, unsigned
> long,
> Rect const*, short, unsigned char) + 0xcc
> 84  com.apple.NavigationServices   	0x9720d4f8
> TNodeBrowserControl::DrawItemDispatch(OpaqueControlRef*, unsigned
> long, unsigned long, unsigned long, Rect const*, short, unsigned
> char)
> + 0x64
> 85  com.apple.HIToolbox            	0x9296dd3c
> TBrowser::Draw(unsigned
> long, unsigned long, unsigned long, Rect const&, short, bool) const +
> 0x34
> 86  com.apple.HIToolbox            	0x92a2aba0
> TColumnView::DrawCell(TTableCell const&, unsigned long,
> TDeviceRenderer::Context const&) const + 0x258
> 87  com.apple.HIToolbox            	0x928fe658
> TTableView::DrawCellSelf(Cell32 const&, Rect const&,
> TDeviceRenderer::Context const&, DBDrawFlags) const + 0x80
> 88  com.apple.HIToolbox            	0x928fe574
> TTableLayout::Draw(Rect
> const&, UPoint32 const&, TDeviceRenderer::Context const&,
> DBDrawFlags)
> const + 0x13c
> 89  com.apple.HIToolbox            	0x9293c550
> TTableView::DrawView(unsigned short, TDeviceRenderer::Context const&)
> const + 0xc8
> 90  com.apple.HIToolbox            	0x9291b1dc
> TBrowserView::Draw(unsigned short, OpaqueRgnHandle*) const + 0x11c
> 91  com.apple.HIToolbox            	0x92925370 TBrowser::Draw()
> const
> + 0x184
> 92  com.apple.HIToolbox            	0x928b5dc4
> HLTB_CDEF::EntryPoint(short, OpaqueControlRef*, short, long) + 0x27c
> 93  com.apple.HIToolbox            	0x928e0b70
> DataBrowserCDEF(short,
> OpaqueControlRef*, short, long) + 0x6c
> 94  com.apple.HIToolbox            	0x9288ff68
> DispatchMessage(ClassicCDEFAdapter*, short, long, unsigned char,
> unsigned char) + 0xb0
> 95  com.apple.HIToolbox            	0x928c39ac
> Draw(ClassicCDEFAdapter*, OpaqueEventRef*) + 0xbc
> 96  com.apple.HIToolbox            	0x928921f0
> ClassicCDEFAdapter::EventHandler(OpaqueEventHandlerCallRef*,
> OpaqueEventRef*, void*) + 0x230
> 97  com.apple.HIToolbox            	0x92882e50
> DispatchEventToHandlers
> + 0x150
> 98  com.apple.HIToolbox            	0x928830c4
> SendEventToEventTargetInternal + 0x174
> 99  com.apple.HIToolbox            	0x92887544
> SendEventToEventTargetWithOptions + 0x28
> 100 com.apple.HIToolbox            	0x9288eba8
> SendControlDefDraw(HIView*, short, OpaqueGrafPtr*, OpaqueRgnHandle*,
> CGContext*) + 0x120
> 101 com.apple.HIToolbox            	0x92888cf8
> HIView::DrawComposited(OpaqueRgnHandle*, unsigned long, HIView*,
> CGContext*) + 0x20c
> 102 com.apple.HIToolbox            	0x92888e00
> HIView::DrawComposited(OpaqueRgnHandle*, unsigned long, HIView*,
> CGContext*) + 0x314
> 103 com.apple.HIToolbox            	0x92888e00
> HIView::DrawComposited(OpaqueRgnHandle*, unsigned long, HIView*,
> CGContext*) + 0x314
> 104 com.apple.HIToolbox            	0x92888e00
> HIView::DrawComposited(OpaqueRgnHandle*, unsigned long, HIView*,
> CGContext*) + 0x314
> 105 com.apple.HIToolbox            	0x9288d9d0
> HIView::Draw(short,
> OpaqueGrafPtr*, OpaqueRgnHandle*, unsigned long, HIView*, CGContext*)
> + 0x284
> 106 com.apple.HIToolbox            	0x928bba08 _HIViewRender +
> 0x6c
> 107 com.apple.HIToolbox            	0x92882920 _FlushWindow +
> 0xfc
> 108 com.apple.HIToolbox            	0x92883980 FlushAllWindows +
> 0x24
> 109 com.apple.HIToolbox            	0x92884dc0
> FlushAllBuffers(__CFRunLoopObserver*, CFRunLoopActivity, void*) +
> 0x34
> 110 com.apple.CoreFoundation       	0x901c27f8
> __CFRunLoopDoObservers
> + 0x194
> 111 com.apple.CoreFoundation       	0x901c69cc
> CFRunLoopRunSpecific +
> 0x130
> 112 com.apple.HIToolbox            	0x92886e10
> RunCurrentEventLoopInMode + 0xac
> 113 com.apple.HIToolbox            	0x92889d88
> GetNextEventMatchingMask + 0x78
> 114 com.apple.HIToolbox            	0x9289d988 WNEInternal + 0xa0
> 115 com.apple.HIToolbox            	0x928ae6a0 WaitNextEvent +
> 0x4c
> 116 com.apple.NavigationServices   	0x971e1834
> TBrowseDialog::EventLoop() + 0x4c
> 117 com.apple.NavigationServices   	0x971f3ec4
> TBrowseDialog::StartDialog() + 0x180
> 118 com.apple.NavigationServices   	0x971fd7e8
> NavGetFileDialog::StartDialog() + 0x250
> 119 com.apple.NavigationServices   	0x971e9658 _NavDialog::Run()
> +
> 0x84
> 120 com.apple.NavigationServices   	0x971f8e34 NavDialogRun +
> 0x40
> 121 ..._macd_Lollisoft-2.6.0.dylib 	0x09f40940
> wxFileDialog::ShowModal() + 0x35c (filedlg.cpp:389)
> 122 <<00000000>> 	0x085e130c 0 + 0x85e130c
> 123 ..._macd_Lollisoft-2.6.0.dylib 	0x09e570f8
> wxAppConsole::HandleEvent(wxEvtHandler*, void (wxEvtHandler::*)
> (wxEvent&), wxEvent&) const + 0x88 (appbase.cpp:325)
> 124 ..._macd_Lollisoft-2.6.0.dylib 	0x09ef2b00
> wxEvtHandler::ProcessEventIfMatches(wxEventTableEntryBase const&,
> wxEvtHandler*, wxEvent&) + 0x118 (event.cpp:1193)
> 125 ..._macd_Lollisoft-2.6.0.dylib 	0x09ef342c
> wxEvtHandler::SearchDynamicEventTable(wxEvent&) + 0x104 (event.cpp:
> 1371)
> 126 ..._macd_Lollisoft-2.6.0.dylib 	0x09ef2dcc
> wxEvtHandler::ProcessEvent(wxEvent&) + 0x14c (event.cpp:1251)
> 127 ..._macd_Lollisoft-2.6.0.dylib 	0x0a02adc0
> wxWindowBase::TryParent(wxEvent&) + 0xb4 (wincmn.cpp:2526)
> 128 ..._macd_Lollisoft-2.6.0.dylib 	0x09ef2eac
> wxEvtHandler::ProcessEvent(wxEvent&) + 0x22c (event.cpp:1268)
> 129 ..._macd_Lollisoft-2.6.0.dylib 	0x09f2bed8
> wxControl::ProcessCommand(wxCommandEvent&) + 0x48 (control.cpp:81)
> 130 ..._macd_Lollisoft-2.6.0.dylib 	0x09f247bc
> wxButton::MacControlHit(void*, void*) + 0x5c (button.cpp:170)
> 131 ..._macd_Lollisoft-2.6.0.dylib 	0x09f7a518
> wxMacWindowControlEventHandler(OpaqueEventHandlerCallRef*,
> OpaqueEventRef*, void*) + 0x6f4 (window.cpp:487)
> 132 ..._macd_Lollisoft-2.6.0.dylib 	0x09f7ab74
> wxMacWindowEventHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*,
> void*) + 0xf8 (window.cpp:589)
> 133 com.apple.HIToolbox            	0x92882e50
> DispatchEventToHandlers
> + 0x150
> 134 com.apple.HIToolbox            	0x928830c4
> SendEventToEventTargetInternal + 0x174
> 135 com.apple.HIToolbox            	0x92895530
> SendEventToEventTarget
> + 0x28
> 136 com.apple.HIToolbox            	0x929079e0
> SendControlHit(HIView*,
> short, unsigned long) + 0xa0
> 137 com.apple.HIToolbox            	0x9295ac10
> HIView::NotifyControlHit(short, unsigned long) + 0x1c
> 138 com.apple.HIToolbox            	0x9294623c
> HIView::ClickInternal(CGPoint const&, unsigned long, void (*)
> (OpaqueControlRef*, short), bool) + 0xa4
> 139 com.apple.HIToolbox            	0x9294bf48
> HIView::ClickSelf(OpaqueEventRef*) + 0x124
> 140 com.apple.HIToolbox            	0x928867f4
> HIView::EventHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*,
> void*) + 0x1814
> 141 com.apple.HIToolbox            	0x92882e50
> DispatchEventToHandlers
> + 0x150
> 142 com.apple.HIToolbox            	0x928830c4
> SendEventToEventTargetInternal + 0x174
> 143 com.apple.HIToolbox            	0x92895530
> SendEventToEventTarget
> + 0x28
> 144 com.apple.HIToolbox            	0x9294bcfc
> HIView::Click(OpaqueEventRef*) + 0x10c
> 145 com.apple.HIToolbox            	0x9299a280 HIViewClick + 0x38
> 146 com.apple.HIToolbox            	0x92967960
> HandleClickAsHIView +
> 0x9c
> 147 com.apple.HIToolbox            	0x92935ac0 HandleWindowClick
> +
> 0x204
> 148 com.apple.HIToolbox            	0x92916e2c HandleMouseEvent +
> 0x1b8
> 149 com.apple.HIToolbox            	0x928d8bf8
> StandardWindowEventHandler + 0xa8
> 150 com.apple.HIToolbox            	0x92882e50
> DispatchEventToHandlers
> + 0x150
> 151 com.apple.HIToolbox            	0x928830c4
> SendEventToEventTargetInternal + 0x174
> 152 com.apple.HIToolbox            	0x92895530
> SendEventToEventTarget
> + 0x28
> 153 com.apple.HIToolbox            	0x928a3cd4
> HandleMouseEventForWindow(OpaqueWindowPtr*, OpaqueEventRef*, unsigned
> short) + 0x144
> 154 com.apple.HIToolbox            	0x928995f0
> HandleMouseEvent(OpaqueEventRef*) + 0x170
> 155 com.apple.HIToolbox            	0x92893ad0
> ToolboxEventDispatcherHandler(OpaqueEventHandlerCallRef*,
> OpaqueEventRef*, void*) + 0x1e8
> 156 com.apple.HIToolbox            	0x92882f0c
> DispatchEventToHandlers
> + 0x20c
> 157 com.apple.HIToolbox            	0x928830c4
> SendEventToEventTargetInternal + 0x174
> 158 com.apple.HIToolbox            	0x92895530
> SendEventToEventTarget
> + 0x28
> 159 ..._macd_Lollisoft-2.6.0.dylib 	0x09f19cf8
> wxApp::MacHandleOneEvent(void*) + 0x40 (app.cpp:1268)
> 160 ..._macd_Lollisoft-2.6.0.dylib 	0x09f19c58
> wxApp::MacDoOneEvent()
> + 0x100 (app.cpp:1249)
> 161 ..._macd_Lollisoft-2.6.0.dylib 	0x09f1968c wxApp::MainLoop()
> +
> 0x40 (app.cpp:1093)
> 162 ..._macd_Lollisoft-2.6.0.dylib 	0x09fa9248 wxAppBase::OnRun()
> +
> 0x58 (appcmn.cpp:340)
> 163 ..._macd_Lollisoft-2.6.0.dylib 	0x09e94650 wxEntry(int&,
> char**) +
> 0xf4 (init.cpp:439)
> 164 org.wxwindows..                	0x00004f34 main + 0x28
> (dynamic.cpp:2048)
> 165 org.wxwindows..                	0x00002aa8 _start + 0x188
> (crt.c:
> 267)
> 166 dyld                           	0x8fe1a31c _dyld_start + 0x64
> 
> Thread 1:
> 0   libSystem.B.dylib              	0x90018e38
> semaphore_timedwait_signal_trap + 0x8
> 1   libSystem.B.dylib              	0x9000e9d4 _pthread_cond_wait
> +
> 0x268
> 2   ...ple.CoreServices.CarbonCore 	0x97df7570
> TSWaitOnSemaphoreCommon
> + 0xb0
> 3   ...ickTimeComponents.component 	0x940b8224
> ReadSchedulerThreadEntryPoint + 0x14b4
> 4   libSystem.B.dylib              	0x90024930 _pthread_body +
> 0x28
> 
> Thread 2:
> 0   libSystem.B.dylib              	0x90018e38
> semaphore_timedwait_signal_trap + 0x8
> 1   libSystem.B.dylib              	0x9000e9d4 _pthread_cond_wait
> +
> 0x268
> 2   ...ple.CoreServices.CarbonCore 	0x97df7570
> TSWaitOnSemaphoreCommon
> + 0xb0
> 3   ...ple.CoreServices.CarbonCore 	0x97df73f4
> AsyncFileThread(void*)
> + 0x38
> 4   libSystem.B.dylib              	0x90024930 _pthread_body +
> 0x28
> 
> PPC Thread State:
>   srr0: 0x36293a5c srr1: 0x4200f030                vrsave: 0x00000000
>     cr: 0x24824244  xer: 0x00000004   lr: 0x081ba138  ctr: 0x36293a5f
>     r0: 0x36293a5f   r1: 0xbfff9f10   r2: 0x000de913   r3: 0x01347190
>     r4: 0x08234d3c   r5: 0x08236f48   r6: 0x0136f8b0   r7: 0x0000054c
>     r8: 0x00000000   r9: 0x01347190  r10: 0x0051475c  r11: 0x082a7c30
>    r12: 0x36293a5f  r13: 0x44822222  r14: 0x00000000  r15: 0x019ace00
>    r16: 0x00000000  r17: 0x00000000  r18: 0x019afe28  r19: 0xbfffb82c
>    r20: 0x00000001  r21: 0x63636861  r22: 0x8fe50504  r23: 0x00000000
>    r24: 0x00000000  r25: 0x06cd0000  r26: 0x8fe50504  r27: 0x00000003
>    r28: 0x0082587c  r29: 0x00000000  r30: 0xbfff9f10  r31: 0x081b9f64
> 
> Binary Images Description:
>     0x1000 -    0x45fff org.wxwindows.. 2.6.3	/Users/lothar/develop/
> Projects/CPP/Test/GUI/wxWrapper/wxWrapper.app/Contents/MacOS/wxWrappe
> r
>   0x27b000 -   0x2a3fff com.apple.wxAUIframework ??? (1.0)	/Users/
> lothar/develop/Projects/CPP/Test/GUI/wxWrapper/wxWrapper.app/Contents
> /
> MacOS/../Frameworks/wxAUI.framework/Versions/A/wxAUI
>   0x2fb000 -   0x2fdfff com.apple.textencoding.unicode 1.6.4	/System/
> Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode
> Encodings
>   0x513000 -   0x577fff com.apple.lbHookframework ??? (1.0)	/Users/
> lothar/develop/Projects/CPP/Test/GUI/wxWrapper/wxWrapper.app/Contents
> /
> MacOS/../Frameworks/lbHook.framework/Versions/A/lbHook
>  0x1008000 -  0x1078fff com.apple.wxWrapperDLLframework ??? (1.0)
/
> Users/lothar/develop/Projects/CPP/Test/GUI/wxWrapper/wxWrapper.app/
> Contents/MacOS/../Frameworks/wxWrapperDLL.framework/Versions/A/
> wxWrapperDLL
>  0x6084000 -  0x6112fff lbModule.so 	/Users/lothar/lib/lbModule.so
>  0x6c45000 -  0x6c5dfff libodbcinst.1.dylib 	/usr/lib/libodbcinst.
> 1.dylib
>  0x6cd0000 -  0x6d44fff lbPluginManager.so 	/Users/lothar/lib/
> lbPluginManager.so
>  0x6f75000 -  0x706dfff lbMetaApplication.so 	/Users/lothar/lib/
> lbMetaApplication.so
>  0x736d000 -  0x7437fff lbClasses.so
> 	/Users/lothar/lib/lbClasses.so
>  0x76c0000 -  0x778cfff lbDB.so 	/Users/lothar/lib/lbDB.so
>  0x7b3a000 -  0x7bb3fff libodbc.1.dylib 	/usr/lib/libodbc.1.dylib
>  0x7fa9000 -  0x7fddfff psqlodbc.so 	/usr/local/lib/psqlodbc.so
>  0x9e53000 -  0xa3b5fff libwx_macd_Lollisoft-2.6.0.dylib 	/Users/
> lothar/lib/libwx_macd_Lollisoft-2.6.0.dylib
> 0x806c0000 - 0x806e9fff libxslt.1.dylib 	/usr/lib/libxslt.1.dylib
> 0x80830000 - 0x8090efff libxml2.2.dylib 	/usr/lib/libxml2.2.dylib
> 0x80a50000 - 0x80ad4fff libstdc++.6.dylib
> 	/usr/lib/libstdc++.6.dylib
> 0x80c80000 - 0x80c88fff libgcc_s.1.dylib
> 	/usr/lib/libgcc_s.1.dylib
> 0x81c90000 - 0x81c93fff libmx.A.dylib 	/usr/lib/libmx.A.dylib
> 0x87f60000 - 0x88096fff com.apple.vImage 1.2.0	/System/Library/
> Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framewor
> k/
> Versions/A/vImage
> 0x88d40000 - 0x88d4cfff com.apple.agl 2.5 (AGL-2.5)	/System/Library/
> Frameworks/AGL.framework/Versions/A/AGL
> 0x89440000 - 0x89456fff libiodbc.2.1.6.dylib 	/usr/lib/libiodbc.
> 2.1.6.dylib
> 0x8bde2000 - 0x8bdf2fff com.apple.Accelerate.vecLib 3.0.3 (vecLib
> 3.0.3)
/System/Library/Frameworks/Accelerate.framework/Versions/A/
> Frameworks/vecLib.framework/Versions/A/vecLib
> 0x8fd50000 - 0x8fd50fff com.apple.Accelerate 1.0.3 (Accelerate 1.0.3)
> 	/
> System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
> 0x8fe00000 - 0x8fe4ffff dyld 	/usr/lib/dyld
> 0x90000000 - 0x9014ffff libSystem.B.dylib
> 	/usr/lib/libSystem.B.dylib
> 0x901c0000 - 0x9026efff com.apple.CoreFoundation 6.3.9 (299.37)
/
> System/Library/Frameworks/CoreFoundation.framework/Versions/A/
> CoreFoundation
> 0x9029f000 - 0x90381fff com.apple.JavaScriptCore 312.3.2	/System/
> Library/Frameworks/WebKit.framework/Versions/A/Frameworks/
> JavaScriptCore.framework/Versions/A/JavaScriptCore
> 0x90490000 - 0x904adfff com.apple.audio.SoundManager 3.9	/System/
> Library/Frameworks/Carbon.framework/Versions/A/Frameworks/
> CarbonSound.framework/Versions/A/CarbonSound
> 0x904d0000 - 0x90588fff com.apple.audio.toolbox.AudioToolbox 1.3.4
/
> System/Library/Frameworks/AudioToolbox.framework/Versions/A/
> AudioToolbox
> 0x905d6000 - 0x905e5fff libPSRIP.A.dylib
> 	/System/Library/Frameworks/
> ApplicationServices.framework/Versions/A/Frameworks/
> CoreGraphics.framework/Versions/A/Resources/libPSRIP.A.dylib
> 0x905ec000 - 0x905fffff libRIP.A.dylib
/System/Library/Frameworks/
> ApplicationServices.framework/Versions/A/Frameworks/
> CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
> 0x90610000 - 0x90610fff com.apple.audio.units.AudioUnit 1.3.3
> 	/System/
> Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
> 0x906a6000 - 0x90739fff com.apple.print.framework.PrintCore 3.3
/
> System/Library/Frameworks/ApplicationServices.framework/Versions/A/
> Frameworks/PrintCore.framework/Versions/A/PrintCore
> 0x9085a000 - 0x908e4fff com.apple.CoreServices.OSServices 3.0.1
/
> System/Library/Frameworks/CoreServices.framework/Versions/A/Framework
> s/
> OSServices.framework/Versions/A/OSServices
> 0x90940000 - 0x909b3fff com.apple.DesktopServices 1.2.6	/System/
> Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/
> DesktopServicesPriv
> 0x90a20000 - 0x90b7bfff com.apple.Foundation 6.3.10 (500.63)	/System/
> Library/Frameworks/Foundation.framework/Versions/C/Foundation
> 0x90df8000 - 0x90e57fff com.apple.SearchKit 1.0.2	/System/Library/
> Frameworks/CoreServices.framework/Versions/A/Frameworks/
> SearchKit.framework/Versions/A/SearchKit
> 0x910c4000 - 0x910cdfff com.apple.DiskArbitration 2.0.5	/System/
> Library/PrivateFrameworks/DiskArbitration.framework/Versions/A/
> DiskArbitration
> 0x910d4000 - 0x910e8fff libcups.2.dylib 	/usr/lib/libcups.2.dylib
> 0x91206000 - 0x91213fff com.apple.CommonPanels 1.2.1 (1.0)	/System/
> Library/Frameworks/Carbon.framework/Versions/A/Frameworks/
> CommonPanels.framework/Versions/A/CommonPanels
> 0x91240000 - 0x91326fff QuickTimeH264.altivec 	/System/Library/
> QuickTime/QuickTimeH264.component/Contents/Resources/
> QuickTimeH264.altivec
> 0x913a0000 - 0x9145ffff ColorSync 	/System/Library/Frameworks/
> ApplicationServices.framework/Versions/A/Frameworks/
> ColorSync.framework/Versions/A/ColorSync
> 0x914ad000 - 0x914fdfff com.apple.HIServices 1.4.1 (0.0.1d1)	/System/
> Library/Frameworks/ApplicationServices.framework/Versions/A/Framework
> s/
> HIServices.framework/Versions/A/HIServices
> 0x915e0000 - 0x91699fff com.apple.QD 3.4.74 (???)	/System/Library/
> Frameworks/ApplicationServices.framework/Versions/A/Frameworks/
> QD.framework/Versions/A/QD
> 0x916f4000 - 0x9170efff libresolv.9.dylib
> 	/usr/lib/libresolv.9.dylib
> 0x9180e000 - 0x91819fff com.apple.securityhi 1.2 (90)	/System/Library/
> Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framewor
> k/
> Versions/A/SecurityHI
> 0x9194f000 - 0x9194ffff com.apple.Cocoa 6.3 (???)	/System/Library/
> Frameworks/Cocoa.framework/Versions/A/Cocoa
> 0x91951000 - 0x91951fff com.apple.Carbon 10.3 (???)	/System/Library/
> Frameworks/Carbon.framework/Versions/A/Carbon
> 0x91953000 - 0x91953fff com.apple.CoreServices 10.3 (???)	/System/
> Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
> 0x91955000 - 0x91955fff com.apple.ApplicationServices 1.0 (???)
/
> System/Library/Frameworks/ApplicationServices.framework/Versions/A/
> ApplicationServices
> 0x91a1f000 - 0x91a23fff com.apple.QuickTimeH264.component 7.1.5
/
> System/Library/QuickTime/QuickTimeH264.component/Contents/MacOS/
> QuickTimeH264
> 0x91a2f000 - 0x91a67fff com.apple.LaunchServices 10.3.5 (98.4)
> 	/System/
> Library/Frameworks/ApplicationServices.framework/Versions/A/Framework
> s/
> LaunchServices.framework/Versions/A/LaunchServices
> 0x91a7b000 - 0x91d50fff com.apple.QuickTime 7.1.5	/System/Library/
> Frameworks/QuickTime.framework/Versions/A/QuickTime
> 0x91e14000 - 0x920ecfff com.apple.CoreGraphics 1.203.33 (???)
> 	/System/
> Library/Frameworks/ApplicationServices.framework/Versions/A/Framework
> s/
> CoreGraphics.framework/Versions/A/CoreGraphics
> 0x92170000 - 0x92358fff com.apple.security 2.5 (29780)
> 	/System/Library/
> Frameworks/Security.framework/Versions/A/Security
> 0x9259f000 - 0x9260efff libobjc.A.dylib 	/usr/lib/libobjc.A.dylib
> 0x92727000 - 0x92741fff com.apple.openscripting 1.2.1 (???)	/System/
> Library/Frameworks/Carbon.framework/Versions/A/Frameworks/
> OpenScripting.framework/Versions/A/OpenScripting
> 0x9274f000 - 0x9276afff com.apple.SystemConfiguration 1.7.1 (???)
/
> System/Library/Frameworks/SystemConfiguration.framework/Versions/A/
> SystemConfiguration
> 0x927f0000 - 0x92827fff com.apple.CFNetwork 1.2.5 (71.12)	/System/
> Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/
> CFNetwork.framework/Versions/A/CFNetwork
> 0x9283f000 - 0x92852fff com.apple.speech.synthesis.framework 3.2
/
> System/Library/Frameworks/ApplicationServices.framework/Versions/A/
> Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
> 0x92880000 - 0x92c05fff com.apple.HIToolbox 1.3.7 (???)	/System/
> Library/Frameworks/Carbon.framework/Versions/A/Frameworks/
> HIToolbox.framework/Versions/A/HIToolbox
> 0x92e06000 - 0x92e5afff com.apple.bom 1.2.8 (64.2)	/System/Library/
> PrivateFrameworks/Bom.framework/Versions/A/Bom
> 0x92e70000 - 0x9336ffff com.apple.AppKit 6.3.11 (743.43)	/System/
> Library/Frameworks/AppKit.framework/Versions/C/AppKit
> 0x939a6000 - 0x939b1fff libCSync.A.dylib
> 	/System/Library/Frameworks/
> ApplicationServices.framework/Versions/A/Frameworks/
> CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
> 0x939d0000 - 0x939d4fff libmathCommon.A.dylib 	/usr/lib/system/
> libmathCommon.A.dylib
> 0x93bec000 - 0x93c12fff com.apple.FindByContent 1.4 (1.2)	/System/
> Library/Frameworks/ApplicationServices.framework/Versions/A/Framework
> s/
> FindByContent.framework/Versions/A/FindByContent
> 0x940a0000 - 0x94c4dfff com.apple.QuickTimeComponents.component 7.1.5
> 	/
> System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS
> /
> QuickTimeComponents
> 0x94dc1000 - 0x94dcafff libz.1.dylib 	/usr/lib/libz.1.dylib
> 0x94efd000 - 0x94f4bfff com.apple.print.framework.Print 3.3	/System/
> Library/Frameworks/Carbon.framework/Versions/A/Frameworks/
> Print.framework/Versions/A/Print
> 0x94f97000 - 0x94fadfff com.apple.QuartzCore 1.3	/System/Library/
> Frameworks/QuartzCore.framework/Versions/A/QuartzCore
> 0x94fc0000 - 0x94fcbfff com.apple.opengl 1.3.8	/System/Library/
> Frameworks/OpenGL.framework/Versions/A/OpenGL
> 0x94fe0000 - 0x95078fff com.apple.WebKit 312.8.1	/System/Library/
> Frameworks/WebKit.framework/Versions/A/WebKit
> 0x951d7000 - 0x95246fff com.apple.framework.IOKit 1.3.6 (???)
> 	/System/
> Library/Frameworks/IOKit.framework/Versions/A/IOKit
> 0x952ed000 - 0x9534ffff libGLU.dylib 	/System/Library/Frameworks/
> OpenGL.framework/Versions/A/Libraries/libGLU.dylib
> 0x95398000 - 0x953b2fff libPDFRIP.A.dylib
> 	/System/Library/Frameworks/
> ApplicationServices.framework/Versions/A/Frameworks/
> CoreGraphics.framework/Versions/A/Resources/libPDFRIP.A.dylib
> 0x954c0000 - 0x95ac6fff libBLAS.dylib
/System/Library/Frameworks/
> Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/
> A/
> libBLAS.dylib
> 0x95b20000 - 0x95df0fff libLAPACK.dylib
/System/Library/Frameworks/
> Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/
> A/
> libLAPACK.dylib
> 0x95e1e000 - 0x95e2afff com.apple.help 1.0.1	/System/Library/
> Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/
> Versions/A/Help
> 0x95e40000 - 0x95eadfff libvDSP.dylib
/System/Library/Frameworks/
> Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/
> A/
> libvDSP.dylib
> 0x95f00000 - 0x95f20fff libvMisc.dylib
/System/Library/Frameworks/
> Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/
> A/
> libvMisc.dylib
> 0x9646d000 - 0x96534fff libcrypto.0.9.7.dylib
/usr/lib/libcrypto.
> 0.9.7.dylib
> 0x966f3000 - 0x9675afff com.apple.audio.CoreAudio 2.1.3	/System/
> Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
> 0x967bd000 - 0x96826fff com.apple.htmlrendering 1.1.2	/System/Library/
> Frameworks/Carbon.framework/Versions/A/Frameworks/
> HTMLRendering.framework/Versions/A/HTMLRendering
> 0x968d0000 - 0x969b2fff libicucore.A.dylib 	/usr/lib/
> libicucore.A.dylib
> 0x96a04000 - 0x96a3cfff com.apple.AE 1.4
/System/Library/Frameworks/
> ApplicationServices.framework/Versions/A/Frameworks/AE.framework/
> Versions/A/AE
> 0x96a57000 - 0x96a67fff com.apple.speech.recognition.framework 3.3
/
> System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/
> SpeechRecognition.framework/Versions/A/SpeechRecognition
> 0x96a73000 - 0x96a87fff libCGATS.A.dylib
> 	/System/Library/Frameworks/
> ApplicationServices.framework/Versions/A/Frameworks/
> CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
> 0x96aa0000 - 0x96acefff libssl.0.9.7.dylib 	/usr/lib/libssl.
> 0.9.7.dylib
> 0x96ade000 - 0x96af5fff com.apple.LangAnalysis 1.5.4	/System/Library/
> Frameworks/ApplicationServices.framework/Versions/A/Frameworks/
> LangAnalysis.framework/Versions/A/LangAnalysis
> 0x96b01000 - 0x96b11fff com.apple.ImageCapture 2.1.5	/System/Library/
> Frameworks/Carbon.framework/Versions/A/Frameworks/
> ImageCapture.framework/Versions/A/ImageCapture
> 0x96b2e000 - 0x96b36fff libbsm.dylib 	/usr/lib/libbsm.dylib
> 0x96b50000 - 0x96bdffff ATS 	/System/Library/Frameworks/
> ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/
> Versions/A/ATS
> 0x96c00000 - 0x96c8cfff com.apple.ink.framework 101.1.4 (55.12)
/
> System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/
> Ink.framework/Versions/A/Ink
> 0x96cb0000 - 0x96d9efff libiconv.2.dylib
> 	/usr/lib/libiconv.2.dylib
> 0x96e12000 - 0x96e2cfff libGL.dylib 	/System/Library/Frameworks/
> OpenGL.framework/Versions/A/Libraries/libGL.dylib
> 0x96e80000 - 0x96e90fff com.apple.vecLib 3.0.3 (vecLib 3.0.3)
> 	/System/
> Library/Frameworks/vecLib.framework/Versions/A/vecLib
> 0x96ef1000 - 0x96f09fff com.apple.WebServices 1.1.1 (1.1.0)	/System/
> Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/
> WebServicesCore.framework/Versions/A/WebServicesCore
> 0x971dd000 - 0x97250fff com.apple.NavigationServices 3.3.3	/System/
> Library/Frameworks/Carbon.framework/Versions/A/Frameworks/
> NavigationServices.framework/Versions/A/NavigationServices
> 0x97298000 - 0x97589fff com.apple.WebCore 315.14.6	/System/Library/
> Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/
> Versions/A/WebCore
> 0x97dcd000 - 0x98046fff com.apple.CoreServices.CarbonCore 10.3.7
/
> System/Library/Frameworks/CoreServices.framework/Versions/A/Framework
> s/
> CarbonCore.framework/Versions/A/CarbonCore
> 0xb0000000 - 0xb0083fff com.apple.wxPropgridframework ??? (1.0)
> 	/Users/
> lothar/develop/Projects/CPP/Test/GUI/wxWrapper/wxWrapper.app/Contents
> /
> MacOS/../Frameworks/wxPropgrid.framework/Versions/A/wxPropgrid
> 
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: wx-users-unsubscribe at lists.wxwidgets.org
> For additional commands, e-mail: wx-users-help at lists.wxwidgets.org






More information about the wx-users mailing list