On 12 Mar 98 at 22:33, Douglas F. Elznic wrote about
"ftp core dumps":
} I found some curious behaivior with the ftp client installed with redhat
} 5.0. I am running redhat 5.0 on an amd k5pr133. I also noticed this
} behaivior on a pentium and a pentium II all redhat 5.0. Connect to any ftp
} server and at the login propmt issue: (control)\
} and the server responds Quit core dumped.
} Can anyone verify this bug / feature?
Feature. You'll get the same effect from most apps (try "cat >foo"
for example). Do "stty -a" and notice that <Ctrl>-\ is bound to the
"quit" action. Unless the app puts stdin into "raw" mode, typing
<Ctrl>-\ sends SIGQUIT to the application. Then do "man 7 signal" and
note that... note that...
OK, bug. SIGQUIT is not supposed to trigger a core dump, just a
termination.
- Fred Viles (mailto:[EMAIL PROTECTED])
--
PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
To unsubscribe: mail [EMAIL PROTECTED] with
"unsubscribe" as the Subject.