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

segfault during merge (1.6.2)

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: Mon, 18 May 2009 18:56:44 +0200

Hi,

Crash report sent for TSVN:

A segfault in subversion\libsvn_client\merge.c, function
remove_noop_merge_ranges(), line 5022.

It seems that APR_ARRAY_IDX() return NULL (the changed_revs->nelts is
0). But the 'ranges->nelts' in the for-loop above it has a value of two.

This is a merge with:

svn_client_merge_peg3(https://url/to/file,
        revrange 1-HEAD,
        HEAD,
        path/to/wc/file/in/other/branch,
        infinity,
        TRUE,
        FALSE,
        FALSE,
        FALSE,
        "",
        &ctx, pool);

I've asked the user for more information, but haven't heard back yet.

Stefan

-- 
       ___
  oo  // \\      "De Chelonian Mobile"
 (_,\/ \_/ \     TortoiseSVN
   \ \_/_\_/>    The coolest Interface to (Sub)Version Control
   /_/   \_\     http://tortoisesvn.net
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=2301638

Received on 2009-05-18 18:59:03 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.