_Unwind_RaiseException

Joakim via digitalmars-d-ldc digitalmars-d-ldc at puremagic.com
Sat Sep 2 03:21:02 PDT 2017


On Friday, 1 September 2017 at 19:53:07 UTC, Oleg B wrote:
> On Friday, 1 September 2017 at 19:28:51 UTC, Joakim wrote:
>> You don't even need to build ldc, can use the ldc 1.4 beta 
>> release.
>
> I know, I build phobos and druntime on host x86. Run test on 
> RPI.

What I'm saying is that you can't be sure all the tests ran with 
the way you did it.  Whereas if you use ldc-build-runtime with 
the --testrunners flag, the resulting test runner binaries- both 
the debug, unoptimized version and the optimized versions should 
be run, {druntime,phobos2}-test-runner[-debug] - will list every 
module that was tested.

If all the tests run fine for you and you cannot reproduce, it 
suggests you might simply have a memory corruption in your own D 
code somewhere, as it's unlikely that running all the stdlib 
tests wouldn't reproduce such a bug.


More information about the digitalmars-d-ldc mailing list