-
Notifications
You must be signed in to change notification settings - Fork 43
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
New versions (0.9.99.56/7) crashes #696
Comments
Thanks, I'll try to reproduce it and fix it. |
I can't reproduce this issue on a clean install of Linux Mint 21.3. Could you please provide your vtm settings.xml or $VTM_CONFIG envvar value if any of them are used?
|
I have none of these. Which I suppose means it is using the defaults. :-) |
There are also cases like this: https://randomascii.wordpress.com/2012/04/21/exceptional-floating-point/
|
Tried v0.9.99.61 and it still crashes. :-( |
Well, I will investigate further. |
Well compiling from source produces a working binary.. |
It looks like FPU errors are a consequence of static linking. |
Artifacts are created using Github Actions (tar is created using 7zip, and the final zip is done by Github.): vtm/.github/workflows/build.yml Lines 102 to 104 in 3223a4e
|
I think I found the cause of the crash. The problems started after c8e011e. There, dynamic libc.so calls are apparently used. This was a stub for future X11 support. I can remove this code and everything will work (this is my assumption). In the future, I will have to come up with something to workaround this and to support X11 with static linking. |
Hello!
v.0.9.99.[67] throws a core-dump.
v0.9.99.5 works fine
I've tried the x86 and the x86_64 zip releases.
System:
Machine:
Error in kern.log:
Execution output.
If you need anything else, just ask.
I've tried with three terminals (qterminal, wezterm and kitty), just in case...
The text was updated successfully, but these errors were encountered: