I applied this patch to my local copy of a just updated cvs tree and
it's not working.  This doesn't mean it isn't good, just that it
didn't go for me.

bash$ gdb /usr/local/japhar/bin/japhar 
GDB is free software and you are welcome to distribute copies of it
 under certain conditions; type "show copying" to see the conditions.
There is absolutely no warranty for GDB; type "show warranty" for
details.
GDB 4.16 (i386-redhat-linux), Copyright 1996 Free Software Foundation,
Inc...
(gdb) run --classpath=/home/brian Hello
Starting program: /usr/local/japhar/bin/japhar --classpath=/home/brian Hello

Program received signal SIGSEGV, Segmentation fault.
0x40037ba5 in initialize_class_class () at init.c:191
191     }
(gdb) where
#0  0x40037ba5 in initialize_class_class () at init.c:191
#1  0x4001263d in JNI_CreateJavaVM () at jniinvoc.c:322
#2  0x8048c97 in main (argc=3, argv=0xbffffa88) at japhar.c:252
(gdb) 

public class Hello
{
  public static void main(String argv[])
  {
    System.out.println("Hello World");
    System.exit(0);
  }
}

The testsuite (which works for me) also fails pretty miserably.

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

Reply via email to