unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* Emacs dumps core at xlcDef.so.2
@ 2003-03-02  9:46 Matthias Teege
  2003-03-03 18:58 ` Richard Stallman
  0 siblings, 1 reply; 3+ messages in thread
From: Matthias Teege @ 2003-03-02  9:46 UTC (permalink / raw)



Moin,

im running GNU Emacs 21.2.1 under FreeBSD 4.7 and FreeBSD
4.8-PRERELEASE. After using gnus emacs dumps core an exit. I can
work the hole day without any problem only on exit the problem
occurs.

I run emacs under gdb and it gives me:

Program received signal SIGSEGV, Segmentation fault.
0x284f3558 in _fini () from /usr/X11R6/lib/X11/locale/common/xlcDef.so.2

Is this a know bug?

Many thanks
Matthias

-- 
Matthias Teege -- http://www.mteege.de
make world not war
PGP-Key auf Anfrage

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Emacs dumps core at xlcDef.so.2
  2003-03-02  9:46 Matthias Teege
@ 2003-03-03 18:58 ` Richard Stallman
  0 siblings, 0 replies; 3+ messages in thread
From: Richard Stallman @ 2003-03-03 18:58 UTC (permalink / raw)
  Cc: gnu-emacs-bug

    I run emacs under gdb and it gives me:

    Program received signal SIGSEGV, Segmentation fault.
    0x284f3558 in _fini () from /usr/X11R6/lib/X11/locale/common/xlcDef.so.2

    Is this a know[n] bug?

There is no way of telling from such a small amount of information.

Please read the Bugs section in the Emacs manual, which provides
guidelines on how to write a bug report to give us the
necessary information so we can fix the bug.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Emacs dumps core at xlcDef.so.2
@ 2003-03-05 11:00 Matthias Teege
  0 siblings, 0 replies; 3+ messages in thread
From: Matthias Teege @ 2003-03-05 11:00 UTC (permalink / raw)


This bug report will be sent to the Free Software Foundation,
not to your local site managers!
Please write in English, because the Emacs maintainers do not have
translators to read other languages for them.

Your bug report will be posted to the bug-gnu-emacs@gnu.org mailing list,
and to the gnu.emacs.bug news group.

In GNU Emacs 21.2.1 (i386--freebsd, X toolkit, Xaw3d scroll bars)
 of 2003-03-05 on gic.mteege.de
