Hi all,

sorry was very busy.

I installed libkrb5-dbg, libneon27-gnutls-dbg and called "gdb --args svn --version >svn.backtrace"

See the attched file.
I'm not sure, if it is helpful.

Best regards

Frank



Am 17.11.2015 um 20:01 schrieb Salvatore Bonaccorso:
Hi,

On Mon, Nov 16, 2015 at 07:26:24PM -0500, James McCoy wrote:
Control: severity -1 important
Control: tag -1 unreproducible moreinfo

On Mon, Nov 16, 2015 at 10:10:18AM +0100, Frank Sell wrote:
Hi,

did an upgrade for packages krb5-locales libgssapi-krb5-2 libk5crypto3
libkrb5-3 libkrb5support0 and wpasupplicant.

After upgrade subversion chrashes.
Then it's likely an issue with the krb5 update rather than subversion.
Ccing Salvatore, since he performed the last two uploads.

$ svn --version
Speicherzugriffsfehler
I'll assume that means segfault.

I don't see anything interesting in the strace output and I'm not able
to reproduce the issue when I setup my own Wheezy chroot and test it.

I also checked with LANG=de_DE.UTF-8 in case it happened to be a
locale-specific issue.

Could you try installing libkrb5-dbg, libneon27-gnutls-dbg, and
reproducing the crash from within gdb?  The backtrace may help track
down what's wrong.
Thanks for putting me in the loop. FTR, I was as well not able to
reproduce, so more information is defintively welcome to isolate the
problem.

Regards,
Salvatore

GNU gdb (GDB) 7.4.1-debian
Copyright (C) 2012 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
Starting program: /usr/bin/svn --version
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".

Program received signal SIGSEGV, Segmentation fault.
0x00007ffff7de85cf in ?? () from /lib64/ld-linux-x86-64.so.2
(gdb) bt full
#0  0x00007ffff7de85cf in ?? () from /lib64/ld-linux-x86-64.so.2
No symbol table info available.
#1  0x00007ffff7def40c in ?? () from /lib64/ld-linux-x86-64.so.2
No symbol table info available.
#2  0x00007ffff7deabd6 in ?? () from /lib64/ld-linux-x86-64.so.2
No symbol table info available.
#3  0x00007ffff7deeb4a in ?? () from /lib64/ld-linux-x86-64.so.2
No symbol table info available.
#4  0x00007ffff4af9f66 in dlopen_doit (a=<optimized out>) at dlopen.c:67
        args = 0x7fffffffdc30
#5  0x00007ffff7deabd6 in ?? () from /lib64/ld-linux-x86-64.so.2
No symbol table info available.
#6  0x00007ffff4afa2ec in _dlerror_run (operate=0x7ffff4af9f00 <dlopen_doit>, 
    args=0x7fffffffdc30) at dlerror.c:164
        result = 0x630540
#7  0x00007ffff4af9ee1 in __dlopen (file=<optimized out>, mode=<optimized out>)
    at dlopen.c:88
        args = {file = 0x7ffff17d0488 "libsvn_auth_kwallet-1.so.1", 
          mode = 258, new = 0x7fffffffdd40, caller = 0x7ffff6eba39b}
#8  0x00007ffff6eba39b in apr_dso_load () from /usr/lib/libapr-1.so.0
No symbol table info available.
#9  0x00007ffff70f3752 in svn_dso_load ()
   from /usr/lib/x86_64-linux-gnu/libsvn_subr-1.so.1
No symbol table info available.
#10 0x00007ffff70eb0c4 in svn_auth_get_platform_specific_provider ()
   from /usr/lib/x86_64-linux-gnu/libsvn_subr-1.so.1
No symbol table info available.
#11 0x00007ffff70eb320 in svn_auth_get_platform_specific_client_providers ()
   from /usr/lib/x86_64-linux-gnu/libsvn_subr-1.so.1
No symbol table info available.
#12 0x00007ffff70ed50f in svn_cmdline_create_auth_baton ()
   from /usr/lib/x86_64-linux-gnu/libsvn_subr-1.so.1
No symbol table info available.
#13 0x00000000004071de in ?? ()
No symbol table info available.
#14 0x00007ffff691dead in __libc_start_main (main=<optimized out>, 
    argc=<optimized out>, ubp_av=<optimized out>, init=<optimized out>, 
    fini=<optimized out>, rtld_fini=<optimized out>, stack_end=0x7fffffffe1e8)
    at libc-start.c:244
        result = <optimized out>
        unwind_buf = {cancel_jmp_buf = {{jmp_buf = {0, 5674624781046770597, 
                4225048, 140737488347632, 0, 0, -5674624782026675291, 
                -5674610228570887259}, mask_was_saved = 0}}, priv = {pad = {
              0x0, 0x0, 0x4169c0, 0x7fffffffe1f8}, data = {prev = 0x0, 
              cleanup = 0x0, canceltype = 4286912}}}
        not_first_call = <optimized out>
#15 0x0000000000407841 in ?? ()
No symbol table info available.
#16 0x00007fffffffe1e8 in ?? ()
No symbol table info available.
#17 0x000000000000001c in ?? ()
No symbol table info available.
#18 0x0000000000000002 in ?? ()
No symbol table info available.
#19 0x00007fffffffe4e9 in ?? ()
No symbol table info available.
#20 0x00007fffffffe4f6 in ?? ()
No symbol table info available.
#21 0x0000000000000000 in ?? ()
No symbol table info available.
(gdb) q
A debugging session is active.

        Inferior 1 [process 27894] will be killed.

Quit anyway? (y or n) 

Reply via email to