Hello,
Annotated, Thanks
On 2016-12-31 23:54, Olaf Buddenhagen wrote:
On a side note, to do this correctly, you need to use `gdb --args ...`
Hi,
On Tue, Dec 27, 2016 at 06:54:30PM -0600, ren...@openmailbox.org wrote:
> $ gdb screen /home/buzz/.guix-profile/bin/bash
> "/home/buzz/.guix-profile/bin/bash" is not a core dump: File format not
> recognized
On a side note, to do this correctly, you need to use `gdb --args ...`
-antrik-
Hello everyone,
Continuing my last email the deadlock in "gctest" originates from file
phtread_support.c:2007
#ifndef NO_PTHREAD_TRYLOCK
if (1 == GC_nprocs || GC_collecting) {
pthread_mutex_lock(&GC_allocate_ml)
} else {
GC_generic_lock(&GC_allocate_ml);
}
When it tries