From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vivien Kraus Subject: bug#35858: Null pointer error when partitioning with the graphical installer Date: Wed, 29 May 2019 18:31:15 +0200 Message-ID: <1559147475.2757.29.camel@planete-kraus.eu> References: <87sgt61fu6.fsf@planete-kraus.eu> <87ftoyy68p.fsf@gnu.org> <1559071852.4335.91.camel@planete-kraus.eu> <87tvddty2l.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([209.51.188.92]:38365) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hW1Uk-00079o-5K for bug-guix@gnu.org; Wed, 29 May 2019 12:32:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hW1Ui-0007m0-1X for bug-guix@gnu.org; Wed, 29 May 2019 12:32:06 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:46155) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hW1Ug-0007lF-6F for bug-guix@gnu.org; Wed, 29 May 2019 12:32:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hW1Ug-0001ZO-0X for bug-guix@gnu.org; Wed, 29 May 2019 12:32:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87tvddty2l.fsf@gnu.org> 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: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: Mathieu Othacehe , 35858@debbugs.gnu.org Hello, I have issued dd if=/dev/zero of=/dev/sda  for a couple of minutes, then create a new gpt partition table with cfdisk (and write it) in the hope that I would be able to proceed with the guided installer with a fresh partition table, but I still get the null pointer dereference. So i guess the ext2 partition is not responsible for this one. Yes, it's a x86_64 (intel i3). Le mercredi 29 mai 2019 à 11:22 +0200, Ludovic Courtès a écrit : > That’s terrible.  :-/  That’s on x86_64, right? Vivien