You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a problem of assertions in memory iterators using in template search. So to fix this bug firstly it is needed to change assertions by throw operations. Assertions is definitely may be checked only in debug mode, at this time in release mode checks are not
Describe the bug
Sending a request for searching template cause segmentation fault, when identifier of the keynode is send in payload
To Reproduce
example of request:
{"id": 4, "type": "search_template", "payload": {"templ": {"type": "idtf", "value": "question"}, "params": {}}}
Expected behavior
question isn't template, so maybe error should be returned. Can we check identifier, is it template or not?
Screenshots
![image](https://user-images.githubusercontent.com/34061914/189997572-4777a0fa-049f-4405-8cc6-434729b8c1b1.png)
Server side just drops Segmentation fault (core dumped).
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: