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 2002/08/26 16:46:48 UTC

svn co causes core dump on solaris?

did there anything change with apr, or httpd again? i get a core

detected a multithreaded program
t@1 (l@1) terminated by signal SEGV (no mapping at the fault address)
Current function is find_entry
  279       for (hep = &ht->array[hash & ht->max], he = *hep;

when doing a
svn co http:/blaserver/path


__________________________________________________
Do You Yahoo!?
Yahoo! Finance - Get real-time stock quotes
http://finance.yahoo.com

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

Re: svn co causes core dump on solaris?

Posted by Justin Erenkrantz <je...@apache.org>.
On Mon, Aug 26, 2002 at 09:46:48AM -0700, solo turn wrote:
> did there anything change with apr, or httpd again? i get a core
> 
> detected a multithreaded program
> t@1 (l@1) terminated by signal SEGV (no mapping at the fault address)
> Current function is find_entry
>   279       for (hep = &ht->array[hash & ht->max], he = *hep;
> 
> when doing a
> svn co http:/blaserver/path

Umm, a stacktrace would be helpful.  What you have sent is not
helpful at all.  -- justin

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