[Webkit-unassigned] [Bug 24335] libsoup related: Program received signal SIGPIPE, Broken pipe.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 4 07:39:49 PST 2009


https://bugs.webkit.org/show_bug.cgi?id=24335





------- Comment #2 from danw at gnome.org  2009-03-04 07:39 PDT -------
This isn't a bug. (You may have been seeing some bug before, which then caused
you to run gdb, but the bug you saw before wasn't this.) This is just gdb
telling you that the program received a SIGPIPE, but libsoup will do the right
thing with the signal (ignore it) once you type "c" to continue.

If you tell gdb "handle SIGPIPE nostop" then things will work more normally.
(The program will receive the signal normally rather than gdb intercepting it.)

I don't have sufficient webkit bugzilla bits, but this should be RESOLVED
NOTABUG.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list