You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues-all@impala.apache.org by "David Rorke (Jira)" <ji...@apache.org> on 2024/01/31 20:17:00 UTC

[jira] [Commented] (IMPALA-11292) TestStartupFilesystemChecks::test_nonexistent_path fails in ASAN build

    [ https://issues.apache.org/jira/browse/IMPALA-11292?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17812852#comment-17812852 ] 

David Rorke commented on IMPALA-11292:
--------------------------------------

Hit this again in a downstream test job.  Upstream Impala commit: 595212b4ea4f0cabd2504090626f5753f8feb865
h3.  
{noformat}
Error Message
Address Sanitizer message detected in /data/jenkins/workspace/impala-asf-master-core-asan/repos/Impala/logs/custom_cluster_tests/test_startup_filesystem_checks_7pqS2f/impalad.impala-ec2-centos79-m6i-4xlarge-xldisk-0326.vpc.cloudera.com.jenkins.log.ERROR.20240128-055859.18756

Standard Error
==18756==ERROR: AddressSanitizer: heap-use-after-free on address 0x6070000313d0 at pc 0x000001faf0ae bp 0x7fd047a06880 sp 0x7fd047a06030 Picked up JAVA_TOOL_OPTIONS: -agentlib:jdwp=transport=dt_socket,address=30001,server=y,suspend=n -Dsun.java.command=impalad READ of size 7 at 0x6070000313d0 thread T4
{noformat}
 

> TestStartupFilesystemChecks::test_nonexistent_path fails in ASAN build
> ----------------------------------------------------------------------
>
>                 Key: IMPALA-11292
>                 URL: https://issues.apache.org/jira/browse/IMPALA-11292
>             Project: IMPALA
>          Issue Type: Bug
>          Components: Backend
>            Reporter: Quanlong Huang
>            Assignee: Joe McDonnell
>            Priority: Critical
>         Attachments: impalad.impala-ec2-centos74-m5-4xlarge-ondemand-1ac7.vpc.cloudera.com.jenkins.log.ERROR.20220514-095308.14284, impalad.impala-ec2-centos74-m5-4xlarge-ondemand-1ac7.vpc.cloudera.com.jenkins.log.INFO.20220514-095308.14284
>
>
> Saw an ASAN failure in our downstream jobs:
> *Error Message*
> {code:java}
> Address Sanitizer message detected in /data/jenkins/workspace/impala-asf-master-core-asan/repos/Impala/logs/custom_cluster_tests/test_startup_filesystem_checks_lgHtPR/impalad.impala-ec2-centos74-m5-4xlarge-ondemand-1ac7.vpc.cloudera.com.jenkins.log.ERROR.20220514-095308.14284{code}
> *Standard Error*
> {code:java}
> ==14284==ERROR: AddressSanitizer: heap-use-after-free on address 0x60b000012e69 at pc 0x000001d061fc bp 0x7faac75c17d0 sp 0x7faac75c0f80 READ of size 8 at 0x60b000012e69 thread T1 Picked up JAVA_TOOL_OPTIONS: -agentlib:jdwp=transport=dt_socket,address=30001,server=y,suspend=n{code}
> The ERROR log file is impala-ec2-centos74-m5-4xlarge-ondemand-1ac7.vpc.cloudera.com.jenkins.log.ERROR.20220514-095308.14284.
> In the INFO log file (impalad.impala-ec2-centos74-m5-4xlarge-ondemand-1ac7.vpc.cloudera.com.jenkins.log.INFO.20220514-095308.14284), we can identify that the test is TestStartupFilesystemChecks::test_nonexistent_path
> {code:java}
> I0514 09:53:13.064352 14284 JniFrontend.java:937] Verifying access to /nonexistent_path
> I0514 09:53:13.194694 14284 status.cc:129] Invalid path specified for startup_filesystem_check_directories: /nonexistent_path does not exist.
>     @          0x2fc0f57  _ZN6impala13GetStackTraceB5cxx11Ev
>     @          0x1ff5ede  impala::Status::Status()
>     @          0x2b6e683  impala::Frontend::ValidateSettings()
>     @          0x2c09f81  impala::ImpalaServer::ImpalaServer()
>     @          0x2bfbddb  ImpaladMain()
>     @          0x1d82b23  main
>     @     0x7faacbdd2c05  __libc_start_main
>     @          0x1c8b837  (unknown)
> {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-all-unsubscribe@impala.apache.org
For additional commands, e-mail: issues-all-help@impala.apache.org