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

multiple crashes

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: Tue, 22 May 2012 21:31:57 +0200

Hi,

Our crash reporting tool already gathered a few crashes in the svn
library. 22 reports are already in with access violations in
svn_relpath_join().

those 22 reports are in two crash groups, but from the stack traces
there are four problems that cause these crashes:

https://www.crash-server.com/Problem.aspx?ClientID=tsvn&ProblemID=1056
and
https://www.crash-server.com/Problem.aspx?ClientID=tsvn&ProblemID=1015

contain all the crash dumps (login info was sent to private@ a while ago)

libsvn_tsvn32!svn_relpath_join+0x10
libsvn_tsvn32!svn_wc__internal_get_origin+0x1b2
libsvn_tsvn32!svn_client_commit5+0x14d3
libsvn_tsvn32!svn_client__harvest_committables+0x26a
libsvn_tsvn32!svn_client_commit5+0x2e4

here the 'status' after svn_wc__db_scan_addition() is
svn_wc__db_status_incomplete which might be an indication why
original_repos_relpath is NULL and then causes the access violation in
svn_relpath_join().

**********

libsvn_tsvn32!svn_relpath_join+0x10
libsvn_tsvn32!svn_wc__internal_get_origin+0x1b2
libsvn_tsvn32!svn_client_diff_summarize_dup+0x56c
libsvn_tsvn32!svn_client_export5+0x1bb

no idea why here original_repos_relpath is NULL though. Maybe you have
more luck analyzing that crash dump.

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.net
Received on 2012-05-22 21:32:34 CEST

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.