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

Re: Crash in import

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2002-11-10 12:31:58 CET

"Ich Selbst" <ichselbst@gmx.ch> writes:

> when I call svn_client_import(..) the function crashes.
> The crash occurs right after the first notify callback
> with notify_commit_postfix_txdelta. The notify_add callbacks
> run all without problems.
> Also if I try the import not on a local repository but on
> an apache repo then it works just fine. So I think it's
> not a problem of my client.
>
> I'm not able to debug this myself since my debugger
> complains on every(!) call to svn_pool_destroy(..)
> with an INT3 (user breakpoint / memory released twice).

If you cannot debug it with the computer where the crash occurs, and
with access to the source code, then there is very little we can do
without those advantages.

I suggest you set a breakpoint on free and identify where the
duplicate free calls are being made. Configuring APR with
--enable-pool-debug may help track down the problem.

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Nov 10 12:32:38 2002

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.