On Tue, Jan 21, 2003 at 04:57:16PM -0700, Grant Grundler wrote: > Stephan Eranian had a good idea - replace .o's in the gcc 3.2 > built kernel tree with .o's built using gcc-3.0. Then maybe we > can narrow down where the issue is.
this worked. replacing drivers/char/pty.o with one built using gcc-3.0 resulted in a kernel that ssh logins wouldn't crash. Any advice on comparing .o's? or rather compare .S files? I can probably also narrow down the code path a bit more. I'm suspecting the initialization before calling tty_register_driver(). thanks, grant

