NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: bin/50342 Segfault in sysinst when trying to change timezone
The following reply was made to PR bin/50342; it has been noted by GNATS.
From: Patrick Welche <prlw1%cam.ac.uk@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc:
Subject: Re: bin/50342 Segfault in sysinst when trying to change timezone
Date: Thu, 16 Jun 2016 00:21:59 +0100
I just did a fresh install with NetBSD/amd64 7.0.1 sets, and appear
to see this bug, even though the fix was pulled up to 7...
-current/amd64 seems fine.
Trying to use sysinst after having done a manual disklabel / installboot /
untar sets, reboot.
Run sysinst,
e: Utility menu
b: Set timezone
Program received signal SIGSEGV, Segmentation fault. |
0x0000000000410bca in target_already_root ()sk |
at /home/prlw1/src/usr/src/usr.sbin/sysinst/arch/amd64/../../target.c:156
156 if (strcmp(pm->diskdev, "") == 0) |
(gdb) bt | g: Halt the system |
#0 0x0000000000410bca in target_already_root () |
at /home/prlw1/src/usr/src/usr.sbin/sysinst/arch/amd64/../../target.c:156
#1 0x0000000000410beb in target_prefix ()
at /home/prlw1/src/usr/src/usr.sbin/sysinst/arch/amd64/../../target.c:209
#2 0x0000000000410c5b in target_expand (
tgtpath=0x424a53 "/usr/share/zoneinfo/")
at /home/prlw1/src/usr/src/usr.sbin/sysinst/arch/amd64/../../target.c:254
#3 0x000000000040ef34 in set_timezone ()
at /home/prlw1/src/usr/src/usr.sbin/sysinst/arch/amd64/../../util.c:1417
(gdb) print *pm
Cannot access memory at address 0x0
So it is the same bug...
AFAICT NetBSD 7.0.1 was released 22 May 2016, and the pull-up applied
on 8 Nov 2015, so what happened?
Home |
Main Index |
Thread Index |
Old Index