#3941: mutt-1.8.2: window resize causes unhandled interrupt on startup ---------------------+--------------------- Reporter: b@… | Owner: brendan Type: defect | Status: closed Priority: major | Milestone: Component: IMAP | Version: Resolution: fixed | Keywords: ---------------------+--------------------- Changes (by Kevin McCarthy <kevin@…>):
* status: new => closed * resolution: => fixed Comment: In [changeset:"219b9064cf28fdbc1d70f406168892bbb976cefc" 7091:219b9064cf28]: {{{ #!CommitTicketReference repository="" revision="219b9064cf28fdbc1d70f406168892bbb976cefc" Block SIGWINCH during connect(). (closes #3941) FreeBSD's connect() does not respect SA_RESTART, so a SIGWINCH will end up interrupting the connect. If this code is needed in other places, it should be moved into signal.c. For this one place, inlining the sigprocmask() seemed okay. }}} -- Ticket URL: <https://dev.mutt.org/trac/ticket/3941#comment:2> Mutt <http://www.mutt.org/> The Mutt mail user agent