From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Matthias Teege Newsgroups: gmane.emacs.bugs Subject: Emacs dumps core at xlcDef.so.2 Date: 5 Mar 2003 11:00:59 -0000 Sender: bug-gnu-emacs-bounces+gnu-bug-gnu-emacs=m.gmane.org@gnu.org Message-ID: <20030305110059.19309.qmail@mteege.de> NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1046862573 3429 80.91.224.249 (5 Mar 2003 11:09:33 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 5 Mar 2003 11:09:33 +0000 (UTC) Original-X-From: bug-gnu-emacs-bounces+gnu-bug-gnu-emacs=m.gmane.org@gnu.org Wed Mar 05 12:09:31 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18qWmB-0000tA-00 for ; Wed, 05 Mar 2003 12:09:31 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18qWjL-0004rV-00 for gnu-bug-gnu-emacs@m.gmane.org; Wed, 05 Mar 2003 06:06:35 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18qWhQ-000473-00 for bug-gnu-emacs@gnu.org; Wed, 05 Mar 2003 06:04:36 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18qWhH-0003ul-00 for bug-gnu-emacs@gnu.org; Wed, 05 Mar 2003 06:04:28 -0500 Original-Received: from one.mteege.de ([81.2.131.61]) by monty-python.gnu.org with smtp (Exim 4.10.13) id 18qWhA-0003lE-00 for bug-gnu-emacs@gnu.org; Wed, 05 Mar 2003 06:04:20 -0500 Original-Received: (qmail 19621 invoked by uid 66); 5 Mar 2003 11:04:34 -0000 Original-Received: (qmail 16539 invoked from network); 5 Mar 2003 11:02:18 -0000 Original-Received: from gic.mteege.de (HELO mteege.de) (192.168.153.10) by 0 with SMTP; 5 Mar 2003 11:02:18 -0000 Original-Received: (qmail 19310 invoked by uid 1001); 5 Mar 2003 11:00:59 -0000 Original-To: bug-gnu-emacs@gnu.org X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Bug reports for GNU Emacs, the Swiss army knife of text editors List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: bug-gnu-emacs-bounces+gnu-bug-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.bugs:4564 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:4564 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: xgnusY2000kkkkkq5d 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 # # $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 # 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