Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Aug 2006 14:41:06 -0700
From:      Steve Kargl <sgk@troutmask.apl.washington.edu>
To:        John Baldwin <jhb@freebsd.org>
Cc:        amd64@freebsd.org
Subject:   Re: FINALLY! Re: linux32 breakage in current..
Message-ID:  <20060830214106.GA866@troutmask.apl.washington.edu>
In-Reply-To: <200608291928.59024.jhb@freebsd.org>
References:  <200608151701.46724.jhb@freebsd.org> <20060828173520.GA911@troutmask.apl.washington.edu> <20060829223203.GA951@troutmask.apl.washington.edu> <200608291928.59024.jhb@freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Aug 29, 2006 at 07:28:58PM -0400, John Baldwin wrote:
> 
> 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
> --- linux32_machdep.c	28 Aug 2006 13:09:24 -0000	1.17
> +++ linux32_machdep.c	29 Aug 2006 23:28:22 -0000
> @@ -308,22 +308,31 @@
>  linux_ipc(struct thread *td, struct linux_ipc_args *args)
>  {
>  
> +	printf("I'm a peacock! (%x)\n", args->what & 0xFFFF);

Okay, I deleted all my linux related ports and reinstalled
acroread7 and linux_base-fc4 and related dependencies.
I used cvsup to restore my tree to the bad kernel files and 
applied your patch. 

troutmask:kargl[202] acroread church.pdf  <--- No console output
Segmentation fault (core dumped)
troutmask:kargl[203] acroread church.pdf  <--- This ran correctly.

Command 203 opened the pdf and displayed it correctly.  However,
the following appeared on the console.

I'm a peacock! (17)
I'm a peacock! (15)
I'm a peacock! (18)
I'm a peacock! (d)
I'm a peacock! (c)
I'm a peacock! (c)
I'm a peacock! (c)
I'm a peacock! (c)
I'm a peacock! (c)
I'm a peacock! (c)
I'm a peacock! (d)
I'm a peacock! (c)
I'm a peacock! (c)
I'm a peacock! (c)
I'm a peacock! (c)
I'm a peacock! (c)
I'm a peacock! (c)
I'm a peacock! (c)
I'm a peacock! (c)
I'm a peacock! (c)
I'm a peacock! (c)
I'm a peacock! (c)
I'm a peacock! (c)
I'm a peacock! (c)
I'm a peacock! (c)
I'm a peacock! (c)
I'm a peacock! (c)
I'm a peacock! (b)
I'm a peacock! (e)
I'm a peacock! (b)
I'm a peacock! (e)

-- 
Steve



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060830214106.GA866>