Actions
Bug #12309
closedSegmentation fault caused by OpenSSL
    Bug #12309:
    Segmentation fault caused by OpenSSL
  
Status:
Rejected
Assignee:
-
Target version:
-
ruby -v:
ruby 2.3.0p0 (2015-12-25 revision 53290) [x86_64-linux]
Description
I am consistently getting a segmentation fault whils running Sinatra. It appears to be during an net/http request to an ssl endpoint on a remote web server. The full stack trace is below.
Sinatra runs correctly for a few minutes, making numerous requests with net/http, but then fails with the segmentation fault. I can find nothing particularly unusual with either the offending request or its response.
I am using an up-to-date version of Ubuntu 14.04 LTS.
$ ruby -ropenssl -e 'p OpenSSL::OPENSSL_VERSION'
"OpenSSL 1.0.1f 6 Jan 2014"
Files
        
           Updated by nobu (Nobuyoshi Nakada) over 9 years ago
          Updated by nobu (Nobuyoshi Nakada) over 9 years ago
          
          
        
        
      
      - File bug-12309.log bug-12309.log added
- Description updated (diff)
Maybe [Bug #12126]?
        
           Updated by naruse (Yui NARUSE) over 9 years ago
          Updated by naruse (Yui NARUSE) over 9 years ago
          
          
        
        
      
      - Related to Bug #12126: [PATCH] openssl: accept moving write buffer for write_nonblock added
        
           Updated by naruse (Yui NARUSE) over 9 years ago
          Updated by naruse (Yui NARUSE) over 9 years ago
          
          
        
        
      
      - Related to Bug #6168: Segfault in OpenSSL bindings added
        
           Updated by rhenium (Kazuki Yamaguchi) about 9 years ago
          Updated by rhenium (Kazuki Yamaguchi) about 9 years ago
          
          
        
        
      
      - Related to deleted (Bug #6168: Segfault in OpenSSL bindings)
        
           Updated by rhenium (Kazuki Yamaguchi) about 9 years ago
          Updated by rhenium (Kazuki Yamaguchi) about 9 years ago
          
          
        
        
      
      
    
        
           Updated by rhenium (Kazuki Yamaguchi) about 9 years ago
          Updated by rhenium (Kazuki Yamaguchi) about 9 years ago
          
          
        
        
      
      - Related to deleted (Bug #12126: [PATCH] openssl: accept moving write buffer for write_nonblock)
        
           Updated by rhenium (Kazuki Yamaguchi) about 9 years ago
          Updated by rhenium (Kazuki Yamaguchi) about 9 years ago
          
          
        
        
      
      - Related to Bug #12292: Race between OpenSSL::SSL::SSLSocket#stop and #connect can cause a segmentation fault added
Actions