[MacRuby] #1361: Using pg gem returns bus error

MacRuby ruby-noreply at macosforge.org
Fri Jul 15 07:36:42 PDT 2011


#1361: Using pg gem returns bus error
-------------------------------+--------------------------------------------
 Reporter:  tpitale@…          |       Owner:  lsansonetti@…        
     Type:  defect             |      Status:  new                  
 Priority:  blocker            |   Milestone:                       
Component:  MacRuby            |    Keywords:  pg gem postgres      
-------------------------------+--------------------------------------------

Comment(by watson1978@…):

 hmm, I can't reproduce in my environment.

 {{{
 $ psql --version
 psql (PostgreSQL) 9.0.4
 contains support for command-line editing

 $ cat test_pg.rb
 require 'rubygems'
 require 'pg'

 connection = PGconn.open(:dbname => 'test')
 puts connection.exec("LISTEN test1").result_status

 $ macruby test_pg.rb
 1
 }}}

 please attach a crash log.

-- 
Ticket URL: <http://www.macruby.org/trac/ticket/1361#comment:2>
MacRuby <http://macruby.org/>



More information about the macruby-tickets mailing list