Results 1 to 4 of 4
- 12-23-2010, 05:14 AM #1
Member
- Join Date
- Dec 2010
- Posts
- 7
- Rep Power
- 0
NSConcreteMapTableValueEnumerator autoreleased Error
Hi All,
I have an application which is using thread and the application is doing a task every minute and goes on. The application runs for around four days continuously and it is getting stuck at one point and it is throwing an error as below on the console.
2010-12-23 09:47:38.575 java[31924:1707] *** __NSAutoreleaseNoPool(): Object 0x10015b230 of class NSConcreteMapTableValueEnumerator autoreleased with no pool in place - just leaking
Can someone please tell me why is this error caused?
Let me add that this is being done on a mac machine.
Thanks in advance
- 12-23-2010, 09:11 AM #2
Moderator
- Join Date
- Apr 2009
- Posts
- 10,438
- Rep Power
- 16
What is that class?
NSConcreteMapTableValueEnumerator?
It's not part of the standard Java.
- 12-24-2010, 02:18 AM #3
Moderator
- Join Date
- Jul 2010
- Location
- California
- Posts
- 1,605
- Rep Power
- 5
Auto release pools are used in objective-C/mac specific applications. Given this is a java forum I presume your app is a java app and the task you are calling is outside your java app and thus dependent upon what you are calling (or perhaps how you are calling it), but without more information its a guess
- 12-27-2010, 11:04 AM #4
Member
- Join Date
- Dec 2010
- Posts
- 7
- Rep Power
- 0
Similar Threads
-
java out of memory error-heap space error
By elsanthosh in forum NetBeansReplies: 4Last Post: 06-15-2010, 09:31 AM -
> Operator cannot be applied error and return incompatible types error
By corney_16 in forum New To JavaReplies: 1Last Post: 03-10-2010, 01:53 PM -
Thread: Error 500--Internal Server Error java.lang.NullPointerException
By jackdear44 in forum New To JavaReplies: 1Last Post: 12-05-2009, 07:28 AM -
java.lang.Error: Error opening DSound for capture
By NARs in forum NetworkingReplies: 1Last Post: 10-26-2009, 04:38 PM -
Diference Between compiler error Garbage collection and Runtime Error?
By makpandian in forum New To JavaReplies: 3Last Post: 01-23-2009, 08:53 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks