App freezing after lunch without any Error on Iphone Simulator?

Posted by Meko on Stack Overflow See other posts from Stack Overflow or by Meko
Published on 2010-03-29T21:37:10Z Indexed on 2010/03/29 21:43 UTC
Read the original article Hit count: 598

HI.I am using CoreData on my UITable to show some records.It works when I first run.But if I run my app on simulator second time it shows up with data but then it stops.Sometimes it quits from app or it only froze and i cant click on table or tab bar. I looked also on Console but I thought there is no error.Here output from console

The Debugger has exited with status 0.
[Session started at 2010-03-30 00:22:06 +0300.]
2010-03-30 00:22:08.660 Paparazzi2[3556:207] Creating Photo: Urban disaster
2010-03-30 00:22:08.661 Paparazzi2[3556:207] Person is: Josh
2010-03-30 00:22:08.665 Paparazzi2[3556:207]  Person is: Josh 
2010-03-30 00:22:08.665 Paparazzi2[3556:207] -- Person Exists : Josh--
2010-03-30 00:22:08.719 Paparazzi2[3556:207] Creating Photo: Concrete pitch forks
2010-03-30 00:22:08.719 Paparazzi2[3556:207] Person is: Josh
2010-03-30 00:22:08.721 Paparazzi2[3556:207]  Person is: Josh 
2010-03-30 00:22:08.721 Paparazzi2[3556:207] -- Person Exists : Josh--
2010-03-30 00:22:08.727 Paparazzi2[3556:207] Creating Photo: Leaves on fire
2010-03-30 00:22:08.728 Paparazzi2[3556:207] Person is: Al
2010-03-30 00:22:08.734 Paparazzi2[3556:207]  Person is: Al 
2010-03-30 00:22:08.734 Paparazzi2[3556:207] -- Person Exists : Al--

[Session started at 2010-03-30 00:22:08 +0300.]
GNU gdb 6.3.50-20050815 (Apple version gdb-967) (Tue Jul 14 02:11:58 UTC 2009)
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "i386-apple-darwin".sharedlibrary apply-load-rules all
Attaching to process 3556.
(gdb) 

© Stack Overflow or respective owner

Related posts about iphone-simulator

Related posts about iphone-sdk