On Fri, Feb 05, 1999 at 01:08:42AM +0100, Axel Beckert <[EMAIL PROTECTED]> wrote:
> Hi;
>
> here is the data of two mutt crashes today (had some more, so these
> are just exemplarily. :-)
[...]
> +USE_IMAP +USE_POP -HAVE_REGCOMP +USE_GNU_RX +HAVE_COLOR +HAVE_PGP2
>-BUFFY_SIZE
^^^^^^^^^^^
Based on the two backtraces below, it is clear that it is those nasty
GNU rx memory bugs biting again. Unfortunately, nobody has ever
volunteered to fix the GNU rx code for us, and those who have looked
have reported that it's pretty messy. In the next version, we'll be
switching back to GNU regex, which should be much more stable. In the
meantime, there was already a patch floating around that replaced rx
with regex; I'll try to find a copy and send it to you. Thomas, maybe
this would be a reasonable candidate for 0.95.2?
[...]
> (gdb) bt
> #0 0x76780 in rx_state_possible_futures ()
> #1 0x6dd44 in rx_start_superstate ()
> #2 0x6edc0 in rx_make_solutions ()
> #3 0x6ea24 in rx_basic_make_solutions ()
> #4 0x66ed0 in rx_regmatch ()
> #5 0x67224 in rx_regexec ()
> #6 0x67570 in regnexec ()
> #7 0x67728 in regexec ()
> #8 0x43680 in mutt_pattern_comp ()
> #9 0x43b84 in mutt_pattern_exec ()
> #10 0x435a8 in mutt_pattern_comp ()
> #11 0x43960 in mutt_pattern_exec ()
> #12 0x435f8 in mutt_pattern_comp ()
> #13 0x4397c in mutt_pattern_exec ()
> #14 0x2aaf4 in mutt_send_hook ()
> #15 0x2ab80 in mutt_default_save ()
> #16 0xbbf8 in mutt_save_message ()
> #17 0x16484 in mutt_index_menu ()
> #18 0x2fc8c in main ()
[...]
> (gdb) bt
> #0 0x6dd00 in rx_start_superstate ()
> #1 0x6edc0 in rx_make_solutions ()
> #2 0x6ea24 in rx_basic_make_solutions ()
> #3 0x66ed0 in rx_regmatch ()
> #4 0x67224 in rx_regexec ()
> #5 0x67570 in regnexec ()
> #6 0x67728 in regexec ()
> #7 0x43680 in mutt_pattern_comp ()
> #8 0x43d04 in mutt_pattern_exec ()
> #9 0x435a8 in mutt_pattern_comp ()
> #10 0x43960 in mutt_pattern_exec ()
> #11 0x435f8 in mutt_pattern_comp ()
> #12 0x4397c in mutt_pattern_exec ()
> #13 0x2aaf4 in mutt_send_hook ()
> #14 0x2ac9c in mutt_select_fcc ()
> #15 0x4fd00 in ci_send_message ()
> #16 0x18154 in mutt_index_menu ()
> #17 0x2fc8c in main ()
-Daniel
--
Daniel Eisenbud
[EMAIL PROTECTED]