This is the mail archive of the libc-alpha@sourceware.cygnus.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

glibc 2.1.3 and emacs


I just installed glibc 2.1.3pre1 on my heavily modified Redhat
system. Most things work so far, except for GNU Emacs 20.4.1.

When I run it in gdb, I get a backtrace of

#0  0x656c61 in ?? ()
#1  0x401febd4 in _IO_vfprintf (s=0x4029c400, 
    format=0x40095acb "%sWarning: %s\n", ap=0xbfffe654) at vfprintf.c:1029
#2  0x40206693 in fprintf (stream=0x4029c400, 
    format=0x40095acb "%sWarning: %s\n") at fprintf.c:32
#3  0x4007005a in _XtDefaultWarning ()
#4  0x40070109 in XtWarning ()
#5  0x40075be1 in _XtDefaultLanguageProc ()
#6  0x400766e5 in GetLanguage ()
#7  0x4007680d in _XtDisplayInitialize ()
#8  0x4006e870 in XtOpenDisplay ()
#9  0x8089f25 in x_term_init (display_name=942793276, xrm_option=0x0, 
    resource_name=0x831e220 "emacs") at /usr/src/emacs-20.4/src/xterm.c:7141
#10 0x8090b40 in Fx_open_connection (display=942793276, xrm_string=404756228, 
    must_succeed=404756276) at /usr/src/emacs-20.4/src/xfns.c:5137
#11 0x80f3d8b in Ffuncall (nargs=4, args=0xbfffe894)
    at /usr/src/emacs-20.4/src/eval.c:2465
#12 0x811e70f in Fbyte_code (bytestr=942792072, vector=1210859680, maxdepth=7)
    at /usr/src/emacs-20.4/src/bytecode.c:433
#13 0x80f3020 in Feval (form=1479408580) at /usr/src/emacs-20.4/src/eval.c:1824
#14 0x8102d17 in readevalloop (readcharfun=404804916, stream=0x82c9dd0, 
    sourcename=942739448, evalfun=0x80f2b4c <Feval>, printflag=0, 
    unibyte=404756228, readfun=404756228)
    at /usr/src/emacs-20.4/src/lread.c:1143
[... more stackframes ...]

When using libc-2.1.2.so (via LD_LIBRARY_PATH), the binary works
again.

I can provide the binaries of emacs and libc-*.so if desired.

Regards,
Martin

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]