stumpwm-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[STUMP] Bug Report: xterm launched from C-t ! seg faults


From: Taylor Venable
Subject: [STUMP] Bug Report: xterm launched from C-t ! seg faults
Date: Wed, 20 Feb 2008 13:49:08 -0500
User-agent: Gnus 5.13 / Emacs 23.0.60.2

When using C-t ! or C-t c to launch xterm, the program (xterm, that
is) seems to segfault.  Version is 0.93-GIT (last commit was
3f5837bbb619e323d4fbc33f6d720532199270f8).

How I am able to reproduce this:

1: do C-t ! and type xterm

Yesterday I was running with SBCL and this did not happen.  Today I am
using CLISP 2.44 with new-clx and xterm will not run.

I have attached the stumpwm log with *debug-level* set to 10.  I think
the file is trimmed enough to only contain information pertinent to
the problem.

-- 
Taylor Venable            http://real.metasyntax.net:2357/

foldr = lambda f, i, l: (len(l) == 1 and [f(l[0], i)] or
                         [f(l[0], foldr(f, i, l[1:]))])[0]

Attachment: stumpwm-xterm-segfault.txt
Description: stumpwm xterm segmentation fault log


reply via email to

[Prev in Thread] Current Thread [Next in Thread]