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

ASF subversion and git services commented on IMPALA-14382:
----------------------------------------------------------

Commit 8d663765d7a8f4793bf69baa024f753f9ea4a4a3 in impala's branch 
refs/heads/master from jasonmfehr
[ https://gitbox.apache.org/repos/asf?p=impala.git;h=8d663765d ]

IMPALA-14382: Fix Null Pointer Dereference

Fixes a potential null pointer dereference when log level >= 2.

Adds 'build' as a valid EE test helper directory as VSCode creates
this directory.

Tested locally by running test_scanners from the query_test EE test
suite using a release build of Impala and log level 2. Minidumps were
not generated during this test run but were generated during the same
test run without this fix applied.

Generated-by: Github Copilot (Claude Sonnet 3.7)
Change-Id: I91660aa84407c17ffb7cd3c721d4f3f0a844d61d
Reviewed-on: http://gerrit.cloudera.org:8080/23365
Reviewed-by: Riza Suminto <[email protected]>
Tested-by: Impala Public Jenkins <[email protected]>


> Null Pointer Dereference when Log Level is 2
> --------------------------------------------
>
>                 Key: IMPALA-14382
>                 URL: https://issues.apache.org/jira/browse/IMPALA-14382
>             Project: IMPALA
>          Issue Type: Bug
>            Reporter: Jason Fehr
>            Assignee: Jason Fehr
>            Priority: Critical
>
> When log level is set to 2 or higher, a null pointer dereference and a 
> minidump can happen with a RELEASE build during the EE tests in 
> [BaseSequenceScanner|https://github.com/apache/impala/blob/master/be/src/exec/base-sequence-scanner.cc#L125].
> To reproduce this issue, build Impala in release mode and run test_scanners:
> {code:sh}
> ./buildall.sh -notests -release
> ./tests/run-tests.py query_test -k 'test_scanners'
> {code}



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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to