https://bugs.freedesktop.org/show_bug.cgi?id=35578
Michel Dänzer michel@daenzer.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #9 from Michel Dänzer michel@daenzer.net 2011-03-24 00:35:12 PDT --- (In reply to comment #7)
Program received signal SIGPIPE, Broken pipe.
SIGPIPE is usually handled by the application and thus harmless. You can tell gdb to ignore it with
handle SIGPIPE nostop noprint
Anyway, the original problem seems fixed, probably by commit 63b9790a55038c262b57c846a5f7067ea33fc60f ('r600g: move user fence into base radeon structure').