On 17 Oct 2000, Jean-Marc Lasgouttes wrote:
> >>>>> "Sun" == Sun Un <[EMAIL PROTECTED]> writes:
>
> Sun> Here is what I get when I run with "-dbg init":
>
> Sun> Setting debug level to init Debugging `init' (Program
> Sun> initialisation) Initializing LyXGUI... illegal instruction
>
> Sun> When I look at the kernel log, there is also the following line
> Sun> coincident with running lyx:
>
> Sun> alpha_fp_emul: Invalid FP insn 0x200 at 0x20000cf546c
>
> That's pretty strange. I do use an alpha, but with Tru64, so I do not
> really know what the error means. A possibility is that the binary (or
> one of the libraries) has been compiled for an architecture newer than
> your processor (Tru64 emulates instructions in this case, but I do not
> know what Alpha Linux does).
>
> You should probably ask on a alpha-linux or debian list.
Here's a wild guess:
It could be the Alpha Linux equivalent of what happens on
i386 Linux when you have the wrong xforms library installed.
If you are running glibc-2.1.x there is a very good chance you need to get
a copy of the xforms library called: xforms-0.88-glibc2 or something like
that.
The crash appears to be occurring in the same place that a similar crash
does on other architectures. So I'd be trying to get the right xforms
library.
Allan. (ARRae)