Mailing Lists: Apple Mailing Lists

Image of Mac OS face in stamp
 
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: SigBus 10



David,

>>>>>> David Kopec (DK) wrote at Sat, 28 Jul 2001 15:45:50 -0400:
DK> what does it mean when GDB says:
DK> program received signal "EXC_BAD_ACCESS"

you try to access an address which is not available for you.

The most probable reasons are
- unitialized pointer
- unretained object (which vanished and you then used the variable as if it exists)
- bad argument list for the format string in stringWithFormat: and alike
- forgotten nil at the end of object list in arrayWithObjects: and alike
---
Ondra Cada
OCSoftware: email@hidden http://www.ocs.cz
private email@hidden http://www.ocs.cz/oc




Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Contact Apple | Terms of Use | Privacy Policy

Copyright © 2007 Apple Inc. All rights reserved.