Re: ncmpcpp dumps core when fetching lyrics

2020-09-11 Thread Ashlen
Ah, my bad. I had wrap=72 and reflow_wrap=72 in neomuttrc and forgot it would affect output like that. Hopefully this one is better. GNU gdb (GDB) 7.12.1 Copyright (C) 2017 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free

Re: ncmpcpp dumps core when fetching lyrics

2020-09-11 Thread Ashlen
Sorry Stuart, I think I accidentally replied to you directly the first time I sent this. I'm still getting used to neomutt. On 20/09/11 09:09AM, Stuart Henderson wrote: > First thing to look for when there's a core dump is to see if you can > get a useful backtrace. How does the output look from

Re: ncmpcpp dumps core when fetching lyrics

2020-09-11 Thread Erling Westenvik
On Fri, Sep 11, 2020 at 09:09:39AM -, Stuart Henderson wrote: > On 2020-09-10, Ashlen wrote: > > doesn't do anything to fix the issue, so it doesn't seem to be > > a problem caused by my configs. Been like that for years on all installations here. Never taken time to investigate, so thanks

Re: ncmpcpp dumps core when fetching lyrics

2020-09-11 Thread Stuart Henderson
On 2020-09-10, Ashlen wrote: > ktrace(1) suggests to me that it's a pathname issue based on this line: > > 33399 ncmpcpp NAMI "/home/ashlen/.config/ncmpcpp/lyrics//Porcupine > Tree - Arriving Somewhere But Not Here.txt" > > > Issuing > > $ mv ~/.config/ncmpcpp{,.bak} > > doesn't do anything to