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 when using polymorphic lambdas #41

Closed
cpp-red-lion opened this issue Jul 12, 2018 · 1 comment
Closed

Segmentation fault when using polymorphic lambdas #41

cpp-red-lion opened this issue Jul 12, 2018 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@cpp-red-lion
Copy link

Hi,

See sample code:

Sample

When replacing const auto & str with const string & str it works.

@andreasfertig
Copy link
Owner

Hi Victor,

congratulations this is the first official crash report!!! :-)

I aim to release a major update today. After that I will add the fix to this issue (typical nullptr problem :-()

@andreasfertig andreasfertig added the bug Something isn't working label Jul 14, 2018
@andreasfertig andreasfertig self-assigned this Jul 14, 2018
andreasfertig pushed a commit that referenced this issue Jul 14, 2018
The problem was a nullptr in the CXXOperatorCallExpr.
andreasfertig pushed a commit that referenced this issue Jul 14, 2018
The problem was a nullptr in the CXXOperatorCallExpr.
andreasfertig pushed a commit that referenced this issue Jul 14, 2018
Fixed Issue #41: Segfault with generic lambda.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants