On środa 10 kwiecień 2002 11:48 pm, you wrote: > On Wed, 10 Apr 2002, Juergen Vigna wrote: > > On 09-Apr-2002 Kuba Ober wrote: > > > Hi, > > > is lyx 1.1.6fix4 supposed to work on a 486 machine? > > > I've recompiled from source rpm (on a 686 machine so as not to wait > > > ages) using xforms-0.89-6, the package works fine on all other > > > machines, but on my 486 laptop it bails out with a SIGSEGV just after > > > startup. The main window flashes for a moment and that's it. The last > > > lines of debug output are > > Does your 486 have the same glibc version as the other machines? > > It is highly likely that you have mismatched your xforms library with > the glibc version. > > > > $ lyx -dbg `expr 1 + 2 + 8 + 16384 + 65536 + 262144` > > > Failed to share colors. Using private colormap > > > > This is a xforms problem when it cannot allocate enough colors. Try > > one of the color switches like -depth best, -shared, -private, -depth 8. > > The attempt by xforms to report the error fails because the function > it called doesn't exist in your glibc.
Hmm, I'm using the latest glibc from redhat (2.2.4). Alas, note htat "failed to share colors" is not my real problem (or so I think) - it's the first message that lyx outputs. My real problem is that the main window appears, parts of it paint (like menus), but workspace painting fails: $ lyx -dbg `expr 1 + 2 + 8 + 16384 + 65536 + 262144` Failed to share colors. Using private colormap <snip> a lot of messages from various things... </snip> Initializing form_character::combox... Initializing form_character...done Workarea event: DRAW lyx: SIGSEGV signal caught How to get the coredump? Cheers, Kuba