Bug #6745
closedSegmentation fault in postgresql_adapter.rb:607
Description
I can reproduce the bug, but it only occurs in a script that I can't share. Fails each time in 1.9.3-p194. Attempted to get RVM's ruby-head running locally, but brew's openssl install is not brave enough to update OS X's and attempt to have it use the openssl that rvm can provide to build didn't work, so unfortunately not tested in latest Ruby. Sorry if this is a waste of time, but thought I'd pass it on. Included both dumps/logs from both crashes. Hope it helps.
Files
        
           Updated by oscardelben (Oscar Del Ben) over 13 years ago
          Updated by oscardelben (Oscar Del Ben) over 13 years ago
          
          
        
        
      
      You can install Ruby yourself:
cd ruby
autoconf
configure --prefix=/tmp
make & make install
        
           Updated by naruse (Yui NARUSE) over 13 years ago
          Updated by naruse (Yui NARUSE) over 13 years ago
          
          
        
        
      
      - Status changed from Open to Third Party's Issue
It crashes on pgresult_values(), so it seems pg_ext's bug.
6 pg_ext.bundle 0x0000000109dd6578 pgresult_values + 200 (pg_result.c:735)
Could you report this to pg_ext?
        
           Updated by garysweaver (Gary Weaver) over 13 years ago
          Updated by garysweaver (Gary Weaver) over 13 years ago
          
          
        
        
      
      Just reported to: https://bitbucket.org/ged/ruby-pg/issue/136/crashes-on-pgresult_values
Thanks for your help in tracking that down!