Re: [cp-patches] FYI: Remove (bogus) asserts in java-net.

2006-01-19 Thread Roman Kennke
Hi Mark, Am Donnerstag, den 19.01.2006, 02:12 +0100 schrieb Mark Wielaard: Hi Roman, On Wed, 2006-01-18 at 12:20 +0100, Roman Kennke wrote: Am Donnerstag, den 12.01.2006, 10:36 +0100 schrieb Mark Wielaard: Hi, The crashes we were seeing with the net code in Mauve were caused by

Re: [cp-patches] FYI: Remove (bogus) asserts in java-net.

2006-01-18 Thread Roman Kennke
Hi Mark, Am Donnerstag, den 12.01.2006, 10:36 +0100 schrieb Mark Wielaard: Hi, The crashes we were seeing with the net code in Mauve were caused by the following bogus asserts in VMPlainDatagramSocketImpl_nativeReceive(): assert((*env)-GetArrayLength(env, receivedFromAddress) 4);

[cp-patches] FYI: Remove (bogus) asserts in java-net.

2006-01-12 Thread Mark Wielaard
Hi, The crashes we were seeing with the net code in Mauve were caused by the following bogus asserts in VMPlainDatagramSocketImpl_nativeReceive(): assert((*env)-GetArrayLength(env, receivedFromAddress) 4); assert((*env)-GetArrayLength(env, receivedFromPort ) 1);