<<< Date Index >>>     <<< Thread Index >>>

Re: [Mutt] #3434: Mutt crashes when pressing CTRL+B on the message index.



#3434: Mutt crashes when pressing CTRL+B on the message index.
--------------------+-------------------------------------------------------
 Reporter:  vext01  |       Owner:  mutt-dev      
     Type:  defect  |      Status:  infoneeded_new
 Priority:  major   |   Milestone:                
Component:  mutt    |     Version:                
 Keywords:          |  
--------------------+-------------------------------------------------------

Comment(by vinc17):

 If I understand the error, Mutt is killed by a SIGPIPE, and I wonder how
 Mutt can be killed by a SIGPIPE since it has
 {{{
   sigemptyset (&act.sa_mask);
   act.sa_flags = 0;
   act.sa_handler = SIG_IGN;
   sigaction (SIGPIPE, &act, NULL);
 }}}
 in mutt_signal_init.

-- 
Ticket URL: <http://dev.mutt.org/trac/ticket/3434#comment:3>
Mutt <http://www.mutt.org/>
The Mutt mail user agent