On Wed, Jun 19, 2013 at 11:55 PM, Stefan Küng wrote:
> Hi,
>
> After the release of 1.8, the crash reports for TortoiseSVN are already
> coming in.
>
> Number one crash is during an update.
>
> In libsvn_wc/update_editor.c, window_handler(), line 1012:
>
> if (err)
> {
> /* We failed t
Is this caused by the delayed open streams?
I don’t think this scenario was possible in 1.7.
Bert
Sent from Windows Mail
From: Stefan Küng
Sent: Wednesday, June 19, 2013 9:55 PM
To: Subversion Development
Hi,
After the release of 1.8, the crash reports for TortoiseSVN are al
Hi,
After the release of 1.8, the crash reports for TortoiseSVN are already
coming in.
Number one crash is during an update.
In libsvn_wc/update_editor.c, window_handler(), line 1012:
if (err)
{
/* We failed to apply the delta; clean up the temporary file. */
svn_error_clear(sv
On Tue, Jan 10, 2012 at 2:07 PM, Bert Huijben wrote:
>
>> -Original Message-
>> From: Paul Burba [mailto:ptbu...@gmail.com]
>> Sent: dinsdag 10 januari 2012 17:36
>> To: Bert Huijben
>> Cc: Subversion Development; Stefan Küng
>> Subject: R
> -Original Message-
> From: Paul Burba [mailto:ptbu...@gmail.com]
> Sent: dinsdag 10 januari 2012 17:36
> To: Bert Huijben
> Cc: Subversion Development; Stefan Küng
> Subject: Re: Crash when updating
> if (! from_val) /* adding a new property
On Mon, Jan 9, 2012 at 10:16 AM, Paul Burba wrote:
> On Thu, Jan 5, 2012 at 2:37 PM, Stefan Küng wrote:
>> Hi,
>>
>> From a crash report dump sent for TSVN for an update the attached stack
>> trace happened.
>>
>> libsvn_wc\props.c, svn_wc__merge_props()
>> to_val = incoming_change->value
>>
On Thu, Jan 5, 2012 at 2:37 PM, Stefan Küng wrote:
> Hi,
>
> From a crash report dump sent for TSVN for an update the attached stack
> trace happened.
>
> libsvn_wc\props.c, svn_wc__merge_props()
> to_val = incoming_change->value
> ? svn_string_dup(incoming_change->value, result_pool)
Hi,
From a crash report dump sent for TSVN for an update the attached stack
trace happened.
libsvn_wc\props.c, svn_wc__merge_props()
to_val = incoming_change->value
? svn_string_dup(incoming_change->value, result_pool) : NULL;
if (! from_val) /* adding a new property
8 matches
Mail list logo