GNU gdb (GDB) 7.3.1 Copyright (C) 2011 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later 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-unknown-linux-gnu". For bug reporting instructions, please see: ... Reading symbols from /usr/bin/svn...(no debugging symbols found)...done. (gdb) run --version Starting program: /usr/bin/svn --version [Thread debugging using libthread_db enabled] Program received signal SIGSEGV, Segmentation fault. 0x0000000000005416 in ?? () (gdb) bt full #0 0x0000000000005416 in ?? () No symbol table info available. #1 0x00007fffeec35dd9 in sin () from /lib/libm.so.6 No symbol table info available. #2 0x00007ffff7de807c in _dl_relocate_object () from /lib/ld-linux-x86-64.so.2 No symbol table info available. #3 0x00007ffff7dee546 in dl_open_worker () from /lib/ld-linux-x86-64.so.2 No symbol table info available. #4 0x00007ffff7dea2a6 in _dl_catch_error () from /lib/ld-linux-x86-64.so.2 No symbol table info available. #5 0x00007ffff7dede8a in _dl_open () from /lib/ld-linux-x86-64.so.2 No symbol table info available. #6 0x00007ffff3a34f26 in ?? () from /lib/libdl.so.2 No symbol table info available. #7 0x00007ffff7dea2a6 in _dl_catch_error () from /lib/ld-linux-x86-64.so.2 No symbol table info available. #8 0x00007ffff3a354cf in ?? () from /lib/libdl.so.2 No symbol table info available. #9 0x00007ffff3a34fc1 in dlopen () from /lib/libdl.so.2 No symbol table info available. #10 0x00007ffff6e48e5b in apr_dso_load () from /usr/lib/libapr-1.so.0 No symbol table info available. #11 0x00007ffff7089c0a in svn_dso_load () from /usr/lib/libsvn_subr-1.so.0 No symbol table info available. #12 0x00007ffff707c354 in svn_auth_get_platform_specific_provider () from /usr/lib/libsvn_subr-1.so.0 No symbol table info available. #13 0x00007ffff707c5b0 in svn_auth_get_platform_specific_client_providers () from /usr/lib/libsvn_subr-1.so.0 No symbol table info available. #14 0x00007ffff7080b76 in svn_cmdline_create_auth_baton () from /usr/lib/libsvn_subr-1.so.0 No symbol table info available. #15 0x0000000000407895 in ?? () No symbol table info available. #16 0x00007ffff689738d in __libc_start_main () from /lib/libc.so.6 No symbol table info available. #17 0x0000000000407e71 in ?? () No symbol table info available. #18 0x00007fffffffe008 in ?? () No symbol table info available. #19 0x00000000ffffffff in ?? () No symbol table info available. #20 0x0000000000000002 in ?? () No symbol table info available. #21 0x00007fffffffe383 in ?? () No symbol table info available. #22 0x00007fffffffe390 in ?? () No symbol table info available. #23 0x0000000000000000 in ?? () No symbol table info available. (gdb) quit A debugging session is active. Inferior 1 [process 27353] will be killed. Quit anyway? (y or n)