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