This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug java/12202] gcj 3.3.1 crashes compiling the apache xmlrpc library


PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12202


pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
           Keywords|                            |ice-on-valid-code
   Last reconfirmed|0000-00-00 00:00:00         |2003-09-28 21:46:38
               date|                            |
            Summary|gcj 3.3.1 crashes compiling |gcj 3.3.1 crashes compiling
                   |simple program against      |the apache xmlrpc library
                   |apache xmlrpc library       |


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-09-28 21:46 -------
I can confirm this on the mainline (20030925).
gcj -o fea.o -c xmlrpc-1.2-b1.jar
FesiRpcExtension.java:0: error: cannot find file for class FESI.Data.ObjectPrototype
org/apache/xmlrpc/fesi/FesiRpcExtension$ESRemote.class:0: error: cannot find file for class 
FESI.Data.ObjectPrototype
FesiRpcExtension.java: In class `org.apache.xmlrpc.fesi.FesiRpcExtension$ESRemote':
FesiRpcExtension.java: In constructor 
`(org.apache.xmlrpc.fesi.FesiRpcExtension,FESI.Data.ESObject,FESI.Interpreter.Evaluator,java.lang.S
tring,java.lang.String)':
FesiRpcExtension.java:254: error: cannot find file for class FESI.Data.ObjectPrototype
FesiRpcExtension.java:254: internal compiler error: Bus error
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]