_Unwind_RaiseException

Oleg B via digitalmars-d-ldc digitalmars-d-ldc at puremagic.com
Tue Sep 5 05:18:41 PDT 2017


On Saturday, 2 September 2017 at 10:21:02 UTC, Joakim wrote:
> 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.

I run phobos2-test-runner-debug in gdb and stop after gc.bits.

#0  0x76e1d85c in sched_yield () at 
../sysdeps/unix/syscall-template.S:84
#1  0x04a16b00 in core.thread.Thread.yield() () at thread.d:1177
#2  0x04a18a08 in thread_joinAll () at thread.d:2300
#3  0x04ad2af4 in rt_term () at dmain2.d:211
#4  0x04ad3218 in rt.dmain2._d_run_main(int, char**, extern(C) 
int(char[][]) function).runAll() ()
     at dmain2.d:482
#5  0x04ad3120 in rt.dmain2._d_run_main(int, char**, extern(C) 
int(char[][]) function).tryExec(scope void() delegate) (dg=...) 
at dmain2.d:453
#6  0x04ad3020 in _d_run_main (argc=1, argv=0x7efff2a4, 
mainFunc=0x2f347a8 <D main>)
     at dmain2.d:486
#7  0x02f3492c in main (argc=1, argv=0x7efff2a4) at 
__entrypoint.d:8
#8  0x76d7c678 in __libc_start_main (main=0x7efff2a4, 
argc=1995051008,
     argv=0x76d7c678 <__libc_start_main+276>, init=<optimized out>,
     fini=0x4b1413c <__libc_csu_fini>, rtld_fini=0x76fdf9b8 
<_dl_fini>, stack_end=0x7efff2a4)
     at libc-start.c:291
#9  0x02f33eac in _start () at ../sysdeps/arm/start.S:124


More information about the digitalmars-d-ldc mailing list