bin/124353: cvsup(1): CVSup coredumps with Bus Error since installworld of 6.3-STABLE on 28/5/08 [regression]

Joseph Koshy jkoshy at FreeBSD.org
Tue Aug 19 06:30:06 UTC 2008


The following reply was made to PR bin/124353; it has been noted by GNATS.

From: Joseph Koshy <jkoshy at FreeBSD.org>
To: pav at FreeBSD.org
Cc: Joseph Koshy <jkoshy at FreeBSD.org>, bug-followup at FreeBSD.org, srp at zzap.org
Subject: Re: bin/124353: cvsup(1): CVSup coredumps with Bus Error
	since	installworld of 6.3-STABLE on 28/5/08 [regression]
Date: Tue, 19 Aug 2008 06:18:16 -0000

 > Thanks, this fixes the crashes for me. I will update the port today.
 
 We probably need to extend other MD interfaces too, to catch up with
 new definition for 'struct flock'.
 
 +++ libs/m3core/src/unix/freebsd-4.i386/Unix.i3	2008-08-19 11:22:26.000000000 +0530
 @@ -149,6 +149,7 @@
      l_pid:    pid_t := 0;
      l_type:   short; (* see below *)
      l_whence: short;
 +    l_sysid:  int   := 0;
    END;
  (* ok *)
  
 --- libs/m3core/src/unix/freebsd-4.sparc64/Unix.i3.orig	2008-08-19 11:19:28.000000000 +0530
 +++ libs/m3core/src/unix/freebsd-4.sparc64/Unix.i3	2008-08-19 11:19:31.000000000 +0530
 @@ -147,6 +147,7 @@
      l_pid:    pid_t := 0;
      l_type:   short; (* see below *)
      l_whence: short;
 +    l_sysid:  int   := 0;
    END;
  (* ok *)
  
 --- libs/m3core/src/unix/freebsd-4.alpha/Unix.i3.orig	2008-08-19 11:17:50.000000000 +0530
 +++ libs/m3core/src/unix/freebsd-4.alpha/Unix.i3	2008-08-19 11:18:43.000000000 +0530
 @@ -147,6 +147,7 @@
      l_pid:    pid_t := 0;
      l_type:   short; (* see below *)
      l_whence: short;
 +    l_sysid:  int   := 0;
    END;
  (* ok *)
  
 
 Koshy


More information about the freebsd-bugs mailing list