Bo Peng wrote:
I think this is due to the BufferView pointer cached in LyXText. It
could explain many other reported crash... I'm on it.
You must still be working on it, just let you know that I get
compiling errors as of r15591.
Hum, no, I haven't even started. This below has nothing to do with that.
src/frontends/qt4/QLPainter.C: In constructor
`lyx::frontend::QLPainter::QLPainter(QWidget*)':src/frontends/qt4/QLPainter.C:39:
error: no matching function for call to
`lyx::frontend::QLPainter::begin(QWidget*&)'
/home/bpeng/lyx-devel/qt4/include/QtGui/qpainter.h:78: note:
candidates are: bool QPainter::begin(QPaintDevice*)
scons: *** [debug/common/frontends/qt4/QLPainter.o] Error 1
This is weird. QWidget inherits QPaintDevice show this should compile.
It is compiling here...
Abdel.