Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upcomm:recv() function in linux #234
Closed
Comments
|
@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. |
|
@brson Thank you for your instant reply :) Yes, we are now using the 32bit ubuntu server. if.. is it OK on 64bit linux? |
|
@Aydin-Kim Yes, when I built servo last week networking worked on my 64-bit Ubuntu machine. |
|
@brson Correct! I have builded on 64bit ubuntu machine. And there is no error reported above. |
|
Great! Closing. |
ChrisParis
pushed a commit
to ChrisParis/servo
that referenced
this issue
Sep 7, 2014
Update message.php
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
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?