<div dir="auto">This is not segfault. This is an uncatched exception. So it is your error. You does not do proper error handling. But still IIRC you should be able to see place where things go wrong</div><div class="gmail_extra"><br><div class="gmail_quote">Dne 20. 8. 2017 8:06 odpoledne napsal uživatel "Johnson Jones via Digitalmars-d" <<a href="mailto:digitalmars-d@puremagic.com">digitalmars-d@puremagic.com</a>>:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">D has a major issue with segfaults! It always reports the fault in the lowest function that it occurs! This is completely useless!<br>
<br>
std.file.FileException@std\fil<wbr>e.d(755): Attempting to rename file X.lib to Y.lib: The system cannot find the file specified.<br>
----------------<br>
0x0041015E<br>
0x00402C69<br>
0x004025A3<br>
0x00413ECF<br>
0x00413E93<br>
0x00413D94<br>
0x0040DAD7<br>
0x76D78744 in BaseThreadInitThunk<br>
0x76FD582D in RtlGetAppContainerNamedObjectP<wbr>ath<br>
0x76FD57FD in RtlGetAppContainerNamedObjectP<wbr>ath<br>
<br>
This tells me nothing about where the error occurred in *my* program!<br>
<br>
Dmd needs to be modified so that errors try to show from the source code. This should be obvious the reasons, if it is not possible, make it possible! There are no excuses why dmd should make me go on an easter egg hunt when a seg fault occurs.<br>
<br>
</blockquote></div></div>