mirror of
https://github.com/jpochyla/psst.git
synced 2026-04-27 15:35:56 +03:00
[GH-ISSUE #145] "floating point exception" crash on start #104
Labels
No labels
api
bug
build
documentation
duplicate
enhancement
good first issue
help wanted
idea
invalid
linux
lowprio
macos
pull-request
upstream
windows
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/psst#104
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @jacksongoode on GitHub (Aug 25, 2021).
Original GitHub issue: https://github.com/jpochyla/psst/issues/145
Regardless of build or latest binary, on start the application crashes and I receive this error.
The login modal appears normally, but once the token is acquired and the application loads, it immediately quits.
On Fedora 34, with pipewire.
@jpochyla commented on GitHub (Aug 29, 2021):
Can you debug where exactly the exception is triggered?
@jacksongoode commented on GitHub (Aug 31, 2021):
Yeah, sure. How would I go about doing that :)
@jpochyla commented on GitHub (Sep 1, 2021):
The best would be looking at the GDB stacktrace, the lowest effort would be running with
PSST_LOG=traceenv var.@jacksongoode commented on GitHub (Sep 1, 2021):
Weird it has suddenly disappeared...