I believe there's a logged bug on this exact problem.  Check the JDC
(http://developer.java.sun.com).  If it's the same one, it's not related to
J3D.
Tom

> -----Original Message-----
> From: Discussion list for Java 3D API
> [mailto:[EMAIL PROTECTED]]On Behalf Of Heiko Gottschling
> Sent: Monday, December 06, 1999 9:18 AM
> To: [EMAIL PROTECTED]
> Subject: [JAVA3D] How to free resources???
>
>
> Hi,
>
> I've got a program which displays ct image data with J3D. The user gets
> to choose a case from a menu, which is then displayed in a new JFrame.
> This process can be repeated severeal times, i.e. several cases can be
> selected and displayed one after another.
>
> The problem:
> J3D doesn't seem to release the allocated memory after a frame has been
> closed. When I start the program with the verbose:gc option, I can see
> my memory leaking away...
>
> I've also included a debug output in the frame's finalize() method, but
> it's never called :-(, although I'm sure that there are no more
> references pointing to the frame.
>
> thx
> Heiko
>
> ==================================================================
> =========
> To unsubscribe, send email to [EMAIL PROTECTED] and include
> in the body
> of the message "signoff JAVA3D-INTEREST".  For general help, send email to
> [EMAIL PROTECTED] and include in the body of the message "help".

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JAVA3D-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to