From debbugs-submit-bounces@debbugs.gnu.org Mon Jul 04 09:51:49 2016 Received: (at 23885) by debbugs.gnu.org; 4 Jul 2016 13:51:50 +0000 Received: from localhost ([127.0.0.1]:36627 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bK4Ht-00079S-OP for submit@debbugs.gnu.org; Mon, 04 Jul 2016 09:51:49 -0400 Received: from eggs.gnu.org ([208.118.235.92]:42622) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bK4Hr-00079E-TP for 23885@debbugs.gnu.org; Mon, 04 Jul 2016 09:51:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bK4Hj-0005hZ-Fk for 23885@debbugs.gnu.org; Mon, 04 Jul 2016 09:51:42 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-3.2 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:55347) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bK4Hj-0005hM-CA; Mon, 04 Jul 2016 09:51:39 -0400 Received: from pluto.bordeaux.inria.fr ([193.50.110.57]:36148 helo=pluto) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1bK4Hh-0002IJ-Jg; Mon, 04 Jul 2016 09:51:37 -0400 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) To: Leo Famulari Subject: Re: bug#23885: SEGFAULT: In procedure char-set-contains?: Wrong type argument in position 2 (expecting character): builder for libarchive-3.1.2 References: <1506081467510129@web25g.yandex.ru> <20160703015818.GB1435@jasmine> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 17 Messidor an 224 de la =?utf-8?Q?R=C3=A9volution?= X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-unknown-linux-gnu Date: Mon, 04 Jul 2016 15:51:35 +0200 In-Reply-To: <20160703015818.GB1435@jasmine> (Leo Famulari's message of "Sat, 2 Jul 2016 21:58:18 -0400") Message-ID: <87mvlxcxzs.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -6.3 (------) X-Debbugs-Envelope-To: 23885 Cc: Eus , 23885@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: -6.3 (------) Leo Famulari skribis: > On Sun, Jul 03, 2016 at 08:42:09AM +0700, Eus wrote: > [...] > >> grafting '/gnu/store/7sba9q9dpkhcb2zmqcm8a00d1xrkccvz-libarchive-3.1.2' = -> '/gnu/store/ciga1934crxdimj5s1gsnvh74rk24hnd-libarchive-3.1.2'... >> grafting '/gnu/store/p07xa257vli65gx6vs3d0l3qxwqg13rk-libarchive-3.1.2' = -> '/gnu/store/ji2jgkbpl4nabwn70ax6y7kg99r7xzk7-libarchive-3.1.2'... > > Can anyone say if it is expected that there are two different > libarchives? Seems strange to me, and it immediately precedes the fault. I think that can happen due to different graft orderings. It=E2=80=99s har= d to tell without knowing the exact package set, though. >> [ 7584.270501] guile[27326]: segfault at 0 ip 00007ffff7b41c47 sp 00007f= fff4cb1930 error 4 in libguile-2.0.so.22.7.2[7ffff7a4d000+153000] >> ERROR: In procedure char-set-contains?: Wrong type argument in position = 2 (expecting character): builder for `/gnu/store/2fjf4zqh05lzg8sa7l865xvg4f= aqc5z4-libarchive-3.1.2.drv' failed due to signal 11 (Segmentation fault) This is scary. Eus, is it reproducible? That is, does it happen again if you run: guix build --rounds=3D4 \ /gnu/store/2fjf4zqh05lzg8sa7l865xvg4faqc5z4-libarchive-3.1.2.drv ? Thanks, Ludo=E2=80=99.