https://bugs.documentfoundation.org/show_bug.cgi?id=97972
Peter Steinbrueck <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #4 from Peter Steinbrueck <[email protected]> --- Comment on attachment 123118 --> https://bugs.documentfoundation.org/attachment.cgi?id=123118 My code as requested by raal (The password is "LibreOffice") This is a rather old little Visual Studio 6.0 project I reactivated recently. Disaster occurs in CMeasDlg ::OnTimer () which is called every second. As you can see I have increased the interval for saving the document, so the document survives for at least one day of operation. The classes COooDesktop and COooCalc do the marshaling of the commands. The main dialog does a scan of all COM-ports and opens one CMeasDlg for each apparatus found. CMeasDlg creates a Calc sheet and waits for the user to click Start. Then the fun begins. In the beginning, when stored every ten seconds, LibreOffice crashed after about three hours. So you probably will have to wait for only 1000 storings instead of 5000 as I had estimated in the first place. HTH Peter -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ Libreoffice-bugs mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
