FINALLY! Re: linux32 breakage in current..

Steve Kargl sgk at troutmask.apl.washington.edu
Wed Aug 30 21:41:25 UTC 2006


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


More information about the freebsd-amd64 mailing list