[GH-ISSUE #200] Floating point exception (core dumped): near-instant crash #147

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

Originally created by @omentic on GitHub (Oct 27, 2021).
Original GitHub issue: https://github.com/jpochyla/psst/issues/200

On the latest build, the application crashes immediately after inputting web credentials. I'm running Arch Linux with GNOME 40 and pipewire.

[2021-10-27T05:40:04Z DEBUG ureq::stream] connecting to apresolve.spotify.com:80 at 34.98.74.57:80
[2021-10-27T05:40:04Z DEBUG ureq::stream] created stream: TcpStream { addr: 206.87.155.32:34870, peer: 34.98.74.57:80, fd: 13 }
[2021-10-27T05:40:04Z DEBUG ureq::unit] sending request GET http://apresolve.spotify.com/
[2021-10-27T05:40:04Z DEBUG ureq::unit] writing prelude: GET / HTTP/1.1
    Host: apresolve.spotify.com
    User-Agent: ureq/2.2.0
    Accept: */*
    
    
[2021-10-27T05:40:04Z DEBUG ureq::unit] response 200 to GET http://apresolve.spotify.com/
[2021-10-27T05:40:04Z DEBUG ureq::pool] adding stream to pool: http|apresolve.spotify.com|80 -> TcpStream { addr: 206.87.155.32:34870, peer: 34.98.74.57:80, fd: 13 }
[2021-10-27T05:40:04Z DEBUG ureq::stream] dropping stream: TcpStream { addr: 206.87.155.32:34870, peer: 34.98.74.57:80, fd: 13 }
[2021-10-27T05:40:04Z TRACE psst_core::connection] connecting to: "guc3-accesspoint-a-09cs.ap.spotify.com:4070" with proxy: None
[2021-10-27T05:40:04Z TRACE psst_core::connection] connected
[2021-10-27T05:40:04Z TRACE psst_core::connection] sending client hello
[2021-10-27T05:40:04Z TRACE psst_core::connection] sent client hello
[2021-10-27T05:40:04Z TRACE psst_core::connection] waiting for AP response
[2021-10-27T05:40:04Z TRACE psst_core::connection] received AP response
[2021-10-27T05:40:04Z TRACE psst_core::connection] sending client response
[2021-10-27T05:40:04Z TRACE psst_core::connection] sent client response
[2021-10-27T05:40:04Z INFO  psst_gui::data::config] saved config: "~/.config/Psst/config.json"
[2021-10-27T05:40:04Z INFO  psst_core::cache] using cache: "~/.cache/Psst"
[2021-10-27T05:40:04Z INFO  psst_core::access_token] access token expired, requesting
Floating point exception (core dumped)
Originally created by @omentic on GitHub (Oct 27, 2021). Original GitHub issue: https://github.com/jpochyla/psst/issues/200 On the latest build, the application crashes immediately after inputting web credentials. I'm running Arch Linux with GNOME 40 and pipewire. ``` [2021-10-27T05:40:04Z DEBUG ureq::stream] connecting to apresolve.spotify.com:80 at 34.98.74.57:80 [2021-10-27T05:40:04Z DEBUG ureq::stream] created stream: TcpStream { addr: 206.87.155.32:34870, peer: 34.98.74.57:80, fd: 13 } [2021-10-27T05:40:04Z DEBUG ureq::unit] sending request GET http://apresolve.spotify.com/ [2021-10-27T05:40:04Z DEBUG ureq::unit] writing prelude: GET / HTTP/1.1 Host: apresolve.spotify.com User-Agent: ureq/2.2.0 Accept: */* [2021-10-27T05:40:04Z DEBUG ureq::unit] response 200 to GET http://apresolve.spotify.com/ [2021-10-27T05:40:04Z DEBUG ureq::pool] adding stream to pool: http|apresolve.spotify.com|80 -> TcpStream { addr: 206.87.155.32:34870, peer: 34.98.74.57:80, fd: 13 } [2021-10-27T05:40:04Z DEBUG ureq::stream] dropping stream: TcpStream { addr: 206.87.155.32:34870, peer: 34.98.74.57:80, fd: 13 } [2021-10-27T05:40:04Z TRACE psst_core::connection] connecting to: "guc3-accesspoint-a-09cs.ap.spotify.com:4070" with proxy: None [2021-10-27T05:40:04Z TRACE psst_core::connection] connected [2021-10-27T05:40:04Z TRACE psst_core::connection] sending client hello [2021-10-27T05:40:04Z TRACE psst_core::connection] sent client hello [2021-10-27T05:40:04Z TRACE psst_core::connection] waiting for AP response [2021-10-27T05:40:04Z TRACE psst_core::connection] received AP response [2021-10-27T05:40:04Z TRACE psst_core::connection] sending client response [2021-10-27T05:40:04Z TRACE psst_core::connection] sent client response [2021-10-27T05:40:04Z INFO psst_gui::data::config] saved config: "~/.config/Psst/config.json" [2021-10-27T05:40:04Z INFO psst_core::cache] using cache: "~/.cache/Psst" [2021-10-27T05:40:04Z INFO psst_core::access_token] access token expired, requesting Floating point exception (core dumped) ```
kerem closed this issue 2026-02-28 14:30:55 +03:00
Author
Owner

@redcathode commented on GitHub (Nov 7, 2021):

Can't really contribute much, but I'm experiencing this too!

<!-- gh-comment-id:962705540 --> @redcathode commented on GitHub (Nov 7, 2021): Can't really contribute much, but I'm experiencing this too!
Author
Owner

@thebiblelover7 commented on GitHub (Nov 10, 2021):

Can reproduce too!

<!-- gh-comment-id:964787438 --> @thebiblelover7 commented on GitHub (Nov 10, 2021): Can reproduce too!
Author
Owner

@jpochyla commented on GitHub (Nov 11, 2021):

I'm sorry to hear that. Are you all on Linux?

<!-- gh-comment-id:966435900 --> @jpochyla commented on GitHub (Nov 11, 2021): I'm sorry to hear that. Are you all on Linux?
Author
Owner

@thebiblelover7 commented on GitHub (Nov 12, 2021):

I'm sorry to hear that. Are you all on Linux?

Apparently so

<!-- gh-comment-id:967144214 --> @thebiblelover7 commented on GitHub (Nov 12, 2021): > I'm sorry to hear that. Are you all on Linux? Apparently so
Author
Owner

@jpochyla commented on GitHub (Dec 1, 2021):

Is the issue still present after the latest switch to cpal?

<!-- gh-comment-id:983455587 --> @jpochyla commented on GitHub (Dec 1, 2021): Is the issue still present after the latest switch to cpal?
Author
Owner

@omentic commented on GitHub (Dec 1, 2021):

No, that fixed it!

<!-- gh-comment-id:983527417 --> @omentic commented on GitHub (Dec 1, 2021): No, that fixed it!
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#147
No description provided.