From debbugs-submit-bounces@debbugs.gnu.org Fri Jun 12 01:54:41 2020 Received: (at 41715) by debbugs.gnu.org; 12 Jun 2020 05:54:41 +0000 Received: from localhost ([127.0.0.1]:38740 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jjceH-0006eb-Ft for submit@debbugs.gnu.org; Fri, 12 Jun 2020 01:54:41 -0400 Received: from mout01.posteo.de ([185.67.36.65]:34683) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jjceF-0006eL-RE for 41715@debbugs.gnu.org; Fri, 12 Jun 2020 01:54:40 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id A357B16005F for <41715@debbugs.gnu.org>; Fri, 12 Jun 2020 07:54:33 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1591941273; bh=Ph4+KQFrgn4+6OGkk9p/4AXhDYNtaEjzbWsH0FQxHpU=; h=Date:From:To:Cc:Subject:From; b=GX7cyBNtxCAQcvpylRfqnMmicE0ITXq8mI4G7ObxFhaMNSuXgibq9bhb2d8mdx/Q7 V8sgPWfOAOUrYuZCq8oMuHAgSYM8DY0qAF4izhZpyniWDST9rLpsk07OPjcTw+/V74 gB0QyT6sVk6MXCz9kEDsdWA9YsSFHzJnMTP3mteq2eQg3AhA+36U3Y1ergQz5cTz0Z xMeU7PNVyJnZQOtci/Eleut/ag6dQvwQ49C2PYoVd+J8XfyOKXqLV0sGYcytDa9Gz1 nqRrPMIg945OEMNThhuEsySZxyS9D+jLAUuUPps/dCvlQBC1uZpoHRYZcIlT6Ya5C4 b9W5sCGSrkaVw== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 49jqgF01G6z9rxP; Fri, 12 Jun 2020 07:54:32 +0200 (CEST) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable Date: Fri, 12 Jun 2020 07:54:32 +0200 From: o.rojon@posteo.net To: =?UTF-8?Q?Ludovic_Court=C3=A8s?= Subject: Re: bug#41715: The program '/gnu/store/foobar/compute-guix-derivation' failed to compute the derivation for guix In-Reply-To: <87mu5cia64.fsf@gnu.org> References: <54320f33124f0122ed56fb7e15b17ae4@posteo.net> <87sgfa7g9r.fsf@gnu.org> <6a6c6f638f0a33ec39b9e70843090299@posteo.net> <87mu5h1noe.fsf@gnu.org> <97da9eb75628d48de3b8ef4abb212bca@posteo.net> <87pnaasloq.fsf@gnu.org> <87mu5cia64.fsf@gnu.org> Message-ID: <47c4e596596303893a847212ffa4da9b@posteo.net> X-Sender: o.rojon@posteo.net User-Agent: Posteo Webmail X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 41715 Cc: 41715@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Hej Ludo, crazy, I wouldn't have thought it would go as deep as gdb as quickly ;-) I followed the steps you mentioned, the results you find here:=20 https://www.mediafire.com/file/g5yz8f3pput8f3w/gdb-output/file . The=20 only part I omitted from the gdb output is the first lines mentioned the=20 license. (Will look at IPFS, maybe next time :)) If you need anything else, dont hesitate to specify. Also, should a=20 reinstall become necessary, that would be annoying but not the end of=20 the world. So if we hit a dead end thats fine by me. Thanks a lot for your help. So far, I received only good from the guix=20 community :) Greetings, Olivier On 09.06.2020 16:30, Ludovic Court=C3=A8s wrote: > Hi, >=20 > o.rojon@posteo.net skribis: >=20 >> here is the log uploaded on mediafire: >> http://www.mediafire.com/file/ldqoi68y88rzrn9/log.bz2/file (note that >> if you can recommend another uploading service, feel free to!) >=20 > I don=E2=80=99t know, maybe you could run IPFS. >=20 > The log reads: >=20 > --8<---------------cut here---------------start------------->8--- > clone(child_stack=3DNULL, > flags=3DCLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, > child_tidptr=3D0x7f3d44cfee50) =3D 1498 > close(17) =3D 0 > read(16, "", 1) =3D 0 > close(16) =3D 0 > wait4(1498, [{WIFSIGNALED(s) && WTERMSIG(s) =3D=3D SIGBUS}], 0, NULL) =3D= =20 > 1498 > --8<---------------cut here---------------end--------------->8--- >=20 > =E2=80=A6 which means the =E2=80=98compute-guix-derivation=E2=80=99 proce= ss crashed with=20 > SIGBUS. >=20 > Could you run: >=20 > ulimit -c unlimited > guix pull >=20 > That should fail again, but this time there should be a =E2=80=98core=E2= =80=99 file in > the current directory (or =E2=80=98core.=E2=80=99 followed by digits). >=20 > Then you can run: >=20 > gdb --core=3D./core >=20 > and at the GDB prompt, type: >=20 > thread apply all bt >=20 > Could you let me know what that returns? >=20 > Thanks, > Ludo=E2=80=99.