Bug#591891: libdbus-ocaml-dev: Possible conflict between 2 OCaml bindings: dBus and ssl

2018-06-14 Thread Sandro Tosi
On Tue, 09 Nov 2010 22:23:52 +0100 Gregory BELLIER wrote: > Le 09/11/2010 12:23, Sylvain Le Gall a écrit : > > On Tue, Nov 09, 2010 at 12:08:51PM +0100, Gregory Bellier wrote: > >> Hi, > >> > >> 2010/11/9 Sylvain Le Gall > >> > >> > >> When you say you contacted upstream, you talk about

Bug#591891: libdbus-ocaml-dev: Possible conflict between 2 OCaml bindings: dBus and ssl

2010-11-09 Thread Sylvain Le Gall
Hello, On Mon, Nov 08, 2010 at 05:04:19PM +0100, Gregory Bellier wrote: I forgot to say the only info I can get from ocamldebug are those : [...] After the step 3456, it froze. I hope this can help. I acknowledge the bug. I can reproduce it, but I really don't know what is happening.

Bug#591891: libdbus-ocaml-dev: Possible conflict between 2 OCaml bindings: dBus and ssl

2010-11-09 Thread Gregory Bellier
Hi, 2010/11/9 Sylvain Le Gall gil...@debian.org When you say you contacted upstream, you talk about ocaml-ssl or ocaml-dbus? I meant ocaml-dbus.

Bug#591891: libdbus-ocaml-dev: Possible conflict between 2 OCaml bindings: dBus and ssl

2010-11-09 Thread Sylvain Le Gall
On Tue, Nov 09, 2010 at 12:08:51PM +0100, Gregory Bellier wrote: Hi, 2010/11/9 Sylvain Le Gall gil...@debian.org When you say you contacted upstream, you talk about ocaml-ssl or ocaml-dbus? I meant ocaml-dbus. Try upstream of ocaml-ssl. Maybe he will be more helpful

Bug#591891: libdbus-ocaml-dev: Possible conflict between 2 OCaml bindings: dBus and ssl

2010-11-09 Thread ygrek
Hello, This is clearly a bug of ocaml-ssl. Here is a minimal reproducer: let () = Ssl_threads.init (); Ssl.init (); ignore (Ssl.create_context Ssl.TLSv1 Ssl.Client_context); Gc.compact (); () Compile with: ocamlfind ocamlopt -linkpkg -thread -package ssl q.ml -o q After looking at

Bug#591891: libdbus-ocaml-dev: Possible conflict between 2 OCaml bindings: dBus and ssl

2010-11-09 Thread ygrek
reassign ocaml-ssl Straightforward patch attached. -- ygrek http://ygrek.org.ua/ diff -r -u ocaml-ssl-0.4.4/src/ssl_stubs.c ocaml-ssl-0.4.4-patch/src/ssl_stubs.c --- ocaml-ssl-0.4.4/src/ssl_stubs.c 2010-01-06 11:34:00.0 +0200 +++ ocaml-ssl-0.4.4-patch/src/ssl_stubs.c 2010-11-09

Bug#591891: libdbus-ocaml-dev: Possible conflict between 2 OCaml bindings: dBus and ssl

2010-11-09 Thread Gregory BELLIER
Le 09/11/2010 12:23, Sylvain Le Gall a écrit : On Tue, Nov 09, 2010 at 12:08:51PM +0100, Gregory Bellier wrote: Hi, 2010/11/9 Sylvain Le Gallgil...@debian.org When you say you contacted upstream, you talk about ocaml-ssl or ocaml-dbus? I meant ocaml-dbus. Try upstream of

Bug#591891: libdbus-ocaml-dev: Possible conflict between 2 OCaml bindings: dBus and ssl

2010-11-08 Thread Gregory Bellier
Hi ! It's been several months now that I reported this problem. The dev tried some stuff and asked me to test but the problem wasn't solved. Moreover, I haven't been able to know so far if upstream managed to reproduce the problem with the files I provided, even though I asked several times. In

Bug#591891: libdbus-ocaml-dev: Possible conflict between 2 OCaml bindings: dBus and ssl

2010-11-08 Thread Gregory Bellier
I forgot to say the only info I can get from ocamldebug are those : Time : 3454 - pc : 111380 - module Dbus_call 36 Printf.printf 4\n|a|; (ocd) step 4 Time : 3455 - pc : 111408 - module Dbus_call 37 Pervasives.flush Pervasives.stdout|a|; (ocd) step Time : 3456 - pc : 110864 - module

Bug#591891: libdbus-ocaml-dev: Possible conflict between 2 OCaml bindings: dBus and ssl

2010-08-06 Thread Gregory Bellier
Package: libdbus-ocaml-dev Version: 0.29-1build1 Severity: important Hi ! I think there is a conflict using the DBus binding (libdbus-ocaml-dev) and at the same time the SSL one for OCaml (libssl-ocaml-dev). Because of the line Ssl.create_context Ssl.TLSv1 Ssl.Client_context, I can do a first