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

comm:recv() function in linux #234

Closed
aydinkim opened this issue Dec 13, 2012 · 5 comments
Closed

comm:recv() function in linux #234

aydinkim opened this issue Dec 13, 2012 · 5 comments

Comments

@aydinkim
Copy link

@aydinkim aydinkim commented Dec 13, 2012

Hello,

I was posted this issue a couple of weeks ago,
but I had no time to check that it fixed or not since I had participated in education.

It seems there is a project - rust-http-client repo in mozilla-servo category.
I cloned that repository.
there are some test codes in "http_client.rc", and I commented out the test codes except "fn test_connect_success()" (I wanted to run that function alone)
And builded it with "./make check"

In Mac, operation is OK.
But In linux, runtime error occured with the message below.
"*** stack smashing detected ***: ./http_client-test terminated"

As I know, that error occurs in comm:recv() function.
plz check the comm:recv() module with rust-http-client?

@brson
Copy link
Contributor

@brson brson commented Dec 13, 2012

@Aydin-Kim Is this a 32-bit Linux build? Rust's uv bindings have issues on x86 due to bugs in Rust's FFI code.

@aydinkim
Copy link
Author

@aydinkim aydinkim commented Dec 13, 2012

@brson Thank you for your instant reply :) Yes, we are now using the 32bit ubuntu server. if.. is it OK on 64bit linux?

@brson
Copy link
Contributor

@brson brson commented Dec 13, 2012

@Aydin-Kim Yes, when I built servo last week networking worked on my 64-bit Ubuntu machine.

@aydinkim
Copy link
Author

@aydinkim aydinkim commented Dec 13, 2012

@brson Correct! I have builded on 64bit ubuntu machine. And there is no error reported above.

@brson
Copy link
Contributor

@brson brson commented Dec 14, 2012

Great! Closing.

@brson brson closed this Dec 14, 2012
ChrisParis pushed a commit to ChrisParis/servo that referenced this issue Sep 7, 2014
glennw pushed a commit to glennw/servo that referenced this issue Jan 16, 2017
…arsbergstrom

Ignore failure on nightly, but not on Servo's nightly
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.