This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libgcj/13139] gcj throws exception with faulty stacktrace with freenet
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 27 Nov 2003 22:05:49 -0000
- Subject: [Bug libgcj/13139] gcj throws exception with faulty stacktrace with freenet
- References: <20031120182851.13139.robilad@kaffe.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2003-11-27 22:05 -------
With 3.4 (20031018), I get verification errors (later versions most likely get the wrong
backtrace):
[zhivago2:~/src/gccPRs/freenet] pinskia% sh start-freenet.sh
It appears that this is your first time running Freenet. You
should read the README file as it contains important instructions
and advice.
First we must generate a freenet.conf file. I will now run
Freenet in configure mode, and it will ask you a number of
questions. If you don't understand the question, hitting enter
without typing anything will go with the default which is likely
to be the right thing.
Exception in thread "main" java.lang.VerifyError: verification failed at PC 832 in
freenet.node.Main:loadNodeFile(()V): incompatible type in local variable
<<No stacktrace available>>
Starting Freenet now: Done
[zhivago2:~/src/gccPRs/freenet] pinskia% Exception in thread "main"
java.lang.VerifyError: verification failed at PC 832 in
freenet.node.Main:loadNodeFile(()V): incompatible type in local variable
<<No stacktrace available>>
[zhivago2:~/src/gccPRs/freenet] pinskia% ~/fsf-clean-nocheck/bin/gij -version
gij (GNU libgcj) version 3.4 20031018 (experimental)
Copyright (C) 2002 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE.
--
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
Last reconfirmed|0000-00-00 00:00:00 |2003-11-27 22:05:48
date| |
Summary|gcj throws exception with |gcj throws exception with
|faulty stacktrace with |faulty stacktrace with
|freenet |freenet
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13139