Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Jul 2005 07:20:06 GMT
From:      Sven Berkvens-Matthijsse <sven@ilse.net>
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: kern/83375: Fatal trap 12 cloning a pty
Message-ID:  <200507150720.j6F7K6qX081362@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR kern/83375; it has been noted by GNATS.

From: Sven Berkvens-Matthijsse <sven@ilse.net>
To: bug-followup@freebsd.org
Cc: marcolz@stack.nl
Subject: Re: kern/83375: Fatal trap 12 cloning a pty
Date: Fri, 15 Jul 2005 09:16:53 +0200

 Following up on this: the t_line member of the struct tty that the
 ttyld_modem() macro is looking at (which should be an integer from 0
 upto but not including nlinesw, which is 9 on this system), is
 actually an address of some sort. The t_line integer's value is
 0xc5f0cd48. I have no idea how this could ever get there, I can't find
 anything in the kernel code that could cause this, at least, not by
 setting t_line itself. Perhaps the tty structure is corrupted by a
 function that is not supposed to do anything with t_line at all.
 
 -- 
 Sven



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