[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

ctrl-c causes core dump

From: solo turn <soloturn99_at_yahoo.com>
Date: 2004-01-23 18:12:01 CET

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
Received on Fri Jan 23 18:12:38 2004

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.