Re: Porting with Guix

2017-01-07 Thread rennes
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 ...`

Re: Porting with Guix

2017-01-07 Thread Olaf Buddenhagen
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-

Re: Porting with Guix

2017-01-07 Thread Manolis Ragkousis
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