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

Re: Nightly@9037: Crash in Repo Browser

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: 2007-03-24 18:28:48 CET

Norbert Unterberg wrote:

> after our discussion about the "prev != current-1" problem i
> downloaded the latest nightly and tried it with the reproduction
> recipe I posted recently. With that, I get a crash in the Repo Broser,
> started from the merge dialog.
>
> Steps to reproduce:
>
> * Run the script I posted a week ago
> * Right Click on the wc folder: Tsvn->merge
> * From URL using repo browser, select : /branches/test
> * From Revision: Show Log and select revision 4
> * From revision is filled with 3
> * Click again on the [...] to select a FROM Url
> * --> access violation
>
> The error is an access violation in repositorybrowser.cpp in function
> CRepositoryBrowser::InitRepo().
> For some reason data is 0, and this produces the access violation in
> line 333 because you derefence the data pointer in line 333:
> if ((error.IsEmpty())&&(data->kind == svn_node_dir))

fixed in revision 9048.

> BTW, this is one of the places where

where what?

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.net
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Sat Mar 24 18:29:12 2007

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

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