From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Subject: bug#35858: Null pointer error when partitioning with the graphical installer Date: Wed, 29 May 2019 11:22:10 +0200 Message-ID: <87tvddty2l.fsf@gnu.org> References: <87sgt61fu6.fsf@planete-kraus.eu> <87ftoyy68p.fsf@gnu.org> <1559071852.4335.91.camel@planete-kraus.eu> 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]:51638) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hVunX-0006Xu-M2 for bug-guix@gnu.org; Wed, 29 May 2019 05:23:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hVunW-0002xg-NM for bug-guix@gnu.org; Wed, 29 May 2019 05:23:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:44555) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hVunW-0002xc-LH for bug-guix@gnu.org; Wed, 29 May 2019 05:23:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hVunW-0006I9-E0 for bug-guix@gnu.org; Wed, 29 May 2019 05:23:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <1559071852.4335.91.camel@planete-kraus.eu> (Vivien Kraus's message of "Tue, 28 May 2019 21:30:52 +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: Vivien Kraus Cc: Mathieu Othacehe , 35858@debbugs.gnu.org Hi Vivien, Vivien Kraus skribis: > Thank you for your answer. > >> Can you confirm that the backtrace you posted comes from 1.0.1 and > not >> 1.0.0?=C2=A0=C2=A0(It seems to be from 1.0.1 accordingly to the line num= bers, > but >> better be on the safe side.) > > After backing up my data, I re-downloaded the guix image from the > website, burnt it, and booted it.=C2=A0=C2=A0The boot screen reads > "1.0.1-1.8204295". Good. > I also had an error during the loading with an error in finalization > thread: Bad file descriptor (twice, reproducible) but no additional > info, right after ssh-keygen.=C2=A0=C2=A0Is there a log file for that?=C2= =A0=C2=A0I had > very > little time to catch it. These are annoying but harmless. > However, selecting the automatic method for whole disk encryption > still gives the first error, and trying to add a partition manually > gives the second. That=E2=80=99s terrible. :-/ That=E2=80=99s on x86_64, right? (In the meantime you could the =E2=80=9Cmanual=E2=80=9D installation method: .) As Mathieu notes, there=E2=80=99s one bug for which the fix is clear, but t= he null-pointer exception is pretty bad, especially if we cannot reproduce it easily. Let=E2=80=99s see what can be done=E2=80=A6 Thank you for testing thoroughly and for providing a detailed bug report! Ludo=E2=80=99.