Enrico Forestieri wrote:
On Wed, Aug 22, 2007 at 09:25:12AM +0200, Abdelrazak Younes wrote:
Enrico Forestieri wrote:
Here is another one for you. This happens with Qt 4.1. When loading
a second document, lyx crashes as follows:
Is this on windows?
Yes.
Does this happen on any document?
When trying to load any _second_ document.
Only happens with Qt 4.1, though.
Could you please
try to disable the pixmap cache in QLPainter.cpp?
Doesn't change anything.
Here is the backtrace (part of it, as it's exceptionally long):
The backtrace is long because there is a recursive loop.
#31 0x00985248 in lyx::frontend::GuiView::update_view_state_qt ()
Ah... this update_view_state_qt() again... This message display handling
is mess!
#32 0x0087ef89 in lyx::frontend::WorkArea::resizeBufferView ()
OK, should be easy to solve.
Abdel.