You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Uwe L. Korn (JIRA)" <ji...@apache.org> on 2018/02/25 17:57:00 UTC

[jira] [Created] (ARROW-2210) [C++] TestBuffer_ResizeOOM has a memory leak with jemalloc

Uwe L. Korn created ARROW-2210:
----------------------------------

             Summary: [C++] TestBuffer_ResizeOOM has a memory leak with jemalloc
                 Key: ARROW-2210
                 URL: https://issues.apache.org/jira/browse/ARROW-2210
             Project: Apache Arrow
          Issue Type: Bug
          Components: C++
            Reporter: Uwe L. Korn
            Assignee: Uwe L. Korn
             Fix For: 0.9.0


Current travis failure:
{code:java}
5: ==21958== 128 bytes in 1 blocks are definitely lost in loss record 1 of 2
5: ==21958==    at 0x6228F9: je_arrow_mallocx (jemalloc.c:2292)
5: ==21958==    by 0x5AA05E: arrow::(anonymous namespace)::AllocateAligned(long, unsigned char**) (memory_pool.cc:58)
5: ==21958==    by 0x5AA7CF: arrow::DefaultMemoryPool::Allocate(long, unsigned char**) (memory_pool.cc:96)
5: ==21958==    by 0x5A04F1: arrow::PoolBuffer::Reserve(long) (buffer.cc:93)
5: ==21958==    by 0x5A07E3: arrow::PoolBuffer::Resize(long, bool) (buffer.cc:104)
5: ==21958==    by 0x571417: arrow::TestBuffer_ResizeOOM_Test::TestBody() (buffer-test.cc:119)
5: ==21958==    by 0x60FE27: void testing::internal::HandleSehExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) (gtest.cc:2402)
5: ==21958==    by 0x609E29: void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) (gtest.cc:2438)
5: ==21958==    by 0x5EF880: testing::Test::Run() (gtest.cc:2475)
5: ==21958==    by 0x5F0127: testing::TestInfo::Run() (gtest.cc:2656)
5: ==21958==    by 0x5F07EB: testing::TestCase::Run() (gtest.cc:2774)
5: ==21958==    by 0x5F71BB: testing::internal::UnitTestImpl::RunAllTests() (gtest.cc:4649){code}



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