Well shucks. Okay. Thanks for trying! Must be something on my end. Perhaps the version of a dynamically linked library could be affecting it?
On Thu, Feb 7, 2019 at 10:13 PM Donald Allen <donaldcal...@gmail.com> wrote: > > On Thu, 7 Feb 2019 at 22:58, Jordan Timmerman <skor...@gmail.com> wrote: > > > > Hi Anselm, > > > > I run the following script: > > > > echo 'a\nb\nc' | dmenu > > > > I then press Enter. The program segaults. > > I just did this on an up-to-date Arch Linux system with dmenu 4.9 > installed and it does not seg-fault on my system. > > dca@franz:/tmp$ echo 'a\nb\nc' | dmenu > a\nb\nc > dca@franz:/tmp$ >