-
Notifications
You must be signed in to change notification settings - Fork 461
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
Comments
Hello Marius,
I can't tell for sure but I suspect that you need to define
'compare_script' in arguments too.
Best regards,
Vitalii Koshura
пт, 20 июл. 2018 г. в 14:52, Marius Millea <[email protected]>:
… 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=..., ***@***.******@***.***: false) at script_validator.cpp:154
154 script_validator.cpp: No such file or directory.
(gdb) bt
#0 0x000000000040f838 in compare_results (r1=..., r2=..., ***@***.******@***.***: false) at script_validator.cpp:154
#1 0x000000000040e85d in check_set (results=std::vector of length 2, capacity 2 = {...}, wu=..., ***@***.***: 0,
***@***.***: 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?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#2615>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/ADFZoZWFlVjE5_S9RxFUpAR6B5aDTSlwks5uIcRlgaJpZM4VX6Rl>
.
|
I'll create small fix to cover such case and return normal error
description instead of application crash.
Best regards,
Vitalii Koshura
пт, 20 июл. 2018 г. в 15:06, Vitalii Koshura <[email protected]>:
… Hello Marius,
I can't tell for sure but I suspect that you need to define
'compare_script' in arguments too.
Best regards,
Vitalii Koshura
пт, 20 июл. 2018 г. в 14:52, Marius Millea ***@***.***>:
> 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=..., ***@***.******@***.***: false) at script_validator.cpp:154
> 154 script_validator.cpp: No such file or directory.
> (gdb) bt
> #0 0x000000000040f838 in compare_results (r1=..., r2=..., ***@***.******@***.***: false) at script_validator.cpp:154
> #1 0x000000000040e85d in check_set (results=std::vector of length 2, capacity 2 = {...}, wu=..., ***@***.***: 0,
> ***@***.***: 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?
>
> —
> You are receiving this because you are subscribed to this thread.
> Reply to this email directly, view it on GitHub
> <#2615>, or mute the thread
> <https://github.com/notifications/unsubscribe-auth/ADFZoZWFlVjE5_S9RxFUpAR6B5aDTSlwks5uIcRlgaJpZM4VX6Rl>
> .
>
|
Pull request created.
Please review it and verify.
Thanks
Best regards,
Vitalii Koshura
пт, 20 июл. 2018 г. в 15:10, Vitalii Koshura <[email protected]>:
… I'll create small fix to cover such case and return normal error
description instead of application crash.
Best regards,
Vitalii Koshura
пт, 20 июл. 2018 г. в 15:06, Vitalii Koshura ***@***.***
>:
> Hello Marius,
>
> I can't tell for sure but I suspect that you need to define
> 'compare_script' in arguments too.
>
> Best regards,
> Vitalii Koshura
>
>
> пт, 20 июл. 2018 г. в 14:52, Marius Millea ***@***.***>:
>
>> 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=..., ***@***.******@***.***: false) at script_validator.cpp:154
>> 154 script_validator.cpp: No such file or directory.
>> (gdb) bt
>> #0 0x000000000040f838 in compare_results (r1=..., r2=..., ***@***.******@***.***: false) at script_validator.cpp:154
>> #1 0x000000000040e85d in check_set (results=std::vector of length 2, capacity 2 = {...}, wu=..., ***@***.***: 0,
>> ***@***.***: 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?
>>
>> —
>> You are receiving this because you are subscribed to this thread.
>> Reply to this email directly, view it on GitHub
>> <#2615>, or mute the thread
>> <https://github.com/notifications/unsubscribe-auth/ADFZoZWFlVjE5_S9RxFUpAR6B5aDTSlwks5uIcRlgaJpZM4VX6Rl>
>> .
>>
>
|
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
I'm getting sporadic segfaults from the script validator in some cases. My command looks like
It will validate a few results then segfault with the following backtrace:
I am on server_release/0.9. This is only happening for one app but not another. Any ideas what's happening?
The text was updated successfully, but these errors were encountered: