Hi folks:

I'm having an issue where wget (and curl) segfaults in libcrypto when
trying to access a particular https site.

The site can be accessed via IE or Firefox without problems.  I'm running
64-bit Ubuntu 12.04 LTS with OpenSSL version 1.0.1 14 Mar 2012.

I can easily imagine that the site owners of canadahelps.org have done
something strange but one would hope that nothing they do should be able to
create a segfault on the client end.

Any ideas?


$ gdb wget
(gdb) run  https://www.canadahelps.org
...
Program received signal SIGSEGV, Segmentation fault.
0x00007ffff783f031 in RC4 () from /lib/x86_64-linux-gnu/libcrypto.so.1.0.0
(gdb) bt
#0  0x00007ffff783f031 in RC4 () from
/lib/x86_64-linux-gnu/libcrypto.so.1.0.0
#1  0x00000000000000ac in ?? ()
#2  0x000000000000005f in ?? ()
#3  0x000000000069df60 in ?? ()
#4  0x00007ffff78a5629 in ?? () from
/lib/x86_64-linux-gnu/libcrypto.so.1.0.0
#5  0x00007ffff7ba7bdf in ?? () from /lib/x86_64-linux-gnu/libssl.so.1.0.0
#6  0x00007ffff7b9ee04 in ?? () from /lib/x86_64-linux-gnu/libssl.so.1.0.0
#7  0x00007ffff7b9f144 in ?? () from /lib/x86_64-linux-gnu/libssl.so.1.0.0
#8  0x000000000042c8ff in ?? ()
#9  0x00000000004064b6 in ?? ()
#10 0x0000000000416b79 in ?? ()
#11 0x000000000041863c in ?? ()
#12 0x000000000041b4c3 in ?? ()
#13 0x000000000042484e in ?? ()
#14 0x00000000004052d5 in ?? ()
#15 0x00007ffff6fdf76d in __libc_start_main ()
   from /lib/x86_64-linux-gnu/libc.so.6
#16 0x0000000000405b91 in ?? ()
#17 0x00007fffffffeb88 in ?? ()
#18 0x000000000000001c in ?? ()
#19 0x0000000000000002 in ?? ()
#20 0x00007fffffffeda8 in ?? ()
#21 0x00007fffffffedb6 in ?? ()

Reply via email to