mirror of
https://github.com/jpochyla/psst.git
synced 2026-04-27 07:25:52 +03:00
[GH-ISSUE #100] crashing with "Symbol not found: ____chkstk_darwin" on macOS 10.13 #78
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#78
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 @dustmop on GitHub (Aug 17, 2021).
Original GitHub issue: https://github.com/jpochyla/psst/issues/100
On macOS, using the latest prebuilt binary (downloaded today), I open the app and successfully login with my username and password. But then trying to run the app results in a segfault. I'm running High Sierra 10.13.6, I'm assuming that this isn't supported?
Segfault output is below:
@dustmop commented on GitHub (Aug 17, 2021):
Building from source, however, and then running works ok (after upgrading to rust 1.54.0). Apologies for the noise, feel free to close if this is expected behavior.
@timgws commented on GitHub (Aug 18, 2021):
The Mac runners hosted by GitHub are using macOS 10.15, and @dustmop is running on 10.13. The binary builds will need to run on macOS 10.15 or higher.
@jpochyla we could fix this by setting
MACOSX_DEPLOYMENT_TARGETto a minimum supported version (https://github.com/rust-lang/cargo/issues/4667)