<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Michael Van Canneyt wrote:
<blockquote
 cite="mid:Pine.LNX.4.64.0805272052010.15987@home.freepascal.org"
 type="cite">
  <pre wrap="">
On Tue, 27 May 2008, Jon Foster wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">SIGSEGV (otherwise known as a segfault) is a *nix signal indicating that the an illegal address was
accessed. Normally it can't be caught with a try...except. [...]
    </pre>
  </blockquote>
  <pre wrap=""><!---->
This is not correct.
The RTL catches this signal and converts this to an exception, if you use the sysutils unit.

Michael.
_______________________________________________
Lazarus mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Lazarus@lazarus.freepascal.org">Lazarus@lazarus.freepascal.org</a>
<a class="moz-txt-link-freetext" href="http://www.lazarus.freepascal.org/mailman/listinfo/lazarus">http://www.lazarus.freepascal.org/mailman/listinfo/lazarus</a>
  </pre>
</blockquote>
This is good to know. I'm certain that I've had segfaults without it
being turned into an exception and I always include SysUtils for the
exception handling.<br>
<br>
THX - Jon<br>
<pre class="moz-signature" cols="72">-- 
Jon Foster
JF Possibilities, Inc.
<a class="moz-txt-link-abbreviated" href="mailto:jon@jfpossibilities.com">jon@jfpossibilities.com</a>
541-410-2760
Making computers work for you!
</pre>
</body>
</html>