Re: LyX 2.5.0 RC2 crash report Mac M2 Tahoe 26.1
> 2025/12/12 21:15、Koji Yokota のメール: > > The crash seems to be caused by the sender of a signal that has disappeared > when doActivate() tries to do > QObjectPrivate::get(sender)->blockSig > (object.cpp:4139) I see, lyx binary itself dies too early, but what can be done for this? Koji -- lyx-users mailing list [email protected] https://lists.lyx.org/mailman/listinfo/lyx-users
Re: LyX 2.5.0 RC2 crash report Mac M2 Tahoe 26.1
> Am 12.12.2025 um 13:15 schrieb Koji Yokota : > >> 2025/12/12 2:03、Gerhard Gsänger via lyx-users のメール: >> When I quit LyX 2.5.0 RC2, the program closes normally, but a few seconds >> later a crash report appears. After dismissing the crash report, I can >> restart LyX 2.5.0 RC2 without any unusual behavior. Creating, saving, and >> opening documents (including files created under 2.4.4) works as expected. >> >> However, each time I quit LyX 2.5.0 RC2, it terminates normally but a crash >> report appears a few seconds later. >> > This seems to happen only on installed macOS-style packages. As far as I > start it from Qt Creator, LyX quits normally. > > The crash seems to be caused by the sender of a signal that has disappeared > when doActivate() tries to do > QObjectPrivate::get(sender)->blockSig > (object.cpp:4139) > > I tried to capture it by setting a breakpoint at, say, LFUN_LYX_QUIT is > called in vain. So, this crash seems to happen before the function > LFUN_LYX_QUIT is called in a separate thread. > > Koji It does not happen when I terminate the program via Option-Command-Esc. Gerd -- lyx-users mailing list [email protected] https://lists.lyx.org/mailman/listinfo/lyx-users
Re: LyX 2.5.0 RC2 crash report Mac M2 Tahoe 26.1
> 2025/12/12 2:03、Gerhard Gsänger via lyx-users のメール: > When I quit LyX 2.5.0 RC2, the program closes normally, but a few seconds > later a crash report appears. After dismissing the crash report, I can > restart LyX 2.5.0 RC2 without any unusual behavior. Creating, saving, and > opening documents (including files created under 2.4.4) works as expected. > > However, each time I quit LyX 2.5.0 RC2, it terminates normally but a crash > report appears a few seconds later. > This seems to happen only on installed macOS-style packages. As far as I start it from Qt Creator, LyX quits normally. The crash seems to be caused by the sender of a signal that has disappeared when doActivate() tries to do QObjectPrivate::get(sender)->blockSig (object.cpp:4139) I tried to capture it by setting a breakpoint at, say, LFUN_LYX_QUIT is called in vain. So, this crash seems to happen before the function LFUN_LYX_QUIT is called in a separate thread. Koji-- lyx-users mailing list [email protected] https://lists.lyx.org/mailman/listinfo/lyx-users
