-
-
Notifications
You must be signed in to change notification settings - Fork 510
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 of searchd v2.2.11 #30
Comments
Hm, seems crashlog is from sphinx 2.2.x What it is doing here? BTW, just a quick look: How you sure that symbols is from this very searchd? I see no debuglink between files. So, it may mean that from viewpoint of attached symbols the addresses are noncense. At least provided backtrace together with the symbols have no logic at all. Usually if we build with symbols, we do:
Then the files are linked. In the header of each of them stored SHA1 BuildID, which shows that these symbols matches this binary. Absence of such link together with noncense in bt signs that this symbols doesn't match this executable |
Thank you for reply!
I thought that support of 2.2.x has not ended.
During of build of searchd we extract debug symbols and than strip binary.
I think that the symbols does match this searchd binary. What should I do? I can execute |
This is nothing to do with this symbols. They can't help to investigate the issue. |
So I should execute |
if you can recompile and surely extract the symbols - well, yes, you can try. Also, any fixes to 2.2.x are impossible from our side 'oficialy'. Remember, we are not sphinx, but a fork. We can't commit there. |
I found my mistake! We got debug symbols after rebuild executable but daemon did was runnig from old searchd executable. Thanks a lot! |
Hello. I also have a crash in same sphinx version. Maybe this crash dump contains more information.
|
Hello!
Recently we have a few crashes with following post mortem log:
Attached searchd symobls here:
searchd.tar.gz
My little experiment with gdb show me that the issue is manifested in the addition of numbers in macros:
https://gist.github.com/isqad/92450e3d2cc05af2258f082c1d078c26
The text was updated successfully, but these errors were encountered: