-
Notifications
You must be signed in to change notification settings - Fork 25
getsockname() breakage? AMD64_LINUX #1196
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
Comments
It's not so compatible with older code after all. I will try to retrace this. I would also really appreciate hearing if anybody is using this latest & greatest version with simple TCP listener code.
|
Back to d5.10.0, everything works. |
d5.11.9 -- is unfortunately non informative This is affected |
Will check at some point. I fixed my problem now but will get back to it soon. More information is - I was building it from the current master, as of a few days ago. |
It set half-hidden. I will delete this msg
|
You lost me on gammar :), and what is smb? :) |
It set half-hidden. I will delete this msg
|
( To All: I will delete offtopic messages later)
|
change to add || family == 0 |
I am trying to support some of my old code and along the way, I upgraded my system to d5.11.9
At the moment when my code invokes getsockname();
I get this:
../src/unix/Common/Usocket.c:253: SockAddrNativeToM3: Assertion
family == AF_INET || family == AF_INET6 || family == AF_UNIX' failed.`Usocket.c code:
family value is zero at this point.
Does this ring a bell to someone? What changed and what do I have to adjust to make this work?
TIA,
dragisha
The text was updated successfully, but these errors were encountered: