From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Subject: bug#35783: Guile-Parted crashes the installer on i686-linux Date: Fri, 17 May 2019 23:22:47 +0200 Message-ID: <877eaoydw8.fsf@gnu.org> References: <87h89syidd.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([209.51.188.92]:57459) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hRkJj-0006OC-Av for bug-guix@gnu.org; Fri, 17 May 2019 17:23:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hRkJi-0007Vn-Dy for bug-guix@gnu.org; Fri, 17 May 2019 17:23:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:45576) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hRkJi-0007Vi-AJ for bug-guix@gnu.org; Fri, 17 May 2019 17:23:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hRkJi-0007bC-4n for bug-guix@gnu.org; Fri, 17 May 2019 17:23:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87h89syidd.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Fri, 17 May 2019 21:46:06 +0200") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: 35783@debbugs.gnu.org Cc: Mathieu Othacehe Ludovic Court=C3=A8s skribis: > On i686-linux, the installer crashes when it reaches the partitioning > page with a null-pointer exception (or sometimes with a plain SIGSEGV), > in the call to =E2=80=98partition-disk=E2=80=99 in =E2=80=98esp-partition= ?=E2=80=99. Screenshots > of two different crashes (null-pointer exception and SIGSEGV) attached. Reverting 7d567af46b4e10ffafb1d0f76b524f5781460598 fixes the problem, so I guess this has to do with the fact that the previous partition objects (those listed in =E2=80=98initial-partitions=E2=80=99) are invalidated or s= omething. Now we need another way to address . Ideas? Thanks, Ludo=E2=80=99.