"Lars Gullik Bjønnes" wrote:

> Can be found on:
> 
> ftp://la1ad.uio.no/pub/lyx/lyx-1.0.4pre4.tar.gz
> ftp://ftp.devel.lyx.org/pub/lyx/lyx-1.0.4.tar.gz
> 
> And on ftp.lyx.org soon (but not yet because of a admin problem)
> 
> As always you should be careful when trying out prereleases, so be
> sure to have backups.

So, I've try to run this version on my SGI O2 (IRIX 6.3). As usual, I
download the source, 
$tar zxvf lyx-1.0.4.tar.gz
$cd lyx-1.0.4
$configure
$make

I a test:

$ src/lyx

It's run correctly, so I decided to install it:

$su
$make install

And now I try it on my document:

$lyx 
Segmentation fault (core dumped)


I recompile lyx with debug option, and install manualy files:

$gdb /usr/local/bin/lyx
GNU gdb 4.17
Copyright 1998 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you
are
welcome to change it and/or distribute copies of it under certain
conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for
details.
This GDB was configured as "mips-sgi-irix6.3"...
(gdb) run
Starting program: /usr/local/bin/lyx 

Program received signal SIGSEGV, Segmentation fault.
0x401654 in dcgettext__ ()
Current language:  auto; currently asm
(gdb) bt
#0  0x401654 in dcgettext__ ()
#1  0x401a34 in dgettext__ ()
#2  0x401a70 in gettext__ ()
#3  0x400b78 in gettext ()
#4  0x101bfce8 in LyXAction::helpText (this=0x102b5fc8, action=-2) at
LyXAction.C:585
#5  0x1010a550 in Toolbar::add (this=0x102bd51c, action=-2,
doclean=5242908) at toolbar.C:474
#6  0x10109760 in Toolbar::init (this=0x102bd51c) at toolbar.C:227
#7  0x10153aac in LyXRC::LyXRC (this=0x102bd518) at toolbar.h:44
#8  0x1002eaac in LyX::LyX (this=0x7fff2e30, argc=0x7fff2e70,
argv=0x7fff2eb4)
    at ../src/lyx_main.C:80
#9  0x1002e8a0 in main (argc=1, argv=0x7fff2eb4) at ../src/main.C:51
(gdb) 





-- 
Emmanuel DUMAS, Centre CYCERON, CNRS UMR 6551, Caen France
[EMAIL PROTECTED] http://www.cyceron.fr/~dumas/
Tel: 33 (0) 231 47 02 03

Reply via email to