| Summary: | sshd core dumping with msg "Cannot delete credentials" | ||
|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | Steven Sipes <quicksilver_00> |
| Component: | sshd | Assignee: | OpenSSH Bugzilla mailing list <openssh-bugs> |
| Status: | CLOSED FIXED | ||
| Severity: | major | ||
| Priority: | P2 | ||
| Version: | -current | ||
| Hardware: | SPARC | ||
| OS: | Solaris | ||
|
Description
Steven Sipes
2002-08-01 23:11:46 AEST
"Cannot delete credentials" is a red herring, it happens all the time on Solaris (no, I don't know why). Which function is sshd dumping in? To find out do something like: # gdb ./sshd (gdb) set args -ddd -p 2022 [wait for coredump] (gdb) backtrace This might be related to this bug: http://marc.theaimsgroup.com/?l=openssh-unix-dev&m=104219740601539 Without the backtrace it's impossible to tell. Assuming it's the fatal_cleanup() thing (there's no information to disprove this and it certainly looks like it), this is now fixed. 20030114 - markus@cvs.openbsd.org 2003/01/11 18:29:43 [log.c] set fatal_cleanups to NULL in fatal_remove_all_cleanups(); Mass change of RESOLVED bugs to CLOSED |