Date: Tue, 19 Aug 2008 06:30:05 GMT From: Joseph Koshy <jkoshy@FreeBSD.org> To: freebsd-bugs@FreeBSD.org Subject: Re: bin/124353: cvsup(1): CVSup coredumps with Bus Error since installworld of 6.3-STABLE on 28/5/08 [regression] Message-ID: <200808190630.m7J6U5p0001381@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR bin/124353; it has been noted by GNATS.
From: Joseph Koshy <jkoshy@FreeBSD.org>
To: pav@FreeBSD.org
Cc: Joseph Koshy <jkoshy@FreeBSD.org>, bug-followup@FreeBSD.org, srp@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200808190630.m7J6U5p0001381>
