Bug 152134
Summary: | BEA JVM blocks when trying to close child process's error stream | ||||||
---|---|---|---|---|---|---|---|
Product: | Red Hat Enterprise Linux 3 | Reporter: | Thomas Fitzsimmons <fitzsim> | ||||
Component: | java-1.4.2-bea | Assignee: | Thomas Fitzsimmons <fitzsim> | ||||
Status: | CLOSED ERRATA | QA Contact: | |||||
Severity: | medium | Docs Contact: | |||||
Priority: | medium | ||||||
Version: | 3.0 | CC: | david.simms, johan.walles, robert_ottenhag | ||||
Target Milestone: | --- | ||||||
Target Release: | --- | ||||||
Hardware: | i686 | ||||||
OS: | Linux | ||||||
Whiteboard: | |||||||
Fixed In Version: | RHBA-2006-0008 | Doc Type: | Bug Fix | ||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2006-03-15 15:45:43 UTC | Type: | --- | ||||
Regression: | --- | Mount Type: | --- | ||||
Documentation: | --- | CRM: | |||||
Verified Versions: | Category: | --- | |||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
Cloudforms Team: | --- | Target Upstream Version: | |||||
Embargoed: | |||||||
Bug Depends On: | |||||||
Bug Blocks: | 168424, 168430 | ||||||
Attachments: |
|
Description
Thomas Fitzsimmons
2005-03-25 05:41:49 UTC
Created attachment 112342 [details]
demonstrates BEA JVM blocking on InputStream.close
Thanks for the report and small repro case. Please also add the exact OS-ARCH info on which you discovered the bug. Thanks. I have so far been unable to reproduce this on a "Fedora Core release 3 (Heidelberg)". Was that what you tried this on? Can you add the output of "cat /etc/redhat-release", "cat /etc/fedora-release" and "cat /proc/cpuinfo" here? [johan@viper src_ariane]$ cat /proc/cpuinfo processor : 0 vendor_id : GenuineIntel cpu family : 6 model : 13 model name : Intel(R) Pentium(R) M processor 1.60GHz stepping : 6 cpu MHz : 599.573 cache size : 2048 KB fdiv_bug : no hlt_bug : no f00f_bug : no coma_bug : no fpu : yes fpu_exception : yes cpuid level : 2 wp : yes flags : fpu vme de pse tsc msr mce cx8 mtrr pge mca cmov pat clflush dts acpi mmx fxsr sse sse2 ss tm pbe est tm2 bogomips : 1188.86 About the JRockit version number, you say that the RPM version is "java-1.4.2-bea-1.4.2.04-1jpp_11rh" and that "java -version" says: " java version "1.4.2_05" Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_05-b04) BEA WebLogic JRockit(TM) 1.4.2_05 JVM R24.5.0-0 (build ari-41062-20050215-0919-linux-ia32, Native Threads, GC strategy: parallel) " Can you confirm that that RPM really contains that JRockit version? In that case we have a packaging problem on top of the other one (that I can't repro). Where can I get hold of a binary of the exact version of JRockit you ran? This is a bug we've already fixed and will be available in the next public release. Workaround: drain the input streams before closing them. This bug is fixed by the packages in RHBA-2006:008-03 and RHBA-2006:009-02. So this will be fixed in RHEL3U7 and RHEL4U3. I verified this fix in the latest set of packages that are part of RHEL 4 U3. An advisory has been issued which should help the problem described in this bug report. This report is therefore being closed with a resolution of ERRATA. For more information on the solution and/or where to find the updated files, please follow the link below. You may reopen this bug report if the solution does not work for you. http://rhn.redhat.com/errata/RHBA-2006-0009.html An advisory has been issued which should help the problem described in this bug report. This report is therefore being closed with a resolution of ERRATA. For more information on the solution and/or where to find the updated files, please follow the link below. You may reopen this bug report if the solution does not work for you. http://rhn.redhat.com/errata/RHBA-2006-0008.html |