[Issue 14577] Add dustmite tool to VisualD

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Sat Jun 27 17:12:46 PDT 2015


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

--- Comment #6 from Manu <turkeyman at gmail.com> ---
Just trying this out (sorry for the wait).

So the first attempt said "failed on first build" before it really did
anything.

Then I made a couple of changes, and tried again, it asked to delete the
previous attempt, I chose yes then it fired up dustmite which errored:


D:\WinDev\dsignal.dustmite>C:\dev\D\dmd2\windows\bin\dustmite --strip-comments
-
-split *.bat:lines D:\WinDev\dsignal.dustmite "build.dustmite.bat | find
\"Inter
nal error\""
None => No
Error while attempting to delete ..\dsignal.dustmite.test: Path still exists
Retrying...
object.Exception at DustMite\dustmite.d(243): Initial test fails
----------------
0x00402A8A
0x00438AF6
0x00438ACB
0x004389E3
0x00429C28
0x74F586E3 in BaseThreadInitThunk
0x7774BCE9 in RtlInitializeExceptionChain
0x7774BCBC in RtlInitializeExceptionChain

D:\WinDev\dsignal.dustmite>pause
Press any key to continue . . .


Is it only that it will search for "Internal Error"? So it can only reduce
ICE's? Is that error emit the same for LDC? (my case at work is using LDC)

--


More information about the Digitalmars-d-bugs mailing list