On Friday, November 20, 2015 at 3:47:59 PM UTC-8, Brian Deane wrote: > > Not really sure where to post this - a short snippet of code fails > spectacularly. From the scary-looking output, it seems like this is way > over my head. Plase let me know if there's anything I can provide to make > this easier. > > Script: > require 'sequel' > DB = Sequel.postgres 'dbname' > > > Output: > A bunch of scary diagnostic information (attached) eventually followed by > this message: > [NOTE] > You may have encountered a bug in the Ruby interpreter or extension > libraries. > Bug reports are welcome. > Don't forget to include the above Crash Report log file. > For details: http://www.ruby-lang.org/bugreport.html > > Abort trap: 6 > > Version information: > > - rvm 1.26.11 > - ruby 2.2.2p95 (2015-04-13 revision 50295) [x86_64-darwin14] > - pg (0.18.4) > - sequel (4.28.0) > > You should report crashes like this to the database driver maintainer (ruby-pg in this case). Sequel is pure ruby code, any interpreter crashes are bugs in a C extension or the interpreter itself. I'm not saying this is definitely ruby-pg's fault, there could be something else causing it, but I would try there first.
Thanks, Jeremy -- You received this message because you are subscribed to the Google Groups "sequel-talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sequel-talk. For more options, visit https://groups.google.com/d/optout.
