-
Notifications
You must be signed in to change notification settings - Fork 102
Closed
Labels
Milestone
Description
Steps to reproduce:
opam install odig odoc core_kernel.v0.13.0
odig odoc
[...]
[FAILED][spawn:2815]
Illegal exit status: exited [2] expected: 0
cmd: ['/Users/dbuenzli/.opam/4.09.0/bin/odoc' 'compile' '--pkg' 'core_kernel' '-o' '/Users/dbuenzli/.opam/4.09.0/var/cache/odig/odoc/core_kernel/core_kernel__List0.odoc'
[...]
stdo-ui: odoc: internal error, uncaught exception:
Stack overflow
Raised at file "hashtbl.ml", line 506, characters 17-32
Called from file "src/xref/expand.ml", line 692, characters 6-38
[...]
With opam pin odoc --dev I get a different backtrace:
stdo-ui: odoc: internal error, uncaught exception:
Stack overflow
Raised by primitive operation at file "src/odoc/compile.ml", line 43, characters 4-55
Called from file "cmdliner_term.ml", line 25, characters 19-24
Called from file "cmdliner_term.ml", line 23, characters 12-19
Called from file "cmdliner.ml", line 117, characters 32-39
Maybe releated to #388