bug#21694: 'clone' syscall binding unreliable

2015-10-27 Thread Mark H Weaver
l...@gnu.org (Ludovic Courtès) writes: > Mark H Weaver skribis: > >> l...@gnu.org (Ludovic Courtès) writes: > > [...] > >>> ;; The libc interface to sys_clone is not useful for Scheme programs, so >>> the >>> -;; low-level system call is wrapped instead. >>> +;; low-level system call is wrapped

bug#21767: Matching debug symbol and package versions

2015-10-27 Thread Ludovic Courtès
Efraim Flashner skribis: > Less complex would be `guix package -i foo:bar` to effectively be `guix > package -i foo foo:bar`. But I think that’s not necessarily what you’d expect, nor what you’d want. Ludo’.

bug#21767: Matching debug symbol and package versions

2015-10-27 Thread Efraim Flashner
On Tue, 27 Oct 2015 16:56:23 +0100 l...@gnu.org (Ludovic Courtès) wrote: > Benno Evers skribis: > > > assume I have installed some package > > > > /gnu/store/xxx-daemon-1.0 > > > > After a while I notice that it's inexplicably hanging, so I do 'guix > > package -i daemon-1.0:debug', attach t

bug#21767: Matching debug symbol and package versions

2015-10-27 Thread Ludovic Courtès
Benno Evers skribis: > assume I have installed some package > > /gnu/store/xxx-daemon-1.0 > > After a while I notice that it's inexplicably hanging, so I do 'guix > package -i daemon-1.0:debug', attach to the daemon with gdb, and...no > debug symbols can be loaded! Turns out, in the meantime

bug#21767: Matching debug symbol and package versions

2015-10-27 Thread Benno Evers
Hi all, assume I have installed some package /gnu/store/xxx-daemon-1.0 After a while I notice that it's inexplicably hanging, so I do 'guix package -i daemon-1.0:debug', attach to the daemon with gdb, and...no debug symbols can be loaded! Turns out, in the meantime the hash has changed s