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

Re: Segmentation fault in Serf during merge_tests.py 61 ("merge fails if subtree is deleted on src")

From: Arfrever Frehtes Taifersar Arahesis <Arfrever.FTA_at_GMail.Com>
Date: Sun, 14 Dec 2008 17:15:24 +0100

2008-12-14 11:59:40 Lieven Govaerts napisał(a):
> Arfrever Frehtes Taifersar Arahesis wrote:
> > Serf segfaults during Subversion's test merge_tests.py 61 ("merge fails if subtree is deleted on src").
> > I use Subversion trunk r34706 and Serf trunk r1203.
> >
>
> Is this on Mac? Repeatable?

It is on Gentoo GNU/Linux (~x86). It is repeatable.
I was probably reproducing the same problem earlier:
  http://svn.haxx.se/dev/archive-2008-07/0702.shtml
  http://svn.haxx.se/dev/archive-2008-08/0958.shtml
  http://svn.haxx.se/dev/archive-2008-12/0177.shtml

> > Breakpoint 3, serf_linebuf_fetch (linebuf=0x9998058, bucket=0x99967c0, acceptable=7) at buckets/buckets.c:512
> > 512 in buckets/buckets.c
> > (gdb) p *linebuf
> > $1 = {state = SERF_LINEBUF_READY, used = 0,
> > line = "Content-Type: text/xml; charset=\"utf-8\"", '\0' <repeats 61 times>, "@\200\231\t K\216CH\200\231\t��\226\t", '\0' <repeats 112 times>, "�\200\231\t�\200\231\t8_\231\t", '\0' <repeats 116 times>, "@\204\231\t\000\000\000\0005�׷", '\0' <repeats 12 times>, "����", '\0' <repeats 100 times>, "�\201\231\t K\216C�\201\231\t��\226\t", '\0' <repeats 112 times>, "@\202\231\tH\202\231\tH\201\231\t", '\0' <repeats 116 times>, "�\205\231\t\000\000\000\000��׷", '\0' <repeats 12 times>...}
> > (gdb) p *bucket
> > $2 = {type = 0x438e4de0, data = 0x99962c0, allocator = 0x98e69c8}
> > (gdb) p *bucket.type
> > $3 = {name = 0x438e3216 "BARRIER", read = 0x438e2996 <serf_barrier_read>, readline = 0x438e29d0 <serf_barrier_readline>, read_iovec = 0x438dce07 <serf_default_read_iovec>,
> > read_for_sendfile = 0x438dce66 <serf_default_read_for_sendfile>, read_bucket = 0x438dcec0 <serf_default_read_bucket>, peek = 0x438e2a11 <serf_barrier_peek>, destroy = 0x438e2a44 <serf_barrier_destroy>,
> > snapshot = 0x438dcf32 <serf_default_snapshot>, restore_snapshot = 0x438dcf3c <serf_default_restore_snapshot>, is_snapshot_set = 0x438dcf46 <serf_default_is_snapshot_set>}
> > (gdb) p *bucket.data
> > Attempt to dereference a generic pointer.
> > (gdb) p *bucket.allocator
> > $4 = {pool = 0x98e6988, allocator = 0x98780f0, unfreed = 0, unfreed_baton = 0x0, num_alloc = 25, freelist = 0x9996038, blocks = 0x9996020, track = 0x0}
> > (gdb) p data
> > $5 = 0xbfda1034 "?!\231\t"
> > (gdb) p len
> > $6 = 4294967295
> > (gdb) cont
> >
> I'm interested in the values of 'status' and 'found' at this point.

I checked the values during 2 separate GDB sessions:

(gdb) p status
$6 = 70014
(gdb) p found
$7 = -1080032764

(gdb) p status
$1 = 70014
(gdb) p found
$2 = -1074725100

-- 
Arfrever Frehtes Taifersar Arahesis
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=984137
Received on 2008-12-14 17:20:09 CET

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.