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

crash when running locks in destructor #3521

Closed
davidnich opened this issue Aug 26, 2019 · 0 comments
Closed

crash when running locks in destructor #3521

davidnich opened this issue Aug 26, 2019 · 0 comments

Comments

@davidnich
Copy link
Contributor

david@meteor:~/src/qore/git/qore/src$ qore -ne 'class T { public { static Mutex m(); } constructor() { AutoLock a(m); } destructor() { AutoLock a(m); }} T t();'
Assertion failed: (!rc), function lock, file /Users/david/src/qore/git/qore/include/qore/QoreThreadLock.h, line 95.
Abort trap: 6
@davidnich davidnich added this to the 0.9.3 milestone Aug 26, 2019
@davidnich davidnich self-assigned this Aug 26, 2019
davidnich added a commit that referenced this issue Aug 28, 2019
refs #3521 added initial AwsRestClient module
davidnich added a commit that referenced this issue Aug 28, 2019
* refs #3530 added generic binary hmac function
refs #3521 added initial AwsRestClient module

* refs #3531 working AwsRestClient

* refs #3530 fixed digest support
refs #3531 updates AWS client to automatically detect the region and service from the URL if possible

* refs #3531 doc updates

* refs #3530 fixed DigestMap iniitalization with debug builds
@davidnich davidnich added the fixed label Sep 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant