Browse thread
Mysterious bug
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
Date: | 2005-12-11 (04:25) |
From: | Brian Hurt <bhurt@s...> |
Subject: | Re: [Caml-list] Mysterious bug |
On Sat, 10 Dec 2005, Jonathan Bryant wrote: > 2. Unix.accept raises an Unix.Unix_error(12, "accept", "") at some > random time (sometimes, I believe, after all of the connections have > been made, but I feel very wrong in thinking this) Not sure if this helps, but errno 12 is ENOMEM, which means the kernel is running out of memory. I'm not sure what would cause it, however. Brian