GNOME Bugzilla – Bug 591857
Failing to upload files to WebKit's bugzilla, and crashes when logging the request
Last modified: 2009-08-23 23:13:40 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
Created attachment 140807 [details] backtrace
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.)
SoupLogger crash fixed in 222a527c39e1a054c4e57da20c7a4b06d147d9a4 (not yet pushed). Does the attachment failure still exist in libsoup master?
Yep, seems to be fixed (just made up an excuse to upload a file ;D) Thanks!