It's a very simple script - I'm trying to connect to a postgres databse. 
The DB doesn't actually exist yet, but the code fails spectacularly in a 
way that it probably shouldn't.

To whom should I report this? Is it a Sequel issue? Or a Postgres one? Or 
even (heaven forbid) a Ruby problem?

>From the output, it looks like I'm in over my head. No idea how to begin 
investiaging this. I'd appreciate any help. Please let me know what other 
information I can provide.

Script:
require 'sequel'
DB = Sequel.postgres 'dbname'

Output:
It's a whole bunch of C-type stuff: 'control frame information', 'ruby 
backtrace information', 'machine register context' and other scary things. 
Eventually it shows the 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

Complete bug reports attached.

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 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.

Attachment: complete_output
Description: Binary data

Attachment: ruby_2015-11-20-162510_TMG-C1MM2SVGDTY3.crash
Description: Binary data

Reply via email to