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 in the background operator with implicit in-object calls in an argument list #4344

Closed
davidnich opened this issue Nov 25, 2021 · 0 comments

Comments

@davidnich
Copy link
Contributor

dnichols@hq:~$ qore -ne 'class C { t() { background printf("TID %d: %y\n", gettid(), t1()); } int t1() { return 1; }} C c(); c.t();'
Segmentation fault (core dumped)
@davidnich davidnich added this to the 1.0.12 milestone Nov 25, 2021
@davidnich davidnich self-assigned this Nov 25, 2021
@davidnich davidnich added this to To do in Qore Development via automation Nov 25, 2021
davidnich added a commit that referenced this issue Nov 25, 2021
davidnich added a commit that referenced this issue Nov 25, 2021
davidnich added a commit that referenced this issue Nov 25, 2021
davidnich added a commit that referenced this issue Nov 25, 2021
Qore Development automation moved this from To do to Done Nov 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

No branches or pull requests

1 participant