This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


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

Re: I need an advice


Hi Jeff,

On Fri, Aug 17, 2001 at 07:37:52AM -0400, Jeff Sturm wrote:
> 
> 
> On Fri, 17 Aug 2001, Martin Kahlert wrote:
> > > I think adding 646 to the alias table is reasonable since this is a
> > > known problem for many Solaris boxes.
> > 
> > I do not know much about encoding. In fact, i never used anuthing like that,
> > before, so i am the wrong person to ask. Someone told me, that
> > 646 was just something like 7 Bit ASCII on Solaris boxes.
> 
> I think that's true.  It's a crummy default.  I use LANG=en_US.UTF-8 for a
> minimum hassle on Solaris.

I am always in need of minum hassle, so i tried your setting of LANG with
the latest snapshot (gcc-20010813). Here is the result:

Proprietary Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: 100
   at 0x4018d43a: java.lang.Throwable.Throwable(java.lang.String) (/sw/snapshots/lib/libgcj.so.2)
   at 0x40182a6f: java.lang.Exception.Exception(java.lang.String) (/sw/snapshots/lib/libgcj.so.2)
   at 0x4018708f: java.lang.RuntimeException.RuntimeException(java.lang.String) (/sw/snapshots/lib/libgcj.so.2)
   at 0x40183abf: java.lang.IndexOutOfBoundsException.IndexOutOfBoundsException(java.lang.String) (/sw/snapshots/lib/libgcj.so.2)
   at 0x4017e67f: java.lang.ArrayIndexOutOfBoundsException.ArrayIndexOutOfBoundsException(java.lang.String) (/sw/snapshots/lib/libgcj.so.2)
   at 0x401560f6: _Jv_ThrowBadArrayIndex (/sw/snapshots/lib/libgcj.so.2)
   at 0x402598f9: gnu.gcj.convert.Output_UTF8.write(char[], int, int) (/sw/snapshots/lib/libgcj.so.2)
   at 0x40259a8c: gnu.gcj.convert.UnicodeToBytes.write(java.lang.String, int, int, char[]) (/sw/snapshots/lib/libgcj.so.2)
   at 0x401a4cdd: java.io.PrintStream.writeChars(java.lang.String, int, int) (/sw/snapshots/lib/libgcj.so.2)
   at 0x401a4aa4: java.io.PrintStream.print(java.lang.String, boolean) (/sw/snapshots/lib/libgcj.so.2)
   at 0x401a4869: java.io.PrintStream.println(java.lang.String) (/sw/snapshots/lib/libgcj.so.2)
   at 0x080aa47a: VHDL::VC::Common::VCC_DefaultErrorHandler::printMessage(java::lang::String*, bool) (/home/kahlert/LOCAL/TMC_JAVA/VHDL/VC/Common/VCC_DefaultErrorHandler.java:981)
   at 0x080a944f: VHDL::VC::Common::VCC_DefaultErrorHandler::writeMessage(java::lang::String*) (/home/kahlert/LOCAL/TMC_JAVA/VHDL/VC/Common/VCC_DefaultErrorHandler.java:726)
   at 0x0810e087: VHDL::VC::Main::VCM_Tool::initialize(JArray<java::lang::String*>*) (/home/kahlert/LOCAL/TMC_JAVA/VHDL/VC/Main/VCM_Tool.java:256)
   at 0x0810dabe: VHDL::VC::Main::VCM_Tool::execute(JArray<java::lang::String*>*) (/home/kahlert/LOCAL/TMC_JAVA/VHDL/VC/Main/VCM_Tool.java:145)
   at 0x0807141e: TT::MAIN::TT_MAIN::main(JArray<java::lang::String*>*) (/home/kahlert/LOCAL/TMC_JAVA/TT/MAIN/TT_MAIN.java:82)
   at 0x4016c23b: gnu.gcj.runtime.FirstThread.run() (/sw/snapshots/lib/libgcj.so.2)
   at 0x40177042: java.lang.Thread.run_(java.lang.Object) (/sw/snapshots/lib/libgcj.so.2)
   at 0x40264a55: _Jv_ThreadSetPriority(_Jv_Thread_t, int) (/sw/snapshots/lib/libgcj.so.2)
   at 0x404236d3: GC_start_routine (/sw/snapshots/lib/libgcjgc.so.1)
   at 0x4043cba3: pthread_detach (/lib/libpthread.so.0)
   at 0x4053114a: __clone (/lib/libc.so.6)


Perhaps this should become a little bit more advanced ...

I will dig into the bug when i have a little bit time left.

Bye,
Martin.

-- 
The early bird catches the worm. If you want something else for       
breakfast, get up later.


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