-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Interrupt with floating point exception #55
Comments
Hi I have following suggestions:
The problem could be caused by some particular note you have. I've seen one very rare case where the AppImage build failed with "floating point" which was caused by a Qt bug. The current AppImage builds against Qt 5.5 which is pretty old. |
In case you can reproduce "floating point" fail with the latest AppImage from releases (version Version: 2.1.0-a7c53be), then you can try the experimental build from https://www.dropbox.com/sh/bropykm64u8zdmv/AABmCL47YtUXglFMRnTFNnfia?dl=0 - NixNote2_2.1.0-QT56-x86_64.AppImage |
Thank you for your reply. |
No. this should not. Then I would appreciate, if you could check, whenever you can reproduce the "floating point error" with the experimental AppImage build with Qt 5.6: https://www.dropbox.com/sh/bropykm64u8zdmv/AABmCL47YtUXglFMRnTFNnfia?dl=0 - NixNote2_2.1.0-QT56-x86_64.AppImage |
Hi, I think I ran the old version by mistake before. I also tried the version downloaded from release page and Qt5.6 version from the link you provided, both won't interrupt with "floating point error". It sometimes has some other errors but it won't happen every time. I'll submit a new issue if it happens frequently. |
OK thanks |
I had the same symptom and the Qt 5.6 build appears to work better for me now. Is there any information that I can give you about my system that would help you? |
@jbrains: no. more info not needed now. It seems to be a problem of Qt 5.5. The AppImage uses this. I plan to build the AppImage with never version of Qt - but its a bit tricky because WebKit isn't available anymore in Qt >5.5 (there is a workaroung using community version of WebKit - https://github.com/annulen/webkit/wiki/Building-QtWebKit-on-Linux). Unfortunately update of NixNote to use "WebEngine" module, isn't that trivial.. Meanwhile I suggest either use the AppImage with the Qt5.6 I provided, or you may try to build from source . |
I haven't seen any further problems, so I'm happy for now, and I wish you good luck in moving from WebKit to WebEngine. Thank you for providing a really helpful client! |
Reopened as some users can still experience the problem... I plan to update the AppImage to be build with newer Qt then 5.5 .. |
Experimental AppImage build of v2.1.2 with Qt 5.11 is available at: https://github.com/robert7/nixnote2/releases/download/v2.1.2/NixNote2-qt511-x86_64.AppImage for the use cases where the standard build (Qt 5.5) doesn't work because of specific Qt bugs. |
Thank you for your work in a long term. But it still cannot work well. It will interrupt in a few seconds after login.
Following is last some logs before interrupt.
Reproduce steps:
The text was updated successfully, but these errors were encountered: