• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
crashing MacOs application when running a build file
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

crashing MacOs application when running a build file


  • Subject: crashing MacOs application when running a build file
  • From: "Y Nguyen" <email@hidden>
  • Date: Thu, 14 Aug 2008 17:06:47 +0700

Hi all,
I'm a new MacOS dev member.
I'm developing an demo application that connect to SQLite (SQLite3).
I have a problem with my application.
I also build my app and try to run it (using app file).
When I run by "Build and Run" in Xcode, there are no problem. But when I run
app file (in release folder), It's crash. This is the report:

//*********************************************************************
Date/Time:      2008-08-14 13:35:34 +0800
OS Version:     10.5 (Build 9A581)
Architecture:   i386
Report Version: 4

Command:        AHRPersonalMacOS
Path:
/Applications/AHRPersonalMacOS.app/Contents/MacOS/AHRPersonalMacOS
Version:        ??? (1.0)
Parent:         launchd [73]

PID:            17118
Event:          hang
Time:           5.04s
Steps:          25


Process:        AHRPersonalMacOS [17118]
Path:
/Applications/AHRPersonalMacOS.app/Contents/MacOS/AHRPersonalMacOS

  ADDRESS         BINARY
  00001000
/Applications/AHRPersonalMacOS.app/Contents/MacOS/AHRPersonalMacOS
  00033000
/System/Library/Frameworks/IOBluetoothUI.framework/Versions/A/IOBluetoothUI
  000b9000
/System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
  00172000
/Library/Frameworks/BizEntity.framework/Versions/A/BizEntity
  00179000
/Library/Frameworks/SM2DGraphView.framework/Versions/A/SM2DGraphView
  00196000
/Library/Frameworks/VDALFramework.framework/Versions/A/VDALFramework
  001a5000
/System/Library/PrivateFrameworks/BezelServices.framework/Versions/A/BezelServices
  004fa000
/System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
  00749000
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib

  Thread id:      3b8b8b8
  User stack:
    25 start + 54 (in AHRPersonalMacOS) [0x1e2e]
      25 _NSApplicationMain + 574 (in AppKit) [0x94b429ba]
        25 -[NSApplication run] + 847 (in AppKit) [0x94b75705]
          25 -[NSApplication sendEvent:] + 3824 (in AppKit) [0x94c17e4e]
            25 -[NSApplication _handleKeyEquivalent:] + 99 (in AppKit)
[0x94cfa910]
              25 -[NSWindow performKeyEquivalent:] + 257 (in AppKit)
[0x94cfac4e]
                25 -[NSView performKeyEquivalent:] + 367 (in AppKit)
[0x94cfaee4]
                  25 -[NSView performKeyEquivalent:] + 367 (in AppKit)
[0x94cfaee4]
                    25 -[NSView performKeyEquivalent:] + 367 (in AppKit)
[0x94cfaee4]
                      25 -[NSView performKeyEquivalent:] + 367 (in AppKit)
[0x94cfaee4]
                        25 -[NSControl _performKeyEquivalent:conditionally:]
+ 160 (in AppKit) [0x94cfb018]
                          25 -[NSButton performKeyEquivalent:] + 378 (in
AppKit) [0x94cfb1a9]
                            25 -[NSButtonCell performClick:] + 725 (in
AppKit) [0x94d27cc3]
                              25 -[NSCell _sendActionFrom:] + 169 (in
AppKit) [0x94c4dd5a]
                                25 -[NSControl sendAction:to:] + 108 (in
AppKit) [0x94c4ded4]
                                  25 -[NSApplication sendAction:to:from:] +
112 (in AppKit) [0x94c4df94]
                                    25 -[DetailController
previousStepDrawing:] + 220 (in AHRPersonalMacOS) [0x6849]
                                      6 -[NoninDataSQLiteDAO
getAllNoninData:] + 66 (in AHRPersonalMacOS) [0x965c]
                                      6 ??? [0x23086]
                                      3 _objc_msgSend + 117 (in
libobjc.A.dylib) [0x94a38745]
                                      2 -[NoninDataSQLiteDAO
getAllNoninData:] + 58 (in AHRPersonalMacOS) [0x9654]
                                      2 -[NoninDataSQLiteDAO
getAllNoninData:] + 729 (in AHRPersonalMacOS) [0x98f3]
                                      2 _objc_msgSend + 0 (in
libobjc.A.dylib) [0x94a386d0]
                                      1 _objc_msgSend + 134 (in
libobjc.A.dylib) [0x94a38756]
                                      1 _objc_msgSend + 16 (in
libobjc.A.dylib) [0x94a386e0]
                                      1 -[NoninDataSQLiteDAO
getAllNoninData:] + 75 (in AHRPersonalMacOS) [0x9665]
                                      1 _objc_msgSend + 112 (in
libobjc.A.dylib) [0x94a38740]
  Kernel stack:
    24 _PE_incoming_interrupt + 131 [0x4443c7]
      24 _lapic_interrupt + 300 [0x1ae66e]
        24 _sync_iss_to_iks + 114 [0x1a6ec1]


Process:        ATSServer [105]
Path:
/System/Library/Frameworks/ApplicationServices.framework/Frameworks/ATS.framework/Support/ATSServer
...
...
//*****************************************************************

I don't understand its reason.
Please explain to me.
Thanks all!
_______________________________________________

Cocoa-dev mailing list (email@hidden)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Follow-Ups:
    • Re: crashing MacOs application when running a build file
      • From: Nick Zitzmann <email@hidden>
  • Prev by Date: Re: Is this a bug, or am I hacking?
  • Next by Date: Re: Opening an external file in a external application
  • Previous by thread: Re: Is this a bug, or am I hacking? [SOLVED]
  • Next by thread: Re: crashing MacOs application when running a build file
  • Index(es):
    • Date
    • Thread