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

Fix segfault in souffleprof related to "@new" relations #2230

Merged
merged 1 commit into from
Mar 22, 2022

Conversation

langston-barrett
Copy link
Contributor

Fixes #2229

Not sure if this is semantically correct but it definitely fixes the segfault.

@codecov
Copy link

codecov bot commented Mar 17, 2022

Codecov Report

Merging #2230 (68a0196) into master (6eb3ad0) will decrease coverage by 0.01%.
The diff coverage is 60.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2230      +/-   ##
==========================================
- Coverage   75.25%   75.24%   -0.02%     
==========================================
  Files         454      454              
  Lines       27572    27574       +2     
==========================================
- Hits        20750    20747       -3     
- Misses       6822     6827       +5     
Impacted Files Coverage Δ
src/include/souffle/profile/Reader.h 0.00% <0.00%> (ø)
src/ast/analysis/typesystem/TypeConstraints.cpp 90.11% <100.00%> (ø)
src/include/souffle/SouffleInterface.h 88.99% <100.00%> (ø)
...ouffle/datastructure/ConcurrentInsertOnlyHashMap.h 81.30% <0.00%> (-1.63%) ⬇️
src/include/souffle/utility/ParallelUtil.h 84.49% <0.00%> (-0.78%) ⬇️

@b-scholz
Copy link
Member

Can you produce a small test case?

@b-scholz
Copy link
Member

Thanks for the contribution!

@b-scholz b-scholz merged commit 5780703 into souffle-lang:master Mar 22, 2022
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

Successfully merging this pull request may close these issues.

Segfault in souffleprof
2 participants