The document said it is "deprecated"? Also, I want this to be cross platform, not for unix only.  The use case is:<br><br>try<br>  buf := GetMemory(1024);<br>  size := 10240;<br>  stream.Read(buf^, size);<br>except<br>

  ??<br>end;<br><br><div class="gmail_quote">2013/3/14 Ewald <span dir="ltr"><<a href="mailto:ewald@yellowcouch.org" target="_blank">ewald@yellowcouch.org</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div class="im">Once upon a time, Xiangrong Fang said:<br>
> Is it possible to use try...except to catch SIGSEGV?<br>
</div>I don't know if it is possible, but how about using fpSignal()? See<br>
<a href="http://www.freepascal.org/docs-html/rtl/baseunix/fpsignal.html" target="_blank">http://www.freepascal.org/docs-html/rtl/baseunix/fpsignal.html</a><br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Ewald<br>
<br>
_______________________________________________<br>
fpc-pascal maillist  -  <a href="mailto:fpc-pascal@lists.freepascal.org">fpc-pascal@lists.freepascal.org</a><br>
<a href="http://lists.freepascal.org/mailman/listinfo/fpc-pascal" target="_blank">http://lists.freepascal.org/mailman/listinfo/fpc-pascal</a><br>
</font></span></blockquote></div><br>