caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: Florian Weimer <fw@deneb.enyo.de>
To: "Dário Abdulrehman" <dario.rehman@gmail.com>
Cc: caml-list@inria.fr
Subject: Re: [Caml-list] Possible bug in DynArray module from ExtLib
Date: Sat, 31 Mar 2007 22:34:56 +0200	[thread overview]
Message-ID: <87irchm9sf.fsf@mid.deneb.enyo.de> (raw)
In-Reply-To: <6120f6690703311115p78e1a981h1c8fe849c8d36742@mail.gmail.com> (=?iso-8859-1?Q?D=E1rio?= Abdulrehman's message of "Sat, 31 Mar 2007 19:15:49 +0100")

* Dário Abdulrehman:

> The first of the following functions causes a "Fatal error: exception
> Out_of_memory", while the second works fine.
> This error seems to occur when creating large arrays with more than 2
> million and something entries.

The exponential resizer probably exceeds Ocaml's array length limit,
while direct creation does not.


  reply	other threads:[~2007-03-31 20:35 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-03-31 18:15 Dário Abdulrehman
2007-03-31 20:34 ` Florian Weimer [this message]
2007-03-31 20:37   ` Dário Abdulrehman
2007-04-03 22:40   ` ls-ocaml-developer-2006
2007-04-04  1:35     ` skaller

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87irchm9sf.fsf@mid.deneb.enyo.de \
    --to=fw@deneb.enyo.de \
    --cc=caml-list@inria.fr \
    --cc=dario.rehman@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).