Menu

#913 (f) Segmentation fault

patched
open-fixed
None
5
2004-12-12
2004-11-10
Anonymous
No

unset CLASSPATH
unset JAVA_HOME
echo "class Test {}" > Test.java
mkdir java
mkdir java/lang
jikes -v Test.java
[read Test.java]
Segmentation fault

This should be something like:

Found 1 system error:

*** Semantic Error: Type "java.lang.Object" was not found.

Discussion

  • Elliott Hughes

    Elliott Hughes - 2004-11-12
    • assigned_to: nobody --> enh
     
  • Elliott Hughes

    Elliott Hughes - 2004-12-12

    fixed in CVS:

    hydrogen:/tmp/bug4090$ /Users/elliotth/Projects/jikes/src/jikes +D -bootclasspath . Test.java
    Test.java:0:1:0:0: Semantic Error: Type "java.lang.Object" was not found.
    Test.java:0:1:0:0: Semantic Error: Type "java.io.Serializable" was not found.
    Test.java:1:7:1:11: Semantic Error: No constructor with signature "Object()" was found in type "java.lang.Object".
    hydrogen:/tmp/bug4090$

     
  • Elliott Hughes

    Elliott Hughes - 2004-12-12
    • summary: Segmentation fault --> (f) Segmentation fault
    • status: open --> open-fixed
     

Log in to post a comment.