-
Notifications
You must be signed in to change notification settings - Fork 69
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
Bug: AppImage crashes upon invocation. #1021
Bug: AppImage crashes upon invocation. #1021
Comments
What locale is your system? |
|
@julian-CStack,
|
It only works with env var |
Something isn't playing nice with the locale lib.... @projjalm and @RokeJulianLockhart Does Do either of you know if you have a somehow modified version of glibc? |
@julian-CStack, that indeed works!
No idea. It would have to be the default for Fedora, if so. Why might I? |
@RokeJulianLockhart Fantastic!
You never know how much someone has customized their system so I asked just in case. If you don't know, then you likely don't :) I'm not sure which var is actually causing the issue but I think if you do I'm not sure if there is a Fedora way to set those variables, but for now you could set It is interesting to note that on my Fedora install when I did |
@julian-CStack, I've created a diff: LANG=en_GB.UTF-8
LC_CTYPE="en_GB.UTF-8"
- LC_NUMERIC=C
- LC_TIME=C
+ LC_NUMERIC="en_GB.UTF-8"
+ LC_TIME="en_GB.UTF-8"
LC_COLLATE="en_GB.UTF-8"
- LC_MONETARY=C
+ LC_MONETARY="en_GB.UTF-8"
LC_MESSAGES="en_GB.UTF-8"
LC_PAPER="en_GB.UTF-8"
- LC_NAME=C
+ LC_NAME="en_GB.UTF-8"
LC_ADDRESS="en_GB.UTF-8"
- LC_TELEPHONE=C
- LC_MEASUREMENT=C
+ LC_TELEPHONE="en_GB.UTF-8"
+ LC_MEASUREMENT="en_GB.UTF-8"
LC_IDENTIFICATION="en_GB.UTF-8"
- LC_ALL=
+ LC_ALL=en_GB.UTF-8
That'll be because I've modified my locales in |
@julian-CStack can you drop your xmr address as a comment on github? To receive this bounty https://bounties.monero.social/posts/164/0-500m-stack-wallet-diagnose-and-fix-linux-crash |
@plowsof 8Ag3j1evrc9hKTFnEbMa57cmzVbx2vndvV3XcLKoy321HeyXrs1MGJPJrhxoChK7vHCPiv2DnYJ7HDT9ZNvspcPf3WcEaUG |
I've forked the devicelocale lib and using the fixed version in stack wallet now, at least until my PR gets merged or something else comes up. Unsure if its in the most recent Stack Wallet release at the moment. If not, it will be in within a week. @RokeJulianLockhart I'll close this now but feel free to reopen if you think it necessary |
Is there an existing issue for this?
Current Behavior
Summarily,
/releases/download/build_251/sw-v2.1.7.AppImage
crashes when invoked, after displaying black window content:2024-11-15.21-10-19.mp4
I have a stack trace from
gdb
undermentioned:Expected Behavior
It shouldn't crash.
Reproduction Steps
Environment
Operating system and version:
Fedora-KDE-Live-x86_64-41-1.4
Device platform and version:
#!/usr/bin/env -S sh kinfo
Real device or emulator/simulator:
Real.
Logs
gist.github.com/RokeJulianLockhart/62705e75ba30cf6e719c5019e2ce7db5
: 1Further Information
No response
Footnotes
≥
gist.github.com/RokeJulianLockhart/62705e75ba30cf6e719c5019e2ce7db5/814fa31efa57106373adf37986f87b386a09afe7
↩The text was updated successfully, but these errors were encountered: