Hrmmm....I seem to recall posting something about Netbeans and the
finalizer thread threadlock problem a while ago. If you are having
problems with the finalizer, it is most likely a bug in sun's code.

this might (well, it won't....) solve your problem:
$cat "Please fix the finalizer bug in the jdk." > blah
$./mailsun
where mailsun is:
#!/bin/bash
while [true]
        mail $[EMAIL PROTECTED] blah
 
or similair (my bash prog'n skills are not so good)
Leave for about three weeks, or untill someone comes knocking. Ok, I am
just kidding :)

On Thu, 27 Aug 1998 [EMAIL PROTECTED] wrote:

> Hello,
> 
> I have a problem with jdk1.1.6v3a/glibc2. The problem is with
> the finalize() methods which does not get invoked in my code.
> Jdk1.1.5v7/glibc2 works fine (ie. the finalize() method is called).
> Anyone got any idea why?
> (I tried to create a small example which shows the problem
> but finalize() get's called for the small example:(
> 
> Marcel Ammerlaan
> -- 
> "Yields falsehood when preceded by its quotation"
> yields falsehood when preceded by its quotation
> 

Reply via email to