On 7/15/07, skaller <[EMAIL PROTECTED]> wrote:
> On Sun, 2007-07-15 at 11:05 +1000, Rhythmic Fistman wrote:
>
> >
> > Actually it doesn't build out of the box on 32 bit osx and 32 bit windows.
> > Thanks to their smaller stacks and ocaml's penchant for recursion the
> > ocaml crashes compiling flx_parse.ml.
>
> Try again .. since the grammar rewrite is done .. half of the
> old grammar has been deleted.

Now dypgen's crashing with a bus error, even though that
file doesn't look that complicated:

***** Host MAKING PACKAGE sex ************
filecopy sex/sex_types.mli -> sex/sex_types.ml
CAML BUILDING GRAMMAR sex
Lexer build FORCED
ocamllex.opt sex/sex_lex.mll
16 states, 776 transitions, table size 3200 bytes
bin/dypgen --pv-obj sex/sex_parse.dyp
  .. ERROR CODE 0xa: bin/dypgen --pv-obj sex/sex_parse.dyp
Traceback (most recent call last):
  File "script/maker", line 326, in ?
    f()
  File "flxbuild/pluginutil.py", line 15, in __call__
    return apply(self.runme,args,kwds)
  File "mkplugins/make.py", line 33, in runme
    ocaml_sequencer = plugins['build_ocamls'](pkg, pkgdict, ocaml_sequencer)
  File "flxbuild/pluginutil.py", line 15, in __call__
    return apply(self.runme,args,kwds)
  File "mkplugins/build_ocamls.py", line 11, in runme
    force = plugins['build_ocaml_grammar'].runme(pkg, LEXS, PARSES,
PGENPARSES,DYPARSES, force)
  File "mkplugins/build_ocaml_grammar.py", line 52, in runme
    vxqt("bin" + os.sep + "dypgen --pv-obj " + file + ".dyp")
  File "mkplugins/xqt.py", line 16, in vxqt


Thread 0 Crashed:
0   dypgen      0x0003fe97 caml_oldify_local_roots + 259
1   dypgen      0x00041aeb caml_empty_minor_heap + 77
2   dypgen      0x00041bdf caml_minor_collection + 27
3   dypgen      0x00040672 caml_garbage_collection + 53

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Felix-language mailing list
Felix-language@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/felix-language

Reply via email to