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 "ASF subversion and git services (Jira)" <ji...@apache.org> on 2019/09/09 19:54:00 UTC

[jira] [Commented] (IMPALA-5031) UBSAN clean and method for testing UBSAN cleanliness

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

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

Commit fe54ebdc90e2d8d889474fe51154d684a1430203 in impala's branch refs/heads/master from Jim Apple
[ https://gitbox.apache.org/repos/asf?p=impala.git;h=fe54ebd ]

IMPALA-5031: widen Thrift enum to placate UBSAN

This fixes an instance of undefined behavior in the end-to-end tests
in which an enum value is outside of the allowable values for that
enum according to the C++14 standard.

Representative backtrace:

exec/parquet/parquet-metadata-utils.cc:293:26: runtime error: load of
  value 49, which is not a valid value for type 'Type::type'
    #0 ParquetMetadataUtils::ValidateRowGroupColumn(
       parquet::FileMetaData const&, char const*, int, int,
       parquet::SchemaElement const&, RuntimeState*)
       exec/parquet/parquet-metadata-utils.cc:293:26
    #1 BaseScalarColumnReader::Reset(HdfsFileDesc const&,
       parquet::ColumnChunk const&, int)
       exec/parquet/parquet-column-readers.cc:1077:43
    #2 HdfsParquetScanner::InitScalarColumns()
       exec/parquet/hdfs-parquet-scanner.cc:1679:60
    #3 HdfsParquetScanner::NextRowGroup()
       exec/parquet/hdfs-parquet-scanner.cc:648:45
    #4 HdfsParquetScanner::GetNextInternal(RowBatch*)
       exec/parquet/hdfs-parquet-scanner.cc:437:45
    #5 HdfsParquetScanner::ProcessSplit()
       exec/parquet/hdfs-parquet-scanner.cc:353:21
    #6 HdfsScanNode::ProcessSplit(vector<FilterContext> const&,
       MemPool*, io::ScanRange*, long*) exec/hdfs-scan-node.cc:514:21
    #7 HdfsScanNode::ScannerThread(bool, long)
       exec/hdfs-scan-node.cc:415:7
    #8 HdfsScanNode::ThreadTokenAvailableCb(ThreadResourcePool*)::
       $_0::operator()() const exec/hdfs-scan-node.cc:337:13

Change-Id: I48090e8e0c6c6f18bb1ad3c32c1f5fbffc908844
Reviewed-on: http://gerrit.cloudera.org:8080/13940
Reviewed-by: Impala Public Jenkins <im...@cloudera.com>
Tested-by: Impala Public Jenkins <im...@cloudera.com>


> UBSAN clean and method for testing UBSAN cleanliness
> ----------------------------------------------------
>
>                 Key: IMPALA-5031
>                 URL: https://issues.apache.org/jira/browse/IMPALA-5031
>             Project: IMPALA
>          Issue Type: Task
>          Components: Backend, Infrastructure
>    Affects Versions: Impala 2.9.0
>            Reporter: Jim Apple
>            Assignee: Jim Apple
>            Priority: Minor
>
> http://releases.llvm.org/3.8.0/tools/clang/docs/UndefinedBehaviorSanitizer.html builds are supported after https://gerrit.cloudera.org/#/c/6186/, but Impala's test suite triggers many errors under UBSAN. Those errors should be fixed and then there should be a way to run the test suite under UBSAN and fail if there were any errors detected.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

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