Alfredo Braunstein wrote: > On current lyx, qt frontend, I get on startup (only on the qt frontend, > xforms works perfectly): > I think this behaviour has been introduced yesterday. (don't know when > exactly, I was away). The bt ends there because gdb seems to have hard > time going further (100% cpu for a while and no further output yet). > It seems a problem trying to display the banner? > > I have qt-3.1. > > Any idea of what's this? > Thanks, Alfredo > > (gdb) run > #6 0x08238efd in LyXScreen::greyOut (this=0x85786f8) > at ../../../lyx-devel/src/frontends/screen.C:391
This looks like my fault. Try and revert the change to src/frontends/screen.C that I made yesterday. $ cd src/frontends $ cvs diff -r 1.28 screen.C > screen.diff $ patch -p0 -R < screen.diff -- Angus