File.getAbsolutePath() bugfix

Edouard G. Parmelan Edouard.Parmelan at quadratec.fr
Fri Jan 14 04:17:31 PST 2000


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 between checkout version (aka -rBASE)
and local file.  You can use special tag HEAD that match the most recent
version available in the repository (may not work with branch).

To see differences between last checkout version and most recent
version, use ``cvs diff -rBASE -rHEAD foo''.

> Now I've encountered another problem:  Process.destroy() causes
> kaffe to exit without a stack trace and without a core file.

Program received signal SIGTERM, Terminated.
0x401ea601 in kill ()
(gdb) where
#0  0x401ea601 in kill ()
#1  0x401b99a4 in jthreadedKill (pid=0, sig=15)

I see, pid is not saved after fork.
Fixed now, thanks.
You can update libraries/clib/native/UNIXProcess.c.


> Another question:  Is it safe to use gcc 2.95?

I use gcc-2.95.2 on Debian GNU/Linux 2.1 (slink) and RedHat 5.0 without
problems with Kaffe.
-- 
Edouard G. Parmelan
http://egp.free.fr


More information about the kaffe mailing list