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 591857 - Failing to upload files to WebKit's bugzilla, and crashes when logging the request
Failing to upload files to WebKit's bugzilla, and crashes when logging the re...
Status: RESOLVED FIXED
Product: libsoup
Classification: Core
Component: HTTP Transport
unspecified
Other Linux
: Normal normal
: ---
Assigned To: libsoup-maint@gnome.bugs
libsoup-maint@gnome.bugs
Depends on:
Blocks:
 
 
Reported: 2009-08-14 21:55 UTC by Gustavo Noronha (kov)
Modified: 2009-08-23 23:13 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
backtrace (2.87 KB, text/plain)
2009-08-14 21:56 UTC, Gustavo Noronha (kov)
Details

Description Gustavo Noronha (kov) 2009-08-14 21:55:27 UTC
I am failing to upload files to WebKit's bugzilla using Epiphany/WebKit. When I used WEBKIT_DEBUG to try and find out why, epiphany crashed:

Program received signal SIGSEGV, Segmentation fault.
soup_buffer_free (buffer=0x0) at soup-message-body.c:260
260     soup-message-body.c: No such file or directory.
        in soup-message-body.c
Comment 1 Gustavo Noronha (kov) 2009-08-14 21:56:28 UTC
Created attachment 140807 [details]
backtrace
Comment 2 Dan Winship 2009-08-15 01:04:03 UTC
Is this with libsoup master? This really looks like bug 584645, which was fixed in 2.27.5.

(The SoupLogger crash still points out a real SoupLogger bug though.)
Comment 3 Dan Winship 2009-08-21 23:52:02 UTC
SoupLogger crash fixed in 222a527c39e1a054c4e57da20c7a4b06d147d9a4 (not yet pushed).

Does the attachment failure still exist in libsoup master?
Comment 4 Gustavo Noronha (kov) 2009-08-23 23:13:40 UTC
Yep, seems to be fixed (just made up an excuse to upload a file ;D) Thanks!