caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* [Caml-list] Core breaks backtraces
@ 2013-12-18  6:17 Ivan Gotovchits
  2013-12-18 11:44 ` Mark Shinwell
  2013-12-19  9:07 ` Jeremie Dimino
  0 siblings, 2 replies; 5+ messages in thread
From: Ivan Gotovchits @ 2013-12-18  6:17 UTC (permalink / raw)
  To: caml-list


Hi,

I've tried a fabulous core library and it broke my exceptions :) 
All backtraces are now look like this

  backtrace:
  Raised at file "map.ml", line 117, characters 16-25
  Called from file "lib/conv.ml", line 256, characters 19-50

Next, if I enable backtrace recording with OCAMLRUNPARAM environment
variable and compile a .d.byte version of my application than on an
exception occurrence core eats all my memory thus killing my machine.

Any clues, what happens?

P.S. removing Core.Std from project fixes all issues.
P.P.S. My application is rather large and uses lots of processes and
lwt, moreover it enables lwt backtracing via ocamlbuild plugin.

P.P.P.S . By using core I mean just opening Core.Std in a an empty
module, this is enough to broke my system.





^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2013-12-19  9:07 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-12-18  6:17 [Caml-list] Core breaks backtraces Ivan Gotovchits
2013-12-18 11:44 ` Mark Shinwell
2013-12-18 12:01   ` Yaron Minsky
2013-12-19  4:00     ` Ivan Gotovchits
2013-12-19  9:07 ` Jeremie Dimino

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).