Package: subversion
Version: 1.6.17dfsg-1
Severity: important

Subversion client segfaults when checkout from a repository with SASL
auth enabled.
I'm running the latest debian -testing.

$ svn co svn://svn.local/hr
Segmentation fault

Inside gdb:
$ gdb svn
GNU gdb (GDB) 7.2-debian
Copyright (C) 2010 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
Reading symbols from /usr/bin/svn...(no debugging symbols found)...done.
(gdb) run co svn://svn.local/hr
Starting program: /usr/bin/svn co svn://svn.local/hr
[Thread debugging using libthread_db enabled]

Program received signal SIGSEGV, Segmentation fault.
0x00007ffff710fc32 in svn_stringbuf_ensure () from /usr/lib/libsvn_subr-1.so.1
(gdb) bt
#0  0x00007ffff710fc32 in svn_stringbuf_ensure () from
/usr/lib/libsvn_subr-1.so.1
#1  0x00007fffffffdbe0 in ?? ()
#2  0x0000000000645880 in ?? ()
#3  0x0000000000000064 in ?? ()
#4  0x000000000000001e in ?? ()
#5  0x00007ffff710fc32 in svn_stringbuf_ensure () from
/usr/lib/libsvn_subr-1.so.1
#6  0x0000000100000001 in ?? ()
#7  0x00000000ffffffff in ?? ()
#8  0x00007ffff5a40ae9 in ?? () from /usr/lib/libsvn_ra_svn-1.so.1
#9  0xf1d0480abd6bc100 in ?? ()
#10 0x00000000002177e8 in ?? ()
#11 0x0000000000000000 in ?? ()


$ uname -a
Linux vtesting 2.6.39-2-amd64 #1 SMP Tue Jul 5 02:51:22 UTC 2011
x86_64 GNU/Linux

$ dpkg -s libc6 | grep ^Version
Version: 2.13-10

$ lsb_release -a
No LSB modules are available.
Distributor ID: Debian
Description:    Debian GNU/Linux testing (wheezy)
Release:        testing
Codename:       wheezy


Cheers,
Colin



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to