On Dec 1, 2006, at 12:43 PM, Peter Kümmel wrote:
Bennett Helm wrote:
On Dec 1, 2006, at 5:37 AM, Peter Kümmel wrote:
...
This is totally wrong, fixed in the new patch.
...
I also have the impression that QCloseEvent isn't called on the Mac,
I've added an output in the new patch to verify it.
qApp->exit() seems to always results in killing the application. It
seems that the LyX destructor is always called the moment just
after
that. The execution process in LyX::exec() is thus not properly
done and
prepareExit() is not called here:
qApp->quit(); should only close the event loop and return, but
we will see it with Bennetts backtrace (now I'm pessimistic for
the Mac)
...
The are no new big changes in the new patch.
... I'm a bit confused here. Was there a new patch for me to test?
Bennett
Yes, please this one.
Well ... I don't notice any difference from the last patch --
including no crashes to generate a backtrace with.
Bennett