bug-gnu-emacs
[Top][All Lists]
Advanced

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

Emacs dumps core at xlcDef.so.2


From: Matthias Teege
Subject: Emacs dumps core at xlcDef.so.2
Date: 5 Mar 2003 11:00:59 -0000

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>kkkkkq5d<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





reply via email to

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