Julien Sagot
Julien Sagot
(Currently reinstalling pacakges with debug options)
That's all I can get as debugging info.
``` $ gdb --args ocamlrun /home/sagotch/.opam/4.02.3/bin/ocsigenserver (gdb) r Starting program: /home/sagotch/.opam/4.02.3/bin/ocamlrun /home/sagotch/.opam/4.02.3/bin/ocsigenserver [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1". Program received signal SIGSEGV, Segmentation fault. 0x00007ffff57c8bd0 in...
No idea, I have no ovh vps right now.
I had the same issue. Thanks for the tip about `Ocsigen_config.set_maxrequestbodysizeinmemory`, but is there any possibility to set it in config file ? I tried `1000000000` in `x.conf.in` file, but...
If we do not want to pollute the `master` branch, we just could gather them in a `test` one. This is actually my preferred option.
Actually could even be better!
I answered on some opened issues, but for the points that do not have an issue tracking them: # Reliability Better looking tests reports does not really matter to me,...
The `Everywhere is to much for me. ("LEAVE ME ALONE!")` point was from a user point of view, not from a maintainer one. It makes me feel like begging for...
I did not even tried to compile, but I think the following function would handle addition/replacement in a nested table (modulo some corrections). ``` ocaml (** split : string ->...