Skip to content
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 for Exceptions in timestampNonceHandler #27

Open
ssigwart opened this issue Oct 19, 2023 · 0 comments
Open

Segmentation Fault for Exceptions in timestampNonceHandler #27

ssigwart opened this issue Oct 19, 2023 · 0 comments

Comments

@ssigwart
Copy link

If you set up timestampNonceHandler and it throws an exception, it can cause a segmentation fault. To test, you can put something like this in the handler:

throw new RuntimeException();

On MacOS with PHP 8.0, I saw fatal errors like this:

Allowed memory size of 134217728 bytes exhausted (tried to allocate 5726624128 bytes) in

On Linux on PHP 8.0, it was causing segmentation faults.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant