Hi Anselm, I run the following script:
echo 'a\nb\nc' | dmenu I then press Enter. The program segaults. config.h is not modified (to the very best of my knowledge). I am using the dmenu package from the Arch Linux community packages database, which is packaged using the script you can see here: https://git.archlinux.org/svntogit/community.git/tree/trunk/PKGBUILD?h=packages/dmenu >From skimming that script, I am fairly of the opinion that the config.h is not being modified. I am running the command using st 0.8.1 running xserver 1.20.3. I don't know if any of that is helpful. Downgrading the package to 4.8 manually solves this issue. On Thu, Feb 7, 2019 at 8:53 PM Anselm Garbe <garb...@gmail.com> wrote: > > Hi there, > > can you be a bit more elaborate how to run into this bug? How does it > occure in your setup? > > Is config.h modified? What are the inputs (from stdin), what do you enter? > > Thanks, > Anselm > > On Thu, 7 Feb 2019 at 18:35, Jordan Timmerman <skor...@gmail.com> wrote: > > > > First bug report -- also only an amateur at debugging C. Please be patient. > > :) > > > > Originally reported to the package maintainer for Arch linux, who > > tells me he's fairly certain it's an upstream bug. > > > > Per the hacking page, I have attached the output of the gdb backtrace. > > I also attached strace output and the coredump file. > > > > Thanks for dmenu! Let me know if there's anything else I can do. >