Bind Pivot SelectedIndex causes app random crash in WP 8.1 universal app [MVVM Light]

I have an universal app for WP 8.1 with a page and a Pivot in it. The "SelectedIndex" property of the pivot is bind to a property in the VM like this (code in MainViewModel.cs):
public object SelectedPivotIndex
get { return this.selectedPivotIndex; }
set
if (this.selectedPivotIndex == value) return;
this.selectedPivotIndex = value;
RaisePropertyChanged(() => SelectedPivotIndex);
Page code:
<Pivot x:Name="ContentPivot"
x:Uid="ContentPivot"
SelectedIndex="{Binding SelectedPivotIndex, Mode=TwoWay}"
>...</Pivot>
The problem is from time to time i'm having app crash (in App.xaml.cs): "Unhandled exception" with type "COMEXCEPTION". This crash stop if I remove the bind of the "SelectedIndex" in the xaml, but I cannot understand
why it ocurs. Sometimes even the debugger is not shown and the app closes without any error information. BTW I'm using MVVM Light, so the "glue" between the view (page) and the VM is set in the page:
<Page
DataContext="{Binding Source={StaticResource Locator}, Path=Main}"
>
EDIT:
I'm able to reproduce the crash with this behavior: Open app, navigate to another page, come back to the pivot page (several times) and flip throught the pivotitems.

I've solved the problem with a workaround. In page code behind:
private void ContentPivot_SelectionChanged(object sender, SelectionChangedEventArgs e)
var vm = this.DataContext as IPivotable;
if (vm != null)
vm.OnPivotItemChange(this.ContentPivot.SelectedIndex);
The interface:
public interface IPivotable
void OnPivotItemChange(int pivotIndex);
And finally the VM:
public void OnPivotItemChange(int pivotIndex)
try
if (pivotIndex == 0)
// Do stuff here...
catch (Exception e)
That's all, thanks for the... help?