configured using `configure  --without-xim --x-libraries=/usr/X11R6/lib --x-includes=/usr/X11R6/include --prefix=/usr/local i386--freebsd'
Important settings:
  value of $LC_ALL: nil
  value of $LC_COLLATE: nil
  value of $LC_CTYPE: nil
  value of $LC_MESSAGES: nil
  value of $LC_MONETARY: nil
  value of $LC_NUMERIC: nil
  value of $LC_TIME: nil
  value of $LANG: nil
  locale-coding-system: nil
  default-enable-multibyte-characters: t

Please describe exactly what actions triggered the bug
and the precise symptoms of the bug:

FreeBSD gic.mteege.de 4.8-PRERELEASE FreeBSD 4.8-PRERELEASE #0: Fri Feb 28 16:33:57 CET 2003     matthias@gic.mteege.de:/usr/obj/usr/src/sys/GIC  i386
Emacs build from the ports system, Leim21 build from ports system.

Start Emacs under the X Window system, run gnus or make emacs use
more then 20MB RAM and then call (dired-other-frame) or
(save-buffers-kill-emacs). Emacs dumps core and die. The problem
didnt occur if you use emacs -nw. I test different Window Managers
without any success.

gdb show:
Program received signal SIGBUS, Bus error.
0x284f401a in ?? () from /usr/X11R6/lib/X11/locale/common/xlcDef.so.2

Recent input:
<escape>xgnus<return>Y<down><down><down><down><down><down><down><down><down><down><return>2000<return><down><down>kkkkkq\x185d<return>

Recent messages:
Loading info...done
Composing main Info directory...
Mark set
Composing main Info directory...done
Loading view...done
Note: file is write protected
Type C-h for help, h for commands, q to quit.
Mark set
isearch-abort: Quit
Loading emacsbug...done

Ports Makefile
# New ports collection makefile for:	GNU emacs
# Date created:		11 October 2001
# Whom:			MANTANI Nobutaka <nobutaka@nobutaka.com>
#
# $FreeBSD: ports/editors/emacs21/Makefile,v 1.14 2002/10/27 13:04:44 nobutaka Exp $
#

PORTNAME=	emacs
PORTVERSION=	21.2
PORTREVISION=	2
CATEGORIES=	editors ipv6
MASTER_SITES=		${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR=	${PORTNAME}

MAINTAINER=	nobutaka@FreeBSD.org

.if !defined(WITHOUT_X11)
LIB_DEPENDS=	Xaw3d.${XAWVER}:${PORTSDIR}/x11-toolkits/Xaw3d \
		jpeg.9:${PORTSDIR}/graphics/jpeg \
		tiff.4:${PORTSDIR}/graphics/tiff \
		ungif.5:${PORTSDIR}/graphics/libungif \
		png.5:${PORTSDIR}/graphics/png
USE_XLIB=	yes
USE_XPM=	yes
.endif

.if defined(WITH_MENUBAR_FONTSET)
PATCH_SITES=		http://www.nijino.com/ari/emacs/
PATCHFILES=		emacs-21.1-fontset.patch
PATCH_DIST_STRIP=	-p1
.endif

USE_AUTOCONF_VER=213
USE_GMAKE=	yes

CONFIGURE_TARGET=	${MACHINE_ARCH}--freebsd
.if defined(WITHOUT_X11)
CONFIGURE_ARGS=		--with-x=no
.endif
.if defined(WITHOUT_XIM)
CONFIGURE_ARGS+=	--without-xim
.endif

MAN1=		ctags.1 emacs.1 etags.1 gfdl.1
PLIST_SUB=	EMACS_VER=${PORTVERSION} EMACS_ARCH=${CONFIGURE_TARGET}
TEXIFILES=	ada-mode autotype cc-mode cl dired-x ebrowse ediff \
		faq emacs emacs-mime eshell eudc forms gnus idlwave \
		info message mh-e pcl-cvs reftex sc speedbar vip \
		viper widget woman

LATEST_LINK=	emacs21

pre-everything::
.if !defined(WITH_MENUBAR_FONTSET)
	@${ECHO_MSG} "====>"
	@${ECHO_MSG} "====> To enable menubar fontset support, define WITH_MENUBAR_FONTSET"
	@${ECHO_MSG} "====>"
.endif

post-patch:
	@${RM} -f ${WRKSRC}/info/*
	@(cd ${WRKSRC}/man ; \
	for f in ${TEXIFILES} ; do \
	${CP} $${f}.texi $${f}.texi.orig ; \
	${SED} -e "s/@dircategory Emacs/@dircategory The Emacs editor and associated tools/" < $${f}.texi.orig > $${f}.texi ; \
	${RM} $${f}.texi.orig ; \
	done)

post-build:
	(cd ${WRKSRC}/lisp ; \
	 ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} recompile ; \
	 ${RM} ${WRKSRC}/src/emacs ${WRKSRC}/src/emacs-${PORTVERSION}.1 ; \
	 cd ${WRKSRC}/src ; \
	 ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${ALL_TARGET})

post-install:
	@${CAT} ${PKGMESSAGE}

.include <bsd.port.mk>

# using
XFree86-4.2.0_1,1                   =   up-to-date with port
XFree86-FontServer-4.2.0_1          =   up-to-date with port
XFree86-Server-4.2.1_7              =   up-to-date with port
XFree86-clients-4.2.1_3             =   up-to-date with port
XFree86-documents-4.2.0             =   up-to-date with port
XFree86-font100dpi-4.2.0            =   up-to-date with port
XFree86-font75dpi-4.2.0             =   up-to-date with port
XFree86-fontCyrillic-4.2.0_4        =   up-to-date with port
XFree86-fontDefaultBitmaps-4.2.0    =   up-to-date with port
XFree86-fontEncodings-4.2.0         =   up-to-date with port
XFree86-fontScalable-4.2.0          =   up-to-date with port
XFree86-libraries-4.2.1_7           =   up-to-date with port

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2003-03-05 11:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-03-05 11:00 Emacs dumps core at xlcDef.so.2 Matthias Teege
  -- strict thread matches above, loose matches on Subject: below --
2003-03-02  9:46 Matthias Teege
2003-03-03 18:58 ` Richard Stallman

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).