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

deleting member of state in destructor of nest loop join causing error #128

Open
fzhedu opened this issue Apr 19, 2016 · 0 comments
Open
Labels

Comments

@fzhedu
Copy link
Member

fzhedu commented Apr 19, 2016

when deleting member of state (e.t state_.child_left, state_.child_right...) in destructor of nest loop join causing error:

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7fff86c1c700 (LWP 8212)]
SLL_PopRange (end=, start=, N=819,
head=0x1db6a60) at src/linked_list.h:76
76 tmp = SLL_Next(tmp);

but the code doesn't have bug, and when change the code with other form, but new bug occurs in other place.
so what's the essence ?

@fzhedu fzhedu added the bug label Apr 19, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant