Jérôme Vouillon

Results 73 comments of Jérôme Vouillon

We known about this issue. It is completely harmless, so we have not yet taken the time to investigate.

And thanks for the bug report!

Also, with `gdb`, one can see that it fails in some `Bigarray` code.

One or the other. I don't know what is best.

You can do this: ``` Http_headers.find (Http_headers.name "X-Forwarded-For") hds.Ocsigen_http_frame.Http_header.headers ``` From Eliom, you can get the header with: ``` let hds = Eliom_request_info.get_http_header () in ```

I have rebased the cohttp branch (new branch "cohttp").

If you run `OCAMLRUNPARAM=b=1 make test.opt`, do you get a meaningful stack trace in the terminal?

This is not useful, unfortunately: the backtrace does not correspond to the uncaught exception, but to an unrelated caught exception... Just to be sure, you are using ocsigenserver version 2.9,...

Do you have anything specific in mind? I would say we already have all the needed information: for code with debugg information, we should be able to associate to any...