on Sat, Mar 10, 2001 at 09:59:08PM -0500, Anthony Fox ([EMAIL PROTECTED]) wrote: > [email protected] writes: > > > on Sat, Mar 10, 2001 at 12:23:47PM -0500, Anthony Fox ([EMAIL PROTECTED]) > > wrote: > > > Hello, > > > > > > I am noticing a strange problem. At the console or at a shell in > > > an xterm, pressing the tab key logs me out of that session. This > > > was not happening before. Has anyone seen this problem, and, if > > > so, how did you fix it? > > > > What's changed? Anything related to your keyboard configuration > > perhaps? > > Nothing that I know of. I think bash is segfaulting when I hit tab. > Do you know how to fix this?
I'd try:
- Finding out what keysym <tab> is sending. I can't recall the
program for this at the moment. I believe xkeycaps does this but I
thought there was a console program that did same.
- Run strace on bash and see what it exits with:
$ strace bash 2>&1 | tee bash.log
$ <tab>
Cheers.
--
Karsten M. Self <[email protected]> http://kmself.home.netcom.com/
What part of "Gestalt" don't you understand? There is no K5 cabal
http://gestalt-system.sourceforge.net/ http://www.kuro5hin.org
pgprxI4yo6CT4.pgp
Description: PGP signature

