Re: 1.5 Crash on Close Buffer

2007-01-04 Thread Bennett Helm
On Jan 4, 2007, at 7:39 AM, Abdelrazak Younes wrote: Jean-Marc Lasgouttes wrote: "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: Abdelrazak> Looking at the backtrace, it seems that a resize event is Abdelrazak> triggered just after the doGreyOut() method is initiated Abdelrazak>

Re: 1.5 Crash on Close Buffer

2007-01-04 Thread Abdelrazak Younes
Jean-Marc Lasgouttes wrote: "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: Abdelrazak> Looking at the backtrace, it seems that a resize event is Abdelrazak> triggered just after the doGreyOut() method is initiated Abdelrazak> and before it is finished, hence the crash. Now the Ab

Re: 1.5 Crash on Close Buffer

2007-01-04 Thread Abdelrazak Younes
Jean-Marc Lasgouttes wrote: "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: Abdelrazak> Looking at the backtrace, it seems that a resize event is Abdelrazak> triggered just after the doGreyOut() method is initiated Abdelrazak> and before it is finished, hence the crash. Now the Ab

Re: 1.5 Crash on Close Buffer

2007-01-04 Thread Jean-Marc Lasgouttes
> "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: Abdelrazak> Looking at the backtrace, it seems that a resize event is Abdelrazak> triggered just after the doGreyOut() method is initiated Abdelrazak> and before it is finished, hence the crash. Now the Abdelrazak> question is why

Re: 1.5 Crash on Close Buffer

2007-01-03 Thread Bennett Helm
On Jan 3, 2007, at 6:30 PM, Abdelrazak Younes wrote: Bennett Helm wrote: In recent 1.5svn: start LyX, open a file, close it. LyX crashes. Here's the backtrace: QPixmap::operator=: Cannot assign to pixmap during painting QCoreGraphicsPaintEngine::begin: Painter already active QPainter::begin()

Re: 1.5 Crash on Close Buffer

2007-01-03 Thread Abdelrazak Younes
Bennett Helm wrote: In recent 1.5svn: start LyX, open a file, close it. LyX crashes. Here's the backtrace: QPixmap::operator=: Cannot assign to pixmap during painting QCoreGraphicsPaintEngine::begin: Painter already active QPainter::begin(): Returned false Does this patch solves the crash? A

Re: 1.5 Crash on Close Buffer

2007-01-03 Thread Abdelrazak Younes
Bennett Helm wrote: In recent 1.5svn: start LyX, open a file, close it. LyX crashes. Here's the backtrace: QPixmap::operator=: Cannot assign to pixmap during painting QCoreGraphicsPaintEngine::begin: Painter already active QPainter::begin(): Returned false Looking at the backtrace, it seems t