Ocaml-cstruct Fatal error: exception Not_found on Ubuntu 16.04 - Ocaml 4.06.0

Hi gasche,

Thank you for your analysis.

That was all the trace I got, but then I solved, the problem was that I used a List.find … without a try … with, inside an Uwt callback so for some reason the trace was putting me in the wrong direction.
Now that I use Lwt and used a try … with the problem was solved.

Thanks,
Gabriele