_Unwind_RaiseException

Joakim via digitalmars-d-ldc digitalmars-d-ldc at puremagic.com
Fri Sep 1 12:28:51 PDT 2017


On Friday, 1 September 2017 at 18:14:58 UTC, Oleg B wrote:
> On Friday, 1 September 2017 at 15:36:55 UTC, Joakim wrote:
>> Can you try running the stdlib tests and see if those all pass?
>
> I build phobos and druntime with -unittest flag and run on RPI 
> `void main(){}`
> and have this
>
> ./test
> Not safe to migrate Fibers between Threads on your system. 
> Consider setting version CheckFiberMigration for this system in 
> thread.d
>
> No more messages. I think all tests passed?

Looks like at least core.thread ran, better to use the test 
runner to make sure.  Just follow the instructions from that wiki 
page, there's even an example for Android.  Simply replace with 
your toolchain and flags.  You don't even need to build ldc, can 
use the ldc 1.4 beta release.


More information about the digitalmars-d-ldc mailing list