Crash log said crash on main function??

Hi,


I got several crash log from organizer's crashs report.


But most of them show I crash at main function like this:


Thread 0

GraphicService GSEventRunModal

UIKit UIApplicationMain

MyApplication main

libdyld.dylib start


the crash just stop at UIApplicationMain.


int main(int argc, char *argv[])

{

@autoreleasepool {

return UIApplicationMain(argc, argv, nil, NSStringFromClass([MyAppDelegate class]));

}

}



Is there any hint that I can find out what happened?


Does anybody know what may happened?


Thank you~~


Any response is appricated.


Eric

Can you show the first couple dozen lines from a symbolicated crash report?

Crash log said crash on main function??
 
 
Q