Re: I'm planning on fixing the flush exceptions ignored bug

2009-11-04 Thread Tim Ellison
On 03/Nov/2009 17:51, Jesse Wilson wrote: Harmony team, There's a bug in the RI's FilterOutputStream that causes exceptions to be ignored. I'm unsure why they don't have a fix; perhaps they don't grasp how dangerous this problem is. http://bugs.sun.com/view_bug.do?bug_id=6390383 I've

Re: I'm planning on fixing the flush exceptions ignored bug

2009-11-04 Thread Jesse Wilson
On Wed, Nov 4, 2009 at 4:11 AM, Tim Ellison t.p.elli...@gmail.com wrote: Like everyone else, I'm avoiding studying sources of Sun code, so can you show the test case here (or on a JIRA)? I attached it in the first message, but it looks like the mailing list software silently discards

Re: I'm planning on fixing the flush exceptions ignored bug

2009-11-04 Thread Mark Hindess
In message a43fbc6a0911040831w2be850fer7a6a3c7d0ebfd...@mail.gmail.com, Jesse Wilson writes: On Wed, Nov 4, 2009 at 4:11 AM, Tim Ellison t.p.elli...@gmail.com wrote: Like everyone else, I'm avoiding studying sources of Sun code, so can you show the test case here (or on a JIRA)? I

Re: I'm planning on fixing the flush exceptions ignored bug

2009-11-04 Thread Jesse Wilson
On Wed, Nov 4, 2009 at 2:53 PM, Mark Hindess mark.hind...@googlemail.comwrote: That's not to say we shouldn't fix it. I just thought I'd mention it in case anyone else is trying the same thing or in case anyone has any other ideas on reproducing on our supported platforms. Have you tried

Re: I'm planning on fixing the flush exceptions ignored bug

2009-11-04 Thread enh
create a small ram disk and fill it, so the write fails for lack of space? --elliott On Wed, Nov 4, 2009 at 14:53, Mark Hindess mark.hind...@googlemail.com wrote: In message a43fbc6a0911040831w2be850fer7a6a3c7d0ebfd...@mail.gmail.com, Jesse Wilson writes: On Wed, Nov 4, 2009 at 4:11 AM,

I'm planning on fixing the flush exceptions ignored bug

2009-11-03 Thread Jesse Wilson
Harmony team, There's a bug in the RI's FilterOutputStream that causes exceptions to be ignored. I'm unsure why they don't have a fix; perhaps they don't grasp how dangerous this problem is. http://bugs.sun.com/view_bug.do?bug_id=6390383 I've attached a program that demonstrates the bug. In

Re: I'm planning on fixing the flush exceptions ignored bug

2009-11-03 Thread Mark Hindess
In message a43fbc6a0911030951o1145a71ay61334235bf6b3...@mail.gmail.com, Jesse Wilson writes: Harmony team, There's a bug in the RI's FilterOutputStream that causes exceptions to be ignored. I'm unsure why they don't have a fix; perhaps they don't grasp how dangerous this problem is.