#3850: Seg fault when viewing
-----------------------------+----------------------
  Reporter:  SmileyKeith     |      Owner:  mutt-dev
      Type:  defect          |     Status:  new
  Priority:  major           |  Milestone:
 Component:  user interface  |    Version:
Resolution:                  |   Keywords:
-----------------------------+----------------------

Comment (by brendan):

 {{{
 Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
 31      0   libsystem_c.dylib                   0x00007fff9631f25d
 tre_reset_last_matched_branches + 102
 32      1   libsystem_c.dylib                   0x00007fff9631f2ae
 tre_reset_last_matched_branches + 183
 33      2   libsystem_c.dylib                   0x00007fff9631f2ae
 tre_reset_last_matched_branches + 183
 34      3   libsystem_c.dylib                   0x00007fff9631f36a
 tre_reset_last_matched_branches + 371
 35      4   libsystem_c.dylib                   0x00007fff9631f108
 tre_fill_pmatch + 172
 36      5   libsystem_c.dylib                   0x00007fff9631f535
 tre_match + 324
 37      6   libsystem_c.dylib                   0x00007fff9631f3e4
 regnexec + 64
 38      7   mutt                                0x000000010d852e23
 display_line + 1819
 39      8   mutt                                0x000000010d84f1c0
 mutt_pager + 2764
 40      9   mutt                                0x000000010d81f526
 mutt_display_message + 1626
 41      10  mutt                                0x000000010d82980e
 mutt_index_menu + 3425
 42      11  mutt                                0x000000010d8438b2 main +
 5856
 43      12  libdyld.dylib                       0x00007fff946dc5ad start +
 1
 }}}

 I don't have line numbers here but that is perhaps
 {{{
     regexec ((regex_t *) QuoteRegexp.rx, (char *) fmt, 1, pmatch, 0);
 }}}

 There may be a bug in Apple's regexp functions?

 You could try fiddling with your quote_regexp or building --with-regex to
 work around it.

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

Reply via email to