Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

neomutt problem with 20191102 version #16100

Closed
rapha8l opened this issue Nov 4, 2019 · 3 comments · Fixed by #16595
Closed

neomutt problem with 20191102 version #16100

rapha8l opened this issue Nov 4, 2019 · 3 comments · Fixed by #16595

Comments

@rapha8l
Copy link

rapha8l commented Nov 4, 2019

System

  • xuname:
    Void 5.3.8_2 x86_64 GenuineIntel uptodate rrrmFFFFF

  • package:
    neomutt 20191102

Hi, since last update, I get a "realloc(): invalid next size" when launching neomutt that crashes instantly neomutt.
I can't even get a debug trace
This config was working perfectly before upgrade, and mutt is fine with the same config

Thanks

@rapha8l
Copy link
Author

rapha8l commented Nov 4, 2019

seems like this is causing the crash :

mailboxes ! + `\                                                                                                                                                                                       
for file in ~/Maildir/.*; do \                                                                                                                                                                         
     box=$(basename "$file"); \                                                                                                                                                                        
     if [ ! "$box" = '.' -a ! "$box" = '..' -a ! "$box" = '.customflags' \                                                                                                                             
      -a ! "$box" = '.subscriptions' ]; then \                                                                                                                                                         
      echo -n "\"+$box\" "; \                                                                                                                                                                          
      fi; \                                                                                                                                                                                            
done`  

@flatcap
Copy link

flatcap commented Nov 4, 2019

Fixed in neomutt/neomutt@b486e37c1
There should be a new release at the end of the week.

@rapha8l
Copy link
Author

rapha8l commented Nov 4, 2019

Thanks Flatcap !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants