Re: Java-Bridge errors
Re: Java-Bridge errors
- Subject: Re: Java-Bridge errors
- From: Steve Klingsporn <email@hidden>
- Date: Fri, 15 Nov 2002 17:22:42 -0600
It could be a bug in Cocoa-Java. There are a number of them which have
not been fixed since 10.1.5.
Can you tell from your stack trace where the crash is coming from?
Sometimes it's hard.
Are you nulling out your reference to the object, by chance? Could
cause your object to be GC'd.
Are you doing something with a bridged object from another thread?
Maybe you need to set up a autorelease pool?
My game, Aquataxx, sometimes crashes at random, and it appears that
several of them are due to Java-Cocoa bugs.
It would be nice to have official responses from Apple regarding
Cocoa-J, but they are very few and far between.
Steve
On Friday, November 15, 2002, at 05:09 PM,
email@hidden wrote:
Message: 10
Date: Fri, 15 Nov 2002 14:40:25 +0100
From: Christoph Gerdes <email@hidden>
To: email@hidden
Subject: Java-Bridge errors
Hi,
the application I am currently working on crashes frequently dumping
this error:
ObjCJava FATAL:
jobjc_lookupObjCObject(): returning garbage collected java ref for objc
object of class myObject
ObjCJava Exit
myApp has exited with status 255.
Can I do anything about it or is it a bug in the cocoa java framework?
Tia.
Christoph
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.