[MacRuby-devel] Sequel + SQLite Crash SIGABRT
Mario Steele
mario at ruby-im.net
Wed Oct 6 00:56:15 PDT 2010
Hey guys,
I filed a bug report, dealing with Sequel and SQLite, with a minimal example
reproducing the problem. The jist of it, is when I create a new instance of
my class that is subclassed from Sequel::Model, and attempt to assign data
to it, it crashes with a SIGABRT. Looking through the backtrace (which is
also attached), it seems to crash in Sequel's model class, when inspecting
the object. Mind you, I'm not actually doing any inspection of the new
instance, I'm only creating an instance of the class, and attempting to
assign data to it. It simply fails, and crashes on MacIRB. I have no
problems with Ruby itself, as it runs just perfect, and as expected. I
dunno what is causing the issues, but I figured I would bring it up, as I
filed the ticket here: https://www.macruby.org/trac/ticket/930
Also, as a Side question, I'm building my code right now, using macrubyc,
and a snippet from macruby_deploy to compile all my Ruby files into .rbo
files, which is all fine and dandy, as everything works the way I intended
(EG: not all of my .rbo files are in the root directory, and is structured
in the .app bundle), I was wondering, if there was a way to compile all my
.rbo files into a .dynlib and have my main program, link to the dynlib, so I
can avoid having to have a bunch of .rbo files in the root of my Resources
directory, or if I should continue to compile them into .rbo's, and using my
structured layout instead.
Thanks,
Mario
--
Mario Steele
Lieutenant Commander 3
XO - Geo 99
XO - STO IFT Fleet
http://www.trekfederation.com
http://geo99.ruby-im.net
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-devel/attachments/20101006/a6da16be/attachment.html>
More information about the MacRuby-devel
mailing list