NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: port-vax/41144: ntpd dies when syncing



The following reply was made to PR port-vax/41144; it has been noted by GNATS.

From: "Michael L. Hitch" <mhitch%lightning.msu.montana.edu@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: port-vax/41144: ntpd dies when syncing
Date: Sun, 5 Apr 2009 13:13:34 -0600 (MDT)

 On Sun, 5 Apr 2009, martin%NetBSD.org@localhost wrote:
 
 >> Fix:
 > no idea, don't speak vax asm
 
    The vax was trying to extract a bit out of status that was out of range,
 and generated an instruction fault.
 
    The problem is in the definition of STA_FMT, specifically:
 b\xcCLOCKERR\0\
 
    The \xcC was being converted to 0xcc as the bit position, and leaving 
 LOCKERR as the text string.
 
 --
 Michael L. Hitch                       mhitch%montana.edu@localhost
 Computer Consultant
 Information Technology Center
 Montana State University       Bozeman, MT     USA
 


Home | Main Index | Thread Index | Old Index