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

CI Failure (heap-use-after-free) in TxFeatureFlagTest.test_disabling_transactions_after_they_being_used #6329

Closed
rystsov opened this issue Sep 7, 2022 · 6 comments · Fixed by #6344 or #6386
Assignees
Labels
area/transactions ci-failure kind/bug Something isn't working pr-blocker CI failures blocking a PR from being merged

Comments

@rystsov
Copy link
Contributor

rystsov commented Sep 7, 2022

https://buildkite.com/redpanda/redpanda/builds/15094#018317d5-4e4a-4a52-8bad-9de3f437e31b

Module: rptest.tests.tx_feature_flag_test
Class:  TxFeatureFlagTest
Method: test_disabling_transactions_after_they_being_used
test_id:    rptest.tests.tx_feature_flag_test.TxFeatureFlagTest.test_disabling_transactions_after_they_being_used
status:     FAIL
run time:   2 minutes 40.395 seconds

    <BadLogLines nodes=docker-rp-5(1) example="==5904==ERROR: AddressSanitizer: heap-use-after-free on address 0x60b000061178 at pc 0x555efabb9a1e bp 0x7fc74fcd4df0 sp 0x7fc74fcd4de8">
Traceback (most recent call last):
  File "/usr/local/lib/python3.10/dist-packages/ducktape/tests/runner_client.py", line 135, in run
    data = self.run_test()
  File "/usr/local/lib/python3.10/dist-packages/ducktape/tests/runner_client.py", line 227, in run_test
    return self.test_context.function(self.test)
  File "/root/tests/rptest/services/cluster.py", line 51, in wrapped
    self.redpanda.raise_on_bad_logs(allow_list=log_allow_list)
  File "/root/tests/rptest/services/redpanda.py", line 1326, in raise_on_bad_logs
    raise BadLogLines(bad_lines)
rptest.services.utils.BadLogLines: <BadLogLines nodes=docker-rp-5(1) example="==5904==ERROR: AddressSanitizer: heap-use-after-free on address 0x60b000061178 at pc 0x555efabb9a1e bp 0x7fc74fcd4df0 sp 0x7fc74fcd4de8">
WARN  2022-09-07 13:23:52,274 [shard 1] tx - rm_partition_frontend.cc:541 - got error rpc::errc:1 on remote commit tx
TRACE 2022-09-07 13:23:52,275 [shard 1] tx - rm_partition_frontend.cc:516 - received name:commit_tx, ntp:{kafka/tx-topic/0}, pid:{producer_identity: id=1, epoch=0}, tx_seq:1, ec:cluster::tx_errc:7
TRACE 2022-09-07 13:23:52,275 [shard 1] tx - tx_gateway_frontend.cc:49 - released_lock name:end_txn, tx_id:{test-tx-id}
=================================================================
==5904==ERROR: AddressSanitizer: heap-use-after-free on address 0x60b000061178 at pc 0x555efabb9a1e bp 0x7fc74fcd4df0 sp 0x7fc74fcd4de8
READ of size 8 at 0x60b000061178 thread T1 (reactor-1)
    #0 0x555efabb9a1d  (/var/lib/buildkite-agent/builds/buildkite-amd64-xfs-builders-i-01fd84467127f7de6-1/redpanda/redpanda/vbuild/debug/clang/dist/local/redpanda/libexec/redpanda+0x346c9a1d) (BuildId: debf613c9119170a95d560adca3f3915877dae2c)
    #1 0x555efae84607  (/var/lib/buildkite-agent/builds/buildkite-amd64-xfs-builders-i-01fd84467127f7de6-1/redpanda/redpanda/vbuild/debug/clang/dist/local/redpanda/libexec/redpanda+0x34994607) (BuildId: debf613c9119170a95d560adca3f3915877dae2c)
...
@rystsov rystsov added kind/bug Something isn't working ci-failure pr-blocker CI failures blocking a PR from being merged labels Sep 7, 2022
@rystsov rystsov self-assigned this Sep 7, 2022
@dlex
Copy link
Contributor

dlex commented Sep 7, 2022

@dlex
Copy link
Contributor

dlex commented Sep 7, 2022

@rystsov
Copy link
Contributor Author

rystsov commented Sep 12, 2022

@VladLazar
Copy link
Contributor

@VladLazar
Copy link
Contributor

@mmaslankaprv mmaslankaprv assigned dotnwat and unassigned dotnwat Sep 22, 2022
@jcsp
Copy link
Contributor

jcsp commented Sep 26, 2022

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/transactions ci-failure kind/bug Something isn't working pr-blocker CI failures blocking a PR from being merged
Projects
None yet
6 participants