On Wed, May 23, 2007 at 08:46:58AM +0200, Jukka Salmi wrote: > Frank Pirnay --> dwm (2007-05-23 01:35:13 +0200): > > ok, I noticed the segfault when running dmenu_path manually. So that is the > > only output I get using > > uxterm or bash. Actually dmenu is running fine. I am using Ubuntu 7.04, > > 2.6.20-15-generic kernel on > > 2 systems but I have this problem only on 1 machine...?! > > So that machine has a problem (broken hardware?)... > > Try running > > sh -x /path/to/your/dmenu_path > > several times and see if the segfault always happens at the same place. > If it does not, then this really looks like a hardware problem. > > > Regards, Jukka > > -- > bashian roulette: > $ ((RANDOM%6)) || rm -rf ~
I thought about broken hardware too... I will try some memtesting today. Anyway, this is my output: + CACHE=/home/knarf/.dmenu_cache + UPTODATE=1 + IFS=: + test ! -f /home/knarf/.dmenu_cache + test 1 + test /home/knarf/bin -nt /home/knarf/.dmenu_cache + test /usr/local/sbin -nt /home/knarf/.dmenu_cache + test /usr/local/bin -nt /home/knarf/.dmenu_cache + unset UPTODATE + test /usr/sbin -nt /home/knarf/.dmenu_cache + test /usr/bin -nt /home/knarf/.dmenu_cache + unset UPTODATE + test /sbin -nt /home/knarf/.dmenu_cache + test /bin -nt /home/knarf/.dmenu_cache + unset UPTODATE + test /usr/games -nt /home/knarf/.dmenu_cache + test ! Segmentation fault The segfault always happens at this place. Any ideas?
