Re: Aborting from core/sync/mutex.d(147) Error: pthread_mutex_init failed.

2020-04-01 Thread mitchell via Digitalmars-d-learn
: pthread_mutex_init failed. out of GDB, the whole text is: Aborting from core/sync/mutex.d(147) Error: pthread_mutex_init failed. Thread 1 "squares" received signal SIGABRT, Aborted. [Switching to Thread 0x774a7580 (LWP 7576)] __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/rai

Aborting from core/sync/mutex.d(147) Error: pthread_mutex_init failed.

2020-03-31 Thread mitchell via Digitalmars-d-learn
Hello, I've just finished migrating a project from GDC/Makefile to LDC with dub. The program now compiles and runs, and works fine until such time as the following error occurs: Aborting from core/sync/mutex.d(147) Error: pthread_mutex_init failed. out of GDB, the whole text is: Aborting