App crashes only after second execution only in Release configuration

Posted by denbec on Stack Overflow See other posts from Stack Overflow or by denbec
Published on 2010-05-31T21:46:17Z Indexed on 2010/05/31 21:53 UTC
Read the original article Hit count: 562

Filed under:
|
|

Hey all,

i know this is probably not an easy question to answer, as it's hard to describe on my hand. I have an app that runs without problems on the device in Debug Configuration (also multiple times).

Once I put it into Release Configuration (which I need before publishing?), the app starts without problems and I can proceed to the next page, where I show an core-plot graph. BUT only if I run it from xcode. As soon as I end the App and start it again, it opens without problems, but on the next page, it crashes. Now I don't have anything to debug other than the crash report:

  Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: KERN_INVALID_ADDRESS at 0xcf10000a
Crashed Thread:  0

Thread 0 Crashed:
0   libobjc.A.dylib                 0x000026f2 objc_msgSend + 14
1   StandbyCheck                    0x0001fbea -[CPXYTheme newGraph] (CPXYTheme.m:36)
2   StandbyCheck                    0x00007c06 -[SCGraphCell initWithStyle:reuseIdentifier:] (SCGraphCell.m:28)
3   StandbyCheck                    0x00076b4a -[TTTableViewDataSource tableView:cellForRowAtIndexPath:] (TTTableViewDataSource.m:128)
4   UIKit                           0x0007797a -[UITableView(UITableViewInternal) _createPreparedCellForGlobalRow:withIndexPath:] + 514
5   UIKit                           0x000776b0 -[UITableView(UITableViewInternal) _createPreparedCellForGlobalRow:] + 28
6   UIKit                           0x00037e78 -[UITableView(_UITableViewPrivate) _updateVisibleCellsNow] + 940
7   UIKit                           0x000367d4 -[UITableView layoutSubviews] + 176
8   StandbyCheck                    0x000734b8 -[TTTableView layoutSubviews] (TTTableView.m:226)

[...]

Now, can someone point in any direction? What are the differences in Debug/Release Modes? How could I possibly debug this failure?

I've been searching for hours now, please help me :( Thanks, Dennis

© Stack Overflow or respective owner

Related posts about iphone

Related posts about release