[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#10582: better backtrace
From: |
Troels Nielsen |
Subject: |
bug#10582: better backtrace |
Date: |
Sun, 1 Apr 2012 22:13:15 +0200 |
Hi,
I think the default behavior of gdb is to simply stop on SIGPIPE, even
though emacs might have handled the signal just fine.
Maybe you could try issuing this command to gdb, before starting emacs:
handle SIGPIPE nostop
and see if there still is a problem.
(And maybe that command should go into in .gdbinit (?))
Regards
Troels