digitalmars.D.learn - AA Insertion Bug?
- Jonathan Crapuchettes (31/31) Apr 25 2011 I am running into something that is causing my program to segfault at th...
I am running into something that is causing my program to segfault at the same
point every time it is run. Changing the input parameters doesn't help. I am
attaching the valgrind error output is case someone may find that useful.
The program has been compiled for 64-bit using both DMD and GDC with the same
results. The backtrace as shown in gdb is at the bottom. Can anyone help?
Thanks,
Jonathan
(gdb) bt
../nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S:136
pthread_mutex_lock.c:82
at ../../../libphobos/internal/gc/gcx.d:1101
../../../libphobos/internal/gc/gc.d:1419
../ccb/matrix/Util.d:287
../ccb/MessagingWorkerPool.d:109
../../../libphobos/std/thread.d:1090
pthread_create.c:304
../sysdeps/unix/sysv/linux/x86_64/clone.S:112
Apr 25 2011








Jonathan Crapuchettes <jcrapuchettes gmail.com>