-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
flake in IpVersions/GolangIntegrationTest.LocalReply_DecodeHeader/IPv6 #26182
Comments
Thanks @alyssawilk , could you please provide more details? I can't reproduce it on my side:
system environment on my side:
Also, does this failure only happens on |
This was postsubmit CI I suggest trying to run with --runs_per_test=1000 or trying the general instructions in test/integration/README.md to see if you can reproduce. |
I'm going to disable the test until you have a chance to take a look 2023-03-20T23:36:58.6081702Z [ RUN ] IpVersions/GolangIntegrationTest.LuaRespondAfterGoHeaderContinue/IPv6 |
okay, thanks, i'm working on it, need some time to figure out. |
fix envoyproxy#26182 it's due to sendData on terminated request could cause segfault. Signed-off-by: doujiang24 <doujiang24@gmail.com>
fixes #26182 it's due to sendData on terminated request could cause segfault. Signed-off-by: doujiang24 <doujiang24@gmail.com>
fixes envoyproxy#26182 it's due to sendData on terminated request could cause segfault. Signed-off-by: doujiang24 <doujiang24@gmail.com> Signed-off-by: Ashish Banerjee <ashish.banerjee@solo.io>
[ RUN ] IpVersions/GolangIntegrationTest.LocalReply_DecodeHeader/IPv6
[2023-03-20 15:15:54.964][15][critical][backtrace] [./source/server/backtrace.h:104] Caught Segmentation fault, suspect faulting address 0x745425a1590
[2023-03-20 15:15:54.964][15][critical][backtrace] [./source/server/backtrace.h:91] Backtrace (use tools/stack_decode.py to get line numbers):
[2023-03-20 15:15:54.964][15][critical][backtrace] [./source/server/backtrace.h:92] Envoy version: 0/1.26.0-dev/test/RELEASE/BoringSSL
[2023-03-20 15:15:54.965][15][critical][backtrace] [./source/server/backtrace.h:96] #0: runtime.sigfwd.abi0 [0x7f378d95a77d]
[2023-03-20 15:15:54.965][15][critical][backtrace] [./source/server/backtrace.h:96] #1: runtime.sigfwdgo [0x7f378d940054]
[2023-03-20 15:15:54.965][15][critical][backtrace] [./source/server/backtrace.h:96] #2: runtime.sigtrampgo [0x7f378d93e7e7]
[2023-03-20 15:15:54.966][15][critical][backtrace] [./source/server/backtrace.h:96] #3: runtime.sigtrampgo.abi0 [0x7f378d95b390]
[2023-03-20 15:15:54.966][15][critical][backtrace] [./source/server/backtrace.h:96] #4: runtime.sigtramp.abi0 [0x7f378d95a7dd]
[2023-03-20 15:15:54.966][15][critical][backtrace] [./source/server/backtrace.h:96] #5: runtime.sigfwd.abi0 [0x7f378ea8617d]
[2023-03-20 15:15:54.966][15][critical][backtrace] [./source/server/backtrace.h:96] #6: runtime.sigfwdgo [0x7f378ea6bad4]
[2023-03-20 15:15:54.966][15][critical][backtrace] [./source/server/backtrace.h:96] #7: runtime.sigtrampgo [0x7f378ea6a267]
[2023-03-20 15:15:54.967][15][critical][backtrace] [./source/server/backtrace.h:96] #8: runtime.sigtrampgo.abi0 [0x7f378ea86d90]
[2023-03-20 15:15:54.967][15][critical][backtrace] [./source/server/backtrace.h:96] #9: runtime.sigtramp.abi0 [0x7f378ea861dd]
[2023-03-20 15:15:54.967][15][critical][backtrace] [./source/server/backtrace.h:96] #10: runtime.sigfwd.abi0 [0x7f37658c6e5d]
[2023-03-20 15:15:54.967][15][critical][backtrace] [./source/server/backtrace.h:96] #11: runtime.sigfwdgo [0x7f37658ac554]
[2023-03-20 15:15:54.967][15][critical][backtrace] [./source/server/backtrace.h:96] #12: runtime.sigtrampgo [0x7f37658aace7]
[2023-03-20 15:15:54.968][15][critical][backtrace] [./source/server/backtrace.h:96] #13: runtime.sigtrampgo.abi0 [0x7f37658c7a70]
[2023-03-20 15:15:54.968][15][critical][backtrace] [./source/server/backtrace.h:96] #14: runtime.sigtramp.abi0 [0x7f37658c6ebd]
[2023-03-20 15:15:54.968][15][critical][backtrace] [./source/server/backtrace.h:96] #15: __restore_rt [0x7f3792f90420]
[2023-03-20 15:15:54.977][15][critical][backtrace] [./source/server/backtrace.h:96] #16: Envoy::IntegrationCodecClient::sendData() [0x2c7fb78]
[2023-03-20 15:15:54.987][15][critical][backtrace] [./source/server/backtrace.h:96] #17: Envoy::GolangIntegrationTest::testSendLocalReply() [0x1484085]
[2023-03-20 15:15:54.993][15][critical][backtrace] [./source/server/backtrace.h:96] #18: Envoy::GolangIntegrationTest_LocalReply_DecodeHeader_Test::TestBody() [0x1483d92]
[2023-03-20 15:15:55.001][15][critical][backtrace] [./source/server/backtrace.h:96] #19: testing::internal::HandleExceptionsInMethodIfSupported<>() [0x3e53f1c]
[2023-03-20 15:15:55.008][15][critical][backtrace] [./source/server/backtrace.h:96] #20: testing::Test::Run() [0x3e53ddd]
[2023-03-20 15:15:55.015][15][critical][backtrace] [./source/server/backtrace.h:96] #21: testing::TestInfo::Run() [0x3e54ff7]
[2023-03-20 15:15:55.021][15][critical][backtrace] [./source/server/backtrace.h:96] #22: testing::TestSuite::Run() [0x3e55db9]
[2023-03-20 15:15:55.027][15][critical][backtrace] [./source/server/backtrace.h:96] #23: testing::internal::UnitTestImpl::RunAllTests() [0x3e632ef]
[2023-03-20 15:15:55.034][15][critical][backtrace] [./source/server/backtrace.h:96] #24: testing::internal::HandleExceptionsInMethodIfSupported<>() [0x3e62d5c]
[2023-03-20 15:15:55.040][15][critical][backtrace] [./source/server/backtrace.h:96] #25: testing::UnitTest::Run() [0x3e62bdf]
[2023-03-20 15:15:55.046][15][critical][backtrace] [./source/server/backtrace.h:96] #26: Envoy::TestRunner::RunTests() [0x371e493]
[2023-03-20 15:15:55.053][15][critical][backtrace] [./source/server/backtrace.h:96] #27: main [0x371cf1e]
[2023-03-20 15:15:55.053][15][critical][backtrace] [./source/server/backtrace.h:96] #28: __libc_start_main [0x7f3792dae083]
The text was updated successfully, but these errors were encountered: