That's a memory allocation error. My guess is that some allocation size is wrong due to some bad code with respect to 64bit. Could you provide the runtime options and a backtrace with gdb? First run ragel -x and then run the backend program manually with gdb.
Thanks, Adrian Iñaki Baz Castillo wrote: > I've changed nothing, except the fact that now I use Linux 64 bits. > > Using Ragel 6.3.1 (Ubuntu Jaunty package) I get this error: > > --------------- > terminate called after throwing an instance of 'std::bad_alloc' > what(): std::bad_alloc > ragel: rlgen-ruby did not exit normally > --------------- > > What does it mean? > _______________________________________________ ragel-users mailing list [email protected] http://www.complang.org/mailman/listinfo/ragel-users
