NetBSD Problem Report #53014

From gson@gson.org  Mon Feb 12 15:08:18 2018
Return-Path: <gson@gson.org>
Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified))
	by mollari.NetBSD.org (Postfix) with ESMTPS id BA4F67A1EA
	for <gnats-bugs@gnats.NetBSD.org>; Mon, 12 Feb 2018 15:08:18 +0000 (UTC)
Message-Id: <20180212150805.F0BD498B84E@guava.gson.org>
Date: Mon, 12 Feb 2018 17:08:05 +0200 (EET)
From: gson@gson.org (Andreas Gustafsson)
Reply-To: gson@gson.org (Andreas Gustafsson)
To: gnats-bugs@NetBSD.org
Subject: NetBSD/sparc no longer installs
X-Send-Pr-Version: 3.95

>Number:         53014
>Category:       port-sparc
>Synopsis:       NetBSD/sparc no longer installs
>Confidential:   no
>Severity:       critical
>Priority:       high
>Responsible:    port-sparc-maintainer
>State:          closed
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Mon Feb 12 15:10:00 +0000 2018
>Closed-Date:    Mon Feb 12 17:27:11 +0000 2018
>Last-Modified:  Wed Feb 14 19:20:00 +0000 2018
>Originator:     Andreas Gustafsson
>Release:        NetBSD-current, source date 2018.02.05.20.27.06
>Organization:

>Environment:
System: NetBSD
Architecture: sparc
Machine: sparc
>Description:

The sparc test runs on the TNF testbed are failing when booting 
the INSTALL kernel, with:

panic: init died (signal 4, exit 0)
Frame pointer is at 0xf4d4f8b8
Call traceback:
  pc = 0xf0025348  args = (0x0, 0x5, 0x0, 0x0, 0xf4d4f9e0, 0xf0002000) fp = 0xf4d4f928
  pc = 0xf0152ff8  args = (0x104, 0x0, 0xf01fea10, 0xf4d4faa8, 0xf0365a10, 0xf0361000) fp = 0xf4d4f998
  pc = 0xf0153024  args = (0xf01fea10, 0xf4d4faa8, 0xf0364c00, 0xf0365800, 0xf0365890, 0x104) fp = 0xf4d4f9f8
  pc = 0xf011f9b8  args = (0xf01fea10, 0x4, 0x0, 0x0, 0x44000e4, 0x4400fe4) fp = 0xf4d4fa60
  pc = 0xf01349d8  args = (0xf05315e0, 0x0, 0x4, 0xf034c0dc, 0xf05315e0, 0xf0560d58) fp = 0xf4d4faf8
  pc = 0xf0024a18  args = (0xf05315e0, 0x4, 0xfffdffff, 0x2, 0x1e, 0xf0560d58) fp = 0xf4d4fb60
  pc = 0xf0024ba0  args = (0xf05315e0, 0xf4d4fc48, 0xf4d4fc20, 0x0, 0xf0560d58, 0xf4d4ffb0) fp = 0xf4d4fbc0
  pc = 0xf01340d8  args = (0xf4d4ff10, 0xf0531784, 0xf0584000, 0xf4d4ffb0, 0xef7ffce0, 0xf05315e0) fp = 0xf4d4fde0
  pc = 0xf013419c  args = (0xf05315e0, 0xf4d4ff10, 0xf0531784, 0x0, 0xf05315e0, 0x0) fp = 0xf4d4fe40
  pc = 0xf0032bd8  args = (0xb, 0xf0584000, 0xf0531784, 0xf4d4ff10, 0x0, 0x400) fp = 0xf4d4fea0
  pc = 0xf0008524  args = (0x9, 0x286, 0xef7ff000, 0xf4d4ffb0, 0xe, 0x0) fp = 0xf4d4ff50
  pc = 0xffffffa2  args = (0x0, 0x0, 0x20, 0x5e, 0xf0351900, 0xf0351a40) fp = 0xef7fff20

The last successful install was from source date 2018.02.03.11.30.01,
and the first usuccessful one was from source date 2018.02.05.20.27.06.

>How-To-Repeat:

Attempt to install NetBSD-current/sparc, or examine the logs,
for example:

  http://releng.netbsd.org/b5reports/sparc/2018/2018.02.12.02.15.31/install.log

>Fix:

>Release-Note:

>Audit-Trail:

State-Changed-From-To: open->closed
State-Changed-By: gson@NetBSD.org
State-Changed-When: Mon, 12 Feb 2018 17:27:11 +0000
State-Changed-Why:
Fixed by martin in src/common/lib/libc/string/bcopy.c 1.13 - thanks.


From: matthew green <mrg@eterna.com.au>
To: gnats-bugs@NetBSD.org
Cc: port-sparc-maintainer@netbsd.org, gnats-admin@netbsd.org,
    netbsd-bugs@netbsd.org
Subject: re: port-sparc/53014: NetBSD/sparc no longer installs
Date: Wed, 14 Feb 2018 14:02:50 +1100

 is this fixed with martin's fix to bcopy.c?  my userland with
 that fix works again, instead of hanging.  i didn't have init
 failing like the testbed did, though.


 .mrg.

From: Andreas Gustafsson <gson@gson.org>
To: matthew green <mrg@eterna.com.au>
Cc: gnats-bugs@NetBSD.org,
    port-sparc-maintainer@netbsd.org,
    gnats-admin@netbsd.org
Subject: re: port-sparc/53014: NetBSD/sparc no longer installs
Date: Wed, 14 Feb 2018 21:16:16 +0200

 matthew green wrote:
 >  is this fixed with martin's fix to bcopy.c?  my userland with
 >  that fix works again, instead of hanging.  i didn't have init
 >  failing like the testbed did, though.

 Yes, it's fixed, and the PR has been closed.
 -- 
 Andreas Gustafsson, gson@gson.org

>Unformatted:

NetBSD Home
NetBSD PR Database Search

(Contact us) $NetBSD: query-full-pr,v 1.43 2018/01/16 07:36:43 maya Exp $
$NetBSD: gnats_config.sh,v 1.9 2014/08/02 14:16:04 spz Exp $
Copyright © 1994-2017 The NetBSD Foundation, Inc. ALL RIGHTS RESERVED.