PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL BE LOST SOMEWHERE. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2497 *** shadow/2497 Sat Jul 7 13:33:24 2001 --- shadow/2497.tmp.1261 Fri Sep 7 16:47:52 2001 *************** *** 72,75 **** What further information can I give you to help track this down? ! #!/mjh --- 72,94 ---- What further information can I give you to help track this down? ! #!/mjh ! ! ------- Additional Comments From [EMAIL PROTECTED] 2001-09-07 16:47 ------- ! See http://java.sun.com/j2se/1.3/install-linux-sdk.html ! ! The workaround worked for me in Mandrake 8.0 ! ! <quote> ! The newer glibc-2.2.x libraries cannot correctly handle initial thread stack ! sizes larger than 6 MB. This can cause a segmentation fault on come Linux ! platforms that use the newer libraries. Such platforms include Red Hat 7.0, ! SuSe 7.2, and Debian 2.2. The problem will not occur on Linux platforms that ! are using glibc-2.1.x such as Red Hat 6.1 and 6.2. It will also not affect Red ! Hat 7.1 because it uses a different thread stack layout. This problem is being ! tracked as bug 4466587. ! ! Workaround - Use "ulimit -s 2048" in bash shell or "limit stacksize 2048" in ! tcsh to limit the initial thread stack to 2 MB. ! </quote> ! --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
