bojan 02/01/27 15:42:45 Modified: src/doc faq Log: Include segmentation errors in FAQ. It's been asked too often. Revision Changes Path 1.4 +9 -1 jakarta-tomcat/src/doc/faq Index: faq =================================================================== RCS file: /home/cvs/jakarta-tomcat/src/doc/faq,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- faq 12 Mar 2001 04:18:14 -0000 1.3 +++ faq 27 Jan 2002 23:42:45 -0000 1.4 @@ -341,4 +341,12 @@ throw new Error(e.toString()); } } - } \ No newline at end of file + } + + +Q. Whey I run Tomcat, my JVM gives me segmentation fault of segmentation + violation errors. Should I be reporting a Tomcat bug? + +A. No. This is surely a JVM problem. Possible solutions are to switch to + another JVM, apply relevant patches to your OS or find out if there are + any particular environmental settings required.
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>