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 search in rt table with non-empty index_token_filter #2177

Closed
8 tasks done
klirichek opened this issue May 14, 2024 · 2 comments · Fixed by #2178
Closed
8 tasks done

Crash when search in rt table with non-empty index_token_filter #2177

klirichek opened this issue May 14, 2024 · 2 comments · Fixed by #2178
Assignees
Labels
bug rel::6.3.0 Released in 6.3.0

Comments

@klirichek
Copy link
Contributor

klirichek commented May 14, 2024

Bug Description:

create table t (t text);
insert into t values (0,'bla');
flush ramchunk t;
insert into t values (0,'bla');
flush ramchunk t;
alter table t index_token_filter = 'abc';
select * from t where match ('bla');

Last statement causes crash.

Manticore Search Version:

starting from 76e40da

Operating System Version:

linux, macos

Have you tried the latest development version?

  • Yes

Internal Checklist:

To be completed by the assignee. Check off tasks that have been completed or are not applicable.

  • Task estimated
  • Specification created, reviewed, and approved
  • Implementation completed
  • Tests developed
  • Documentation updated
  • Documentation proofread
  • Changelog updated
@klirichek klirichek added the bug label May 14, 2024
klirichek added a commit that referenced this issue May 14, 2024
temporary test 284 added
That is related to #2177
@sanikolaev sanikolaev linked a pull request May 14, 2024 that will close this issue
@klirichek
Copy link
Contributor Author

#2179 describes hacks used to reveal this crash

sanikolaev added a commit that referenced this issue May 16, 2024
temporary test 284 added
That is related to #2177

Co-authored-by: Sergey Nikolaev <prostuda@academ.org>
@sanikolaev sanikolaev reopened this May 16, 2024
@sanikolaev
Copy link
Collaborator

Changelog updated

Done. Closing the issue.

@sanikolaev sanikolaev added the rel::upcoming Upcoming release label May 16, 2024
@sanikolaev sanikolaev added rel::6.3.0 Released in 6.3.0 and removed rel::upcoming Upcoming release labels May 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug rel::6.3.0 Released in 6.3.0
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants