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

[native] SEGV in PrestoExchangeSourceTest.retries #22714

Open
czentgr opened this issue May 10, 2024 · 3 comments
Open

[native] SEGV in PrestoExchangeSourceTest.retries #22714

czentgr opened this issue May 10, 2024 · 3 comments
Labels

Comments

@czentgr
Copy link
Contributor

czentgr commented May 10, 2024

Multiple encounters have been observed with the following stack.

[ RUN      ] PrestoExchangeSourceTest/PrestoExchangeSourceTest.retries/0
E20240508 15:40:58.390937 1026053 EventBase.cpp:850] EventBase: failed to schedule timeout: Operation now in progress
*** Aborted at 1715208058 (Unix time, try 'date -d @1715208058') ***
*** Signal 11 (SIGSEGV) (0x100) received by PID 1023630 (pthread TID 0x7fdd667fc640) (linux TID 1026056) (code: address not mapped to object), stack trace: ***
(error retrieving stack trace)

I've seen this in a local test while others have seen it in the CI pipeline.

Your Environment

  • Presto version used:
  • Storage (HDFS/S3/GCS..):
  • Data source and connector used:
  • Deployment (Cloud or On-prem):
  • Pastebin link to the complete debug logs:

Expected Behavior

Current Behavior

Possible Solution

Steps to Reproduce

Screenshots (if appropriate)

Context

@czentgr
Copy link
Contributor Author

czentgr commented May 10, 2024

@ZacBlanco FYI

@czentgr czentgr changed the title [native] Possible SEGV in PrestoExchangeSourceTest [native] SEGV in PrestoExchangeSourceTest May 10, 2024
@czentgr czentgr changed the title [native] SEGV in PrestoExchangeSourceTest [native] SEGV in PrestoExchangeSourceTest.retries May 10, 2024
@majetideepak
Copy link
Collaborator

Looks like its not just the first parameterized test that fails.
From Zac's log, I see the second parameterized test is failing.

[       OK ] PrestoExchangeSourceTest/PrestoExchangeSourceTest.retryState/7 (1501 ms)
[ RUN      ] PrestoExchangeSourceTest/PrestoExchangeSourceTest.retries/0
[       OK ] PrestoExchangeSourceTest/PrestoExchangeSourceTest.retries/0 (3536 ms)
[ RUN      ] PrestoExchangeSourceTest/PrestoExchangeSourceTest.retries/1
E20240509 18:11:12.847795 10408 EventBase.cpp:1045] EventBase: failed to schedule timeout: Operation now in progress
*** Aborted at 1715278272 (Unix time, try 'date -d @1715278272') ***
*** Signal 11 (SIGSEGV) (0x100) received by PID 6483 (pthread TID 0x7f3035ffb700) (linux TID 10409) (code: address not mapped to object), stack trace: ***
(error retrieving stack trace)


91% tests passed, 1 tests failed out of 11

Total Test time (real) =  52.83 sec

@ZacBlanco
Copy link
Contributor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: 🆕 Unprioritized
Development

No branches or pull requests

3 participants