Re: JNI trouble with JNI_CreateJavaVM

1998-11-01 Thread Andrew Burgess
/genunix/java/green_threads/src/monitor_md.c", line 443: assertion failure *** panic: Internal error dumping threads! SIGABRT 6* abort (generated by abort(3) routine) *** panic: Internal error dumping threads! -- Andrew Burgess [EMAIL PROTECTED] Available for software contract work: www.scruz.net/~cichlid

Re: JNI trouble with JNI_CreateJavaVM

1998-11-01 Thread Andrew Burgess
"I'm screwed". Any chance this works in 1.2? Andrew Burgess [EMAIL PROTECTED] Available for software contract work: www.scruz.net/~cichlid

JNI trouble with JNI_CreateJavaVM

1998-11-01 Thread Andrew Burgess
../../../../src/genunix/java/green_threads/src/iomgr.c:272: No such file or directory. (gdb) s 0x400ce260 in __errno_location () at ../sysdeps/generic/errno-loc.c:28 ../sysdeps/generic/errno-loc.c:28: No such file or directory. (gdb) s Program received signal SIGSEGV, Segmentation fault. 0x0 in ?? ()

Re: How long will it take to port 1.1.7 ?

1998-10-02 Thread Andrew Burgess
nd to each file to make sure that our patch does not mess up a new fix >added by Sun. Do your patches go back to Sun to be integrated into their sources? -- Andrew Burgess [EMAIL PROTECTED] Available for software contract work: www.scruz.net/~cichlid

Re: Huge initialized static data blocks & java.util.zip

1998-09-29 Thread Andrew Burgess
c class bigarray { private static final String myGzippedData = "\001\002\003\000\004\005"; public static void main(String[] args) { System.out.println("Len="+myGzippedData.length()); } } I didn't check for length restrictions on the String. A