Re: [drlvm] crash handling

2006-07-31 Thread Gregory Shimansky
2006/7/28, Anton Luht [EMAIL PROTECTED]: Gregory, Thanks for the pointing at this option - maybe it's worth to publish undocumented properties and other switches, for example, in Wiki? With this option VM printed before death: Windows reported exception: ACCESS_VIOLATION Registers: EAX:

Re: [drlvm] crash handling

2006-07-31 Thread Alexey Varlamov
2006/7/28, Anton Luht [EMAIL PROTECTED]: Gregory, Thanks for the pointing at this option - maybe it's worth to publish undocumented properties and other switches, for example, in Wiki? Anton, java -X will print a(n almost) complete list of supported properties. A document placed elsewhere

Re: [drlvm] crash handling

2006-07-28 Thread Anton Luht
Gregory, Thanks for the pointing at this option - maybe it's worth to publish undocumented properties and other switches, for example, in Wiki? With this option VM printed before death: Windows reported exception: ACCESS_VIOLATION Registers: EAX: 0x, EBX: 0x, ECX:

[drlvm] crash handling

2006-07-27 Thread Anton Luht
Hello, I've been trying to nail down a small problem - new java.util.zip.Deflater().setDictionary(new byte[] {}) throws ArrayIndexOutOfBoundsException in Harmony and doesn't throw in RI. Trying to find a code that causes this problem I've modified native code and after one of modifications VM

Re: [drlvm] crash handling

2006-07-27 Thread Gregory Shimansky
On Thursday 27 July 2006 20:47 Anton Luht wrote: Hello, I've been trying to nail down a small problem - new java.util.zip.Deflater().setDictionary(new byte[] {}) throws ArrayIndexOutOfBoundsException in Harmony and doesn't throw in RI. Trying to find a code that causes this problem I've