/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
"I'm screwed". Any chance this works in 1.2?
Andrew Burgess
[EMAIL PROTECTED]
Available for software contract work: www.scruz.net/~cichlid
../../../../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 ?? ()
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
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