-
Notifications
You must be signed in to change notification settings - Fork 567
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
Segmentation fault on Macbook M2 #1142
Comments
i found 1 behavior pattern, now on mac M2 , saml2aws MFA only waits for 30 seconds , if one can not finish the MFA auth from their provider in 30 seconds then we get NIL pointer Segmentation exception. |
Sounds like the same issue I am having on the MacBook M1: #1139 |
Same on Framework Laptop 13, doesn't seem to be relative to Apple. |
It seems to be playwright: https://playwright.dev/docs/api/class-page#page-wait-for-request I was able to patch it locally: #1139 (comment) |
kbarlowgw -- is it possible to create new release version. 2.36.13 ? |
I don't have the ability to release the project. You need the maintainers
to do that.
…On Mon, Nov 6, 2023 at 9:16 AM mehtaruchir ***@***.***> wrote:
kbarlowgw
<https://github.com/kbarlowgw>
-- is it possible to create new release version. 2.36.13 ?
—
Reply to this email directly, view it on GitHub
<#1142 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BBG2EVGEMZXO2EFQ3PHMPE3YDDWL3AVCNFSM6AAAAAA5ZU7OOSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTOOJUHEZDMNZTHE>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
is this fixed in current build? artifacts.zip at bottom of https://github.com/Versent/saml2aws/actions/runs/6855210834?pr=1162 |
not able to test this . artifact.zip. unfortunately. |
@mehtaruchir artifact.zip contains platforms specific executables enabling local testing |
@mehtaruchir there is currently a new release version. Are you able to see if the new version fixes the issue? |
getting below error for saml2aws -a login command - specifically for macbook M2 , it works on intel x86 macbook
panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x2 addr=0x60 pc=0x1050428d8]
goroutine 1 [running]:
github.com/versent/saml2aws/v2/pkg/provider/browser.glob..func1({0x105720c98, 0x14000654000}, 0x1400012e4d0)
github.com/versent/saml2aws/v2/pkg/provider/browser/browser.go:98 +0x1b8
github.com/versent/saml2aws/v2/pkg/provider/browser.(*Client).Authenticate(0x140000b0840, 0x1400012e4d0)
github.com/versent/saml2aws/v2/pkg/provider/browser/browser.go:78 +0x214
github.com/versent/saml2aws/v2/cmd/saml2aws/commands.Login(0x14000020f40)
github.com/versent/saml2aws/v2/cmd/saml2aws/commands/login.go:105 +0x458
github.com/versent/saml2aws/v2/cmd/saml2aws/commands.loginRefreshCredentials(0x140001122a0?, 0x0?)
github.com/versent/saml2aws/v2/cmd/saml2aws/commands/console.go:105 +0x24
github.com/versent/saml2aws/v2/cmd/saml2aws/commands.loadOrLogin(0x14000022780, 0x0?, 0x140003fa060)
github.com/versent/saml2aws/v2/cmd/saml2aws/commands/console.go:83 +0x118
github.com/versent/saml2aws/v2/cmd/saml2aws/commands.Console(0x140003fa060)
github.com/versent/saml2aws/v2/cmd/saml2aws/commands/console.go:46 +0x80
main.main()
github.com/versent/saml2aws/v2/cmd/saml2aws/main.go:195 +0x6db4
The text was updated successfully, but these errors were encountered: