Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Jan 1996 15:39:02 +0100
From:      schweikh@ito.uni-stuttgart.de
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   bin/936: xterm dumps core when ENABLE_STARTUP_LOCALE is set
Message-ID:  <9601071439.AA16490@itosun.ito.uni-stuttgart.de>
Resent-Message-ID: <199601071440.GAA12150@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         936
>Category:       bin
>Synopsis:       xterm dumps core when ENABLE_STARTUP_LOCALE is set
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          open
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jan  7 06:40:04 PST 1996
>Last-Modified:
>Originator:     Jens Schweikhardt
>Organization:
Uni Stuttgart
>Release:        FreeBSD 2.1-STABLE i386
>Environment:

	XFree86 3.1.2, Window manager: ctwm 3.3, SVGA Server, CL5426 chipset

	(Sorry for submitting this twice, the first PR had the
	reply-to field mangled :-(

>Description:

	Xterm dies of signal 10 or 11 when ENABLE_STARTUP_LOCALE is set
	and LANG has a value other than C.

>How-To-Repeat:

	(shell is bash 1.14.6)

	root:~# export ENABLE_STARTUP_LOCALE= 
	root:~# export LANG=de_DE.ISO_8859-1
	root:~# xterm
	Segmentation fault (core dumped)
	root:~# unset ENABLE_STARTUP_LOCALE
	root:~# xterm     # okay
	root:~# export ENABLE_STARTUP_LOCALE=
	root:~# export LANG=C
	root:~# xterm     # okay

PS: I'm new to this list. If this is a known problem for which a PR has
been filed already, let me know. Where can I get an overview of all PRs
filed until now, for example a list of all the one-line synopsises?

Bye, Jens

>Fix:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?9601071439.AA16490>