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

script_validator segfault #2615

Closed
marius311 opened this issue Jul 20, 2018 · 4 comments
Closed

script_validator segfault #2615

marius311 opened this issue Jul 20, 2018 · 4 comments
Assignees

Comments

@marius311
Copy link
Member

I'm getting sporadic segfaults from the script validator in some cases. My command looks like

bin/script_validator --app camb --init_script camb_legacy_validator

It will validate a few results then segfault with the following backtrace:

Program received signal SIGSEGV, Segmentation fault.
0x000000000040f838 in compare_results (r1=..., r2=..., match=match@entry=@0x7ffffffb6c17: false) at script_validator.cpp:154
154	script_validator.cpp: No such file or directory.
(gdb) bt
#0  0x000000000040f838 in compare_results (r1=..., r2=..., match=match@entry=@0x7ffffffb6c17: false) at script_validator.cpp:154
#1  0x000000000040e85d in check_set (results=std::vector of length 2, capacity 2 = {...}, wu=..., canonicalid=@0x7ffffffb6dd0: 0, 
    retry=@0x7ffffffb6dcf: false) at validate_util2.cpp:134
#2  0x000000000040944e in handle_wu (validator=..., items=std::vector of length 3, capacity 4 = {...}) at validator.cpp:411
#3  0x000000000040a9f2 in do_validate_scan () at validator.cpp:730
#4  0x000000000040aae4 in main_loop () at validator.cpp:756
#5  0x00000000004039f6 in main (argc=5, argv=0x7fffffffdd48) at validator.cpp:929

I am on server_release/0.9. This is only happening for one app but not another. Any ideas what's happening?

@AenBleidd
Copy link
Member

AenBleidd commented Jul 20, 2018 via email

@AenBleidd
Copy link
Member

AenBleidd commented Jul 20, 2018 via email

@AenBleidd
Copy link
Member

AenBleidd commented Jul 20, 2018 via email

@TheAspens
Copy link
Member

Since #2616 has been merged then this can be closed unless there is something further to be done. Thanks both for reporting and fixing!

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

No branches or pull requests

3 participants