This is the mail archive of the
java-prs@gcc.gnu.org
mailing list for the Java project.
[Bug java/17848] segfault at java/class.c:2186 with PieSpy
- From: "tromey at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: java-prs at gcc dot gnu dot org
- Date: 11 Oct 2004 19:21:56 -0000
- Subject: [Bug java/17848] segfault at java/class.c:2186 with PieSpy
- References: <20041005181105.17848.timo.lindfors@iki.fi>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From tromey at gcc dot gnu dot org 2004-10-11 19:21 -------
If I use the -I option, it works.
Without the -I option, I get an error as I would expect:
opsy. gcj -C org/jibble/socnet/Graph.java
org/jibble/socnet/Graph.java: In class `org.jibble.socnet.Graph':
org/jibble/socnet/Graph.java: In method
`org.jibble.socnet.Graph.drawImage(int,int,int,int,double,boolean)':
org/jibble/socnet/Graph.java:484: error: cannot find file for class
org.jibble.pircbot.PircBot
org/jibble/socnet/Graph.java:484: confused by earlier errors, bailing out
I don't see a crash.
I'm using:
opsy. gcj --version
gcj (GCC) 4.0.0 20041006 (experimental)
Copyright (C) 2004 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.
Could you update and try again?
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17848