Re: possible bug in java.util.DeflaterOutputStream

2010-08-19 Thread Ulf Zibis
Ok, thanks, should I file a bug, or is it expected behaviour in some circumstances? BTW, I used build fastdebug-b84 that time. -Ulf Am 17.08.2010 19:08, schrieb Xueming Shen: It's from the native zlib during tree building. On 8/17/2010 09:11, Ulf Zibis wrote: No feedback since long. Nobod

Re: possible bug in java.util.DeflaterOutputStream

2010-08-17 Thread Xueming Shen
It's from the native zlib during tree building. On 8/17/2010 09:11, Ulf Zibis wrote: No feedback since long. Nobody knows about this particular error message and it's possible cause ? -Ulf Am 04.07.2010 19:11, schrieb Ulf Zibis: Hi, writing data to a zip file returns following 2 error l

Re: possible bug in java.util.DeflaterOutputStream

2010-08-17 Thread Ulf Zibis
No feedback since long. Nobody knows about this particular error message and it's possible cause ? -Ulf Am 04.07.2010 19:11, schrieb Ulf Zibis: Hi, writing data to a zip file returns following 2 error lines: bit length overflow code 0 bits 6->7 I use: DataOutputStream dos = new DataOutput

possible bug in java.util.DeflaterOutputStream

2010-07-04 Thread Ulf Zibis
Hi, writing data to a zip file returns following 2 error lines: bit length overflow code 0 bits 6->7 I use: DataOutputStream dos = new DataOutputStream(new DeflaterOutputStream(new FileOutputStream(outFilePathName))); Is there any idea, where this comes from? The class to run: https://jav