[Issue 15573] mystery crashes in @safe code

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Tue Jan 19 15:47:44 PST 2016


https://issues.dlang.org/show_bug.cgi?id=15573

--- Comment #5 from hsteoh at quickfur.ath.cx ---
P.S. An example of an "unexpected place" would be dmd reading import files from
/usr/src/d/phobos when dmd itself is installed in /usr/share/local/bin/ (i.e.,
it seems likely that the version of phobos it's picking up may not be the same
version as the one dmd was shipped with). Another thing to watch out for is
when it invokes cc or gcc (usually as a last step) with -L paths that point to
somewhere that seems inconsistent with where dmd is installed.

--


More information about the Digitalmars-d-bugs mailing list