Re: Crash when updating with 1.8

2013-08-12 Thread Ivan Zhakov
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

Re: Crash when updating with 1.8

2013-06-19 Thread Bert Huijben
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

Crash when updating with 1.8

2013-06-19 Thread Stefan Küng
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

Re: Crash when updating

2012-01-10 Thread Paul Burba
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

RE: Crash when updating

2012-01-10 Thread Bert Huijben
> -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

Re: Crash when updating

2012-01-10 Thread Paul Burba
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 >>

Re: Crash when updating

2012-01-09 Thread Paul Burba
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)

Crash when updating

2012-01-05 Thread Stefan Küng
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