Crash when updating with 1.8
From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: Wed, 19 Jun 2013 21:55:55 +0200
Hi,
After the release of 1.8, the crash reports for TortoiseSVN are already
Number one crash is during an update.
In libsvn_wc/update_editor.c, window_handler(), line 1012:
if (err)
here the hb->new_text_base_tmp_abspath is NULL, which results later in a
Is it possible to get there without a temp file being created?
I suggest to check for this before trying to remove it:
if (err)
Stefan
-- ___ oo // \\ "De Chelonian Mobile" (_,\/ \_/ \ TortoiseSVN \ \_/_\_/> The coolest interface to (Sub)version control /_/ \_\ http://tortoisesvn.netReceived on 2013-06-19 21:56:28 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.