Need help on following error code
Need help on following error code
- Subject: Need help on following error code
- From: Arnab Ganguly <email@hidden>
- Date: Tue, 9 Jun 2009 19:18:46 +0530
I am using the following function
[NSThread detachNewThreadSelector:@selector(metaDataRequest_thread) toTarget:self withObject:nil];
Once the metaDataRequest_thread function is being called I get the following output in my debug console.
getUrlFromPls::::::::::Resultant url="" href="http://213.251.140.62:8006">http://213.251.140.62:8006
2009-06-09 19:08:09.863 TESTPlayer[3250:7753] *** _NSAutoreleaseNoPool(): Object 0x1ed17990 of class NSCFString autoreleased with no pool in place - just leaking
Stack: (0x94146f0f 0x94053442 0x3325 0x94059e0d 0x940599b4 0x942fe155 0x942fe012)
2009-06-09 19:08:09.863 TESTPlayer[3250:10b] Arnab:::::I am progressing with the main thread
::play_aacplus
2009-06-09 19:08:09.863 TESTPlayer[3250:7753] *** _NSAutoreleaseNoPool(): Object 0x16df9de0 of class NSURL autoreleased with no pool in place - just leaking
Stack: (0x94146f0f 0x94053442 0x9409da11 0x334d 0x94059e0d 0x940599b4 0x942fe155 0x942fe012)
2009-06-09 19:08:09.867 TESTPlayer[3250:7753] *** _NSAutoreleaseNoPool(): Object 0x16dfbf40 of class NSMutableURLRequest autoreleased with no pool in place - just leaking
Stack: (0x94146f0f 0x94053442 0x338a 0x94059e0d 0x940599b4 0x942fe155 0x942fe012)
2009-06-09 19:08:09.868 TESTPlayer[3250:7753] *** _NSAutoreleaseNoPool(): Object 0x1ed11b30 of class NSCFString autoreleased with no pool in place - just leaking
Stack: (0x94146f0f 0x94053442 0x941e9e9a 0x9410d9f9 0x33c0 0x94059e0d 0x940599b4 0x942fe155 0x942fe012)
2009-06-09 19:08:09.868 TESTPlayer[3250:7753] *** _NSAutoreleaseNoPool(): Object 0x16da9770 of class NSCFString autoreleased with no pool in place - just leaking
Stack: (0x94146f0f 0x94053442 0x941f4753 0x941e9eb0 0x9410d9f9 0x33c0 0x94059e0d 0x940599b4 0x942fe155 0x942fe012)
2009-06-09 19:08:09.869 TESTPlayer[3250:7753] *** _NSAutoreleaseNoPool(): Object 0x1ed00ef0 of class NSCFString autoreleased with no pool in place - just leaking
Stack: (0x94146f0f 0x94053442 0x941e9ef2 0x9410d9f9 0x33c0 0x94059e0d 0x940599b4 0x942fe155 0x942fe012)
2009-06-09 19:08:09.869 TESTPlayer[3250:7753] *** _NSAutoreleaseNoPool(): Object 0x16dfa5f0 of class NSCFString autoreleased with no pool in place - just leaking
Stack: (0x94146f0f 0x94053442 0x940bd683 0x941e9f08 0x9410d9f9 0x33c0 0x94059e0d 0x940599b4 0x942fe155 0x942fe012)
2009-06-09 19:08:11.246 TESTPlayer[3250:10b] It is an aacplus file
Am I doing something silly mistake? how do I resolve the above issue.
Thanks in advance.
Arnab
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Darwin-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden