bug submission problem / solaris segfault

2000-01-14 Thread Mike Linksvayer
Hi, I tried to submit a bug and got the following error (bug description is at the end of the message) - Forwarded message from Mail Delivery Subsystem <[EMAIL PROTECTED]> - X-Envelope-To: <[EMAIL PROTECTED]> Date: Fri, 14 Jan 2000 17:10:34 -0800 From: Mail Delivery Subsystem <[E

Re: KAFFE_DEBUG problem

2000-01-14 Thread Samuel Sanseri
Yes, thank you. When I commented out my CLASSPATH setting in .cshrc, the problem was fixed. Samuel > > > Samuel Sanseri writes: > > I'm having a problem with running Kaffe with KAFFE_DEBUG > > environment variable set to gdb. > > (When KAFFE_DEBUG is not set, the program works just fine.)

Re: KAFFE_DEBUG problem

2000-01-14 Thread Archie Cobbs
Samuel Sanseri writes: > I'm having a problem with running Kaffe with KAFFE_DEBUG > environment variable set to gdb. > (When KAFFE_DEBUG is not set, the program works just fine.) > > > > % kaffe HelloWorld > > (gdb) run > Starting program: /local/apps/kaffe-devel/l

Re: KAFFE_DEBUG problem

2000-01-14 Thread Samuel Sanseri
One small correction in the program, sorry: I still have the problem. This is Kaffe version 1.0.5. > > > I'm having a problem with running Kaffe with KAFFE_DEBUG > environment variable set to gdb. > (When KAFFE_DEBUG is not set, the program works just fine.) > >

KAFFE_DEBUG problem

2000-01-14 Thread Samuel Sanseri
I'm having a problem with running Kaffe with KAFFE_DEBUG environment variable set to gdb. (When KAFFE_DEBUG is not set, the program works just fine.) % kaffe HelloWorld (gdb) run Starting program: /local/apps/kaffe-devel/libexec/Kaffe -verify HelloWorld Couldn't fi

Re: BUG (small) in java.util.Vector

2000-01-14 Thread Archie Cobbs
jan grant writes: > Since this class now implements java.util.List, it's worth pointing out > that > java.util.Vector doesn't supply an implementation for add (although it > has the > functionally identical addElement) It's implemented in the superclass, AbstractList. Is there a functional reaso

Re: File.getAbsolutePath() bugfix

2000-01-14 Thread Alexandre Oliva
On Jan 14, 2000, "Edouard G. Parmelan" <[EMAIL PROTECTED]> wrote: > Alexandre Oliva wrote: >> BTW, waitpid doesn't load pid either :-( > Okay, I will fix that too Thanks -- Alexandre Oliva http://www.ic.unicamp.br/~oliva IC-Unicamp, Bra[sz]il oliva@{lsd.ic.unicamp.br,guarana.{org,com}} aoli

Re: File.getAbsolutePath() bugfix

2000-01-14 Thread Edouard G. Parmelan
Alexandre Oliva wrote: > > I see, pid is not saved after fork. > > Fixed now, thanks. > > BTW, waitpid doesn't load pid either :-( Okay, I will fix that too, but I have to check KWAITPID() also. For exemple in unix-jthread(), it loop on error (with a comment) but on BeOS, it return the error

Re: java/lang/Object

2000-01-14 Thread Derek L Davies
Derek L Davies <[EMAIL PROTECTED]> writes: > This is probably something really stupid but I'm flapping trying to > figure it out. AH HA! I was right! It *was* something really stupid ;-) Anyway, I just got my unit test to run successfully. Now I just need to hook up the unit test the right

Re: how do I get off this list ?

2000-01-14 Thread Edouard G. Parmelan
Bekkelund, Morten wrote: > Can anyone tell me how to get OFF this list? If you ever want to remove yourself from this mailing list, you can send mail to <[EMAIL PROTECTED]> with the following command in the body of your email message: unsubscribe kaffe or from another account, besides [EM

how do I get off this list ?

2000-01-14 Thread Bekkelund, Morten
Can anyone tell me how to get OFF this list?

Re: File.getAbsolutePath() bugfix

2000-01-14 Thread Alexandre Oliva
On Jan 14, 2000, "Edouard G. Parmelan" <[EMAIL PROTECTED]> wrote: > I see, pid is not saved after fork. > Fixed now, thanks. BTW, waitpid doesn't load pid either :-( -- Alexandre Oliva http://www.ic.unicamp.br/~oliva IC-Unicamp, Bra[sz]il oliva@{lsd.ic.unicamp.br,guarana.{org,com}} aoliva@{ac

Re: File.getAbsolutePath() bugfix

2000-01-14 Thread Edouard G. Parmelan
Mike Linksvayer wrote: > 3. I had assumed that cvs diff would give me differences between > the head revision and my file, but apparently it gives the differences > between the revision I have checked out and my file ... I haven't > used cvs in two years. :( Yes, ``cvs diff foo'' report diff b

BUG (small) in java.util.Vector

2000-01-14 Thread jan grant
Since this class now implements java.util.List, it's worth pointing out that java.util.Vector doesn't supply an implementation for add (although it has the functionally identical addElement) It's a trivial fix; what's the state-of-play regarding the 1.2-ness of Kaffe's classes? jan -- jan gran

Re: File.getAbsolutePath() bugfix

2000-01-14 Thread Mike Linksvayer
On Thu, Jan 13, 2000 at 02:37:13PM -0500, Mike Linksvayer wrote: > Argh, please unfix. I'm an idiot ... the behavior of getAbsolutePath() > is correct, only getCanonicalPath() is incorrect. I'll post a real > fix tonight, after I've tested more thoroughly. It happens that getCanonicalPath was

Re: Regression Test failures in current CVS

2000-01-14 Thread Alexandre Oliva
On Jan 14, 2000, Dalibor Topic <[EMAIL PROTECTED]> wrote: > Adding a LC_ALL=C in the TestScript would be nice, it > is not set there at all. Thanks. I'm arranging that both LC_ALL and LANG are reset to C if they're previously set. -- Alexandre Oliva http://www.ic.unicamp.br/~oliva IC-Unicamp

Re: Regression Test failures in current CVS

2000-01-14 Thread Dalibor Topic
--- Alexandre Oliva <[EMAIL PROTECTED]> wrote: > On Jan 14, 2000, Dalibor Topic <[EMAIL PROTECTED]> > wrote: > Try to unset it, or to set it to C. I think en_US > disregards case. > We should probably arrange to set LANG=C in > TestScript, if it is set > to something else, if this solves the