Segmentation fault protection: Difference between revisions

Content added Content deleted
m (→‎{{header|Phix}}: p2js note)
m (→‎{{header|Phix}}: e01->test)
Line 34: Line 34:
{{out}}
{{out}}
<pre>
<pre>
{30,10043489,3,21,"-1","e01.exw",`C:\Program Files (x86)\Phix\`,"fatal exception [MEMORY VIOLATION] at #00994061"}
{30,10043489,3,21,"-1","test.exw",`C:\Program Files (x86)\Phix\`,"fatal exception [MEMORY VIOLATION] at #00994061"}
</pre>
</pre>
You could, of course, like the non-caught errors do, make that a bit prettier, in fact here is what you get without try/catch:
You could, of course, like the non-caught errors do, make that a bit prettier, in fact here is what you get without try/catch:
<pre>
<pre>
C:\Program Files (x86)\Phix\e01.exw:3
C:\Program Files (x86)\Phix\test.exw:3
fatal exception [MEMORY VIOLATION] at #008A9042
fatal exception [MEMORY VIOLATION] at #008A9042