Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Segfaults when stress-testing the HTTP server #168

Closed
samoht opened this issue Mar 16, 2015 · 3 comments
Closed

Segfaults when stress-testing the HTTP server #168

samoht opened this issue Mar 16, 2015 · 3 comments
Labels
type/bug Related to a bug

Comments

@samoht
Copy link
Member

samoht commented Mar 16, 2015

It's a bug either in cohttp or lwt, but opening an issue here to keep track of it. The observable result is:

$ ../test.native test HTTP.MEM 10
[..]
Unix.Unix_error(Unix.ECONNRESET, "read", "")

$ ./test.native test HTTP.MEM 11
[..]
Unix.Unix_error(Unix.ECONNRESET, "connect", "")

Tracked upstream by ocsigen/lwt#136

@samoht samoht added the type/bug Related to a bug label Mar 16, 2015
@avsm
Copy link
Member

avsm commented Mar 16, 2015

If there's a cohttp repro case that would be handy...

On 16 Mar 2015, at 09:49, Thomas Gazagnaire notifications@github.com wrote:

It's a bug either in cohttp or lwt, but opening an issue here to keep track of it. The observable result is:

$ ../test.native test HTTP.MEM 10
[..]
Unix.Unix_error(Unix.ECONNRESET, "read", "")

$ ./test.native test HTTP.MEM 11
[..]
Unix.Unix_error(Unix.ECONNRESET, "connect", "")
Tracked upstream by ocsigen/lwt#136


Reply to this email directly or view it on GitHub.

@samoht
Copy link
Member Author

samoht commented Mar 16, 2015

There's one on the lwt issue

@samoht samoht added the REST API label Apr 7, 2015
@samoht samoht closed this as completed Jun 10, 2015
@samoht
Copy link
Member Author

samoht commented Jun 10, 2015

The issue is in lwt, so closing the issue here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/bug Related to a bug
Projects
None yet
Development

No branches or pull requests

2 participants