[Bug 973741] Re: s3cmd: segmentation fault for all https operations in libcrypto.so.1.0.0

2012-06-07 Thread Brett Anderson
I compiled openssl-1.0.1c and have verified that this issue is resolved
upstream.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/973741

Title:
  s3cmd: segmentation fault for all https operations in
  libcrypto.so.1.0.0

To manage notifications about this bug go to:
https://bugs.launchpad.net/openssl/+bug/973741/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 973741] Re: s3cmd: segmentation fault for all https operations in libcrypto.so.1.0.0

2012-06-07 Thread Brett Anderson
** Bug watch added: OpenSSL RT #2792
   http://rt.openssl.org/Ticket/Display.html?id=2792

** Also affects: openssl via
   http://rt.openssl.org/Ticket/Display.html?id=2792
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/973741

Title:
  s3cmd: segmentation fault for all https operations in
  libcrypto.so.1.0.0

To manage notifications about this bug go to:
https://bugs.launchpad.net/openssl/+bug/973741/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 973741] Re: s3cmd: segmentation fault for all https operations in libcrypto.so.1.0.0

2012-06-07 Thread Brett Anderson
Both curl and wget segfault:
$ wget https://secure.authorize.net/gateway/transact.dll
$ curl https://secure.authorize.net/gateway/transact.dll

They both use libcrypto.so.1.0.0 (/lib/x86_64-linux-gnu/libcrypto.so.1.0.0) and 
have similar backtraces:
Program received signal SIGSEGV, Segmentation fault.
RC4 () at rc4-x86_64.s:343
343 rc4-x86_64.s: No such file or directory.
(gdb) backtra
#0  RC4 () at rc4-x86_64.s:343
#1  0x009c in ?? ()
#2  0x005f in ?? ()
#3  0x00697bb0 in ?? ()
#4  0x778a5629 in rc4_hmac_md5_cipher

This seems related to http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=666405
Also, it looks like there may be an upstream patch according to 
http://old.nabble.com/-openssl.org--2792--Crash-in-rc4-on-x86_64-td33702502.html

** Bug watch added: Debian Bug tracker #666405
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=666405

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/973741

Title:
  s3cmd: segmentation fault for all https operations in
  libcrypto.so.1.0.0

To manage notifications about this bug go to:
https://bugs.launchpad.net/openssl/+bug/973741/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 973741] Re: s3cmd: segmentation fault for all https operations in libcrypto.so.1.0.0

2012-06-07 Thread Brett Anderson
I am getting a strikingly similar backtrace when doing an https post
using php5-curl.

Program received signal SIGSEGV, Segmentation fault.
0x7f67f2db9031 in RC4 () from /lib/x86_64-linux-gnu/libcrypto.so.1.0.0
(gdb) backtrace
#0  0x7f67f2db9031 in RC4 () from /lib/x86_64-linux-gnu/libcrypto.so.1.0.0
#1  0x03a4 in ?? ()
#2  0x035f in ?? ()
#3  0x7f67fa75e020 in ?? ()
#4  0x7f67f2e1f629 in ?? () from /lib/x86_64-linux-gnu/libcrypto.so.1.0.0
#5  0x7f67f3121bcf in ?? () from /lib/x86_64-linux-gnu/libssl.so.1.0.0
#6  0x7f67f3118e04 in ?? () from /lib/x86_64-linux-gnu/libssl.so.1.0.0
#7  0x7f67f3119134 in ?? () from /lib/x86_64-linux-gnu/libssl.so.1.0.0
#8  0x7f67f14fc1fe in ?? () from /usr/lib/x86_64-linux-gnu/libcurl.so.4
#9  0x7f67f14ee0e1 in Curl_write () from 
/usr/lib/x86_64-linux-gnu/libcurl.so.4
#10 0x7f67f14eacb6 in Curl_add_buffer_send () from 
/usr/lib/x86_64-linux-gnu/libcurl.so.4
#11 0x7f67f14ec87d in Curl_http () from 
/usr/lib/x86_64-linux-gnu/libcurl.so.4
#12 0x7f67f14fb238 in Curl_do () from /usr/lib/x86_64-linux-gnu/libcurl.so.4
#13 0x7f67f15062e7 in ?? () from /usr/lib/x86_64-linux-gnu/libcurl.so.4
#14 0x7f67f17443f2 in ?? () from /usr/lib/php5/20090626/curl.so
#15 0x7f67f3e8b81d in ?? () from /usr/lib/apache2/modules/libphp5.so
#16 0x7f67f3e3c38b in execute () from /usr/lib/apache2/modules/libphp5.so
#17 0x7f67f3e178f0 in zend_execute_scripts () from 
/usr/lib/apache2/modules/libphp5.so
#18 0x7f67f3dc3fa3 in php_execute_script () from 
/usr/lib/apache2/modules/libphp5.so
#19 0x7f67f3ea6dfd in ?? () from /usr/lib/apache2/modules/libphp5.so
#20 0x7f67f839a508 in ap_run_handler ()
#21 0x7f67f839a97e in ap_invoke_handler ()
#22 0x7f67f83aa570 in ap_process_request ()
#23 0x7f67f83a7398 in ?? ()
#24 0x7f67f83a0fa8 in ap_run_process_connection ()
#25 0x7f67f83af1d0 in ?? ()
#26 0x7f67f83af93a in ?? ()
#27 0x7f67f83b04e7 in ap_mpm_run ()
#28 0x7f67f83854a4 in main ()

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/973741

Title:
  s3cmd: segmentation fault for all https operations in
  libcrypto.so.1.0.0

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/s3cmd/+bug/973741/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 389467] Re: sudo dumpcap will not write output files to ~/

2011-03-25 Thread Brett Anderson
I am experiencing this problem running Ubuntu v10.10 32-bit and Dumpcap
v1.2.11.  I used the standards Ubuntu package install.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/389467

Title:
  sudo dumpcap will not write output files to ~/

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs