On Mon, 17 Apr 2000, J Bland wrote:

> 
> I am consistently getting seg faults when trying to run LyX 1.1.4(fix3) on
> machines with 8bit X displays. The binary is running from a central machine.
> It works fine on displays 16bit+.
> 
> Using:
> 
> lyx -private
> 
> causes it to work properly. Using -Mono or -depth 8 etc does not.

If the crash is occurring on startup before anything is displayed the
problem will almost certainly be that you have the wrong version of the
xforms library.  Make sure that the xforms library you have is compiled
for the same version of C library you are running.

If you are using Linux or (probably) FreeBSD systems with glibc2 then you
MUST have xforms-glibc2 otherwise segfaults will occur on startup in the
xforms code.

If you are absolutely sure that the library versions match on your system
then please try to get a backtrace from the core dump.  If you have gdb
installed:
        gdb lyx core

then
        bt
        q

will be a step in the right direction.

Allan. (ARRae)

Reply via email to