[erlang-questions] How to track down R12B stability problems under Windows?

James Hague james.hague@REDACTED
Sun Dec 16 00:46:47 CET 2007


All right, I think I figured this out.  It's not as generic a problem
as I originally stated--sorry about that.  I've got this completely
reproducible, at least using my own code.  I'm doing this from the
shell.

eprof:start().
eprof:profile([], tga, test_compressed, []).  <-- my own module
c(tga).  <-- compiling same code being profiled

This crashes every time with a VC++ runtime error.

James



More information about the erlang-questions mailing list