bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Porting with Guix


From: rennes
Subject: Porting with Guix
Date: Tue, 27 Dec 2016 18:54:30 -0600
User-agent: Roundcube Webmail/1.0.6

Hi, I'm helping to port some applications to Hurd, with Guix package manager.
I am using Debian GNU/Hurd to perform my tests.

I have the following error when running the Screen application, and tried to debug as follows:

$ screen /home/buzz/.guix-profile/bin/bash
[screen is terminating]

$ gdb screen /home/buzz/.guix-profile/bin/bash
"/home/buzz/.guix-profile/bin/bash" is not a core dump: File format not recognized
(gdb) r
Starting program: /gnu/store/b8189hzmvmzmz9rwsqff48sa2klqyw8q-profile/bin/screen
[New Thread 6488.5]
[screen is terminating]
[New Thread 6488.6]

Program received signal SIGHUP, Hangup.
0x01102f4c in mach_msg_trap () from /gnu/store/lj4hj6xz0i1lr0kzia3dxmgggl53ngq7-glibc-2.19/lib/libc.so.0.3
(gdb) bt
#0 0x01102f4c in mach_msg_trap () from /gnu/store/lj4hj6xz0i1lr0kzia3dxmgggl53ngq7-glibc-2.19/lib/libc.so.0.3 #1 0x0110364a in mach_msg () from /gnu/store/lj4hj6xz0i1lr0kzia3dxmgggl53ngq7-glibc-2.19/lib/libc.so.0.3
#2  0x01140873 in sigsuspend_not_cancel ()
from /gnu/store/lj4hj6xz0i1lr0kzia3dxmgggl53ngq7-glibc-2.19/lib/libc.so.0.3 #3 0x011b30fe in pause () from /gnu/store/lj4hj6xz0i1lr0kzia3dxmgggl53ngq7-glibc-2.19/lib/libc.so.0.3
#4  0x0806e6b2 in Attacher ()
#5  0x0804c1d8 in main ()

Any ideas to follow?

And thanks for the Hurd.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]