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

Nightly@9037: Crash in Repo Browser

From: Norbert Unterberg <nunterberg_at_gmail.com>
Date: 2007-03-24 17:20:37 CET

Stefan,

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))

BTW, this is one of the places where

Norbert

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Sat Mar 24 17:20:56 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.