Message from discussion
Segmentation Fault
MIME-Version: 1.0
Received: by 10.100.5.16 with SMTP id 16mr1166916ane.4.1246099863297; Sat, 27
Jun 2009 03:51:03 -0700 (PDT)
Date: Sat, 27 Jun 2009 03:51:03 -0700 (PDT)
In-Reply-To: <21ee31950906261516r3f53a4d8g987bb52ecaead362@mail.gmail.com>
X-IP: 85.16.222.164
References: <295e1fd0-f2ec-4c97-bd80-d919fcfe9c02@s6g2000vbp.googlegroups.com>
<96fb7f86-9673-4c34-b47e-99b86f3d5ec9@n21g2000vba.googlegroups.com>
<21ee31950906261516r3f53a4d8g987bb52ecaead362@mail.gmail.com>
User-Agent: G2/1.0
X-HTTP-UserAgent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_6; en-us)
AppleWebKit/525.27.1 (KHTML, like Gecko) Version/3.2.1 Safari/525.27.1,gzip(gfe),gzip(gfe)
Message-ID: <cf455757-6893-44ad-aee2-e60933235163@l2g2000vba.googlegroups.com>
Subject: Re: Segmentation Fault
From: =?ISO-8859-1?Q?Felix_Geisend=F6rfer?= <haimu...@gmail.com>
To: nodejs <nodejs@googlegroups.com>
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
Hey ryan,
thanks for the incredibly fast fix. I just ran the test on a fresh
build from GitHub and the segfault is gone indeed. However, I now am
seeing a not quite as consistently reproducible error when running the
same test. Only this time node reports this:
root@vbox:~# node example.js
Server running at http://127.0.0.1:8001/
V8 FATAL ERROR. v8::External::Cast() Could not convert to external
This usually happens after running the ab test with a few thousand
connections, but sometimes as early as a few hundred.
Let me know if there is anything else I might be able to provide you
with!
Best Regards,
-- Felix Geisend=F6rfer
root@vbox:~# node example.js
Server running at http://127.0.0.1:8001/
V8 FATAL ERROR. v8::External::Cast() Could not convert to external
On Jun 27, 12:16=A0am, ryan dahl <coldredle...@gmail.com> wrote: