Re: problems with finalize()

1998-08-29 Thread marcel
peter johnson wrote ([EMAIL PROTECTED]) > [EMAIL PROTECTED] wrote: > > [EMAIL PROTECTED] wrote ([EMAIL PROTECTED]) > > > 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 work

Re: problems with finalize()

1998-08-29 Thread peter johnson
[EMAIL PROTECTED] wrote: > [EMAIL PROTECTED] wrote ([EMAIL PROTECTED]) > > 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). > > A

Re: problems with finalize()

1998-08-28 Thread marcel
[EMAIL PROTECTED] wrote ([EMAIL PROTECTED]) > 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 cre

Re: problems with finalize()

1998-08-27 Thread Kenny Freeman
HrmmmI 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 j

problems with finalize()

1998-08-27 Thread marcel
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()