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

Issue#212 crashing TSVN when dropping multiple items

From: Tobias Schäfer <tobiasschaefer_at_gmx.de>
Date: 2006-04-16 08:45:58 CEST

Hi Stefan,

I recently wanted to try the dropping of directories in the commit dialog, see
#212.

I have noticed that TSVN crashes almost every time I drop more than one
directory at a time. Dropping a single directory or file seems to work
reliably.
The reason for the crash seems to be that CLogPromptDlg::OnFileDropped gets
called for each dropped item asychronicaly and each in turn calling
CLogPromptDlg::Refresh() which starts the StatusThread. I guess that this
causes a race condition.

To reproduce:
- call "Commit" on the "d:\Development\SVN\TortoiseSVN\src" directory
- In the directory "d:\Development\SVN\TortoiseSVN" select "bin" and "contrib"
and drag and drop them on the commit dialog.

TSVN crashes almost every time. I'm currently using the nightly build 6275.

Anything you can do to fix it? I'm kind of lost ;-)

Tobias

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Sun Apr 16 08:47:21 2006

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.