"Aaron M. Renn" <[EMAIL PROTECTED]> writes:

> I was running Japhar to compile a large number of classes and got a bus
> error.  Here is what shows up on my terminal:
> 
> java frame:     sun/io/ByteToCharConverter.nextByteIndex (pc = 292478064)
> java frame:     java/io/InputStreamReader.convertInto (pc = 53)
> java frame:     java/io/InputStreamReader.fill (pc = 108)
> java frame:     java/io/InputStreamReader.read (pc = 35)
> java frame:     java/io/BufferedReader.fill (pc = 138)
> java frame:     java/io/BufferedReader.read (pc = 39)
> java frame:     sun/tools/java/ScannerInputStream.read (pc = 35)
> java frame:     sun/tools/java/Scanner.scanDocComment (pc = 383)
> java frame:     sun/tools/java/Scanner.xscan (pc = 718)
> java frame:     sun/tools/java/Scanner.scan (pc = 4)
> java frame:     sun/tools/java/Parser.scan (pc = 51)
> java frame:     sun/tools/java/Parser.expect (pc = 105)
> java frame:     sun/tools/java/Parser.parseBlockStatement (pc = 121)
> java frame:     sun/tools/java/Parser.parseStatement (pc = 260)
> java frame:     sun/tools/java/Parser.parseField (pc = 563)
> java frame:     sun/tools/java/Parser.parseClassBody (pc = 192)
> java frame:     sun/tools/java/Parser.parseNamedClass (pc = 149)
> java frame:     sun/tools/java/Parser.parseClass (pc = 24)
> java frame:     sun/tools/java/Parser.parseFile (pc = 248)
> java frame:     sun/tools/javac/BatchEnvironment.parseFile (pc = 67)
> java frame:     sun/tools/javac/Main.compile (pc = 801)
> java frame:     sun/tools/javac/Main.main (pc = 53)
> make[1]: *** [java/lang/Exception.class] Bus error
> 
> This was during the Classpath build and there were probably 50+ classes on
> the compile line.
> 

Aaron, I'm guessing you saw the --with-java option you can use to
avoid using Japhar here, right?  Just wanted you to know I did add
that.  You can also specify the location of the classlib.  For the
moment the compile always assumes we're using Sun's javac.

Brian
-- 
|-------------------------------|Software Engineer
|Brian Jones                    |[EMAIL PROTECTED]
|[EMAIL PROTECTED]                    |http://www.nortel.net
|http://www.classpath.org/      |------------------------------

Reply via email to