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 654449 - g_object_new (SOUP_TYPE_SERVER, ...) must not return NULL
g_object_new (SOUP_TYPE_SERVER, ...) must not return NULL
Status: RESOLVED DUPLICATE of bug 561547
Product: libsoup
Classification: Core
Component: API
2.31.x
Other Linux
: Normal normal
: ---
Assigned To: libsoup-maint@gnome.bugs
libsoup-maint@gnome.bugs
Depends on:
Blocks:
 
 
Reported: 2011-07-12 10:22 UTC by Jens Georg
Modified: 2011-07-12 12:31 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Jens Georg 2011-07-12 10:22:50 UTC
Currently SoupServer:construct returns NULL on error, e.g. binding to the same port twice. GObject construction is supposed to never fail.

This causes e.g. gjs to behave badly.
Comment 1 Dan Winship 2011-07-12 12:31:52 UTC

*** This bug has been marked as a duplicate of bug 561547 ***