[GH-ISSUE #145] "floating point exception" crash on start #104

Closed
opened 2026-02-28 14:30:39 +03:00 by kerem · 4 comments
Owner

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.

[2021-08-25T20:10:00Z INFO  psst_gui::data::config] loading config: "/home/jackson/.config/Psst/config.json"
[2021-08-25T20:10:00Z INFO  psst_core::cache] using cache: "/home/jackson/.cache/Psst"
[2021-08-25T20:10:00Z INFO  psst_core::access_token] access token expired, requesting
[1]    47541 floating point exception (core dumped)  ./Downloads/psst-gui

The login modal appears normally, but once the token is acquired and the application loads, it immediately quits.
On Fedora 34, with pipewire.

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. ``` [2021-08-25T20:10:00Z INFO psst_gui::data::config] loading config: "/home/jackson/.config/Psst/config.json" [2021-08-25T20:10:00Z INFO psst_core::cache] using cache: "/home/jackson/.cache/Psst" [2021-08-25T20:10:00Z INFO psst_core::access_token] access token expired, requesting [1] 47541 floating point exception (core dumped) ./Downloads/psst-gui ``` The login modal appears normally, but once the token is acquired and the application loads, it immediately quits. On Fedora 34, with pipewire.
kerem 2026-02-28 14:30:39 +03:00
  • closed this issue
  • added the
    bug
    linux
    labels
Author
Owner

@jpochyla commented on GitHub (Aug 29, 2021):

Can you debug where exactly the exception is triggered?

<!-- gh-comment-id:907803413 --> @jpochyla commented on GitHub (Aug 29, 2021): Can you debug where exactly the exception is triggered?
Author
Owner

@jacksongoode commented on GitHub (Aug 31, 2021):

Yeah, sure. How would I go about doing that :)

<!-- gh-comment-id:908813183 --> @jacksongoode commented on GitHub (Aug 31, 2021): Yeah, sure. How would I go about doing that :)
Author
Owner

@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=trace env var.

<!-- gh-comment-id:910402613 --> @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=trace` env var.
Author
Owner

@jacksongoode commented on GitHub (Sep 1, 2021):

Weird it has suddenly disappeared...

<!-- gh-comment-id:910457412 --> @jacksongoode commented on GitHub (Sep 1, 2021): Weird it has suddenly disappeared...
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/psst#104
No description provided.