dsheets / codoc

OCaml documentation generator
34 stars 5 forks source link

opam doc fails with `Lazy.Undefined` on the link phase #95

Closed ivg closed 8 years ago

ivg commented 8 years ago

I've got the Lazy.Undefined exception, from opam doc invocation. For the start, I've obtained the backtrace, maybe it would be possible to derive something from it:

$ OCAMLRUNPARAM=b codoc link --index -f opam-doc
Fatal error: exception Lazy.Undefined
Raised at file "camlinternalLazy.ml", line 18, characters 48-57
Called from file "camlinternalLazy.ml", line 25, characters 17-27
Re-raised at file "camlinternalLazy.ml", line 32, characters 10-11
Called from file "camlinternalLazy.ml", line 25, characters 17-27
Re-raised at file "camlinternalLazy.ml", line 32, characters 10-11
Called from file "_build/lib-doc-ock/docOckComponentTbl.cml-native", line 398, characters 17-49
Called from file "_build/lib-doc-ock/docOckComponentTbl.cml-native", line 165, characters 19-56
Called from file "camlinternalLazy.ml", line 25, characters 17-27
Re-raised at file "camlinternalLazy.ml", line 32, characters 10-11
Called from file "camlinternalLazy.ml", line 25, characters 17-27
Re-raised at file "camlinternalLazy.ml", line 32, characters 10-11
Called from file "_build/lib-doc-ock/docOckResolve.cml-native", line 231, characters 18-31
Called from file "_build/lib-doc-ock/docOckResolve.cml-native", line 839, characters 31-71
Called from file "list.ml", line 55, characters 20-23
Called from file "_build/lib-doc-ock/docOckResolve.cml-native", line 832, characters 12-1001
Called from file "_build/lib-doc-ock/docOckMaps.cml-native", line 1268, characters 22-48
Called from file "_build/lib-doc-ock/docOckMaps.cml-native", line 9, characters 15-18
Called from file "_build/lib-doc-ock/docOckMaps.cml-native", line 12, characters 19-31
Called from file "_build/lib-doc-ock/docOckMaps.cml-native", line 1960, characters 23-43
Called from file "_build/lib-doc-ock/docOckMaps.cml-native", line 1977, characters 19-44
Called from file "_build/lib-doc-ock/docOckResolve.cml-native", line 912, characters 18-29
Called from file "map.ml", line 192, characters 19-42
Called from file "map.ml", line 192, characters 26-41
Called from file "_build/lib-codoc/codocIndex.ml", line 405, characters 14-103
Called from file "map.ml", line 192, characters 19-42
Called from file "map.ml", line 192, characters 26-41
Called from file "map.ml", line 192, characters 26-41
Called from file "_build/bin-codoc/codocCliLink.ml", line 116, characters 13-54

If you need any more information, don't hesitate to ask.

ivg commented 8 years ago

Moved to ocaml-doc/doc-ock#63.