----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files.  Don't make us guess your problem!!!
----------------------------------------------------------------

In my experience, these happen for only one of two reasons. Either you
have accessed an array past its boundries, or, you have written to the
NULL segment by using a null pointer as a target operand for an
assignment... The latter is harder to do in java...

Of course, I'm fairly new to java so my experience of 12 years of C,
C++, Fortran and others may not be applicable...


Edwin Lua wrote:
> 
> ----------------------------------------------------------------
> BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
> WHEN YOU POST, include all relevant version numbers, log files,
> and configuration files.  Don't make us guess your problem!!!
> ----------------------------------------------------------------
> 
> Has anyone had the experience of getting a segmentation violation error
> after copying a new .class file to the servlet directory (the directory
> where jserv does its automatic reloading when they are changed)?  the error
> will cause jserve to 'die' or crash, but not apache...
> 
> apache v1.3 / solaris 7 / jserv1.0 / java 2.0
> 
> Thanks.
> 
> --
> --------------------------------------------------------------
> Please read the FAQ! <http://java.apache.org/faq/>
> To subscribe:        [EMAIL PROTECTED]
> To unsubscribe:      [EMAIL PROTECTED]
> Archives and Other:  <http://java.apache.org/main/mail.html>
> Problems?:           [EMAIL PROTECTED]


--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]

Reply via email to