You are not logged in.
Pages: 1
EDIT2: I just found out it has been reported already: https://bugs.archlinux.org/task/38069
Not sure if this is the correct forum, and I haven't tried building from source yet.
$ pacaur -Qo svn
/usr/bin/svn is owned by subversion 1.8.11-2
$ which svn
/usr/bin/svn
$ svn help
[1] 26789 segmentation fault (core dumped) svn help
Other commands crashes too. I've tried reinstalling with no luck.
Some of the svn tools works, but svnsync exhibits the same behavior.
I get a core dump, but I'm unable to extract it (first time trying to use lz4):
$ lz4 -t core.svn.1000.8aeb4dd35ad349b2b92656745f3d60dc.26789.1420572918000000.lz4
Error 44 : Unrecognized header : file cannot be decoded
I don't actually need svn at the moment, but these crashes causes some annoying messages in vim.
I'm also afraid it might hide some local errors on my machine as I haven't seen anyone else complain yet.
EDIT: Forgot to add some system info
$ uname -a
Linux simendsjo-desktop 3.16.6-1-ck-bamboo #1 SMP PREEMPT Mon Jan 5 20:15:19 CET 2015 x86_64 GNU/Linux
The `-bamboo` part is just a small fix to not ignore a hid interface. Shouldn't be related.
Last edited by simendsjo (2015-01-06 19:59:19)
Offline
The bug is reported here: https://bugs.archlinux.org/task/38069
The reason is outlined in one of the comments (LD_LIBRARY_PATH has a non-existing path).
The glibc bugreport is located here: https://sourceware.org/bugzilla/show_bug.cgi?id=15378
Solution: Don't have non-existing paths in LD_LIBRARY_PATH
Marking as SOLVED as it can be fixed locally and isn't arch related.
Offline
Pages: 1