[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Fatal error (6).Aborted (core dumped)
From: |
Eli Zaretskii |
Subject: |
Re: Fatal error (6).Aborted (core dumped) |
Date: |
Thu, 21 Mar 2002 13:06:49 +0200 (IST) |
On 21 Mar 2002, Anthony Goreham wrote:
> #4 0x80cd4ba in abort () at emacs.c:387
> #5 0x815ce51 in tparam1 (string=0x83d3145 "\e[4%p1%dm",
> outstring=0x843a9e8
> "\e[4@(\3664@1\ncy_GB.iso88591\t\t\t\t\tcy_GB.ISO8859-1)", len=0, up=0x0,
> left=0x0, argp=0xbfffe3f0) at tparam.c:298
> #6 0x815cab1 in tparam (string=0x83d3145 "\e[4%p1%dm", outstring=0x0, len=0,
> arg0=6, arg1=2, arg2=2, arg3=-1073748904) at tparam.c:105
Thanks, this indicates that the problem is with your version of termcap
library, probably with ncurses. The details are described in etc/PROBLEMS
(search for "Emacs aborts inside the function `tparam1'"), which also
suggests a solution.