rmic and kaffe

Godmar Back gback at cs.utah.edu
Tue Nov 16 12:05:36 PST 1999



I fixed that after the 1.0.5 release.
Try either the CVS, or use this patch:

Index: classMethod.c
===================================================================
RCS file: /cvs/kaffe/kaffe/kaffe/kaffevm/classMethod.c,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -4 -r1.68 -r1.69
--- classMethod.c       1999/10/22 18:19:53     1.68
+++ classMethod.c       1999/10/22 19:45:06     1.69
@@ -1996,9 +1996,9 @@
        if (sig == NULL) {
                postOutOfMemory(einfo);
                return (NULL);
        }
-       PSIG_UTF8(sig) = signature;
+       utf8ConstAssign(PSIG_UTF8(sig), signature);
        PSIG_NARGS(sig) = nargs;
 
        sig_iter = signature->data+1; /* skip '(' */
        for (count = 0; count < nargs; ++count) {

   - Godmar

> 
> 
> 
> Hi,
> 
> I am trying to develop a RMI application with kaffe 1.0.5 on a Linux box.
> I did a simple client/server application. When I try to generate the stubs
> and skeletons with rmic, I have the following error:
> 
> rmic ServerImpl 
> Kaffe: utf8const.c:204: utf8ConstRelease: Assertion `utf8->nrefs >= 1'
> failed.
> Aborted
> 
> Can someone help me?
> 
> I look at the archive mailing lists at 
> http://rufus.w3.org/tools/Kaffe/messages, but there is no correspondence
> between the header of a message (the link) and the message.
> 
> Thank you very much.
> 
> Eric.
> 
> *******************************************************************
> Eric Gamess
> Universidad Central de Venezuela
> Postgrado de Ciencias de la Computacion
> Caracas, Venezuela
> E-mail: egamess at kanaima.ciens.ucv.ve
> Tel: 605-22-93
> *******************************************************************
> 



More information about the kaffe mailing list