bug report: ksh: incorrect "$@" handling with null (empty) IFS

2020-09-11 Thread avih
NOTE: I was requested on IRC to post to the list but otherwise I'm not following it, nor using OpenBSD regularly. Please CC me for any comment. uname -a (running inside virtual box): OpenBSD foo.my.domain 6.7 GENERIC.MP#182 amd64 Run the following command: /bin/sh -c 'IFS=; args() { printf

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: [ports] Bug in Alpine TLS patch applied in 6.7 (ports/mail/alpine)

2020-09-11 Thread Stuart Henderson
On 2020-09-10, Jussi Laako wrote: > Hi, > > I had a problem that with Thunderbird / mobile clients accessing > alpine-based imapd server (imap-uw) over SSL/TLS, eventually the imapd > server process goes into busy-loop consuming all possible CPU time. > After a while the server was crawling

Re: strange SMTP interaction with mail.openbsd.org ?

2020-09-11 Thread Claus Assmann
On Fri, Sep 11, 2020, Leen Besselink wrote: > I waited longer now and CHUNKING is not in the EHLO banner, but I do see > QUiT again without sending any emails. > So even though I had turned it off and on a couple of times, it was probably > just a coincidence. Did you get an answer from

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