[Issue 15573] mystery crashes in @safe code

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Tue Jan 19 16:04:14 PST 2016


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

--- Comment #8 from thomas.bockman at gmail.com ---
Thanks for explaining the error codes. Here's what the DMD command looks like:

dmd -c
-of.dub/build/application-release-linux.posix-x86_64-dmd_2069-CB9CA9A6812DFD37D33F5377E56B63D5/bug.o
-release -inline -O -v -w -version=Have_bug -Isource/ source/app.d -vcolumns

I checked the import paths, and they looked right to me. You can check the
attachment in my previous message if you want, though.

Note that I'm not currently using a standard DMD install; I'm basically running
DMD HEAD out of /opt. However, I have reproduced this issue using the .deb
package for DMD 2.069.2 and 2.068.2 as well.

LDC does not have a problem with the exact source code included above, but I've
hit what seems to be the same issue in the latest version of the original
pre-reduction code for my checkedint project.

--


More information about the Digitalmars-d-bugs mailing list