Advertise Mobile SDKs Books Events Forum News Social Networking Support Us
Follow @iphonedevsdk on Twitter

Interface 2, Advanced iOS
Mockup & Code Gen
($9.99)

Make your own iPhone apps
and run them live!
(free)

Pic Frame Dynamo: Photo Editing
($0.99)

Abiliator
($1.99)

Want your application or service advertised on iPhone Dev SDK?

Go Back   iPhone Dev SDK Forum > iPhone SDK Development Forums > iPhone SDK Development

Reply
 
LinkBack Thread Tools Display Modes
Old 09-09-2011, 07:17 PM   #1 (permalink)
XXX
Registered Member
 
Join Date: Dec 2009
Posts: 121
XXX is on a distinguished road
Default [xmlParser abortParsing] crashing my app !

i am parsing xml in background thread.

Code:
[self performSelectorInBackground:@selector(parseXML) withObject:nil];
but if i dismiss the view before it ends parsing it'll cause the app to crash. in the ViewWillDisappear i have this


Code:
- (void) viewWillDisappear:(BOOL)animated {
    [super viewWillDisappear:animated];
    [xmlParser abortParsing];
    [xmlParser release];
    xmlParser = nil;
}
but the moment i dismiss the view app will crash.

any ideas please !
XXX is offline   Reply With Quote
Old 09-09-2011, 07:42 PM   #2 (permalink)
Reading the Documentation
 
baja_yu's Avatar
 
Join Date: Sep 2010
Location: 45.255019,19.844908
Posts: 5,414
baja_yu has a spectacular aura about
Default

And what's the crash log in the console?

Also, calls to super in unloading methods should come last.
baja_yu is offline   Reply With Quote
Old 09-10-2011, 02:26 AM   #3 (permalink)
XXX
Registered Member
 
Join Date: Dec 2009
Posts: 121
XXX is on a distinguished road
Default

hi baja-yu

this is the console log

Code:
[Switching to thread 11779]
Program received signal:  “EXC_BAD_ACCESS”.
warning: Unable to read symbols for /Developer/Platforms/iPhoneOS.platform/DeviceSupport/4.3.2 (8H7)/Symbols/Developer/usr/lib/libXcodeDebuggerSupport.dylib (file not found).
kill
quit

The Debugger has exited with status 0.(gdb)
??
XXX is offline   Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



» Advertisements
» Online Users: 415
10 members and 405 guests
apatsufas, Eclectic, fiftysixty, JackReidy, jeroenkeij, teebee74, tim0504, UMAD, yomo710, yuncarl28
Most users ever online was 1,387, 04-10-2012 at 04:21 AM.
» Stats
Members: 175,672
Threads: 94,121
Posts: 402,904
Top Poster: BrianSlick (7,990)
Welcome to our newest member, yuncarl28
Powered by vBadvanced CMPS v3.1.0

All times are GMT -5. The time now is 05:01 AM.
Powered by vBulletin® Version 3.8.0
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.0