You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by solo turn <so...@yahoo.com> on 2004/01/23 17:12:01 UTC

ctrl-c causes core dump

with current version we are able to produce a core dump (on unix) and remaining locks (on windows)
when connecting via ssl. we do not store usernames, so no certificate is stored, and a question
"do you want to accept certificate" pops up.

if we do ctrl-c befor this dialog pops up, we get a core.

$ svn log 8000:head subversion/libsvn_client/ssl_client_cert_pw_providers.c
Skipped '8000:head'
^CSegmentation Fault (core dumped)

otherwise it is:
 $ svn log 8000:head subversion/libsvn_client/ssl_client_cert_pw_providers.c
Skipped '8000:head'
Error validating server certificate for 'https://svn.collab.net:443':
 - The certificate is not issued by a trusted authority. Use the
   fingerprint to validate the certificate manually!
Certificate information:
 - Hostname: svn.collab.net
 - Valid: from Sep 22 21:21:47 2003 GMT until Sep 21 21:21:47 2007 GMT
 - Issuer: CollabNet Chicago CA, Chicago, IL, US
 - Fingerprint: d9:2a:03:7d:82:b4:21:cb:97:6c:21:33:a8:13:1d:0f:ef:f2:21:39
(R)eject or accept (t)emporarily? t
^Csvn: Caught signal

-s

ps:
it would be really nice if there would be a working "store permanent", independent of store a
password option.


__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free web site building tool. Try it!
http://webhosting.yahoo.com/ps/sb/

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: ctrl-c causes core dump

Posted by Tobias Ringström <to...@ringstrom.mine.nu>.
solo turn wrote:
> with current version we are able to produce a core dump (on unix) and remaining locks (on windows)
> when connecting via ssl. we do not store usernames, so no certificate is stored, and a question
> "do you want to accept certificate" pops up.
> 
> if we do ctrl-c befor this dialog pops up, we get a core.

I cannot reproduce this, neither with nor without the -r option.

/Tobias


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org