Re: Cocoa/Java; random crashes
Re: Cocoa/Java; random crashes
- Subject: Re: Cocoa/Java; random crashes
- From: Bill Bumgarner <email@hidden>
- Date: Thu, 20 Mar 2003 15:00:20 -0500
On Thursday, Mar 20, 2003, at 14:53 US/Eastern, Niko Matsakis wrote:
Your problem is almost certainly the fact that any object you pass to
a cocoa
object is not tracked by the java garbage collector, so it is probably
being
garbage collected. Or are you asking for tips on how to track down
which
objects are being prematurely freed? In that case, I have no
suggestions.
That makes sense. Any tips regarding tracking 'em down and figuring
out which Java objects need to be 'retained' on the java side of the
bridge would be helpful.
thank you!
b.bum
_______________________________________________
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.