You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@parquet.apache.org by "Kouhei Sutou (JIRA)" <ji...@apache.org> on 2019/05/20 21:42:00 UTC

[jira] [Updated] (PARQUET-1584) [C++] Crash tests with glog and MinGW build

     [ https://issues.apache.org/jira/browse/PARQUET-1584?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kouhei Sutou updated PARQUET-1584:
----------------------------------
    Description: 
When we enable glog with MinGW build, Parquet tests are only crashed with the following error:

{noformat}
64/80 Test #65: parquet-column_reader-test .........***Failed    0.04 sec
Running main() from C:/repo/mingw-w64-gtest/src/googletest-release-1.8.1/googletest/src/gtest_main.cc
[==========] Running 6 tests from 2 test cases.
[----------] Global test environment set-up.
[----------] 5 tests from TestPrimitiveReader
[ RUN      ] TestPrimitiveReader.TestInt32FlatRequired
[       OK ] TestPrimitiveReader.TestInt32FlatRequired (0 ms)
[ RUN      ] TestPrimitiveReader.TestInt32FlatOptional
[       OK ] TestPrimitiveReader.TestInt32FlatOptional (0 ms)
[ RUN      ] TestPrimitiveReader.TestInt32FlatRepeated
[       OK ] TestPrimitiveReader.TestInt32FlatRepeated (0 ms)
[ RUN      ] TestPrimitiveReader.TestInt32FlatRequiredSkip
[       OK ] TestPrimitiveReader.TestInt32FlatRequiredSkip (0 ms)
[ RUN      ] TestPrimitiveReader.TestDictionaryEncodedPages
libunwind: _Unwind_Resume C:/repo/mingw-w64-clang/src/llvm-7.0.1.src/projects/libunwind/src/UnwindLevel1.c:391 - _Unwind_Resume() can't return
This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.
{noformat}

https://ci.appveyor.com/project/ApacheSoftwareFoundation/arrow/builds/24639044/job/munbig5qtkfxuqqc#L1553

Arrow tests aren't crashed.

See also: ARROW-5369

  was:
When we enable glog with MinGW build, Parquet tests are only crashed with the following error:

{{noformat}}
64/80 Test #65: parquet-column_reader-test .........***Failed    0.04 sec
Running main() from C:/repo/mingw-w64-gtest/src/googletest-release-1.8.1/googletest/src/gtest_main.cc
[==========] Running 6 tests from 2 test cases.
[----------] Global test environment set-up.
[----------] 5 tests from TestPrimitiveReader
[ RUN      ] TestPrimitiveReader.TestInt32FlatRequired
[       OK ] TestPrimitiveReader.TestInt32FlatRequired (0 ms)
[ RUN      ] TestPrimitiveReader.TestInt32FlatOptional
[       OK ] TestPrimitiveReader.TestInt32FlatOptional (0 ms)
[ RUN      ] TestPrimitiveReader.TestInt32FlatRepeated
[       OK ] TestPrimitiveReader.TestInt32FlatRepeated (0 ms)
[ RUN      ] TestPrimitiveReader.TestInt32FlatRequiredSkip
[       OK ] TestPrimitiveReader.TestInt32FlatRequiredSkip (0 ms)
[ RUN      ] TestPrimitiveReader.TestDictionaryEncodedPages
libunwind: _Unwind_Resume C:/repo/mingw-w64-clang/src/llvm-7.0.1.src/projects/libunwind/src/UnwindLevel1.c:391 - _Unwind_Resume() can't return
This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.
{{noformat}}

https://ci.appveyor.com/project/ApacheSoftwareFoundation/arrow/builds/24639044/job/munbig5qtkfxuqqc#L1553

Arrow tests aren't crashed.

See also: ARROW-5369


> [C++] Crash tests with glog and MinGW build
> -------------------------------------------
>
>                 Key: PARQUET-1584
>                 URL: https://issues.apache.org/jira/browse/PARQUET-1584
>             Project: Parquet
>          Issue Type: Test
>          Components: parquet-cpp
>            Reporter: Kouhei Sutou
>            Assignee: Kouhei Sutou
>            Priority: Minor
>
> When we enable glog with MinGW build, Parquet tests are only crashed with the following error:
> {noformat}
> 64/80 Test #65: parquet-column_reader-test .........***Failed    0.04 sec
> Running main() from C:/repo/mingw-w64-gtest/src/googletest-release-1.8.1/googletest/src/gtest_main.cc
> [==========] Running 6 tests from 2 test cases.
> [----------] Global test environment set-up.
> [----------] 5 tests from TestPrimitiveReader
> [ RUN      ] TestPrimitiveReader.TestInt32FlatRequired
> [       OK ] TestPrimitiveReader.TestInt32FlatRequired (0 ms)
> [ RUN      ] TestPrimitiveReader.TestInt32FlatOptional
> [       OK ] TestPrimitiveReader.TestInt32FlatOptional (0 ms)
> [ RUN      ] TestPrimitiveReader.TestInt32FlatRepeated
> [       OK ] TestPrimitiveReader.TestInt32FlatRepeated (0 ms)
> [ RUN      ] TestPrimitiveReader.TestInt32FlatRequiredSkip
> [       OK ] TestPrimitiveReader.TestInt32FlatRequiredSkip (0 ms)
> [ RUN      ] TestPrimitiveReader.TestDictionaryEncodedPages
> libunwind: _Unwind_Resume C:/repo/mingw-w64-clang/src/llvm-7.0.1.src/projects/libunwind/src/UnwindLevel1.c:391 - _Unwind_Resume() can't return
> This application has requested the Runtime to terminate it in an unusual way.
> Please contact the application's support team for more information.
> {noformat}
> https://ci.appveyor.com/project/ApacheSoftwareFoundation/arrow/builds/24639044/job/munbig5qtkfxuqqc#L1553
> Arrow tests aren't crashed.
> See also: ARROW-5369



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)