yarv-dev:683
From: SASADA Koichi <ko1 atdot.net>
Date: Tue, 06 Dec 2005 16:50:29 +0900
Subject: [yarv-dev:683] [BUG] YARV craches with other program
ささだです。 メモのため転送。 > I just checkout the head revision of yarv from the svn repository, compiled it successfully on Mac OS X and tried to run this simple program linked against libruby-static.a: > > > #import "ruby.h" > > int main(int argc, char *argv[]) > { > ruby_init(); > rb_eval_string("print 42"); > return 0; > } > > > When I run it, the program crashes with EXC_BAD_ACCESS in Line 1929 in eval(VALUE self, VALUE src, VALUE scope, char *file, int line) which reads: > > th->base_block->iseq = cfp->iseq; -- SASADA Koichi at atdot dot net -- ML: yarv-dev quickml.atdot.net 使い方: http://www.atdot.net/~ko1/quickml
-> 683 2005-12-06 16:50 [ko1 atdot.net ] [BUG] YARV craches with other program 684 2005-12-09 00:56 ┗[aamine loveruby.net ] [PATCH] rev 303 problems on LP64 systems 685 2005-12-09 01:31 ┗[ko1 atdot.net ] 687 2005-12-09 03:50 ┗[aamine loveruby.net ] 688 2005-12-09 05:09 ┗[ko1 atdot.net ]