ocaml-top icon indicating copy to clipboard operation
ocaml-top copied to clipboard

LablGTK-CRITICAL message

Open RogerTarani opened this issue 5 years ago • 3 comments

Every time, the terminal used to launch ocaml-top throws a bunch of messages, whether all goes fine or not while editing and especially when evaluating OCaml code (when the toplevel is blocked, ocaml-top should be quitted).

1/ Is this a problem? Can it be fixed?

2/ What about the situation when the toplevel is blocked? Is Quit the only thing to do? (sometimes << can relaunch the toplelevel)

Configuration: ocaml-top 1.1.5 with Ocaml 4.06.1 on Debian Stretch

$ ocaml-top

(ocaml-top:6608): LablGTK-CRITICAL **: GSourceFunc: callback raised an exception

(ocaml-top:6608): GLib-CRITICAL **: Source ID 105783 was not found when attempting to remove it

(ocaml-top:6608): LablGTK-CRITICAL **: GSourceFunc: callback raised an exception

(ocaml-top:6608): GLib-CRITICAL **: Source ID 114740 was not found when attempting to remove it

(ocaml-top:6608): LablGTK-CRITICAL **: GSourceFunc: callback raised an exception

(ocaml-top:6608): GLib-CRITICAL **: Source ID 114743 was not found when attempting to remove it


(repeated)

RogerTarani avatar Oct 16 '18 22:10 RogerTarani