Doing a print-based line-by-line binary search indicates the segfault occurs during a call to XmbLookupString.
Does that ring any alarm bells for anyone? Seems to imply there's some kind of problem in my version of that X library, whichever one it is. Will keep looking. On Thu, Feb 7, 2019 at 10:19 PM Jordan Timmerman <skor...@gmail.com> wrote: > > 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$ > >