caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* Elusive String.blit exception
@ 2005-03-03  4:18 Mike Hamburg
  2005-03-03  9:52 ` [Caml-list] " Richard Jones
  0 siblings, 1 reply; 3+ messages in thread
From: Mike Hamburg @ 2005-03-03  4:18 UTC (permalink / raw)
  To: caml-list

I have a program which does not use the String module directly, which 
very occasionally fails on Invalid_argument(String.blit).  I have been 
unable to track down the cause of this bug, and really don't know what 
to make of it given that I'm not using the String module.  The only 
module that's used anywhere in that code which uses String (as far as I 
can tell) is Printf.  It seems very unlikely that Printf is failing, 
given that it's tested more often than just about any other module in 
the standard basis other than List.

Where could this exception be coming from?  Is there any way to 
automatically get a backtrace when my program dies on an exception?  
Are there any other functions which use String.blit?

Mike Hamburg


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

end of thread, other threads:[~2005-03-03 10:16 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-03-03  4:18 Elusive String.blit exception Mike Hamburg
2005-03-03  9:52 ` [Caml-list] " Richard Jones
2005-03-03 10:15   ` Virgile Prevosto

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).