Discussion:
[S3tools-general] new SSL lib, segmentation fault
h***@lactose.homelinux.net
2014-10-17 13:29:01 UTC
Permalink
Greetings. I'm sorry to write to you like this, but the sourceforge
forums appear to be down.

I've been successfully using s3cmd on my linux machine for quite a while.

Earlier this week, I had to upgrade my OpenSSL libraries to 1.0.2-beta3
I'm pretty sure that's the only change I've made to my system lately.

Now s3cmd will only give me a segmentation fault.

I'm not a Python programmer. Is there a Python library that perhaps I
need to update with my new OpenSSL libraries?

Below are a few lines from my strace output. Any help would be greatly
appreciated.

--hymie!

...
open("/usr/lib/python2.6/lib-dynload/_ssl.so", O_RDONLY) = 5
...
open("/lib/libssl.so.0", O_RDONLY) = 5
...
open("/usr/lib/python2.6/lib-dynload/_hashlib.so", O_RDONLY|O_LARGEFILE) = 6
fstat64(6, {st_mode=S_IFREG|0755, st_size=11388, ...}) = 0
open("/usr/lib/python2.6/lib-dynload/_hashlib.so", O_RDONLY) = 7
read(7, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0P\v\0\0004\0\0\0\274"..., 512) = 512
fstat64(7, {st_mode=S_IFREG|0755, st_size=11388, ...}) = 0
mmap2(NULL, 10312, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 7, 0) = 0xb7331000
mmap2(0xb7333000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 7, 0x2) = 0xb7333000
close(7) = 0
close(6) = 0
--- SIGSEGV (Segmentation fault) @ 0 (0) ---
+++ killed by SIGSEGV +++

Loading...