Similar Messages

  • All of my apps on my new ipad2 are not working. I had this iPad about 4 months and nothing bad has happened before this. I need help on how to make my apps stop crashing. All my built in apps are fine though.

    All of my apps on my new ipad2 are not working. I had this iPad about 4 months and nothing bad has happened before this. I need help on how to make my apps stop crashing. All my built in apps are fine though. WHATBCAN I DO TO MAKE MY APPS STOP CRASHING. I ALREADY TURNED IT OFF THEN ON AGAIN AN IT STILL CRASHES. HELPPP!!!!

    Try a reset. Hold the Sleep and Home button down for about 10 seconds until you see the Apple logo. Ignore the red slider.

  • After new HD,RAM Apple apps random crashing

    Hi, out there,
    If any one has been following my sorry tale, here is the next installment.  MacBook Pro 17"2.4 Ghz Intel Core 2 Duo new 4 GB RAM from Crucial, new HD installed by Apple including Leopard plus updates, new motherboard in last 1 1/2 years, software: iWork, Adobe Creative Suite CS3, most home files copied manually (documents and YES quite a few  fonts) am experiencing random crashing esp Safari, Mail and iTunes  - sometimes when I am not even near the computer.
    Any ideas? (I am kind of tired of troubleshooting - old HD passed all tests, had to manually back up as Time Machine would not work, eliminated at least a dozen or more corrupt InDesign files - but lay it on me!)
    Annexit

    Does "not that I know of" cover it?  Except for my font obsession (and now that I look, I haven't even reinstalled my extra fonts) I just don't download a bunch of stuff - the usual flashplayer,etc, whatever Adobe Creative Suite needs, but I am pretty much down to business.  Apple techs reloaded my Leopard plus all updates, and I think all I put in was the CS3 and iWork 9.  I didn't reinstall my files since i had to back up manually, so I added them back manually as well - home folders, etc. The iTunes crash occurred when I wasn't at the computer.
    The complete Mail Crash report is below but before that is the first part of the crash report for the- 3 Safari crashes - if you need more please let me know, it is just a lot of information that may just clog up the post.  Thanks for your help.  I will research how to see what plugins i have - I know that Adobe installs some, but I wouldn't know how to figure out if one was corrupt. I am pretty limited in my understanding of the deeper structure, I understand the general principle of code but have no education or experience in understanding what it says or how to write it, so nothing is obvious. In the past I have used the Terminal to execute sudo commands to do maintanence, and some searches but that is it. Kern[el?] PRotection Failure sounds ominous.It looks like one of the Safari crashes has the same program counter issue as Mail.  Yikes!
    Annexit
    SAFARI 1st CRASH
    Process:         Safari [9833]
    Path:            /Applications/Safari.app/Contents/MacOS/Safari
    Identifier:      com.apple.Safari
    Version:         5.0.6 (5533.22.3)
    Build Info:      WebBrowser-75332203~3
    Code Type:       X86 (Native)
    Parent Process:  launchd [221]
    Date/Time:       2011-10-29 15:13:07.231 -0400
    OS Version:      Mac OS X 10.5.8 (9L31a)
    Report Version:  6
    Anonymous UUID:  256F8F28-C74D-4FCA-A671-0D3D50BABCB8
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000010
    Crashed Thread:  0
    SAFARI 2nd
    Process:         Safari [71923]
    Path:            /Applications/Safari.app/Contents/MacOS/Safari
    Identifier:      com.apple.Safari
    Version:         5.0.6 (5533.22.3)
    Build Info:      WebBrowser-75332203~3
    Code Type:       X86 (Native)
    Parent Process:  launchd [221]
    Date/Time:       2011-10-31 08:54:53.275 -0400
    OS Version:      Mac OS X 10.5.8 (9L31a)
    Report Version:  6
    Anonymous UUID:  256F8F28-C74D-4FCA-A671-0D3D50BABCB8
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000000
    Crashed Thread:  0
    SAFARI 3rd
    Process:         Safari [17780]
    Path:            /Applications/Safari.app/Contents/MacOS/Safari
    Identifier:      com.apple.Safari
    Version:         5.0.6 (5533.22.3)
    Build Info:      WebBrowser-75332203~3
    Code Type:       X86 (Native)
    Parent Process:  launchd [221]
    Date/Time:       2011-10-31 10:35:37.454 -0400
    OS Version:      Mac OS X 10.5.8 (9L31a)
    Report Version:  6
    Anonymous UUID:  256F8F28-C74D-4FCA-A671-0D3D50BABCB8
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x00000000000004d8
    Crashed Thread:  0
    MAIL CRASH
    Process:         Mail [10399]
    Path:            /Applications/Mail.app/Contents/MacOS/Mail
    Identifier:      com.apple.mail
    Version:         3.6 (936)
    Build Info:      Mail-9360000~1
    Code Type:       X86 (Native)
    Parent Process:  launchd [221]
    Date/Time:       2011-10-29 15:05:40.343 -0400
    OS Version:      Mac OS X 10.5.8 (9L31a)
    Report Version:  6
    Anonymous UUID:  256F8F28-C74D-4FCA-A671-0D3D50BABCB8
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x000000009403f007
    Crashed Thread:  0
    Thread 0 Crashed:
    0   ...ple.ApplicationServices.ATS          0x97869dfe _eATSFontGetGlyphIDsForGlyphNames + 3174
    1   ...ple.ApplicationServices.ATS          0x9786917e ATSFontGetGlyphIDsForGlyphNames + 83
    2   libCGATS.A.dylib                        0x924761ce ats_font_get_glyphs_for_glyph_names + 48
    3   libCGATS.A.dylib                        0x924780bf get_glyphs_for_glyph_names + 74
    4   com.apple.CoreGraphics                  0x96b4ef03 CGFontGetGlyphForGlyphName + 39
    5   com.apple.CoreGraphics                  0x96b4ee83 get_char_top + 22
    6   com.apple.CoreGraphics                  0x96b4e54e CGFontGetAutohintTransform + 557
    7   com.apple.CoreGraphics                  0x96b73200 CGFontCreateGlyphBitmaps32 + 441
    8   com.apple.CoreGraphics                  0x96b4e11c CGFontCreateGlyphBitmaps + 208
    9   com.apple.CoreGraphics                  0x96b4df32 create_missing_bitmaps + 468
    10  com.apple.CoreGraphics                  0x96b4d29c CGGlyphLockLockGlyphBitmaps + 352
    11  libRIP.A.dylib                          0x932a0c27 ripc_RenderGlyphs + 207
    12  libRIP.A.dylib                          0x932a99b0 ripc_DrawGlyphs + 1444
    13  com.apple.CoreGraphics                  0x97088215 draw_glyphs + 732
    14  com.apple.CoreGraphics                  0x96b4ab3b CGContextShowGlyphsWithAdvances + 660
    15  com.apple.WebCore                       0x94d80d80 __ZN7WebCoreL22showGlyphsWithAdvancesERKNS_10FloatPointEPKNS_14SimpleFontDataEP 9CGContextPKtPK6CGSizem + 112
    16  com.apple.WebCore                       0x94d806ab WebCore::Font::drawGlyphs(WebCore::GraphicsContext*, WebCore::SimpleFontData const*, WebCore::GlyphBuffer const&, int, int, WebCore::FloatPoint const&) const + 667
    17  com.apple.WebCore                       0x94d803a4 WebCore::Font::drawGlyphBuffer(WebCore::GraphicsContext*, WebCore::GlyphBuffer const&, WebCore::FloatPoint const&) const + 132
    18  com.apple.WebCore                       0x94d800c4 WebCore::Font::drawSimpleText(WebCore::GraphicsContext*, WebCore::TextRun const&, WebCore::FloatPoint const&, int, int) const + 452
    19  com.apple.WebCore                       0x94e4aee9 __ZN7WebCoreL20paintTextWithShadowsEPNS_15GraphicsContextERKNS_4FontERKNS_7Text RunERKN3***12AtomicStringEiiiiRKNS_10FloatPointERKNS_9FloatRectEPKNS_10ShadowDat aEbb + 441
    20  com.apple.WebCore                       0x94e48f86 WebCore::InlineTextBox::paint(WebCore::PaintInfo&, int, int, int, int) + 2454
    21  com.apple.WebCore                       0x94e47d1d WebCore::InlineFlowBox::paint(WebCore::PaintInfo&, int, int, int, int) + 381
    22  com.apple.WebCore                       0x94e47ad5 WebCore::RootInlineBox::paint(WebCore::PaintInfo&, int, int, int, int) + 85
    23  com.apple.WebCore                       0x94e47160 WebCore::RenderLineBoxList::paint(WebCore::RenderBoxModelObject*, WebCore::PaintInfo&, int, int) const + 704
    24  com.apple.WebCore                       0x95918471 WebCore::RenderBlock::paintContents(WebCore::PaintInfo&, int, int) + 81
    25  com.apple.WebCore                       0x94e41e6d WebCore::RenderBlock::paintObject(WebCore::PaintInfo&, int, int) + 637
    26  com.apple.WebCore                       0x94e43bce WebCore::RenderBlock::paint(WebCore::PaintInfo&, int, int) + 238
    27  com.apple.WebCore                       0x94e425fa WebCore::RenderBlock::paintChildren(WebCore::PaintInfo&, int, int) + 538
    28  com.apple.WebCore                       0x94e41e6d WebCore::RenderBlock::paintObject(WebCore::PaintInfo&, int, int) + 637
    29  com.apple.WebCore                       0x94e43bce WebCore::RenderBlock::paint(WebCore::PaintInfo&, int, int) + 238
    30  com.apple.WebCore                       0x94e425fa WebCore::RenderBlock::paintChildren(WebCore::PaintInfo&, int, int) + 538
    31  com.apple.WebCore                       0x94e41e6d WebCore::RenderBlock::paintObject(WebCore::PaintInfo&, int, int) + 637
    32  com.apple.WebCore                       0x94e43bce WebCore::RenderBlock::paint(WebCore::PaintInfo&, int, int) + 238
    33  com.apple.WebCore                       0x94f4d895 WebCore::RenderTableCell::paint(WebCore::PaintInfo&, int, int) + 53
    34  com.apple.WebCore                       0x94f4d4ea WebCore::RenderTableSection::paintCell(WebCore::RenderTableCell*, WebCore::PaintInfo&, int, int) + 154
    35  com.apple.WebCore                       0x94f4cd08 WebCore::RenderTableSection::paintObject(WebCore::PaintInfo&, int, int) + 488
    36  com.apple.WebCore                       0x94f4cae7 WebCore::RenderTableSection::paint(WebCore::PaintInfo&, int, int) + 167
    37  com.apple.WebCore                       0x94f46f41 WebCore::RenderTable::paintObject(WebCore::PaintInfo&, int, int) + 305
    38  com.apple.WebCore                       0x94f46d8e WebCore::RenderTable::paint(WebCore::PaintInfo&, int, int) + 238
    39  com.apple.WebCore                       0x94e425fa WebCore::RenderBlock::paintChildren(WebCore::PaintInfo&, int, int) + 538
    40  com.apple.WebCore                       0x94e41e6d WebCore::RenderBlock::paintObject(WebCore::PaintInfo&, int, int) + 637
    41  com.apple.WebCore                       0x94e43bce WebCore::RenderBlock::paint(WebCore::PaintInfo&, int, int) + 238
    42  com.apple.WebCore                       0x94e425fa WebCore::RenderBlock::paintChildren(WebCore::PaintInfo&, int, int) + 538
    43  com.apple.WebCore                       0x94e41e6d WebCore::RenderBlock::paintObject(WebCore::PaintInfo&, int, int) + 637
    44  com.apple.WebCore                       0x94e43bce WebCore::RenderBlock::paint(WebCore::PaintInfo&, int, int) + 238
    45  com.apple.WebCore                       0x94e425fa WebCore::RenderBlock::paintChildren(WebCore::PaintInfo&, int, int) + 538
    46  com.apple.WebCore                       0x94e41e6d WebCore::RenderBlock::paintObject(WebCore::PaintInfo&, int, int) + 637
    47  com.apple.WebCore                       0x94e43bce WebCore::RenderBlock::paint(WebCore::PaintInfo&, int, int) + 238
    48  com.apple.WebCore                       0x94e407dd WebCore::RenderLayer::paintLayer(WebCore::RenderLayer*, WebCore::GraphicsContext*, WebCore::IntRect const&, unsigned int, WebCore::RenderObject*, ***::HashMap<WebCore::OverlapTestRequestClient*, WebCore::IntRect, ***::PtrHash<WebCore::OverlapTestRequestClient*>, ***::HashTraits<WebCore::OverlapTestRequestClient*>, ***::HashTraits<WebCore::IntRect> >*, unsigned int) + 3549
    49  com.apple.WebCore                       0x94f893f6 WebCore::RenderLayer::paintList(***::Vector<WebCore::RenderLayer*, 0ul>*, WebCore::RenderLayer*, WebCore::GraphicsContext*, WebCore::IntRect const&, unsigned int, WebCore::RenderObject*, ***::HashMap<WebCore::OverlapTestRequestClient*, WebCore::IntRect, ***::PtrHash<WebCore::OverlapTestRequestClient*>, ***::HashTraits<WebCore::OverlapTestRequestClient*>, ***::HashTraits<WebCore::IntRect> >*, unsigned int) + 102
    50  com.apple.WebCore                       0x94e3fd72 WebCore::RenderLayer::paintLayer(WebCore::RenderLayer*, WebCore::GraphicsContext*, WebCore::IntRect const&, unsigned int, WebCore::RenderObject*, ***::HashMap<WebCore::OverlapTestRequestClient*, WebCore::IntRect, ***::PtrHash<WebCore::OverlapTestRequestClient*>, ***::HashTraits<WebCore::OverlapTestRequestClient*>, ***::HashTraits<WebCore::IntRect> >*, unsigned int) + 882
    51  com.apple.WebCore                       0x94e3f975 WebCore::RenderLayer::paint(WebCore::GraphicsContext*, WebCore::IntRect const&, unsigned int, WebCore::RenderObject*) + 101
    52  com.apple.WebCore                       0x94e3f4dd WebCore::FrameView::paintContents(WebCore::GraphicsContext*, WebCore::IntRect const&) + 445
    53  com.apple.WebKit                        0x95f351a4 -[WebFrame(WebInternal) _drawRect:contentsOnly:] + 260
    54  com.apple.WebKit                        0x95f34d04 -[WebHTMLView drawSingleRect:] + 388
    55  com.apple.WebKit                        0x95f349e3 -[WebHTMLView drawRect:] + 595
    56  com.apple.AppKit                        0x93791bf8 -[NSView _drawRect:clip:] + 3853
    57  com.apple.AppKit                        0x937906ef -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] + 1050
    58  com.apple.WebKit                        0x95f3456a -[WebHTMLView(WebPrivate) _recursiveDisplayAllDirtyWithLockFocus:visRect:] + 266
    59  com.apple.AppKit                        0x93790a86 -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] + 1969
    60  com.apple.AppKit                        0x93790a86 -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] + 1969
    61  com.apple.AppKit                        0x93790a86 -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] + 1969
    62  com.apple.AppKit                        0x93790a86 -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] + 1969
    63  com.apple.AppKit                        0x93790a86 -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] + 1969
    64  com.apple.AppKit                        0x93790a86 -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] + 1969
    65  com.apple.AppKit                        0x93790a86 -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] + 1969
    66  com.apple.AppKit                        0x93790a86 -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] + 1969
    67  com.apple.AppKit                        0x93790a86 -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] + 1969
    68  com.apple.AppKit                        0x93790a86 -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] + 1969
    69  com.apple.AppKit                        0x93790a86 -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] + 1969
    70  com.apple.AppKit                        0x9378f045 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 759
    71  com.apple.AppKit                        0x9378e987 -[NSThemeFrame _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 306
    72  com.apple.AppKit                        0x9378b4ab -[NSView _displayRectIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:] + 3090
    73  com.apple.AppKit                        0x936cbe7b -[NSView displayIfNeeded] + 933
    74  com.apple.QuickLookUIFramework          0x930efc53 -[QLPreviewView _setCurrentPreview:documentPreview:displayedView:canDelayDisplay:transition:ste aling:] + 1118
    75  com.apple.QuickLookUIFramework          0x930ef7ef -[QLPreviewView _setCurrentPreview:documentPreview:displayedView:canDelayDisplay:transition:] + 78
    76  com.apple.QuickLookUIFramework          0x930edffe -[QLPreviewView _endedLoadingURL:documentPreviewView:result:] + 476
    77  com.apple.QuickLookUIFramework          0x930ee209 -[QLPreviewView _endedLoadingPreview:documentPreviewView:result:] + 172
    78  com.apple.QuickLookUIFramework          0x930eec26 -[QLPreviewView _loadPreviewSucceededForDocumentPreviewView:] + 197
    79  com.apple.Foundation                    0x908bb42a _nsnote_callback + 106
    80  com.apple.CoreFoundation                0x924cd47a __CFXNotificationPost + 362
    81  com.apple.CoreFoundation                0x924cd753 _CFXNotificationPostNotification + 179
    82  com.apple.Foundation                    0x908b8680 -[NSNotificationCenter postNotificationName:object:userInfo:] + 128
    83  com.apple.mail                          0x000037d0 0x1000 + 10192
    84  com.apple.Foundation                    0x908c1ed8 -[NSNotificationCenter postNotificationName:object:] + 56
    85  com.apple.qldisplay.Web                 0x18c32876 0x18c2d000 + 22646
    86  com.apple.qldisplay.Web                 0x18c2ea8e 0x18c2d000 + 6798
    87  com.apple.WebKit                        0x95f8f110 __ZL12CallDelegatePFP11objc_objectS0_P13objc_selectorzEP7WebViewS0_S2_S0_ + 240
    88  com.apple.WebKit                        0x95f3f4aa WebFrameLoaderClient::dispatchDidFinishLoad() + 106
    89  com.apple.WebCore                       0x94e0cce6 WebCore::FrameLoader::checkLoadCompleteForThisFrame() + 694
    90  com.apple.WebCore                       0x94e0c9a1 WebCore::FrameLoader::recursiveCheckLoadComplete() + 209
    91  com.apple.WebCore                       0x94e7b8fa WebCore::FrameLoader::finishedLoading() + 138
    92  com.apple.WebCore                       0x94e7b7c2 WebCore::MainResourceLoader::didFinishLoading(double) + 130
    93  com.apple.WebCore                       0x94e7b6e7 -[WebCoreResourceHandleAsDelegate connectionDidFinishLoading:] + 87
    94  com.apple.Foundation                    0x90921497 -[NSURLConnection(NSURLConnectionReallyInternal) sendDidFinishLoading] + 87
    95  com.apple.Foundation                    0x90921403 _NSURLConnectionDidFinishLoading + 147
    96  com.apple.CFNetwork                     0x9474bba4 URLConnectionClient::_clientDidFinishLoading(URLConnectionClient::ClientConnect ionEventQueue*) + 212
    97  com.apple.CFNetwork                     0x9474c8fa URLConnectionClient::ClientConnectionEventQueue::processAllEventsAndConsumePayl oad(XConnectionEventInfo<XClientEvent, XClientEventParams>*, long) + 310
    98  com.apple.CFNetwork                     0x9474cbaa URLConnectionClient::ClientConnectionEventQueue::processAllEventsAndConsumePayl oad(XConnectionEventInfo<XClientEvent, XClientEventParams>*, long) + 998
    99  com.apple.CFNetwork                     0x9474b370 URLConnectionClient::processEvents() + 104
    100 com.apple.CFNetwork                     0x946f8c2b MultiplexerSource::perform() + 189
    101 com.apple.CoreFoundation                0x924ec3c5 CFRunLoopRunSpecific + 3141
    102 com.apple.CoreFoundation                0x924ecaa8 CFRunLoopRunInMode + 88
    103 com.apple.QuickLookUIFramework          0x930ed915 -[QLPreviewView _startTimeOutWithSelector:documentPreview:object:stopOnCondition:] + 239
    104 com.apple.QuickLookUIFramework          0x930ee953 -[QLPreviewView _loadPreview:withDocumentPreviewView:] + 652
    105 com.apple.QuickLookUIFramework          0x930ee694 -[QLPreviewView _fetchedPreviewTypeForDocumentPreview:] + 374
    106 com.apple.Foundation                    0x908bc9ac __NSThreadPerformPerform + 476
    107 com.apple.CoreFoundation                0x924ec3c5 CFRunLoopRunSpecific + 3141
    108 com.apple.CoreFoundation                0x924ecaa8 CFRunLoopRunInMode + 88
    109 com.apple.QuickLookUIFramework          0x930ed915 -[QLPreviewView _startTimeOutWithSelector:documentPreview:object:stopOnCondition:] + 239
    110 com.apple.QuickLookUIFramework          0x930ee155 -[QLPreviewView _startLoadingPreview:timeoutDate:] + 335
    111 com.apple.QuickLookUIFramework          0x930eddd9 -[QLPreviewView _startLoadingURL:timeoutDate:] + 829
    112 com.apple.QuickLookUIFramework          0x930b8f8c -[QLPreviewPanelController _setCurrentDocumentURL:withTransition:blocking:] + 322
    113 com.apple.QuickLookUIFramework          0x930b8950 -[QLPreviewPanelController _refreshLayoutAndContent] + 383
    114 com.apple.QuickLookUIFramework          0x930b9a49 -[QLPreviewPanelController willOpen] + 270
    115 com.apple.QuickLookUIFramework          0x930e90c3 -[QLPreviewPanel _makeKeyAndOrderFrontWithEffect:canClose:willOpen:toFullscreen:] + 750
    116 com.apple.QuickLookUIFramework          0x930e8dcf -[QLPreviewPanel makeKeyAndOrderFrontWithEffect:canClose:] + 65
    117 com.apple.QuickLookUIFramework          0x930e8cd5 -[QLPreviewPanel makeKeyAndOrderFrontWithEffect:] + 91
    118 com.apple.mail                          0x000a2c83 0x1000 + 662659
    119 com.apple.mail                          0x000a26a7 0x1000 + 661159
    120 com.apple.AppKit                        0x9379ae8f -[NSApplication sendAction:to:from:] + 112
    121 com.apple.AppKit                        0x9379adcc -[NSControl sendAction:to:] + 108
    122 com.apple.AppKit                        0x9379ac52 -[NSCell _sendActionFrom:] + 169
    123 com.apple.AppKit                        0x9379a2ab -[NSCell trackMouse:inRect:ofView:untilMouseUp:] + 1827
    124 com.apple.AppKit                        0x93799afe -[NSButtonCell trackMouse:inRect:ofView:untilMouseUp:] + 541
    125 com.apple.AppKit                        0x937993b8 -[NSControl mouseDown:] + 888
    126 com.apple.AppKit                        0x93797af7 -[NSWindow sendEvent:] + 5381
    127 com.apple.mail                          0x0012d0fb 0x1000 + 1229051
    128 com.apple.AppKit                        0x937646a5 -[NSApplication sendEvent:] + 2939
    129 com.apple.mail                          0x0002f508 0x1000 + 189704
    130 com.apple.AppKit                        0x936c1fe7 -[NSApplication run] + 867
    131 com.apple.AppKit                        0x9368f1d8 NSApplicationMain + 574
    132 com.apple.mail                          0x000fc0b2 0x1000 + 1028274
    Thread 1:
    0   libSystem.B.dylib                       0x9404534e __semwait_signal + 10
    1   libSystem.B.dylib                       0x9406fccd pthread_cond_wait$UNIX2003 + 73
    2   com.apple.JavaScriptCore                0x949c1d58 ***::TCMalloc_PageHeap::scavengerThread() + 824
    3   com.apple.JavaScriptCore                0x949c1d8f ***::TCMalloc_PageHeap::runScavengerThread(void*) + 15
    4   libSystem.B.dylib                       0x9406f055 _pthread_start + 321
    5   libSystem.B.dylib                       0x9406ef12 thread_start + 34
    Thread 2:
    0   libSystem.B.dylib                       0x9403e166 mach_msg_trap + 10
    1   libSystem.B.dylib                       0x9404595c mach_msg + 72
    2   com.apple.CoreFoundation                0x924ebe7e CFRunLoopRunSpecific + 1790
    3   com.apple.CoreFoundation                0x924ecaa8 CFRunLoopRunInMode + 88
    4   com.apple.Foundation                    0x908f03d5 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 213
    5   com.apple.Foundation                    0x908fc4f4 -[NSRunLoop(NSRunLoop) run] + 84
    6   com.apple.MessageFramework              0x003d8dc5 -[RSSInterchange _runManager] + 2140
    7   com.apple.Foundation                    0x908bbdfd -[NSThread main] + 45
    8   com.apple.Foundation                    0x908bb9a4 __NSThread__main__ + 308
    9   libSystem.B.dylib                       0x9406f055 _pthread_start + 321
    10  libSystem.B.dylib                       0x9406ef12 thread_start + 34
    Thread 3:
    0   libSystem.B.dylib                       0x940a71a2 __workq_ops + 10
    1   libSystem.B.dylib                       0x940a71d2 start_wqthread + 30
    Thread 4:
    0   libSystem.B.dylib                       0x940a71a2 __workq_ops + 10
    1   libSystem.B.dylib                       0x940a71d2 start_wqthread + 30
    Thread 5:
    0   libSystem.B.dylib                       0x9404534e __semwait_signal + 10
    1   libSystem.B.dylib                       0x9406fccd pthread_cond_wait$UNIX2003 + 73
    2   com.apple.QuartzCore                    0x9286fa09 fe_fragment_thread + 54
    3   libSystem.B.dylib                       0x9406f055 _pthread_start + 321
    4   libSystem.B.dylib                       0x9406ef12 thread_start + 34
    Thread 6:
    0   libSystem.B.dylib                       0x9403e166 mach_msg_trap + 10
    1   libSystem.B.dylib                       0x9404595c mach_msg + 72
    2   com.apple.CoreFoundation                0x924ebe7e CFRunLoopRunSpecific + 1790
    3   com.apple.CoreFoundation                0x924ecaa8 CFRunLoopRunInMode + 88
    4   com.apple.CFNetwork                     0x946cc18c CFURLCacheWorkerThread(void*) + 388
    5   libSystem.B.dylib                       0x9406f055 _pthread_start + 321
    6   libSystem.B.dylib                       0x9406ef12 thread_start + 34
    Thread 7:
    0   libSystem.B.dylib                       0x9404534e __semwait_signal + 10
    1   libSystem.B.dylib                       0x9406fccd pthread_cond_wait$UNIX2003 + 73
    2   com.apple.JavaScriptCore                0x948166b1 ***::ThreadCondition::timedWait(***::Mutex&, double) + 81
    3   com.apple.WebCore                       0x94d8877c WebCore::LocalStorageThread::threadEntryPoint() + 188
    4   libSystem.B.dylib                       0x9406f055 _pthread_start + 321
    5   libSystem.B.dylib                       0x9406ef12 thread_start + 34
    Thread 8:
    0   libSystem.B.dylib                       0x9403e166 mach_msg_trap + 10
    1   libSystem.B.dylib                       0x9404595c mach_msg + 72
    2   com.apple.CoreFoundation                0x924ebe7e CFRunLoopRunSpecific + 1790
    3   com.apple.CoreFoundation                0x924ecaa8 CFRunLoopRunInMode + 88
    4   com.apple.Foundation                    0x908f03d5 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 213
    5   com.apple.Foundation                    0x908fc4f4 -[NSRunLoop(NSRunLoop) run] + 84
    6   com.apple.MessageFramework              0x002fc9fd +[_NSSocket _runIOThread] + 98
    7   com.apple.Foundation                    0x908bbdfd -[NSThread main] + 45
    8   com.apple.Foundation                    0x908bb9a4 __NSThread__main__ + 308
    9   libSystem.B.dylib                       0x9406f055 _pthread_start + 321
    10  libSystem.B.dylib                       0x9406ef12 thread_start + 34
    Thread 9:
    0   libSystem.B.dylib                       0x9403e166 mach_msg_trap + 10
    1   libSystem.B.dylib                       0x9404595c mach_msg + 72
    2   com.apple.CoreFoundation                0x924ebe7e CFRunLoopRunSpecific + 1790
    3   com.apple.CoreFoundation                0x924ecaa8 CFRunLoopRunInMode + 88
    4   com.apple.audio.CoreAudio               0x901775f8 HALRunLoop::OwnThread(void*) + 160
    5   com.apple.audio.CoreAudio               0x90177480 CAPThread::Entry(CAPThread*) + 96
    6   libSystem.B.dylib                       0x9406f055 _pthread_start + 321
    7   libSystem.B.dylib                       0x9406ef12 thread_start + 34
    Thread 10:
    0   libSystem.B.dylib                       0x9403e1c6 semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x940701af _pthread_cond_wait + 1244
    2   libSystem.B.dylib                       0x94071a33 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x90901dbc -[NSCondition waitUntilDate:] + 236
    4   com.apple.Foundation                    0x90901bd0 -[NSConditionLock lockWhenCondition:beforeDate:] + 144
    5   com.apple.Foundation                    0x90901b35 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.AppKit                        0x9372f6e8 -[NSUIHeartBeat _heartBeatThread:] + 753
    7   com.apple.Foundation                    0x908bbdfd -[NSThread main] + 45
    8   com.apple.Foundation                    0x908bb9a4 __NSThread__main__ + 308
    9   libSystem.B.dylib                       0x9406f055 _pthread_start + 321
    10  libSystem.B.dylib                       0x9406ef12 thread_start + 34
    Thread 11:
    0   libSystem.B.dylib                       0x9408d60a select$DARWIN_EXTSN + 10
    1   libSystem.B.dylib                       0x9406f055 _pthread_start + 321
    2   libSystem.B.dylib                       0x9406ef12 thread_start + 34
    Thread 12:
    0   libSystem.B.dylib                       0x9404534e __semwait_signal + 10
    1   libSystem.B.dylib                       0x9406fccd pthread_cond_wait$UNIX2003 + 73
    2   libGLProgrammability.dylib              0x965e3b32 glvmDoWork + 162
    3   libSystem.B.dylib                       0x9406f055 _pthread_start + 321
    4   libSystem.B.dylib                       0x9406ef12 thread_start + 34
    Thread 13:
    0   libSystem.B.dylib                       0x9403e166 mach_msg_trap + 10
    1   libSystem.B.dylib                       0x9404595c mach_msg + 72
    2   com.apple.CoreFoundation                0x924ebe7e CFRunLoopRunSpecific + 1790
    3   com.apple.CoreFoundation                0x924ecaa8 CFRunLoopRunInMode + 88
    4   com.apple.Foundation                    0x9091f520 +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 320
    5   com.apple.Foundation                    0x908bbdfd -[NSThread main] + 45
    6   com.apple.Foundation                    0x908bb9a4 __NSThread__main__ + 308
    7   libSystem.B.dylib                       0x9406f055 _pthread_start + 321
    8   libSystem.B.dylib                       0x9406ef12 thread_start + 34
    Thread 14:
    0   libSystem.B.dylib                       0x9403e166 mach_msg_trap + 10
    1   libSystem.B.dylib                       0x9404595c mach_msg + 72
    2   com.apple.CoreFoundation                0x924ebe7e CFRunLoopRunSpecific + 1790
    3   com.apple.CoreFoundation                0x924ecaa8 CFRunLoopRunInMode + 88
    4   com.apple.IMUtils                       0x900acdb7 -[IMRemoteObjectBroadcaster _workerThread] + 246
    5   com.apple.Foundation                    0x908bbdfd -[NSThread main] + 45
    6   com.apple.Foundation                    0x908bb9a4 __NSThread__main__ + 308
    7   libSystem.B.dylib                       0x9406f055 _pthread_start + 321
    8   libSystem.B.dylib                       0x9406ef12 thread_start + 34
    Thread 15:
    0   libSystem.B.dylib                       0x9403e166 mach_msg_trap + 10
    1   libSystem.B.dylib                       0x9404595c mach_msg + 72
    2   com.apple.CoreFoundation                0x924ebe7e CFRunLoopRunSpecific + 1790
    3   com.apple.CoreFoundation                0x924ecb04 CFRunLoopRun + 84
    4   com.apple.DesktopServices               0x95b53d0f TSystemNotificationTask::SystemNotificationTaskProc(void*) + 123
    5   ...ple.CoreServices.CarbonCore          0x97dbafbb PrivateMPEntryPoint + 56
    6   libSystem.B.dylib                       0x9406f055 _pthread_start + 321
    7   libSystem.B.dylib                       0x9406ef12 thread_start + 34
    Thread 16:
    0   libSystem.B.dylib                       0x9403e166 mach_msg_trap + 10
    1   libSystem.B.dylib                       0x9404595c mach_msg + 72
    2   com.apple.CoreFoundation                0x924ebe7e CFRunLoopRunSpecific + 1790
    3   com.apple.CoreFoundation                0x924ecb04 CFRunLoopRun + 84
    4   com.apple.DesktopServices               0x95b53e88 TFSEventsNotificationTask::FSEventsNotificationTaskProc(void*) + 216
    5   ...ple.CoreServices.CarbonCore          0x97dbafbb PrivateMPEntryPoint + 56
    6   libSystem.B.dylib                       0x9406f055 _pthread_start + 321
    7   libSystem.B.dylib                       0x9406ef12 thread_start + 34
    Thread 17:
    0   libSystem.B.dylib                       0x9404534e __semwait_signal + 10
    1   libSystem.B.dylib                       0x9406fccd pthread_cond_wait$UNIX2003 + 73
    2   ...ple.CoreServices.CarbonCore          0x97dbcde3 TSWaitOnCondition + 126
    3   ...ple.CoreServices.CarbonCore          0x97d9bc36 TSWaitOnConditionTimedRelative + 202
    4   ...ple.CoreServices.CarbonCore          0x97dbca60 MPWaitOnQueue + 208
    5   com.apple.DesktopServices               0x95b5ee6a TNodeSyncTask::SyncTaskProc(void*) + 84
    6   ...ple.CoreServices.CarbonCore          0x97dbafbb PrivateMPEntryPoint + 56
    7   libSystem.B.dylib                       0x9406f055 _pthread_start + 321
    8   libSystem.B.dylib                       0x9406ef12 thread_start + 34
    Thread 18:
    0   libSystem.B.dylib                       0x9406e8c6 kevent + 10
    1   libSystem.B.dylib                       0x9406f055 _pthread_start + 321
    2   libSystem.B.dylib                       0x9406ef12 thread_start + 34
    Thread 19:
    0   libSystem.B.dylib                       0x9403e1c6 semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x940701af _pthread_cond_wait + 1244
    2   libSystem.B.dylib                       0x94071a33 pthread_cond_timedwait_relative_np + 47
    3   ...ple.CoreServices.CarbonCore          0x97d9bc62 TSWaitOnConditionTimedRelative + 246
    4   ...ple.CoreServices.CarbonCore          0x97dbca60 MPWaitOnQueue + 208
    5   com.apple.DesktopServices               0x95b60db4 TFolderSizeTask::FolderSizeTaskProc(void*) + 104
    6   ...ple.CoreServices.CarbonCore          0x97dbafbb PrivateMPEntryPoint + 56
    7   libSystem.B.dylib                       0x9406f055 _pthread_start + 321
    8   libSystem.B.dylib                       0x9406ef12 thread_start + 34
    Thread 20:
    0   libSystem.B.dylib                       0x9404534e __semwait_signal + 10
    1   libSystem.B.dylib                       0x9406fccd pthread_cond_wait$UNIX2003 + 73
    2   com.apple.ColorSync                     0x945473c8 pthreadSemaphoreWait(t_pthreadSemaphore*) + 42
    3   com.apple.ColorSync                     0x94559d4e CMMConvTask(void*) + 54
    4   libSystem.B.dylib                       0x9406f055 _pthread_start + 321
    5   libSystem.B.dylib                       0x9406ef12 thread_start + 34
    Thread 0 crashed with X86 Thread State (32-bit):
      eax: 0x00000200  ebx: 0x978691af  ecx: 0x6f4dd328  edx: 0x9403f007
      edi: 0x00000297  esi: 0x000024b9  ebp: 0xbffeff48  esp: 0xbffefda0
       ss: 0x0000001f  efl: 0x00010282  eip: 0x97869dfe   cs: 0x00000017
       ds: 0x0000001f   es: 0x0000001f   fs: 0x00000000   gs: 0x00000037
      cr2: 0x9403f007
    Binary Images:
        0x1000 -   0x272ff3  com.apple.mail 3.6 (936) <02de10795176b4e702af977cb8428f1c> /Applications/Mail.app/Contents/MacOS/Mail
      0x2e1000 -   0x53affb  com.apple.MessageFramework 3.6 (936) <d7a6e5f6721cbab99ed3e83137dba11a> /System/Library/Frameworks/Message.framework/Versions/B/Message
      0x691000 -   0x693fff  com.apple.ExceptionHandling 1.5 (10) /System/Library/Frameworks/ExceptionHandling.framework/Versions/A/ExceptionHand ling
      0x69a000 -   0x6befe7  com.apple.speech.LatentSemanticMappingFramework 2.6.4 (2.6.4) <1591e65449707141112554274c637e5a> /System/Library/Frameworks/LatentSemanticMapping.framework/Versions/A/LatentSem anticMapping
      0x6d6000 -   0x6dbfff  com.apple.FolderActionsMenu 1.3.2 (1.3.2) <9ba69ef0bec96264a79fa28b3a5f058b> /System/Library/Contextual Menu Items/FolderActionsMenu.plugin/Contents/MacOS/FolderActionsMenu
    0x14027000 - 0x14028fff  com.apple.JavaPluginCocoa 12.9.0 (12.9.0) <5451adf6a77e3088b1a096fe1e16b189> /System/Library/Frameworks/JavaVM.framework/Versions/A/JavaPluginCocoa.bundle/C ontents/MacOS/JavaPluginCocoa
    0x1413c000 - 0x14140ffd  JavaLaunching ??? (???) <41aa04fadb9589ab9c249284090b2ef7> /System/Library/PrivateFrameworks/JavaLaunching.framework/Versions/A/JavaLaunch ing
    0x14156000 - 0x14157ffd  com.apple.BluetoothMenu 2.1.8 (2.1.8f2) /System/Library/Contextual Menu Items/BluetoothContextualMenu.plugin/Contents/MacOS/BluetoothContextualMenu
    0x1415c000 - 0x1416afff  com.apple.mail.WebPlugIn 3.6 (936) <1f74ed40863ef8b78d7e759087c82172> /Applications/Mail.app/Contents/PlugIns/MailWebPlugIn.bundle/Contents/MacOS/Mai lWebPlugIn
    0x14213000 - 0x1422fff7  GLRendererFloat ??? (???) <7badea5e2b8167c0e6391623bb46140a> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloa t.bundle/GLRendererFloat
    0x142ab000 - 0x142aefff  com.apple.qldisplay.PDF 1.3.1 (170.9) /System/Library/PrivateFrameworks/QuickLookUI.framework/Versions/A/Resources/Di splayBundles/PDF.qldisplay/Contents/MacOS/PDF
    0x14824000 - 0x14829ff3  libCGXCoreImage.A.dylib ??? (???) <30bd95e38c8a203ee387013527cfd9d0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
    0x148f9000 - 0x14bf2ff3  com.apple.RawCamera.bundle 2.3.0 (505) <1c7cea30ffe2b4de98ced6518df1e54b> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x14fa9000 - 0x14fa9ffd  liblangid.dylib ??? (???) <4310e568d617f1ce7178266630e1b71a> /usr/lib/liblangid.dylib
    0x14fef000 - 0x14ff0fe1  com.apple.textencoding.unicode 2.2 (2.2) <542f2b8930d6bdf16c318ffea541acab> /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
    0x16cd8000 - 0x16cd9ff3  ATSHI.dylib ??? (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/ATSHI.dylib
    0x1785e000 - 0x17860ffe  com.apple.AutomatorCMM 1.1 (162) <413d7e87f90ba14adf2c2a08af448666> /System/Library/Contextual Menu Items/AutomatorCMM.plugin/Contents/MacOS/AutomatorCMM
    0x17a4a000 - 0x17a4dfff  com.apple.audio.AudioIPCPlugIn 1.0.6 (1.0.6) <51c811377017028f8904ad779e6a1344> /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugI n.bundle/Contents/MacOS/AudioIPCPlugIn
    0x17a53000 - 0x17a59fff  com.apple.audio.AppleHDAHALPlugIn 1.7.1 (1.7.1a2) <a0a4389b5ac52ab84397d2b25c9d3b9c> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bun dle/Contents/MacOS/AppleHDAHALPlugIn
    0x17ce4000 - 0x17ceeffe  com.apple.URLMount 3.1.1 (3.1.1) <55d7d7ad5616607b50ac93fe02115015> /System/Library/PrivateFrameworks/URLMount.framework/URLMount
    0x17d26000 - 0x17d28fff  com.apple.BezelServicesFW 1.4.9212 (1.4.9212) /System/Library/PrivateFrameworks/BezelServices.framework/Versions/A/BezelServi ces
    0x18091000 - 0x180a3fff  libTraditionalChineseConverter.dylib ??? (???) <6108541a452ff07d2f67db4a488b9d22> /System/Library/CoreServices/Encodings/libTraditionalChineseConverter.dylib
    0x18400000 - 0x18420fff  com.apple.Mail.Syncer 3.6 (936) <3e6943e7ab57e8b89e4ae4f540223433> /System/Library/Frameworks/Message.framework/Versions/B/Resources/Syncer.syncsc hema/Contents/MacOS/Syncer
    0x18434000 - 0x18447fff  com.apple.syncservices.syncservicesui 4.3 (389.20) <6356d458bbafd6d6901f38a4c43e00ff> /System/Library/PrivateFrameworks/SyncServicesUI.framework/Versions/A/SyncServi cesUI
    0x18506000 - 0x18514feb  libSimplifiedChineseConverter.dylib ??? (???) <68f130a585c3f580d166ef7cbbf47e69> /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib
    0x18519000 - 0x1851efff  libFontStreams.A.dylib ??? (???) <cf3003fc101252633cfbc097257ae925> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libFontStreams.A.dylib
    0x18c2d000 - 0x18c35fff  com.apple.qldisplay.Web 1.3.1 (170.9) /System/Library/PrivateFrameworks/QuickLookUI.framework/Versions/A/Resources/Di splayBundles/Web.qldisplay/Contents/MacOS/Web
    0x194ee000 - 0x19673fe3  GLEngine ??? (???) <052e02d9a452a45d014ffbd2a84a4e7c> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0x196a1000 - 0x19a0afe8  com.apple.GeForce8xxxGLDriver 1.5.48 (5.4.8) <880ed3155078052260ade6e705c9ca64> /System/Library/Extensions/GeForce8xxxGLDriver.bundle/Contents/MacOS/GeForce8xx xGLDriver
    0x1b571000 - 0x1b5e6ff7  com.apple.Bluetooth 2.1.9 (2.1.9f10) <d70a88066ebf7eb8071781f686caced3> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
    0x1bfdd000 - 0x1c190ffb  libCMaps.A.dylib ??? (???) <a70607c65b388e00357ebbca90d810b5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCMaps.A.dylib
    0x70000000 - 0x700e6ff2  com.apple.audio.units.Components 1.5.2 (1.5.2) /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
    0x8fe00000 - 0x8fe2db43  dyld 97.1 (???) <458eed38a009e5658a79579e7bc26603> /usr/lib/dyld
    0x90003000 - 0x900aafeb  com.apple.QD 3.11.57 (???) <35f058678972d42b88ebdf652df79956> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x900ab000 - 0x900befff  com.apple.IMUtils 4.0.8 (584) <f9b5c40fc6a37b082ae2a3df33766105> /System/Library/Frameworks/InstantMessage.framework/Frameworks/IMUtils.framewor k/Versions/A/IMUtils
    0x900bf000 - 0x900cfffc  com.apple.LangAnalysis 1.6.5 (1.6.5) <d057feb38163121ffd871c564c692804> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x900d0000 - 0x900ebff3  libPng.dylib ??? (???) <e0c3bdc3144e1ed91f1e4d00d147ff3a> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x900ec000 - 0x90159ffb  com.apple.WhitePagesFramework 1.2 (122.0) /System/Library/PrivateFrameworks/WhitePages.framework/Versions/A/WhitePages
    0x9015a000 - 0x901d7feb  com.apple.audio.CoreAudio 3.1.2 (3.1.2) <782a08c44be4698597f4bbd79cac21c6> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x901d8000 - 0x901e0fff  com.apple.DiskArbitration 2.2.1 (2.2.1) <ba64dd6ada417b5e7be736957f380bca> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x901e1000 - 0x901ecfe7  libCSync.A.dylib ??? (???) <f3228c803584320fde5e1bb9f04b4d44> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x901ed000 - 0x901edff8  com.apple.Cocoa 6.5 (???) <e064f94d969ce25cb7de3cfb980c3249> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x901ee000 - 0x90327ff7  libicucore.A.dylib ??? (???) <f2819243b278259b9a622ea111ea5fd6> /usr/lib/libicucore.A.dylib
    0x90328000 - 0x903afff7  libsqlite3.0.dylib ??? (???) <aaaf72c093e13f34b96e2688b95bdb4a> /usr/lib/libsqlite3.0.dylib
    0x903b0000 - 0x9040dffb  libstdc++.6.dylib ??? (???) <04b812dcec670daa8b7d2852ab14be60> /usr/lib/libstdc++.6.dylib
    0x9040e000 - 0x90442fef  com.apple.bom 9.0.1 (136.1.1) <007941632d316d064e8decc51255a5e0> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x90443000 - 0x905a6ff2  com.apple.CalendarStore 3.0.8 (860) /System/Library/Frameworks/CalendarStore.framework/Versions/A/CalendarStore
    0x905a7000 - 0x908affe7  com.apple.HIToolbox 1.5.6 (???) <eece3cb8aa0a4e6843fcc1500aca61c5> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x908b0000 - 0x908b0fff  com.apple.Carbon 136 (136) <98a5e3bc0c4fa44bbb09713bb88707fe> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x908b1000 - 0x90b2dfe7  com.apple.Foundation 6.5.9 (677.26) <c68b3cff7864959becfc7fd1a384f925> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x91af9000 - 0x91b4aff7  com.apple.HIServices 1.7.1 (???) <ba7fd0ede540a0da08db027f87efbd60> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x91b4b000 - 0x91b55feb  com.apple.audio.SoundManager 3.9.2 (3.9.2) <0f2ba6e891d3761212cf5a5e6134d683> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x91b56000 - 0x91b56ffc  com.apple.audio.units.AudioUnit 1.5 (1.5) /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x91b57000 - 0x91b76ffa  libJPEG.dylib ??? (???) <6d61215d5adfd74f75fed2e4db29a21c> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x91b77000 - 0x91cf7fff  com.apple.AddressBook.framework 4.1.2 (702) <f9360f9926ccd411fdf7550b73034d17> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x91cf8000 - 0x91d43ff7  com.apple.CoreMediaIOServices 140.0 (1492) <3fd3879b31be7659c1008e8991e9f69b> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/Core MediaIOServices
    0x91d44000 - 0x91d53ffe  com.apple.DSObjCWrappers.Framework 1.3 (1.3) <a2f7a163a74c134f6f17d497423436fe> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x91d54000 - 0x91de1ff7  com.apple.LaunchServices 292 (292) <a41286c7c1eb20ffd5cc796f791070f0> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x91de2000 - 0x91e54fff  com.apple.PDFKit 2.1.2 (2.1.2) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x91e55000 - 0x91ed4ff5  com.apple.SearchKit 1.2.2 (1.2.2) <3b5f3ab6a363a4d8a2bbbf74213ab0e5> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x91ed5000 - 0x91f02feb  libvDSP.dylib ??? (???) <f39d424bd56a0e75d5c7a2280a25cd76> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x91f03000 - 0x91f20ff7  com.apple.QuickLookFramework 1.3.1 (170.9) /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x91f21000 - 0x91f9efef  libvMisc.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x91f9f000 - 0x9235bff4  com.apple.VideoToolbox 0.484.2 (484.2) <f8e0dbf848f7441bc31428305a2f65bf> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbo x
    0x9235c000 - 0x9238bfe3  com.apple.AE 402.3 (402.3) <dba512e47f68eea1dd0ab35f596edb34> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x9238c000 - 0x9238eff5  libRadiance.dylib ??? (???) <73169d8c3fc31df4005e8eaa0d16bde5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x9238f000 - 0x92470ff7  libxml2.2.dylib ??? (???) <f274ba384fb55203873f9c17569ef131> /usr/lib/libxml2.2.dylib
    0x92471000 - 0x92478ff7  libCGATS.A.dylib ??? (???) <8875cf11c0de0579423ac6b6ce80336d> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x92479000 - 0x925acfe7  com.apple.CoreFoundation 6.5.7 (476.19) <a332c8f45529ee26d2e9c36d0c723bad> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x925ad000 - 0x92769ff3  com.apple.QuartzComposer 2.1 (106.13) <dc04566811ab9c5316d1a622f42da8ba> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x9276a000 - 0x9277afff  com.apple.speech.synthesis.framework 3.7.1 (3.7.1) <9a71429c74ed6ca43eb35e1f78471b2e> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x9277b000 - 0x92b18fef  com.apple.QuartzCore 1.5.8 (1.5.8) <18113e06d296230d63a63b58baf35f55> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x92b19000 - 0x92b30fff  com.apple.datadetectors 1.0.1 (66.2) <bdd74646d7fc46d7f7820622d0997fbc> /System/Library/PrivateFrameworks/DataDetectors.framework/Versions/A/DataDetect ors
    0x92b31000 - 0x92b40fff  libsasl2.2.dylib ??? (???) <0ae9f3c08d8508d9dba56324c60ceb63> /usr/lib/libsasl2.2.dylib
    0x92b41000 - 0x92b77fef  libtidy.A.dylib ??? (???) <7f0b8a7837bd7f8039d06fc042acf85b> /usr/lib/libtidy.A.dylib
    0x92b80000 - 0x92b80ffe  com.apple.MonitorPanelFramework 1.2.0 (1.2.0) <a2b462be6c51187eddf7d097ef0e0a04> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
    0x92b81000 - 0x92c32fff  edu.mit.Kerberos 6.0.15 (6.0.15) <28005ea82ba82307f185c255c25bfdd3> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x92c33000 - 0x92c6dffe  com.apple.securityfoundation 3.0.2 (36131) <dd2a4d1a4f50b82923d7cfc5df10455d> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x92c6e000 - 0x92c84fff  com.apple.DictionaryServices 1.0.0 (1.0.0) <ad0aa0252e3323d182e17f50defe56fc> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x92c85000 - 0x92e56fef  com.apple.security 5.0.7 (1) <44e26a9c40630a54d5a9f70c18483411> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x92e57000 - 0x92e60fff  com.apple.speech.recognition.framework 3.7.24 (3.7.24) <d3180f9edbd9a5e6f283d6156aa3c602> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x92e61000 - 0x92e8afff  libcups.2.dylib ??? (???) <2b0ab6b9fa1957ee940835d0cfd42894> /usr/lib/libcups.2.dylib
    0x92e8b000 - 0x92fd4ff7  com.apple.ImageIO.framework 2.0.9 (2.0.9) <717938c4837f88bbe8ec613d4d25bc52> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x92fd5000 - 0x930b5fff  libobjc.A.dylib ??? (???) <3ca288b625a47bbcfe378158e4dc328f> /usr/lib/libobjc.A.dylib
    0x930b6000 - 0x93105fff  com.apple.QuickLookUIFramework 1.3.1 (170.9) /System/Library/PrivateFrameworks/QuickLookUI.framework/Versions/A/QuickLookUI
    0x93106000 - 0x93144fff  libGLImage.dylib ??? (???) <2e570958595e0c9c3a289158223b39ee> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x9314f000 - 0x9315bff9  com.apple.helpdata 1.0.1 (14.2) /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
    0x9315c000 - 0x93178ff3  com.apple.CoreVideo 1.6.1 (48.6) <e1eea31edd855f3e739202eb18ac8312> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x93179000 - 0x931aaffb  com.apple.quartzfilters 1.5.0 (1.5.0) <22581f8fe9dd2cb261f97a897407ec3e> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
    0x931ab000 - 0x9328dfff  com.apple.syncservices 3.3 (389.20) <bfedc8cbb3754652e13d67a45791fac9> /System/Library/Frameworks/SyncServices.framework/Versions/A/SyncServices
    0x9328e000 - 0x9329affe  libGL.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x9329b000 - 0x9329bffd  com.apple.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x9329c000 - 0x9329cffb  com.apple.installserver.framework 1.0 (8) /System/Library/PrivateFrameworks/InstallServer.framework/Versions/A/InstallSer ver
    0x9329d000 - 0x932defe7  libRIP.A.dylib ??? (???) <cd04df9e8993c51312c8cbcfe2539914> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x932df000 - 0x933cdfef  com.apple.PubSub 1.0.5 (65.23) <7d496f89df21f6b9ecf99a7727469c2a> /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub
    0x933ce000 - 0x93518feb  com.apple.QTKit 7.7 (1680.28) <c03868cba11c22743a5d68e1b0184399> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x93519000 - 0x9355bfef  com.apple.NavigationServices 3.5.2 (163) <7f4f1766414a511bf5bc68920ac85a88> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x9355c000 - 0x93578fff  com.apple.IMFramework 4.0.8 (584) <03c3fc58fa1809c1716aaa7b623ff3d1> /System/Library/Frameworks/InstantMessage.framework/Versions/A/InstantMessage
    0x93579000 - 0x93580ffe  libbsm.dylib ??? (???) <d25c63378a5029648ffd4b4669be31bf> /usr/lib/libbsm.dylib
    0x93581000 - 0x93614fff  com.apple.ink.framework 101.3 (86) <bf3fa8927b4b8baae92381a976fd2079> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x93615000 - 0x93688fff  com.apple.iLifeMediaBrowser 2.1.5 (368) <3026150475335424dd1532739ded6fb0> /System/Library/PrivateFrameworks/iLifeMediaBrowser.framework/Versions/A/iLifeM ediaBrowser
    0x93689000 - 0x93e87fef  com.apple.AppKit 6.5.9 (949.54) <4df5d2e2271175452103f789b4f4d8a8> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x93f2d000 - 0x93fe8fe3  com.apple.CoreServices.OSServices 228.1 (228.1) <9c640e79ad97f335730d8a49f6cb2032> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x93fe9000 - 0x93ff0fe9  libgcc_s.1.dylib ??? (???) <f53c808e87d1184c0f9df63aef53ce0b> /usr/lib/libgcc_s.1.dylib
    0x93ff1000 - 0x9403cfe1  com.apple.securityinterface 3.0.4 (37213) <16de57ab3e3f85f3b753f116e2fa7847> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x9403d000 - 0x941a4ff3  libSystem.B.dylib ??? (???) <be7a9fa5c8a925578bddcbaa72e5bf6e> /usr/lib/libSystem.B.dylib
    0x941cf000 - 0x94353fef  com.apple.MediaToolbox 0.484.2 (484.2) <03c5c5966a91ad3ae9c825340fa21970> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbo x
    0x94354000 - 0x9437ffe7  libauto.dylib ??? (???) <4f3e58cb81da07a1662c1f647ce30225> /usr/lib/libauto.dylib
    0x94380000 - 0x94432ffb  libcrypto.0.9.7.dylib ??? (???) <d02f7e5b8a68813bb7a77f5edb34ff9d> /usr/lib/libcrypto.0.9.7.dylib
    0x94433000 - 0x94451ff3  com.apple.DirectoryService.Framework 3.5.7 (3.5.7) <b4cd561d2481c4162ecf0acdf8cb062c> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x94452000 - 0x9

  • AIR app randomly crashes on Mac, EXC_BAD_ACCESS (SIGBUS)

    Hi there!
    A recently published AIR app of mine (compiled as .dmg) seems to crash randomly on Mac OS.
    First off, there is the app if anyone wants to try it: http://toki-woki.net/p/le-bon-coin-coin/
    It's French, but you'll easily find where to click to get it.
    And here's the crash log a user sent me (hoping someone will know what to do with it and tell me what's wrong):
    Process:         Le Bon Coin Coin [2681]
    Path:            /Applications/Le Bon Coin Coin.app/Contents/MacOS/Le Bon Coin Coin
    Identifier:      net.tw.LBCWatch
    Version:         1.2.1 (???)
    Code Type:       X86 (Native)
    Parent Process:  launchd [1484]
    Interval Since Last Report:          11171466 sec
    Crashes Since Last Report:           31
    Per-App Interval Since Last Report:  33403 sec
    Per-App Crashes Since Last Report:   2
    Date/Time:       2011-10-21 21:07:17.266 +0200
    OS Version:      Mac OS X 10.5.8 (9L31a)
    Report Version:  6
    Anonymous UUID:  445E25B7-35B0-450C-A5EA-31E571F46722
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000010
    Crashed Thread:  0
    Thread 0 Crashed:
    0   com.adobe.AIR                      0x01c5b5c8 XC_RSA_Decrypt_Zeroes_Coding_Lithium + 1788568
    1   ???                                0x17ef2b40 0 + 401550144
    2   ???                                0x17ef2d29 0 + 401550633
    3   ???                                0x17ef586b 0 + 401561707
    4   ???                                0x17ef4170 0 + 401555824
    5   ???                                0x17ef4214 0 + 401555988
    6   ???                                0x17ef4824 0 + 401557540
    7   ???                                0x17ef454c 0 + 401556812
    8   com.adobe.AIR                      0x01db22ee r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 751183
    9   com.adobe.AIR                      0x01daf224 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 738693
    10  com.adobe.AIR                      0x01db202f r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 750480
    11  com.adobe.AIR                      0x01ffe6d3 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 3160628
    12  com.adobe.AIR                      0x02007b43 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 3198628
    13  com.adobe.AIR                      0x0200185b r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 3173308
    14  com.adobe.AIR                      0x01d180cb r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 119852
    15  com.adobe.AIR                      0x019d5cc9 0x19c6000 + 64713
    16  com.apple.Foundation               0x9419b9ac __NSThreadPerformPerform + 476
    17  com.apple.CoreFoundation           0x93a1340f CFRunLoopRunSpecific + 3215
    18  com.apple.CoreFoundation           0x93a13aa8 CFRunLoopRunInMode + 88
    19  com.apple.HIToolbox                0x934b62ac RunCurrentEventLoopInMode + 283
    20  com.apple.HIToolbox                0x934b5ffe ReceiveNextEventCommon + 175
    21  com.apple.HIToolbox                0x934b5f39 BlockUntilNextEventMatchingListInMode + 106
    22  com.apple.AppKit                   0x900a76d5 _DPSNextEvent + 657
    23  com.apple.AppKit                   0x900a6f88 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 128
    24  com.apple.AppKit                   0x9009ff9f -[NSApplication run] + 795
    25  com.adobe.AIR                      0x019cb638 0x19c6000 + 22072
    26  com.adobe.AIR                      0x019cb97e 0x19c6000 + 22910
    27  net.tw.LBCWatch                    0x00002f1f start + 2587
    28  net.tw.LBCWatch                    0x0000253a start + 54
    Thread 1:
    0   libSystem.B.dylib                  0x937902ce semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib                  0x937c22c6 _pthread_cond_wait + 1267
    2   libSystem.B.dylib                  0x93807539 pthread_cond_wait + 48
    3   com.adobe.AIR                      0x01ecf70b r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1919596
    4   com.adobe.AIR                      0x01d1b172 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 132307
    5   com.adobe.AIR                      0x01ecf7ef r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1919824
    6   com.adobe.AIR                      0x01ecf869 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1919946
    7   com.adobe.AIR                      0x01ecf904 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1920101
    8   libSystem.B.dylib                  0x937c1155 _pthread_start + 321
    9   libSystem.B.dylib                  0x937c1012 thread_start + 34
    Thread 2:
    0   libSystem.B.dylib                  0x937902ce semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib                  0x937c22c6 _pthread_cond_wait + 1267
    2   libSystem.B.dylib                  0x93807539 pthread_cond_wait + 48
    3   com.adobe.AIR                      0x01ecf70b r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1919596
    4   com.adobe.AIR                      0x01d1b172 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 132307
    5   com.adobe.AIR                      0x01ecf7ef r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1919824
    6   com.adobe.AIR                      0x01ecf869 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1919946
    7   com.adobe.AIR                      0x01ecf904 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1920101
    8   libSystem.B.dylib                  0x937c1155 _pthread_start + 321
    9   libSystem.B.dylib                  0x937c1012 thread_start + 34
    Thread 3:
    0   libSystem.B.dylib                  0x93790286 mach_msg_trap + 10
    1   libSystem.B.dylib                  0x93797a7c mach_msg + 72
    2   com.apple.CoreFoundation           0x93a12e7e CFRunLoopRunSpecific + 1790
    3   com.apple.CoreFoundation           0x93a13aa8 CFRunLoopRunInMode + 88
    4   com.apple.audio.CoreAudio          0x94a625f8 HALRunLoop::OwnThread(void*) + 160
    5   com.apple.audio.CoreAudio          0x94a62480 CAPThread::Entry(CAPThread*) + 96
    6   libSystem.B.dylib                  0x937c1155 _pthread_start + 321
    7   libSystem.B.dylib                  0x937c1012 thread_start + 34
    Thread 4:
    0   libSystem.B.dylib                  0x937902e6 semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                  0x937c22af _pthread_cond_wait + 1244
    2   libSystem.B.dylib                  0x937c3b33 pthread_cond_timedwait_relative_np + 47
    3   com.adobe.AIR                      0x01ecf74d r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1919662
    4   com.adobe.AIR                      0x01ee2ab6 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1998359
    5   com.adobe.AIR                      0x01ecf7ef r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1919824
    6   com.adobe.AIR                      0x01ecf869 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1919946
    7   com.adobe.AIR                      0x01ecf904 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1920101
    8   libSystem.B.dylib                  0x937c1155 _pthread_start + 321
    9   libSystem.B.dylib                  0x937c1012 thread_start + 34
    Thread 5:
    0   libSystem.B.dylib                  0x937902e6 semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                  0x937c22af _pthread_cond_wait + 1244
    2   libSystem.B.dylib                  0x937c3b33 pthread_cond_timedwait_relative_np + 47
    3   com.adobe.AIR                      0x01ecf74d r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1919662
    4   com.adobe.AIR                      0x01fe014f r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 3036336
    5   com.adobe.AIR                      0x01ecf7ef r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1919824
    6   com.adobe.AIR                      0x01ecf869 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1919946
    7   com.adobe.AIR                      0x01ecf904 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1920101
    8   libSystem.B.dylib                  0x937c1155 _pthread_start + 321
    9   libSystem.B.dylib                  0x937c1012 thread_start + 34
    Thread 6:
    0   libSystem.B.dylib                  0x93790286 mach_msg_trap + 10
    1   libSystem.B.dylib                  0x93797a7c mach_msg + 72
    2   com.apple.CoreFoundation           0x93a12e7e CFRunLoopRunSpecific + 1790
    3   com.apple.CoreFoundation           0x93a13aa8 CFRunLoopRunInMode + 88
    4   com.apple.CFNetwork                0x92be3264 CFURLCacheWorkerThread(void*) + 388
    5   libSystem.B.dylib                  0x937c1155 _pthread_start + 321
    6   libSystem.B.dylib                  0x937c1012 thread_start + 34
    Thread 7:
    0   libSystem.B.dylib                  0x93790286 mach_msg_trap + 10
    1   libSystem.B.dylib                  0x93797a7c mach_msg + 72
    2   com.apple.CoreFoundation           0x93a12e7e CFRunLoopRunSpecific + 1790
    3   com.apple.CoreFoundation           0x93a13aa8 CFRunLoopRunInMode + 88
    4   com.apple.Foundation               0x941fe520 +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 320
    5   com.apple.Foundation               0x9419adfd -[NSThread main] + 45
    6   com.apple.Foundation               0x9419a9a4 __NSThread__main__ + 308
    7   libSystem.B.dylib                  0x937c1155 _pthread_start + 321
    8   libSystem.B.dylib                  0x937c1012 thread_start + 34
    Thread 8:
    0   libSystem.B.dylib                  0x937df6fa select$DARWIN_EXTSN + 10
    1   libSystem.B.dylib                  0x937c1155 _pthread_start + 321
    2   libSystem.B.dylib                  0x937c1012 thread_start + 34
    Thread 9:
    0   libSystem.B.dylib                  0x937902e6 semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                  0x937c22af _pthread_cond_wait + 1244
    2   libSystem.B.dylib                  0x937c3b33 pthread_cond_timedwait_relative_np + 47
    3   com.adobe.AIR                      0x01d56172 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 373971
    4   com.adobe.AIR                      0x01d19dd7 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 127288
    5   com.adobe.AIR                      0x01d19f54 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 127669
    6   com.adobe.AIR                      0x01ecf7ef r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1919824
    7   com.adobe.AIR                      0x01ecf869 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1919946
    8   com.adobe.AIR                      0x01ecf904 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1920101
    9   libSystem.B.dylib                  0x937c1155 _pthread_start + 321
    10  libSystem.B.dylib                  0x937c1012 thread_start + 34
    Thread 10:
    0   libSystem.B.dylib                  0x937902e6 semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                  0x937c22af _pthread_cond_wait + 1244
    2   libSystem.B.dylib                  0x937c3b33 pthread_cond_timedwait_relative_np + 47
    3   com.adobe.AIR                      0x01d56172 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 373971
    4   com.adobe.AIR                      0x01d19dd7 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 127288
    5   com.adobe.AIR                      0x01d19f54 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 127669
    6   com.adobe.AIR                      0x01ecf7ef r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1919824
    7   com.adobe.AIR                      0x01ecf869 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1919946
    8   com.adobe.AIR                      0x01ecf904 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1920101
    9   libSystem.B.dylib                  0x937c1155 _pthread_start + 321
    10  libSystem.B.dylib                  0x937c1012 thread_start + 34
    Thread 0 crashed with X86 Thread State (32-bit):
      eax: 0x00000000  ebx: 0x1a788fa9  ecx: 0x1be7f750  edx: 0x00000018
      edi: 0x003fc180  esi: 0x1a788fa9  ebp: 0xbfffe1b8  esp: 0xbfffe1a0
       ss: 0x0000001f  efl: 0x00010246  eip: 0x01c5b5c8   cs: 0x00000017
       ds: 0x0000001f   es: 0x0000001f   fs: 0x00000000   gs: 0x00000037
      cr2: 0x00000010
    Binary Images:
        0x1000 -     0x6ff7 +net.tw.LBCWatch 1.2.1 (???) <3cc8b8fedd7deb4784521a45fba70160> /Applications/Le Bon Coin Coin.app/Contents/MacOS/Le Bon Coin Coin
      0x403000 -   0x406fff  com.apple.audio.AudioIPCPlugIn 1.0.6 (1.0.6) <51c811377017028f8904ad779e6a1344> /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugIn.bundle/Contents/MacOS/AudioIPCPlugIn
      0x40c000 -   0x412fff  com.apple.audio.AppleHDAHALPlugIn 1.7.1 (1.7.1a2)  /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Contents/MacOS/AppleHDAHALPlugIn
      0x493000 -   0x496fef  com.apple.LiveType.component 2.1.3 (2.1.3) /Library/QuickTime/LiveType.component/Contents/MacOS/LiveType
      0x49b000 -   0x500fde  com.apple.LiveType.framework 2.1.3 (2.1.3) /System/Library/PrivateFrameworks/LiveType.framework/Versions/A/LiveType
    0x19c6000 -  0x267dfd3 +com.adobe.AIR ??? (2.7.1.19610)  /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR
    0x158c6000 - 0x158d4feb  libSimplifiedChineseConverter.dylib ??? (???) <68f130a585c3f580d166ef7cbbf47e69> /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib
    0x158d9000 - 0x158ebfff  libTraditionalChineseConverter.dylib ??? (???) <6108541a452ff07d2f67db4a488b9d22> /System/Library/CoreServices/Encodings/libTraditionalChineseConverter.dylib
    0x15b0a000 - 0x15d11fef  com.apple.RawCamera.bundle 2.1.0 (474) <48a574d3b3269c8dbdc38d6f67879317> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x18715000 - 0x18c8fff7 +Webkit.dylib ??? (???)  /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Resources/Webkit.dylib
    0x8fe00000 - 0x8fe2db43  dyld 97.1 (???) <458eed38a009e5658a79579e7bc26603> /usr/lib/dyld
    0x90003000 - 0x9002bff7  com.apple.shortcut 1.0.1 (1.0)  /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
    0x9002c000 - 0x90033fff  com.apple.agl 3.0.9 (AGL-3.0.9)  /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x90067000 - 0x90865fef  com.apple.AppKit 6.5.9 (949.54) <4df5d2e2271175452103f789b4f4d8a8> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x90866000 - 0x90c03fef  com.apple.QuartzCore 1.5.8 (1.5.8) <8dc9ad0616bf56ebba60d6353737ac4e> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x90c04000 - 0x90c20ff3  libPng.dylib ??? (???) <9f50967afbd4384e61e68439f81db76c> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x90c21000 - 0x90c36ffb  com.apple.ImageCapture 5.0.2 (5.0.2) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
    0x90c3c000 - 0x90c69feb  libvDSP.dylib ??? (???) <4daafed78a471133ec30b3ae634b6d3e> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
    0x90c6a000 - 0x90c71fe9  libgcc_s.1.dylib ??? (???)  /usr/lib/libgcc_s.1.dylib
    0x90c72000 - 0x90cceff7  com.apple.htmlrendering 68 (1.1.3) <1c5c0c417891b920dfe139385fc6c155> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework/Versions/A/HTMLRendering
    0x90ccf000 - 0x90cd1fff  com.apple.securityhi 3.0 (30817)  /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
    0x90d92000 - 0x90d9afff  com.apple.DiskArbitration 2.2.1 (2.2.1) <2664eeb3a4d0c95a21c089892a0ae8d0> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x90d9b000 - 0x90deafff  com.apple.QuickLookUIFramework 1.3.1 (170.9) /System/Library/PrivateFrameworks/QuickLookUI.framework/Versions/A/QuickLookUI
    0x90e28000 - 0x90e28ffd  com.apple.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x90e29000 - 0x90fe5ff3  com.apple.QuartzComposer 2.1 (106.13)  /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer
    0x90fe6000 - 0x90fe6fff  com.apple.Carbon 136 (136) <2ea8decb44f41c4f2fc6fe93e0a53174> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x90fe7000 - 0x91073ff7  com.apple.LaunchServices 291 (291) <099eba2fe584376b476f9a262f41ecf2> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
    0x9107a000 - 0x911b3ff7  libicucore.A.dylib ??? (???)  /usr/lib/libicucore.A.dylib
    0x911b4000 - 0x912ecfe7  com.apple.imageKit 1.0.2 (1.0) <00d03cf7f26e1b6023efdc4bd15dd52e> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit
    0x912ed000 - 0x91471fef  com.apple.MediaToolbox 0.484.2 (484.2)  /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbox
    0x91484000 - 0x91490ff9  com.apple.helpdata 1.0.1 (14.2) /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
    0x91491000 - 0x915dbfeb  com.apple.QTKit 7.6.6 (1674)  /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x915dc000 - 0x915dcffe  com.apple.quartzframework 1.5 (1.5) <6865aa0aeaa584b5a54d43f2f21d6c08> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x915e9000 - 0x916b4fff  com.apple.ColorSync 4.5.2 (4.5.2) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
    0x916c7000 - 0x91d67ffb  com.apple.CoreGraphics 1.409.3 (???)  /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
    0x91d68000 - 0x91d68ffd  com.apple.Accelerate.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
    0x91d69000 - 0x91d72fff  com.apple.speech.recognition.framework 3.7.24 (3.7.24)  /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
    0x91da8000 - 0x91f16ff7  com.apple.JavaScriptCore 5530.19 (5530.19) <5eafe0cf33229588ef5a5cfc8454e618> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x91f17000 - 0x92242ff6  com.apple.QuickTime 7.6.6 (1674) <3ebc05dcaf5857bc3d33a04ebabf5c1a> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x92243000 - 0x9225bfff  com.apple.openscripting 1.2.8 (???)  /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
    0x9225c000 - 0x922b9ffb  libstdc++.6.dylib ??? (???) <7d389389a99ce696726cf4c8980cc505> /usr/lib/libstdc++.6.dylib
    0x9241e000 - 0x92458ffe  com.apple.securityfoundation 3.0.2 (36131)  /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
    0x92459000 - 0x924aaff7  com.apple.HIServices 1.7.1 (???)  /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
    0x924ab000 - 0x92528fef  libvMisc.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
    0x9261e000 - 0x92678ff7  com.apple.CoreText 2.0.4 (???)  /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText
    0x92679000 - 0x92679ffa  com.apple.CoreServices 32 (32) <373d6a888f9204641f313bc6070ae065> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x9267a000 - 0x926b9fef  libTIFF.dylib ??? (???) <5bf6b42bc5e007fcea32f6620b14cba3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x926ba000 - 0x92994ff3  com.apple.CoreServices.CarbonCore 786.11 (786.13) <6d7a4c1069870c62289be8394961bd0b> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
    0x92995000 - 0x929d6fe7  libRIP.A.dylib ??? (???) <285e1a45338d3a363141bfd8949eca10> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x929d7000 - 0x92ab8ff7  libxml2.2.dylib ??? (???) <4d54971007e14f8d80e6889ee1111f21> /usr/lib/libxml2.2.dylib
    0x92ab9000 - 0x92ab9ff8  com.apple.ApplicationServices 34 (34)  /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x92aba000 - 0x92afcfef  com.apple.NavigationServices 3.5.2 (163) <72cdc9d21f6690837870923e7b8ca358> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.framework/Versions/A/NavigationServices
    0x92afd000 - 0x92bafffb  libcrypto.0.9.7.dylib ??? (???)  /usr/lib/libcrypto.0.9.7.dylib
    0x92bb0000 - 0x92bcefff  libresolv.9.dylib ??? (???) <39f6d8651f3dca7a1534fa04322e6763> /usr/lib/libresolv.9.dylib
    0x92bcf000 - 0x92bdffff  com.apple.speech.synthesis.framework 3.7.1 (3.7.1) <273d96ff861dc68be659c07ef56f599a> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x92be0000 - 0x92c87fec  com.apple.CFNetwork 438.14 (438.14) <5f9ee0430b5f6319f18d9b23e777e0d2> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x92c88000 - 0x92cb7fe3  com.apple.AE 402.3 (402.3)  /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
    0x930c7000 - 0x93485fea  libLAPACK.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
    0x93486000 - 0x9378efe7  com.apple.HIToolbox 1.5.6 (???)  /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
    0x9378f000 - 0x938f6ff3  libSystem.B.dylib ??? (???)  /usr/lib/libSystem.B.dylib
    0x938f7000 - 0x938f7ffc  com.apple.audio.units.AudioUnit 1.5 (1.5) /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x938f8000 - 0x9391cfff  libxslt.1.dylib ??? (???)  /usr/lib/libxslt.1.dylib
    0x9391d000 - 0x93997ff8  com.apple.print.framework.PrintCore 5.5.4 (245.6) <3839795086b6857d3c60064dce8702b5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
    0x93998000 - 0x9399fffe  libbsm.dylib ??? (???)  /usr/lib/libbsm.dylib
    0x939a0000 - 0x93ad3fe7  com.apple.CoreFoundation 6.5.7 (476.19)  /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x93ad4000 - 0x93ca5ffb  com.apple.security 5.0.5 (36371) <1f7f48b36bc90d114220cc81e4e4694f> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x93d38000 - 0x93dcbfff  com.apple.ink.framework 101.3 (86)  /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
    0x93dcc000 - 0x93df5fff  libcups.2.dylib ??? (???)  /usr/lib/libcups.2.dylib
    0x93df6000 - 0x93dfdff7  libCGATS.A.dylib ??? (???)  /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x93e01000 - 0x93eb1fff  edu.mit.Kerberos 6.0.13 (6.0.13) <6f91042bf8a860731add9dcb09b5cb73> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x93eb2000 - 0x93ef2fef  com.apple.CoreMedia 0.484.2 (484.2) <37461ff47cb25ad434a8544c97271d28> /System/Library/PrivateFrameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x93ef3000 - 0x93f01ffd  libz.1.dylib ??? (???)  /usr/lib/libz.1.dylib
    0x93f02000 - 0x93f0ffe7  com.apple.opengl 1.5.10 (1.5.10) <95c3d857570a137d0e8285c9eafa1112> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x93f10000 - 0x93f1cffe  libGL.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x93f1d000 - 0x93ffdfff  libobjc.A.dylib ??? (???)  /usr/lib/libobjc.A.dylib
    0x93ffe000 - 0x94048fe1  com.apple.securityinterface 3.0.3 (36953) <0d481914378ffb037dd26144af5a1aa2> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface
    0x94073000 - 0x940faff7  libsqlite3.0.dylib ??? (???) <7d1fcfae937da95c7d2b9bdea57e6dc0> /usr/lib/libsqlite3.0.dylib
    0x940fb000 - 0x94101fff  com.apple.print.framework.Print 218.0.3 (220.2) <0b70ba17cbbe4d62a00bec91c8cc675e> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
    0x94102000 - 0x9418fff7  com.apple.framework.IOKit 1.5.2 (???) <7a3cc24f78f93931731203854ae0d891> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x94190000 - 0x9440cfe7  com.apple.Foundation 6.5.9 (677.26)  /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x9440d000 - 0x9440dffb  com.apple.installserver.framework 1.0 (8) /System/Library/PrivateFrameworks/InstallServer.framework/Versions/A/InstallServer
    0x9440e000 - 0x9481efef  libBLAS.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
    0x9481f000 - 0x94821ff5  libRadiance.dylib ??? (???) <7f14661d29de8cbf01334909542c0fc5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x94822000 - 0x9486dff7  com.apple.CoreMediaIOServices 130.0 (935) <4ee695edd53f5aa200021a2f69d24f76> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/CoreMediaIOServices
    0x948a5000 - 0x948c4ffa  libJPEG.dylib ??? (???)  /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x948d9000 - 0x9496cff3  com.apple.ApplicationServices.ATS 3.7 (???) <50d36de671e780505f9ed080d4064887> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
    0x9496d000 - 0x9497dffc  com.apple.LangAnalysis 1.6.5 (1.6.5)  /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
    0x9497e000 - 0x949afffb  com.apple.quartzfilters 1.5.0 (1.5.0) <92b4f39479fdcabae0d8f53febd22fad> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters
    0x949ba000 - 0x94a2cfff  com.apple.PDFKit 2.1.2 (2.1.2) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit
    0x94a2d000 - 0x94a43fff  com.apple.DictionaryServices 1.0.0 (1.0.0) <7d20b8d1fb238c3e71d0fa6fda18c4f7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
    0x94a44000 - 0x94a44ffe  com.apple.MonitorPanelFramework 1.2.0 (1.2.0) <1f4c10fcc17187a6f106e0a0be8236b0> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPanel
    0x94a45000 - 0x94ac2feb  com.apple.audio.CoreAudio 3.1.2 (3.1.2) <782a08c44be4698597f4bbd79cac21c6> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x94ac3000 - 0x94ad2ffe  com.apple.DSObjCWrappers.Framework 1.3 (1.3) <9a3a2108a5612a5e683e7e026c582a98> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWrappers
    0x94c63000 - 0x94c6efe7  libCSync.A.dylib ??? (???) <339ea462724f166ec899ef1ea8a5d55f> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x94c6f000 - 0x94c74fff  com.apple.CommonPanels 1.2.4 (85)  /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
    0x94c75000 - 0x94c7ffeb  com.apple.audio.SoundManager 3.9.2 (3.9.2)  /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/Versions/A/CarbonSound
    0x94c80000 - 0x94c80ff8  com.apple.Cocoa 6.5 (???)  /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x95627000 - 0x95645ff3  com.apple.DirectoryService.Framework 3.5.6 (3.5.6)  /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
    0x95646000 - 0x95662ff3  com.apple.CoreVideo 1.6.1 (48.6)  /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x95669000 - 0x956a0fff  com.apple.SystemConfiguration 1.9.2 (1.9.2)  /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x956a1000 - 0x95789ff3  com.apple.CoreData 100.2 (186.2) <44df326fea0236718f5ed64084e82270> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x95891000 - 0x9591bfe3  com.apple.DesktopServices 1.4.8 (1.4.8)  /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
    0x9591c000 - 0x95920fff  libGIF.dylib ??? (???)  /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x95934000 - 0x95934ffd  com.apple.Accelerate 1.4.2 (Accelerate 1.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x95a2c000 - 0x95a85ff7  libGLU.dylib ??? (???)  /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x95b69000 - 0x95b94fe7  libauto.dylib ??? (???) <2e44c523b851e8e25f05d13a48070a58> /usr/lib/libauto.dylib
    0x95bfc000 - 0x95c45fef  com.apple.Metadata 10.5.8 (398.26)  /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
    0x95c46000 - 0x96117f76  libGLProgrammability.dylib ??? (???)  /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
    0x9611d000 - 0x961d7fe3  com.apple.CoreServices.OSServices 228 (228)  /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
    0x961d8000 - 0x96212fe7  com.apple.coreui 1.2 (62) /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x97113000 - 0x971bafeb  com.apple.QD 3.11.56 (???) <835bc35de17539bd87b765fccbbfc2dc> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
    0x971bb000 - 0x971bffff  libmathCommon.A.dylib ??? (???) /usr/lib/system/libmathCommon.A.dylib
    0x971c0000 - 0x971c3fff  com.apple.help 1.1 (36) <1a25a8fbb49a830efb31d5c0a52939cd> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
    0x971f7000 - 0x972beff2  com.apple.vImage 3.0 (3.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
    0x972bf000 - 0x9733eff5  com.apple.SearchKit 1.2.2 (1.2.2) <3b5f3ab6a363a4d8a2bbbf74213ab0e5> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
    0x9738e000 - 0x974e0ff3  com.apple.audio.toolbox.AudioToolbox 1.5.2 (1.5.2) /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x97555000 - 0x97556ffc  libffi.dylib ??? (???)  /usr/lib/libffi.dylib
    0x97557000 - 0x9769fff7  com.apple.ImageIO.framework 2.0.6 (2.0.6) <4febd1ccf49ae410e82d12c02ba33b68> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x976a0000 - 0x97a5cff4  com.apple.VideoToolbox 0.484.2 (484.2) <35f2d177796ebb3b61f9d06593d1787a> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbox
    0x97a5d000 - 0x97a62fff  com.apple.DisplayServicesFW 2.0.2 (2.0.2)  /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
    0x97b08000 - 0x97b46fff  libGLImage.dylib ??? (???)  /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x97b47000 - 0x97b64ff7  com.apple.QuickLookFramework 1.3.1 (170.9) /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x97b65000 - 0x97bb3fe3  com.apple.AppleVAFramework 4.1.16 (4.1.16) /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0xba900000 - 0xba916fff  libJapaneseConverter.dylib ??? (???)  /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib
    0xbab00000 - 0xbab21fe2  libKoreanConverter.dylib ??? (???)  /System/Library/CoreServices/Encodings/libKoreanConverter.dylib
    0xfffe8000 - 0xfffebfff  libobjc.A.dylib ??? (???) /usr/lib/libobjc.A.dylib
    0xffff0000 - 0xffff1780  libSystem.B.dylib ??? (???) /usr/lib/libSystem.B.dylib
    Thanks in advance!

    Hi,
    Could you please open a new bug report about this issue at bugbase.adobe.com?  Please include sample media, code, project or app to help us reproduce the problem. Finally, once the bug has been added, would you mind posting back with the URL so that others affected can add their votes and comments?
    Thanks,
    Jian
    Adobe Flash Runtime team

  • HT204266 why does my app store crash anytime i search for an app??

    anytime i search for an app my apples app store crashes.. but if i just browse through the different apps itll let me look and download. is this an issue that i can solve or do i need to take mi ipod touch into an appl store?

    Known problems. See this ongoing discussion:
    IOS 6 App store crash: Apple Support Communities

  • Latest update causes seemingly random crashes

    I recently updated to the new version of 2.2. The update seemed to go without a hitch. Within an hour I had my first taste of what was to come. Listening to the ipod music (not a third party app), it just crashed in the middle of a song. It shows the apple icon and reboots. about 8-10 minutes later, it just stops playing and locks up. When manually rebooting the phone, and reopening the ipod, it crashed after the third song. It also does this while watching video(s). Seemingly at random times with NO user interaction. Pandora application rarely gets by 1 or 2 songs now. I now have trouble syncing to the appstore, itunes and mail.
    The 3G reception bars now suddenly drop from full to nothing, then back again. The wireless connection is less stable. .......I'm sitting here right now watching the bars go from full to nothing at seemingly random intervals never lasting more than 30 seconds. The phone is just sitting here doing nothing. It seems to me that the crashing/reboot behavior is similar to a memory leak or something similar that can allow the phone to handle so much (I don't know what it could be since it is seems so random, yet frequent) before crashing.
    I have restored the phone and tried a new install and have the exact same results. The previous update left me happy if not at least functional. I didn't have any issues as frequent as this. My phone is basically useless now since none of the applications proprietary or not seem to work for long now.
    Is anyone having similar issues they could share some secret iphone handshake to make it work again, or has anyone had any luck getting through to tech support? I'm not having any luck there currently.

    I suspect its most likely a Java bug.
    You're best off reporting it to Sun, err I mean oracle.

  • IOS 6 App Store Crashing when trying to view Purchased apps

    i up graded my ipod touch 4th gen to IOS 6 and it won't let me see my apps in the app store and it won't enable my airplay?!?!?!

    I'm having the same issue with my iPod Touch 4.  The upgrade process to iOS 6 went pretty smoothly, but when viewing my purchase history, the app thinks for about 30 seconds then crashes back to the home screen.  My iPad 3 takes about 30 seconds, but allows me to view my purchase history. 
    I probably have somewhere between 250-300 apps in my history. 
    I didn't have this problem before the upgrade to iOS 6.  Is my iPod Touch 4 just not powerful enough anymore?
    Maybe Apple's telling us, "Hey, if you want to easily view and download your purchased apps, do I have a deal for you.  Let me show you this: the new iPod Touch 5 for only $299.  It'll solve all of your problems.  Whadda say, pal?" 

  • I have an iPad 1st generation. App store crashes often. So do my apps. Is there a fix?

    I tried the troubleshooting before I went on here. I have some kind of log that's keeping a working list as to what's going on. Can anyone help me sort this out? Thanks in advance

    Hi Lpalcic,
    If you are having multiple issues across multiple apps, you may want to try backing up all your data to iTunes, then restoring your iPad to factory settings and testing to see if the issues persist before returning your data from the backup. You may find the following article helpful:
    Apple Support: Use iTunes to restore your iOS device to factory settings
    http://support.apple.com/kb/ht1414
    Regards,
    - Brenden

  • Launchd causing apps to crash

    I am having a problem on Mac Mini running Snow Leopard. A while back I had an issue where I couldn't get any apps to launch. If I launched anything at all, it would crash, and the offending process was always launchd.
    I ended up fixing the problem by running Cocktail and purging all the caches on the workstation. The machine became usable again, but every once in a while I have a launchd crash again and first all my Cocoa apps start crashing on launch, the my carbon apps, and then I'm done until I reboot. Then everything seems to run fine again for anywhere from a week to a month or so.
    Has anyone seen this behaviour and know of a way to correct it? Currently running apps seem to be fine. It's launching apps that causes the launchd crash.

    launchd will always have its hands in just about every app launched. From the man page:{quote}launchd manages processes, both for the system as a whole and for individual users.{quote}
    We'd need to see a crashlog to try to figure it out.
    If it slowly creeps up, it sounds like a memory problem, but could be lots of things I don't even know about.

  • I upgraded to ios 6 and every time i try to search apps the app store crashes

    i upgraded to ios 6 and every time i try to search apps the app store crashes help

    Download them again in the App Store purchased tab. As long as you use the same ID that you bought the apps with, you do not have to pay for them again.
    This will recover your apps, but all of your data will be gone.

  • Ios 6, Apps are crashing.

    I have uppdated my iPad and iPhone to ios 6. No i cant use all of my Apps, it is crashing constantly.
    I cant even start my Twitter app, it crashes. Cant use the bank app, it crashes. Safari reboots it self.
    I have installed iOS 6 again but my Apps are still crashes.
    Anyone tjat have the same problem?

    The problem is with facebook, go to settings / facebook / your user name and delete your account, the do a hard reset (home+power for some seconds).
    dont need to delete the facebook app! just delete your integrate account from settings
    cheers!

  • What to do if app is crashing on iPhone

    What to do if app is crashing on iPhone?

    Delete the app
    DELETING APP
    Hold your finger on the app you want to delete until it wiggles then tap the “x” to delete the app and tap the home button to stop icons from wiggling.  Note that native apps that came preinstalled with the phone cannot be deleted.  Deleting an app also deletes all of its data. You can re-download any app you’ve purchased from the App Store, free of charge.  Alternatively you can go to settings/general/usage, tap on the app you want to delete and  then on the next screen tap “delete app”.
    Download it again

  • 2nd Generation iPod Touch Closing out of apps randomly

    Sometimes my 2nd generation iPod Touch will close out of apps randomly. I'll be using an app and it will randomly close. How can I fix this, because I've already reset it to factory settings and not saving the memory while restoring it?

    When restoring to factory settings/new iPod fails to resolve a problem that indicates a hardware problem. An appointment at the genius Bar of an Apple store is in order.

  • IPhone 6 has become unusable, update didn't solve it. Random crashes etc

    Hi all,
    My iPhone 6 has become unusable.
    apps keep crashing, e.g. the native Mail app won't even open.
    Whatsapp doesn't show pictures sent
    Other apps e.g. web browser Open then bounce straight back to the home screen
    There was an update waiting to be installed, the latest iOS version so I tried that but it was in vain.
    Any ideas on what to do to resolve this please before a cumbersome factory reset?

    archon522 wrote:. There is obviously an issue because there are multiple reports of performance issues with Netflix traffic, and it's only coming from Verizon customers.
    That is simply not true.  There is a 10+ page thread on this very same subject in the Comcast forums on DSLR.  
    Some customers on every major ISP in the US (Comcast, TWC, FIOS) are openly complaining about Netflix issues.  From what I can tell it depends where you are and time of day.  The ISPs are letting their CDN ports get saturated and are making no moves to fix it.  Kind of makes sense when you consider they all have video streaming services of their own and that they compete with Netflix.
    Other people think this is a Netflix issue...i.e. if all the ISPs are having issues with Netflix is must be Netflix's problem.
    The ISPs have been remarkably quiet on this issue.  The only recent post I have seen anywhere is in the Comcast Forums:
    "We are aware of these threads and the concerns expressed here. We are actively engaged. It is sensitive and we can't really say more than that right now.
    JL
    National Engineering & Technical Operations"
    http://forums.comcast.com/t5/Basic-Internet-Connectivity-And/Is-comcast-working-on-the-Netflix-issue...
    So take it for what you will.  IMHO this is about all about money and the ISPs are to blame.
    Having said all that, CableVision is the one of the very few that joined Netflix OpenConnect, so if Netflix is that important to you moving to them is a very good idea.  Most people don't have that option.
    https://signup.netflix.com/openconnect

  • Wither Windows 10 universal apps?

    Strangely, Skype cited Windows 10 as a reason for abandoning its touchscreen app, but said nothing about offering a universal app for the upcoming operating system. A universal app would bestow a couple of distinct advantages: First, it would allow Skype to distribute its software through the Windows Store, allowing users to automatically get updates and easily re-download the app onto new PCs. It would also let Skype have a single app that works across phones, tablets, PCs, and the Xbox One. As it stands, Skype offers separate apps for each of these product categories, and distributes its desktop program through Skype.com. That’s not to say Skype won’t go universal after Windows 10's launched July 29. Microsoft is working on tools to convert desktop programs into universal apps, and it’d be downright shocking if Skype didn’t lead by example. Still, some of the details on this program are unclear, which might explain why Skype isn’t talking about it. In any case, it’s interesting that Skype is heading in a different direction than Microsoft Office, whose upcoming touch-friendly apps will be completely separate from the main desktop Office suite. Arguably, desktop Office is such a complex piece of software that merging it with the touch version just isn’t feasible right now. Sourced from : Jared Newman | @onejarednewmanPCWorld

    As your question is similar to what I have in my mind, I want to add:
    How does the WP (8.1 or Silverlight) scaling system works for different phone sizes (eg 520 vs 1520)?
    eg. sip keyboard height 8.1 SL is 339 px in phones below 4.7 inch but a scale factor is applied for larger phones. How to determine the scale factor? Have seen that it depends on the physical display size rather than resolution. How to determine the scale
    factor which multiplied by 339 will give the keyboard height in larger phones?

Maybe you are looking for