From bcea51171a98b01d10434debb2c997d9e9e94dda Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 2 Apr 2013 23:44:29 -0400 Subject: [PATCH] close --- doc/bugs/Segfaults_on_Fedora_18_with_SELinux_enabled.mdwn | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/bugs/Segfaults_on_Fedora_18_with_SELinux_enabled.mdwn b/doc/bugs/Segfaults_on_Fedora_18_with_SELinux_enabled.mdwn index 599b152800..39b860e7c2 100644 --- a/doc/bugs/Segfaults_on_Fedora_18_with_SELinux_enabled.mdwn +++ b/doc/bugs/Segfaults_on_Fedora_18_with_SELinux_enabled.mdwn @@ -58,3 +58,8 @@ Running the whole thing with --debug doesn't appear to provide anything useful: [1] + exit 139 GITWRAP annex webapp --debug [0 zerodogg@browncoats annexed]$ Created new window in existing browser session. + +> On IRC it developed that it segfaulted at other times, and gdb complained +> of a library mismatch. Seems something changed in Fedora libc, and +> the 32 bit binary is not working on 64 bit. I've brought back the 64 bit +> standalone builds, which work. [[done]] --[[Joey]]