FINALLY! Re: linux32 breakage in current..

John Baldwin jhb at freebsd.org
Wed Aug 30 18:38:32 UTC 2006


On Wednesday 30 August 2006 13:09, Steve Kargl wrote:
> On Tue, Aug 29, 2006 at 07:28:58PM -0400, John Baldwin wrote:
> > 
> > But when you add printf's linux_ipc() isn't being called?  *sigh*  Try
> > this anyway:
> > 
> > Index: linux32_machdep.c
> > ===================================================================
> > RCS file: /host/cvs/usr/cvs/src/sys/amd64/linux32/linux32_machdep.c,v
> > retrieving revision 1.17
> > diff -u -r1.17 linux32_machdep.c
> 
> The printf is not triggered. :(  I did a ktrace of acroread.  kdump 
> shows

You have to use linux_kdump with ktrace.out from a linux binary.  But,
you still get segfaults with this patch in place?  This patch just
puts Giant around the one system call that the cvsup changes you
pointed out removed it from. :(  IOW, it's just another way of removing
undoing the cvsup changes.

-- 
John Baldwin


More information about the freebsd-amd64 mailing list