[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: guile static 2.2
From: |
Samuel Thibault |
Subject: |
Re: guile static 2.2 |
Date: |
Wed, 3 Jan 2018 16:00:01 +0100 |
User-agent: |
NeoMutt/20170113 (1.7.2) |
rennes, on lun. 01 janv. 2018 14:01:17 -0600, wrote:
> I'm currently building 'guile-static-stripped-2.2.2' used in the Guix
> package manager,
> after compiling for hours it ends with error: https://pastebin.com/MRs2w6qp
> and in Hurd the following appears:
>
> ---
> login: /hurd/crash: grep -E 0|()0|\1|0 in(28758) crashed, signal {no:6,
> code:0,
> error:17248480}, exception {0, code:19562320, subcode:90704}, PCs:
> {0x105389c, 0
> x105389c}, killing task.
> /hurd/crash: grep -E (.?)(.?)(.?)\3\2\1 in(13717) crashed, signal
> {no:6, code:0,
> error:17248480}, exception {0, code:19562320, subcode:90704},
> PCs: {0x105389c,
> 0x105389c}, killing task.
> /hurd/crash:
> /gnu/store/vxvyfdkgz7mqbvm806fsv3zj695mxbnz-guile-static-stripped-2
> .2.2/bin/guile --version(4215) crashed, signal {no:6, code:0,
> error:135618180},
> exception {0, code:2, subcode:18911232}, PCs: {0x81eb2bc,
> 0x81eb2bc}, killing ta
> sk.
> ---
>
> Any idea of what is happening?
Well, crashes within the grep and guile programs? :)
To get core dumps to get a backtrace from gdb, make sure that
/servers/crash points to crash-dump-core, and your ulimit -c is not 0.
Samuel