[ragel-users] terminate called after throwing an instance of 'std::bad_alloc'
Adrian Thurston
thurston at complang.org
Thu Apr 9 02:27:52 UTC 2009
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?
>
More information about the ragel-users
mailing list