Hello, Lev.
You wrote 21 июня 2013 г., 22:08:44:

LS>   Here is way to crash subversion 1.8.0 release on FreeBSD -- try to
LS> update WC which is symlink to real WC. It worked in 1.7.x. Repository
LS> and access scheme and repo's content doesn't matter, "serf" repo is
LS> used for illustration, but it crashes with any repo and any scheme
LS> (https, svn, etc).
 Problem is not FreeBSD-specific, here is output on CentOS 6 x86_64

[root@centos6 tmp]# llh | grep svn
[root@centos6 tmp]# mkdir svn
[root@centos6 tmp]# svn co -q svn://svn.freebsd.org/base/releng/9.1/ svn/
[root@centos6 tmp]# svn up svn/
Updating 'svn':
At revision 252113.
[root@centos6 tmp]# ln -s svn svn2
[root@centos6 tmp]# llh | grep svn
drwxr-xr-x 23 root root 4,0K Июн 23 14:54 svn
lrwxrwxrwx 1 root root 3 Июн 23 14:56 svn2 -> svn
[root@centos6 tmp]# svn up svn2/
Updating 'svn2':
Ошибка сегментирования (core dumped)
[root@centos6 tmp]# uname -a
Linux centos6.local 2.6.32-358.11.1.el6.centos.plus.x86_64 #1 SMP Wed
Jun 12 19:12:17 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux
[root@centos6 tmp]# gdb
GNU gdb (GDB) Red Hat Enterprise Linux (7.2-60.el6_4.1)
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-redhat-linux-gnu".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
(gdb) core core.8284
Missing separate debuginfo for the main executable file
Try: yum --disablerepo='*' --enablerepo='*-debug*' install
/usr/lib/debug/.build-id/09/cc47f079f7a61aa6453cf81ccf093da013bd2d
[New Thread 8284]
Core was generated by `svn up svn2/'.
Program terminated with signal 11, Segmentation fault.
#0 0x00007f6110bd67b0 in ?? ()
(gdb) bt
#0 0x00007f6110bd67b0 in ?? ()
#1 0x0000000000000000 in ?? ()



-- 
// Black Lion AKA Lev Serebryakov <l...@freebsd.org>

Reply via email to