Hi all,

On Windows with current trunk I'm getting a crash when clicking the Search button in the Citation dialog. Not sure what's going on. GuiApplication::notify reports a "regular expression error" which is strange because the error occurs in the mouse event handling.

Any ideas?

 msvcr100d.dll!_NMSG_WRITE(int rterrnum)  Line 217 C
 msvcr100d.dll!abort()  Line 61 + 0x7 bytes C
 LyX.exe!lyx::lyx_exit(int exit_code)  Line 236 + 0x8 bytes C++
LyX.exe!lyx::frontend::GuiApplication::notify(QObject * receiver, QEvent * event) Line 2187 + 0x7 bytes C++ QtCored4.dll!QCoreApplication::notifyInternal(QObject * receiver, QEvent * event) Line 732 + 0x15 bytes C++ QtCored4.dll!QCoreApplication::sendSpontaneousEvent(QObject * receiver, QEvent * event) Line 218 + 0x38 bytes C++ QtGuid4.dll!QApplicationPrivate::sendMouseEvent(QWidget * receiver, QMouseEvent * event, QWidget * alienWidget, QWidget * nativeWidget, QWidget * * buttonDown, QPointer<QWidget> & lastMouseReceiver, bool spontaneous) Line 3103 + 0xe bytes C++ QtGuid4.dll!QETWidget::translateMouseEvent(const tagMSG & msg) Line 3321 + 0x2a bytes C++ QtGuid4.dll!QtWndProc(HWND__ * hwnd, unsigned int message, unsigned int wParam, long lParam) Line 1659 + 0xc bytes C++
 user32.dll!771e62fa()
[Frames below may be incorrect and/or missing, no symbols loaded for user32.dll]
 user32.dll!771e6d3a()
 user32.dll!771e6ce9()
 user32.dll!771e77c4()
 user32.dll!771e788a()
QtCored4.dll!QEventDispatcherWin32::processEvents(QFlags<enum QEventLoop::ProcessEventsFlag> flags) Line 807 C++ QtGuid4.dll!QGuiEventDispatcherWin32::processEvents(QFlags<enum QEventLoop::ProcessEventsFlag> flags) Line 1170 + 0x15 bytes C++ QtCored4.dll!QEventLoop::processEvents(QFlags<enum QEventLoop::ProcessEventsFlag> flags) Line 150 C++ QtCored4.dll!QEventLoop::exec(QFlags<enum QEventLoop::ProcessEventsFlag> flags) Line 201 + 0x2d bytes C++
 QtCored4.dll!QCoreApplication::exec()  Line 1009 + 0x15 bytes C++
 QtGuid4.dll!QApplication::exec()  Line 3720 C++
 LyX.exe!lyx::frontend::GuiApplication::exec()  Line 1935 + 0x8 bytes C++
LyX.exe!lyx::LyX::exec(int & argc, char * * argv) Line 398 + 0x28 bytes C++
 LyX.exe!main(int argc, char * * argv)  Line 42 + 0x10 bytes C++
LyX.exe!WinMain(HINSTANCE__ * instance, HINSTANCE__ * prevInstance, char * __formal, int cmdShow) Line 131 + 0x12 bytes C++
 LyX.exe!__tmainCRTStartup()  Line 547 + 0x2c bytes C
 LyX.exe!WinMainCRTStartup()  Line 371 C
 kernel32.dll!770d33ca()
 ntdll.dll!77899ed2()
 ntdll.dll!77899ea5()

Regards,
Joost

Reply via email to