After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 645227 - soup_client_context_get_host always let soup_address_get_physical fail
soup_client_context_get_host always let soup_address_get_physical fail
Status: RESOLVED FIXED
Product: libsoup
Classification: Core
Component: API
2.33.x
Other Linux
: Normal normal
: ---
Assigned To: libsoup-maint@gnome.bugs
libsoup-maint@gnome.bugs
Depends on:
Blocks:
 
 
Reported: 2011-03-19 14:54 UTC by kikidong
Modified: 2011-03-21 17:44 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description kikidong 2011-03-19 14:54:13 UTC
I use libsoup-2.33.9

When  I call soup_client_context_get_host() which will then call 
soup_address_get_physical(). It will warn

{{{
soup_address_get_physical: assertion `SOUP_IS_ADDRESS (addr)' failed
}}}


But that did not happend when run  with libsoup-2.32
Comment 1 kikidong 2011-03-19 15:51:16 UTC
soup_socket_get_remote_address() is what we should blame
Comment 2 Dan Winship 2011-03-21 17:44:22 UTC
fixed in git. will go out in libsoup-2.33.92 tonight