-
-
Notifications
You must be signed in to change notification settings - Fork 198
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
Floating point exception #1997
Comments
Also happens with freshly compiled profanity master:
|
Seems like purging the JID in question from all files in |
Does this mean that a solution has been found that needs to be implemented or is this bug ready to be closed without a code change? (I don't know what a JID is in this context. Java ID or something like that?) |
FMU it's the third option: there seems to be a bug, but nobody investigated it deep enough to pinpoint the reason and the reporter has found a way to work around it. JID = Jabber ID, the original term for "XMPP address" |
When running profanity through torsocks it often crashes with
floating point exception
. As other programs don't have this issue it seems to be related to profanity. I realized the log is alwas showing a message with a,
when it happens. Maybe that's related and something is interpreted as float due to the comma.Expected Behavior
Don't crash when running in torsocks.
Current Behavior
Crashes with
floating point exception
Possible Solution
No idea.
Steps to Reproduce (for bugs)
torsocks -q profanity -a myacc -l DEBUG
Context
As it always stop with the same log messae with OMEMO stuff received from the same JID, I could ask the person whether they'd be ok to be contacted by profanity devs for debugging.
Environment
Debian Stable (Bookworm)
The text was updated successfully, but these errors were encountered: