Skip to content

Instantly share code, notes, and snippets.

@wesm
Created September 12, 2019 03:57
Show Gist options
  • Save wesm/b388dda4f0e2e38a8aa77dfc9bd91914 to your computer and use it in GitHub Desktop.
Save wesm/b388dda4f0e2e38a8aa77dfc9bd91914 to your computer and use it in GitHub Desktop.
==7066== Memcheck, a memory error detector
==7066== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
==7066== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info
==7066== Command: debug/arrow-ipc-read-write-test
==7066==
Running main() from /home/conda/feedstock_root/build_artifacts/gtest_1551008230529/work/googletest/src/gtest_main.cc
[==========] Running 134 tests from 21 test cases.
[----------] Global test environment set-up.
[----------] 3 tests from TestMessage
[ RUN ] TestMessage.Equals
[ OK ] TestMessage.Equals (22 ms)
[ RUN ] TestMessage.SerializeTo
[ OK ] TestMessage.SerializeTo (64 ms)
[ RUN ] TestMessage.Verify
[ OK ] TestMessage.Verify (8 ms)
[----------] 3 tests from TestMessage (99 ms total)
[----------] 4 tests from TestSchemaMetadata
[ RUN ] TestSchemaMetadata.PrimitiveFields
[ OK ] TestSchemaMetadata.PrimitiveFields (237 ms)
[ RUN ] TestSchemaMetadata.NestedFields
[ OK ] TestSchemaMetadata.NestedFields (43 ms)
[ RUN ] TestSchemaMetadata.DictionaryFields
[ OK ] TestSchemaMetadata.DictionaryFields (53 ms)
[ RUN ] TestSchemaMetadata.KeyValueMetadata
[ OK ] TestSchemaMetadata.KeyValueMetadata (66 ms)
[----------] 4 tests from TestSchemaMetadata (399 ms total)
[----------] 2 tests from TestIpcRoundTrip
[ RUN ] TestIpcRoundTrip.MetadataVersion
[ OK ] TestIpcRoundTrip.MetadataVersion (172 ms)
[ RUN ] TestIpcRoundTrip.LargeRecordBatch
==7066== Warning: set address range perms: large range [0x29000000, 0x49000000) (defined)
==7066== Warning: set address range perms: large range [0x29000000, 0x49000000) (noaccess)
[ OK ] TestIpcRoundTrip.LargeRecordBatch (1004 ms)
[----------] 2 tests from TestIpcRoundTrip (1176 ms total)
[----------] 3 tests from TestWriteRecordBatch
[ RUN ] TestWriteRecordBatch.SliceTruncatesBinaryOffsets
[ OK ] TestWriteRecordBatch.SliceTruncatesBinaryOffsets (63 ms)
[ RUN ] TestWriteRecordBatch.SliceTruncatesBuffers
[ OK ] TestWriteRecordBatch.SliceTruncatesBuffers (356 ms)
[ RUN ] TestWriteRecordBatch.IntegerGetRecordBatchSize
[ OK ] TestWriteRecordBatch.IntegerGetRecordBatchSize (279 ms)
[----------] 3 tests from TestWriteRecordBatch (700 ms total)
[----------] 3 tests from RecursionLimits
[ RUN ] RecursionLimits.WriteLimit
[ OK ] RecursionLimits.WriteLimit (3008 ms)
[ RUN ] RecursionLimits.ReadLimit
[ OK ] RecursionLimits.ReadLimit (295 ms)
[ RUN ] RecursionLimits.StressLimit
[ OK ] RecursionLimits.StressLimit (11400 ms)
[----------] 3 tests from RecursionLimits (14703 ms total)
[----------] 2 tests from TestStreamFormat
[ RUN ] TestStreamFormat.DictionaryRoundTrip
[ OK ] TestStreamFormat.DictionaryRoundTrip (290 ms)
[ RUN ] TestStreamFormat.DifferentSchema
[ OK ] TestStreamFormat.DifferentSchema (37 ms)
[----------] 2 tests from TestStreamFormat (327 ms total)
[----------] 2 tests from TestFileFormat
[ RUN ] TestFileFormat.DictionaryRoundTrip
[ OK ] TestFileFormat.DictionaryRoundTrip (39 ms)
[ RUN ] TestFileFormat.DifferentSchema
[ OK ] TestFileFormat.DifferentSchema (21 ms)
[----------] 2 tests from TestFileFormat (60 ms total)
[----------] 3 tests from TestRecordBatchStreamReader
[ RUN ] TestRecordBatchStreamReader.EmptyStreamWithDictionaries
[ OK ] TestRecordBatchStreamReader.EmptyStreamWithDictionaries (8 ms)
[ RUN ] TestRecordBatchStreamReader.NotEnoughDictionaries
[ OK ] TestRecordBatchStreamReader.NotEnoughDictionaries (43 ms)
[ RUN ] TestRecordBatchStreamReader.MalformedInput
[ OK ] TestRecordBatchStreamReader.MalformedInput (11 ms)
[----------] 3 tests from TestRecordBatchStreamReader (62 ms total)
[----------] 2 tests from TestTensorRoundTrip
[ RUN ] TestTensorRoundTrip.BasicRoundtrip
[ OK ] TestTensorRoundTrip.BasicRoundtrip (88 ms)
[ RUN ] TestTensorRoundTrip.NonContiguous
[ OK ] TestTensorRoundTrip.NonContiguous (9 ms)
[----------] 2 tests from TestTensorRoundTrip (98 ms total)
[----------] 3 tests from TestInt8/TestSparseTensorRoundTrip/0, where TypeParam = arrow::Int8Type
[ RUN ] TestInt8/TestSparseTensorRoundTrip/0.WithSparseCOOIndexRowMajor
[ OK ] TestInt8/TestSparseTensorRoundTrip/0.WithSparseCOOIndexRowMajor (86 ms)
[ RUN ] TestInt8/TestSparseTensorRoundTrip/0.WithSparseCOOIndexColumnMajor
[ OK ] TestInt8/TestSparseTensorRoundTrip/0.WithSparseCOOIndexColumnMajor (8 ms)
[ RUN ] TestInt8/TestSparseTensorRoundTrip/0.WithSparseCSRIndex
[ OK ] TestInt8/TestSparseTensorRoundTrip/0.WithSparseCSRIndex (62 ms)
[----------] 3 tests from TestInt8/TestSparseTensorRoundTrip/0 (156 ms total)
[----------] 3 tests from TestUInt8/TestSparseTensorRoundTrip/0, where TypeParam = arrow::UInt8Type
[ RUN ] TestUInt8/TestSparseTensorRoundTrip/0.WithSparseCOOIndexRowMajor
[ OK ] TestUInt8/TestSparseTensorRoundTrip/0.WithSparseCOOIndexRowMajor (26 ms)
[ RUN ] TestUInt8/TestSparseTensorRoundTrip/0.WithSparseCOOIndexColumnMajor
[ OK ] TestUInt8/TestSparseTensorRoundTrip/0.WithSparseCOOIndexColumnMajor (7 ms)
[ RUN ] TestUInt8/TestSparseTensorRoundTrip/0.WithSparseCSRIndex
[ OK ] TestUInt8/TestSparseTensorRoundTrip/0.WithSparseCSRIndex (16 ms)
[----------] 3 tests from TestUInt8/TestSparseTensorRoundTrip/0 (50 ms total)
[----------] 3 tests from TestInt16/TestSparseTensorRoundTrip/0, where TypeParam = arrow::Int16Type
[ RUN ] TestInt16/TestSparseTensorRoundTrip/0.WithSparseCOOIndexRowMajor
[ OK ] TestInt16/TestSparseTensorRoundTrip/0.WithSparseCOOIndexRowMajor (28 ms)
[ RUN ] TestInt16/TestSparseTensorRoundTrip/0.WithSparseCOOIndexColumnMajor
[ OK ] TestInt16/TestSparseTensorRoundTrip/0.WithSparseCOOIndexColumnMajor (7 ms)
[ RUN ] TestInt16/TestSparseTensorRoundTrip/0.WithSparseCSRIndex
[ OK ] TestInt16/TestSparseTensorRoundTrip/0.WithSparseCSRIndex (18 ms)
[----------] 3 tests from TestInt16/TestSparseTensorRoundTrip/0 (53 ms total)
[----------] 3 tests from TestUInt16/TestSparseTensorRoundTrip/0, where TypeParam = arrow::UInt16Type
[ RUN ] TestUInt16/TestSparseTensorRoundTrip/0.WithSparseCOOIndexRowMajor
[ OK ] TestUInt16/TestSparseTensorRoundTrip/0.WithSparseCOOIndexRowMajor (25 ms)
[ RUN ] TestUInt16/TestSparseTensorRoundTrip/0.WithSparseCOOIndexColumnMajor
[ OK ] TestUInt16/TestSparseTensorRoundTrip/0.WithSparseCOOIndexColumnMajor (8 ms)
[ RUN ] TestUInt16/TestSparseTensorRoundTrip/0.WithSparseCSRIndex
[ OK ] TestUInt16/TestSparseTensorRoundTrip/0.WithSparseCSRIndex (20 ms)
[----------] 3 tests from TestUInt16/TestSparseTensorRoundTrip/0 (53 ms total)
[----------] 3 tests from TestInt32/TestSparseTensorRoundTrip/0, where TypeParam = arrow::Int32Type
[ RUN ] TestInt32/TestSparseTensorRoundTrip/0.WithSparseCOOIndexRowMajor
[ OK ] TestInt32/TestSparseTensorRoundTrip/0.WithSparseCOOIndexRowMajor (24 ms)
[ RUN ] TestInt32/TestSparseTensorRoundTrip/0.WithSparseCOOIndexColumnMajor
[ OK ] TestInt32/TestSparseTensorRoundTrip/0.WithSparseCOOIndexColumnMajor (7 ms)
[ RUN ] TestInt32/TestSparseTensorRoundTrip/0.WithSparseCSRIndex
[ OK ] TestInt32/TestSparseTensorRoundTrip/0.WithSparseCSRIndex (17 ms)
[----------] 3 tests from TestInt32/TestSparseTensorRoundTrip/0 (48 ms total)
[----------] 3 tests from TestUInt32/TestSparseTensorRoundTrip/0, where TypeParam = arrow::UInt32Type
[ RUN ] TestUInt32/TestSparseTensorRoundTrip/0.WithSparseCOOIndexRowMajor
[ OK ] TestUInt32/TestSparseTensorRoundTrip/0.WithSparseCOOIndexRowMajor (25 ms)
[ RUN ] TestUInt32/TestSparseTensorRoundTrip/0.WithSparseCOOIndexColumnMajor
[ OK ] TestUInt32/TestSparseTensorRoundTrip/0.WithSparseCOOIndexColumnMajor (10 ms)
[ RUN ] TestUInt32/TestSparseTensorRoundTrip/0.WithSparseCSRIndex
[ OK ] TestUInt32/TestSparseTensorRoundTrip/0.WithSparseCSRIndex (18 ms)
[----------] 3 tests from TestUInt32/TestSparseTensorRoundTrip/0 (53 ms total)
[----------] 3 tests from TestInt64/TestSparseTensorRoundTrip/0, where TypeParam = arrow::Int64Type
[ RUN ] TestInt64/TestSparseTensorRoundTrip/0.WithSparseCOOIndexRowMajor
[ OK ] TestInt64/TestSparseTensorRoundTrip/0.WithSparseCOOIndexRowMajor (22 ms)
[ RUN ] TestInt64/TestSparseTensorRoundTrip/0.WithSparseCOOIndexColumnMajor
[ OK ] TestInt64/TestSparseTensorRoundTrip/0.WithSparseCOOIndexColumnMajor (6 ms)
[ RUN ] TestInt64/TestSparseTensorRoundTrip/0.WithSparseCSRIndex
[ OK ] TestInt64/TestSparseTensorRoundTrip/0.WithSparseCSRIndex (16 ms)
[----------] 3 tests from TestInt64/TestSparseTensorRoundTrip/0 (44 ms total)
[----------] 3 tests from TestUInt64/TestSparseTensorRoundTrip/0, where TypeParam = arrow::UInt64Type
[ RUN ] TestUInt64/TestSparseTensorRoundTrip/0.WithSparseCOOIndexRowMajor
[ OK ] TestUInt64/TestSparseTensorRoundTrip/0.WithSparseCOOIndexRowMajor (25 ms)
[ RUN ] TestUInt64/TestSparseTensorRoundTrip/0.WithSparseCOOIndexColumnMajor
[ OK ] TestUInt64/TestSparseTensorRoundTrip/0.WithSparseCOOIndexColumnMajor (6 ms)
[ RUN ] TestUInt64/TestSparseTensorRoundTrip/0.WithSparseCSRIndex
[ OK ] TestUInt64/TestSparseTensorRoundTrip/0.WithSparseCSRIndex (18 ms)
[----------] 3 tests from TestUInt64/TestSparseTensorRoundTrip/0 (50 ms total)
[----------] 1 test from TestDictionaryMemo
[ RUN ] TestDictionaryMemo.ReusedDictionaries
[ OK ] TestDictionaryMemo.ReusedDictionaries (12 ms)
[----------] 1 test from TestDictionaryMemo (12 ms total)
[----------] 51 tests from GenericIpcRoundTripTests/TestIpcRoundTrip
[ RUN ] GenericIpcRoundTripTests/TestIpcRoundTrip.RoundTrip/0
[ OK ] GenericIpcRoundTripTests/TestIpcRoundTrip.RoundTrip/0 (26 ms)
[ RUN ] GenericIpcRoundTripTests/TestIpcRoundTrip.RoundTrip/1
[ OK ] GenericIpcRoundTripTests/TestIpcRoundTrip.RoundTrip/1 (52 ms)
[ RUN ] GenericIpcRoundTripTests/TestIpcRoundTrip.RoundTrip/2
[ OK ] GenericIpcRoundTripTests/TestIpcRoundTrip.RoundTrip/2 (39 ms)
[ RUN ] GenericIpcRoundTripTests/TestIpcRoundTrip.RoundTrip/3
[ OK ] GenericIpcRoundTripTests/TestIpcRoundTrip.RoundTrip/3 (29 ms)
[ RUN ] GenericIpcRoundTripTests/TestIpcRoundTrip.RoundTrip/4
[ OK ] GenericIpcRoundTripTests/TestIpcRoundTrip.RoundTrip/4 (477 ms)
[ RUN ] GenericIpcRoundTripTests/TestIpcRoundTrip.RoundTrip/5
[ OK ] GenericIpcRoundTripTests/TestIpcRoundTrip.RoundTrip/5 (132 ms)
[ RUN ] GenericIpcRoundTripTests/TestIpcRoundTrip.RoundTrip/6
[ OK ] GenericIpcRoundTripTests/TestIpcRoundTrip.RoundTrip/6 (143 ms)
[ RUN ] GenericIpcRoundTripTests/TestIpcRoundTrip.RoundTrip/7
[ OK ] GenericIpcRoundTripTests/TestIpcRoundTrip.RoundTrip/7 (81 ms)
[ RUN ] GenericIpcRoundTripTests/TestIpcRoundTrip.RoundTrip/8
[ OK ] GenericIpcRoundTripTests/TestIpcRoundTrip.RoundTrip/8 (50 ms)
[ RUN ] GenericIpcRoundTripTests/TestIpcRoundTrip.RoundTrip/9
[ OK ] GenericIpcRoundTripTests/TestIpcRoundTrip.RoundTrip/9 (73 ms)
[ RUN ] GenericIpcRoundTripTests/TestIpcRoundTrip.RoundTrip/10
[ OK ] GenericIpcRoundTripTests/TestIpcRoundTrip.RoundTrip/10 (56 ms)
[ RUN ] GenericIpcRoundTripTests/TestIpcRoundTrip.RoundTrip/11
[ OK ] GenericIpcRoundTripTests/TestIpcRoundTrip.RoundTrip/11 (76 ms)
[ RUN ] GenericIpcRoundTripTests/TestIpcRoundTrip.RoundTrip/12
[ OK ] GenericIpcRoundTripTests/TestIpcRoundTrip.RoundTrip/12 (51 ms)
[ RUN ] GenericIpcRoundTripTests/TestIpcRoundTrip.RoundTrip/13
[ OK ] GenericIpcRoundTripTests/TestIpcRoundTrip.RoundTrip/13 (66 ms)
[ RUN ] GenericIpcRoundTripTests/TestIpcRoundTrip.RoundTrip/14
[ OK ] GenericIpcRoundTripTests/TestIpcRoundTrip.RoundTrip/14 (59 ms)
[ RUN ] GenericIpcRoundTripTests/TestIpcRoundTrip.RoundTrip/15
[ OK ] GenericIpcRoundTripTests/TestIpcRoundTrip.RoundTrip/15 (26 ms)
[ RUN ] GenericIpcRoundTripTests/TestIpcRoundTrip.RoundTrip/16
[ OK ] GenericIpcRoundTripTests/TestIpcRoundTrip.RoundTrip/16 (113 ms)
[ RUN ] GenericIpcRoundTripTests/TestIpcRoundTrip.SliceRoundTrip/0
[ OK ] GenericIpcRoundTripTests/TestIpcRoundTrip.SliceRoundTrip/0 (23 ms)
[ RUN ] GenericIpcRoundTripTests/TestIpcRoundTrip.SliceRoundTrip/1
[ OK ] GenericIpcRoundTripTests/TestIpcRoundTrip.SliceRoundTrip/1 (43 ms)
[ RUN ] GenericIpcRoundTripTests/TestIpcRoundTrip.SliceRoundTrip/2
[ OK ] GenericIpcRoundTripTests/TestIpcRoundTrip.SliceRoundTrip/2 (38 ms)
[ RUN ] GenericIpcRoundTripTests/TestIpcRoundTrip.SliceRoundTrip/3
[ OK ] GenericIpcRoundTripTests/TestIpcRoundTrip.SliceRoundTrip/3 (2 ms)
[ RUN ] GenericIpcRoundTripTests/TestIpcRoundTrip.SliceRoundTrip/4
[ OK ] GenericIpcRoundTripTests/TestIpcRoundTrip.SliceRoundTrip/4 (723 ms)
[ RUN ] GenericIpcRoundTripTests/TestIpcRoundTrip.SliceRoundTrip/5
[ OK ] GenericIpcRoundTripTests/TestIpcRoundTrip.SliceRoundTrip/5 (61 ms)
[ RUN ] GenericIpcRoundTripTests/TestIpcRoundTrip.SliceRoundTrip/6
[ OK ] GenericIpcRoundTripTests/TestIpcRoundTrip.SliceRoundTrip/6 (61 ms)
[ RUN ] GenericIpcRoundTripTests/TestIpcRoundTrip.SliceRoundTrip/7
[ OK ] GenericIpcRoundTripTests/TestIpcRoundTrip.SliceRoundTrip/7 (43 ms)
[ RUN ] GenericIpcRoundTripTests/TestIpcRoundTrip.SliceRoundTrip/8
[ OK ] GenericIpcRoundTripTests/TestIpcRoundTrip.SliceRoundTrip/8 (51 ms)
[ RUN ] GenericIpcRoundTripTests/TestIpcRoundTrip.SliceRoundTrip/9
[ OK ] GenericIpcRoundTripTests/TestIpcRoundTrip.SliceRoundTrip/9 (21 ms)
[ RUN ] GenericIpcRoundTripTests/TestIpcRoundTrip.SliceRoundTrip/10
[ OK ] GenericIpcRoundTripTests/TestIpcRoundTrip.SliceRoundTrip/10 (24 ms)
[ RUN ] GenericIpcRoundTripTests/TestIpcRoundTrip.SliceRoundTrip/11
[ OK ] GenericIpcRoundTripTests/TestIpcRoundTrip.SliceRoundTrip/11 (25 ms)
[ RUN ] GenericIpcRoundTripTests/TestIpcRoundTrip.SliceRoundTrip/12
[ OK ] GenericIpcRoundTripTests/TestIpcRoundTrip.SliceRoundTrip/12 (20 ms)
[ RUN ] GenericIpcRoundTripTests/TestIpcRoundTrip.SliceRoundTrip/13
[ OK ] GenericIpcRoundTripTests/TestIpcRoundTrip.SliceRoundTrip/13 (20 ms)
[ RUN ] GenericIpcRoundTripTests/TestIpcRoundTrip.SliceRoundTrip/14
[ OK ] GenericIpcRoundTripTests/TestIpcRoundTrip.SliceRoundTrip/14 (23 ms)
[ RUN ] GenericIpcRoundTripTests/TestIpcRoundTrip.SliceRoundTrip/15
[ OK ] GenericIpcRoundTripTests/TestIpcRoundTrip.SliceRoundTrip/15 (28 ms)
[ RUN ] GenericIpcRoundTripTests/TestIpcRoundTrip.SliceRoundTrip/16
[ OK ] GenericIpcRoundTripTests/TestIpcRoundTrip.SliceRoundTrip/16 (29 ms)
[ RUN ] GenericIpcRoundTripTests/TestIpcRoundTrip.ZeroLengthArrays/0
[ OK ] GenericIpcRoundTripTests/TestIpcRoundTrip.ZeroLengthArrays/0 (67 ms)
[ RUN ] GenericIpcRoundTripTests/TestIpcRoundTrip.ZeroLengthArrays/1
[ OK ] GenericIpcRoundTripTests/TestIpcRoundTrip.ZeroLengthArrays/1 (74 ms)
[ RUN ] GenericIpcRoundTripTests/TestIpcRoundTrip.ZeroLengthArrays/2
[ OK ] GenericIpcRoundTripTests/TestIpcRoundTrip.ZeroLengthArrays/2 (67 ms)
[ RUN ] GenericIpcRoundTripTests/TestIpcRoundTrip.ZeroLengthArrays/3
[ OK ] GenericIpcRoundTripTests/TestIpcRoundTrip.ZeroLengthArrays/3 (65 ms)
[ RUN ] GenericIpcRoundTripTests/TestIpcRoundTrip.ZeroLengthArrays/4
==7066== Invalid write of size 8
==7066== at 0x6A2E604: je_arrow_private_je_extent_node_arena_set (extent.h:178)
==7066== by 0x6A2E604: je_arrow_private_je_extent_node_init (extent.h:235)
==7066== by 0x6A2E604: arena_chunk_register (arena.c:598)
==7066== by 0x6A2E604: arena_chunk_alloc_internal_hard (arena.c:634)
==7066== by 0x6A2E604: arena_chunk_alloc_internal (arena.c:684)
==7066== by 0x6A2E604: arena_chunk_init_hard (arena.c:707)
==7066== by 0x6A2E604: arena_chunk_alloc (arena.c:763)
==7066== by 0x6A27C83: arena_run_alloc_small (arena.c:1248)
==7066== by 0x6A27C83: arena_bin_nonfull_run_get (arena.c:2380)
==7066== by 0x6A27C83: arena_bin_malloc_hard (arena.c:2421)
==7066== by 0x6A28694: arena_malloc_small (arena.c:2637)
==7066== by 0x6A28694: je_arrow_private_je_arena_malloc_hard (arena.c:2751)
==7066== by 0x6A1D590: je_arrow_private_je_ipallocztm (jemalloc_internal.h:1094)
==7066== by 0x6A1D590: je_arrow_private_je_ipalloct (jemalloc_internal.h:1108)
==7066== by 0x6A1D590: imallocx_flags (jemalloc.c:2154)
==7066== by 0x6A1D590: imallocx_no_prof (jemalloc.c:2228)
==7066== by 0x6A1D590: imallocx_body (jemalloc.c:2271)
==7066== by 0x6A1D590: je_arrow_mallocx (jemalloc.c:2289)
==7066== by 0x6029943: arrow::(anonymous namespace)::JemallocAllocator::AllocateAligned(long, unsigned char**) (memory_pool.cc:134)
==7066== by 0x602951B: arrow::BaseMemoryPoolImpl<arrow::(anonymous namespace)::JemallocAllocator>::Allocate(long, unsigned char**) (memory_pool.cc:245)
==7066== by 0x600C3BE: arrow::PoolBuffer::Reserve(long) (buffer.cc:125)
==7066== by 0x600C0B4: arrow::PoolBuffer::Resize(long, bool) (buffer.cc:146)
==7066== by 0x600A8CB: arrow::Status arrow::(anonymous namespace)::ResizePoolBuffer<std::shared_ptr<arrow::PoolBuffer>, std::shared_ptr<arrow::Buffer> >(std::shared_ptr<arrow::PoolBuffer>&&, long, std::shared_ptr<arrow::Buffer>*) (buffer.cc:176)
==7066== by 0x600A447: arrow::AllocateBuffer(arrow::MemoryPool*, long, std::shared_ptr<arrow::Buffer>*) (buffer.cc:185)
==7066== by 0x600ACB3: arrow::AllocateBuffer(long, std::shared_ptr<arrow::Buffer>*) (buffer.cc:194)
==7066== by 0x4F7E893: std::shared_ptr<arrow::NumericArray<arrow::Int32Type> > arrow::random::GenerateNumericArray<arrow::Int32Type, arrow::random::GenerateOptions<int, std::uniform_int_distribution<int> > >(long, arrow::random::GenerateOptions<int, std::uniform_int_distribution<int> >) (random.cc:109)
==7066== Address 0x9000000 is in a rw- anonymous segment
==7066==
==7066== Invalid write of size 8
==7066== at 0x6A2E608: je_arrow_private_je_extent_node_addr_set (extent.h:185)
==7066== by 0x6A2E608: je_arrow_private_je_extent_node_init (extent.h:236)
==7066== by 0x6A2E608: arena_chunk_register (arena.c:598)
==7066== by 0x6A2E608: arena_chunk_alloc_internal_hard (arena.c:634)
==7066== by 0x6A2E608: arena_chunk_alloc_internal (arena.c:684)
==7066== by 0x6A2E608: arena_chunk_init_hard (arena.c:707)
==7066== by 0x6A2E608: arena_chunk_alloc (arena.c:763)
==7066== by 0x6A27C83: arena_run_alloc_small (arena.c:1248)
==7066== by 0x6A27C83: arena_bin_nonfull_run_get (arena.c:2380)
==7066== by 0x6A27C83: arena_bin_malloc_hard (arena.c:2421)
==7066== by 0x6A28694: arena_malloc_small (arena.c:2637)
==7066== by 0x6A28694: je_arrow_private_je_arena_malloc_hard (arena.c:2751)
==7066== by 0x6A1D590: je_arrow_private_je_ipallocztm (jemalloc_internal.h:1094)
==7066== by 0x6A1D590: je_arrow_private_je_ipalloct (jemalloc_internal.h:1108)
==7066== by 0x6A1D590: imallocx_flags (jemalloc.c:2154)
==7066== by 0x6A1D590: imallocx_no_prof (jemalloc.c:2228)
==7066== by 0x6A1D590: imallocx_body (jemalloc.c:2271)
==7066== by 0x6A1D590: je_arrow_mallocx (jemalloc.c:2289)
==7066== by 0x6029943: arrow::(anonymous namespace)::JemallocAllocator::AllocateAligned(long, unsigned char**) (memory_pool.cc:134)
==7066== by 0x602951B: arrow::BaseMemoryPoolImpl<arrow::(anonymous namespace)::JemallocAllocator>::Allocate(long, unsigned char**) (memory_pool.cc:245)
==7066== by 0x600C3BE: arrow::PoolBuffer::Reserve(long) (buffer.cc:125)
==7066== by 0x600C0B4: arrow::PoolBuffer::Resize(long, bool) (buffer.cc:146)
==7066== by 0x600A8CB: arrow::Status arrow::(anonymous namespace)::ResizePoolBuffer<std::shared_ptr<arrow::PoolBuffer>, std::shared_ptr<arrow::Buffer> >(std::shared_ptr<arrow::PoolBuffer>&&, long, std::shared_ptr<arrow::Buffer>*) (buffer.cc:176)
==7066== by 0x600A447: arrow::AllocateBuffer(arrow::MemoryPool*, long, std::shared_ptr<arrow::Buffer>*) (buffer.cc:185)
==7066== by 0x600ACB3: arrow::AllocateBuffer(long, std::shared_ptr<arrow::Buffer>*) (buffer.cc:194)
==7066== by 0x4F7E893: std::shared_ptr<arrow::NumericArray<arrow::Int32Type> > arrow::random::GenerateNumericArray<arrow::Int32Type, arrow::random::GenerateOptions<int, std::uniform_int_distribution<int> > >(long, arrow::random::GenerateOptions<int, std::uniform_int_distribution<int> >) (random.cc:109)
==7066== Address 0x9000008 is in a rw- anonymous segment
==7066==
==7066== Invalid write of size 8
==7066== at 0x6A2E60C: je_arrow_private_je_extent_node_size_set (extent.h:192)
==7066== by 0x6A2E60C: je_arrow_private_je_extent_node_init (extent.h:237)
==7066== by 0x6A2E60C: arena_chunk_register (arena.c:598)
==7066== by 0x6A2E60C: arena_chunk_alloc_internal_hard (arena.c:634)
==7066== by 0x6A2E60C: arena_chunk_alloc_internal (arena.c:684)
==7066== by 0x6A2E60C: arena_chunk_init_hard (arena.c:707)
==7066== by 0x6A2E60C: arena_chunk_alloc (arena.c:763)
==7066== by 0x6A27C83: arena_run_alloc_small (arena.c:1248)
==7066== by 0x6A27C83: arena_bin_nonfull_run_get (arena.c:2380)
==7066== by 0x6A27C83: arena_bin_malloc_hard (arena.c:2421)
==7066== by 0x6A28694: arena_malloc_small (arena.c:2637)
==7066== by 0x6A28694: je_arrow_private_je_arena_malloc_hard (arena.c:2751)
==7066== by 0x6A1D590: je_arrow_private_je_ipallocztm (jemalloc_internal.h:1094)
==7066== by 0x6A1D590: je_arrow_private_je_ipalloct (jemalloc_internal.h:1108)
==7066== by 0x6A1D590: imallocx_flags (jemalloc.c:2154)
==7066== by 0x6A1D590: imallocx_no_prof (jemalloc.c:2228)
==7066== by 0x6A1D590: imallocx_body (jemalloc.c:2271)
==7066== by 0x6A1D590: je_arrow_mallocx (jemalloc.c:2289)
==7066== by 0x6029943: arrow::(anonymous namespace)::JemallocAllocator::AllocateAligned(long, unsigned char**) (memory_pool.cc:134)
==7066== by 0x602951B: arrow::BaseMemoryPoolImpl<arrow::(anonymous namespace)::JemallocAllocator>::Allocate(long, unsigned char**) (memory_pool.cc:245)
==7066== by 0x600C3BE: arrow::PoolBuffer::Reserve(long) (buffer.cc:125)
==7066== by 0x600C0B4: arrow::PoolBuffer::Resize(long, bool) (buffer.cc:146)
==7066== by 0x600A8CB: arrow::Status arrow::(anonymous namespace)::ResizePoolBuffer<std::shared_ptr<arrow::PoolBuffer>, std::shared_ptr<arrow::Buffer> >(std::shared_ptr<arrow::PoolBuffer>&&, long, std::shared_ptr<arrow::Buffer>*) (buffer.cc:176)
==7066== by 0x600A447: arrow::AllocateBuffer(arrow::MemoryPool*, long, std::shared_ptr<arrow::Buffer>*) (buffer.cc:185)
==7066== by 0x600ACB3: arrow::AllocateBuffer(long, std::shared_ptr<arrow::Buffer>*) (buffer.cc:194)
==7066== by 0x4F7E893: std::shared_ptr<arrow::NumericArray<arrow::Int32Type> > arrow::random::GenerateNumericArray<arrow::Int32Type, arrow::random::GenerateOptions<int, std::uniform_int_distribution<int> > >(long, arrow::random::GenerateOptions<int, std::uniform_int_distribution<int> >) (random.cc:109)
==7066== Address 0x9000010 is in a rw- anonymous segment
==7066==
==7066== Invalid write of size 8
==7066== at 0x6A2E610: je_arrow_private_je_extent_node_sn_set (extent.h:199)
==7066== by 0x6A2E610: je_arrow_private_je_extent_node_init (extent.h:238)
==7066== by 0x6A2E610: arena_chunk_register (arena.c:598)
==7066== by 0x6A2E610: arena_chunk_alloc_internal_hard (arena.c:634)
==7066== by 0x6A2E610: arena_chunk_alloc_internal (arena.c:684)
==7066== by 0x6A2E610: arena_chunk_init_hard (arena.c:707)
==7066== by 0x6A2E610: arena_chunk_alloc (arena.c:763)
==7066== by 0x6A27C83: arena_run_alloc_small (arena.c:1248)
==7066== by 0x6A27C83: arena_bin_nonfull_run_get (arena.c:2380)
==7066== by 0x6A27C83: arena_bin_malloc_hard (arena.c:2421)
==7066== by 0x6A28694: arena_malloc_small (arena.c:2637)
==7066== by 0x6A28694: je_arrow_private_je_arena_malloc_hard (arena.c:2751)
==7066== by 0x6A1D590: je_arrow_private_je_ipallocztm (jemalloc_internal.h:1094)
==7066== by 0x6A1D590: je_arrow_private_je_ipalloct (jemalloc_internal.h:1108)
==7066== by 0x6A1D590: imallocx_flags (jemalloc.c:2154)
==7066== by 0x6A1D590: imallocx_no_prof (jemalloc.c:2228)
==7066== by 0x6A1D590: imallocx_body (jemalloc.c:2271)
==7066== by 0x6A1D590: je_arrow_mallocx (jemalloc.c:2289)
==7066== by 0x6029943: arrow::(anonymous namespace)::JemallocAllocator::AllocateAligned(long, unsigned char**) (memory_pool.cc:134)
==7066== by 0x602951B: arrow::BaseMemoryPoolImpl<arrow::(anonymous namespace)::JemallocAllocator>::Allocate(long, unsigned char**) (memory_pool.cc:245)
==7066== by 0x600C3BE: arrow::PoolBuffer::Reserve(long) (buffer.cc:125)
==7066== by 0x600C0B4: arrow::PoolBuffer::Resize(long, bool) (buffer.cc:146)
==7066== by 0x600A8CB: arrow::Status arrow::(anonymous namespace)::ResizePoolBuffer<std::shared_ptr<arrow::PoolBuffer>, std::shared_ptr<arrow::Buffer> >(std::shared_ptr<arrow::PoolBuffer>&&, long, std::shared_ptr<arrow::Buffer>*) (buffer.cc:176)
==7066== by 0x600A447: arrow::AllocateBuffer(arrow::MemoryPool*, long, std::shared_ptr<arrow::Buffer>*) (buffer.cc:185)
==7066== by 0x600ACB3: arrow::AllocateBuffer(long, std::shared_ptr<arrow::Buffer>*) (buffer.cc:194)
==7066== by 0x4F7E893: std::shared_ptr<arrow::NumericArray<arrow::Int32Type> > arrow::random::GenerateNumericArray<arrow::Int32Type, arrow::random::GenerateOptions<int, std::uniform_int_distribution<int> > >(long, arrow::random::GenerateOptions<int, std::uniform_int_distribution<int> >) (random.cc:109)
==7066== Address 0x9000018 is in a rw- anonymous segment
==7066==
==7066== Invalid write of size 1
==7066== at 0x6A2E614: je_arrow_private_je_extent_node_zeroed_set (extent.h:206)
==7066== by 0x6A2E614: je_arrow_private_je_extent_node_init (extent.h:239)
==7066== by 0x6A2E614: arena_chunk_register (arena.c:598)
==7066== by 0x6A2E614: arena_chunk_alloc_internal_hard (arena.c:634)
==7066== by 0x6A2E614: arena_chunk_alloc_internal (arena.c:684)
==7066== by 0x6A2E614: arena_chunk_init_hard (arena.c:707)
==7066== by 0x6A2E614: arena_chunk_alloc (arena.c:763)
==7066== by 0x6A27C83: arena_run_alloc_small (arena.c:1248)
==7066== by 0x6A27C83: arena_bin_nonfull_run_get (arena.c:2380)
==7066== by 0x6A27C83: arena_bin_malloc_hard (arena.c:2421)
==7066== by 0x6A28694: arena_malloc_small (arena.c:2637)
==7066== by 0x6A28694: je_arrow_private_je_arena_malloc_hard (arena.c:2751)
==7066== by 0x6A1D590: je_arrow_private_je_ipallocztm (jemalloc_internal.h:1094)
==7066== by 0x6A1D590: je_arrow_private_je_ipalloct (jemalloc_internal.h:1108)
==7066== by 0x6A1D590: imallocx_flags (jemalloc.c:2154)
==7066== by 0x6A1D590: imallocx_no_prof (jemalloc.c:2228)
==7066== by 0x6A1D590: imallocx_body (jemalloc.c:2271)
==7066== by 0x6A1D590: je_arrow_mallocx (jemalloc.c:2289)
==7066== by 0x6029943: arrow::(anonymous namespace)::JemallocAllocator::AllocateAligned(long, unsigned char**) (memory_pool.cc:134)
==7066== by 0x602951B: arrow::BaseMemoryPoolImpl<arrow::(anonymous namespace)::JemallocAllocator>::Allocate(long, unsigned char**) (memory_pool.cc:245)
==7066== by 0x600C3BE: arrow::PoolBuffer::Reserve(long) (buffer.cc:125)
==7066== by 0x600C0B4: arrow::PoolBuffer::Resize(long, bool) (buffer.cc:146)
==7066== by 0x600A8CB: arrow::Status arrow::(anonymous namespace)::ResizePoolBuffer<std::shared_ptr<arrow::PoolBuffer>, std::shared_ptr<arrow::Buffer> >(std::shared_ptr<arrow::PoolBuffer>&&, long, std::shared_ptr<arrow::Buffer>*) (buffer.cc:176)
==7066== by 0x600A447: arrow::AllocateBuffer(arrow::MemoryPool*, long, std::shared_ptr<arrow::Buffer>*) (buffer.cc:185)
==7066== by 0x600ACB3: arrow::AllocateBuffer(long, std::shared_ptr<arrow::Buffer>*) (buffer.cc:194)
==7066== by 0x4F7E893: std::shared_ptr<arrow::NumericArray<arrow::Int32Type> > arrow::random::GenerateNumericArray<arrow::Int32Type, arrow::random::GenerateOptions<int, std::uniform_int_distribution<int> > >(long, arrow::random::GenerateOptions<int, std::uniform_int_distribution<int> >) (random.cc:109)
==7066== Address 0x9000020 is in a rw- anonymous segment
==7066==
==7066== Invalid write of size 2
==7066== at 0x6A2E618: je_arrow_private_je_extent_node_committed_set (extent.h:213)
==7066== by 0x6A2E618: je_arrow_private_je_extent_node_init (extent.h:240)
==7066== by 0x6A2E618: arena_chunk_register (arena.c:598)
==7066== by 0x6A2E618: arena_chunk_alloc_internal_hard (arena.c:634)
==7066== by 0x6A2E618: arena_chunk_alloc_internal (arena.c:684)
==7066== by 0x6A2E618: arena_chunk_init_hard (arena.c:707)
==7066== by 0x6A2E618: arena_chunk_alloc (arena.c:763)
==7066== by 0x6A27C83: arena_run_alloc_small (arena.c:1248)
==7066== by 0x6A27C83: arena_bin_nonfull_run_get (arena.c:2380)
==7066== by 0x6A27C83: arena_bin_malloc_hard (arena.c:2421)
==7066== by 0x6A28694: arena_malloc_small (arena.c:2637)
==7066== by 0x6A28694: je_arrow_private_je_arena_malloc_hard (arena.c:2751)
==7066== by 0x6A1D590: je_arrow_private_je_ipallocztm (jemalloc_internal.h:1094)
==7066== by 0x6A1D590: je_arrow_private_je_ipalloct (jemalloc_internal.h:1108)
==7066== by 0x6A1D590: imallocx_flags (jemalloc.c:2154)
==7066== by 0x6A1D590: imallocx_no_prof (jemalloc.c:2228)
==7066== by 0x6A1D590: imallocx_body (jemalloc.c:2271)
==7066== by 0x6A1D590: je_arrow_mallocx (jemalloc.c:2289)
==7066== by 0x6029943: arrow::(anonymous namespace)::JemallocAllocator::AllocateAligned(long, unsigned char**) (memory_pool.cc:134)
==7066== by 0x602951B: arrow::BaseMemoryPoolImpl<arrow::(anonymous namespace)::JemallocAllocator>::Allocate(long, unsigned char**) (memory_pool.cc:245)
==7066== by 0x600C3BE: arrow::PoolBuffer::Reserve(long) (buffer.cc:125)
==7066== by 0x600C0B4: arrow::PoolBuffer::Resize(long, bool) (buffer.cc:146)
==7066== by 0x600A8CB: arrow::Status arrow::(anonymous namespace)::ResizePoolBuffer<std::shared_ptr<arrow::PoolBuffer>, std::shared_ptr<arrow::Buffer> >(std::shared_ptr<arrow::PoolBuffer>&&, long, std::shared_ptr<arrow::Buffer>*) (buffer.cc:176)
==7066== by 0x600A447: arrow::AllocateBuffer(arrow::MemoryPool*, long, std::shared_ptr<arrow::Buffer>*) (buffer.cc:185)
==7066== by 0x600ACB3: arrow::AllocateBuffer(long, std::shared_ptr<arrow::Buffer>*) (buffer.cc:194)
==7066== by 0x4F7E893: std::shared_ptr<arrow::NumericArray<arrow::Int32Type> > arrow::random::GenerateNumericArray<arrow::Int32Type, arrow::random::GenerateOptions<int, std::uniform_int_distribution<int> > >(long, arrow::random::GenerateOptions<int, std::uniform_int_distribution<int> >) (random.cc:109)
==7066== Address 0x9000021 is in a rw- anonymous segment
==7066==
==7066== Invalid write of size 1
==7066== at 0x6A2E6DA: arena_chunk_init_hard (arena.c:712)
==7066== by 0x6A2E6DA: arena_chunk_alloc (arena.c:763)
==7066== by 0x6A27C83: arena_run_alloc_small (arena.c:1248)
==7066== by 0x6A27C83: arena_bin_nonfull_run_get (arena.c:2380)
==7066== by 0x6A27C83: arena_bin_malloc_hard (arena.c:2421)
==7066== by 0x6A28694: arena_malloc_small (arena.c:2637)
==7066== by 0x6A28694: je_arrow_private_je_arena_malloc_hard (arena.c:2751)
==7066== by 0x6A1D590: je_arrow_private_je_ipallocztm (jemalloc_internal.h:1094)
==7066== by 0x6A1D590: je_arrow_private_je_ipalloct (jemalloc_internal.h:1108)
==7066== by 0x6A1D590: imallocx_flags (jemalloc.c:2154)
==7066== by 0x6A1D590: imallocx_no_prof (jemalloc.c:2228)
==7066== by 0x6A1D590: imallocx_body (jemalloc.c:2271)
==7066== by 0x6A1D590: je_arrow_mallocx (jemalloc.c:2289)
==7066== by 0x6029943: arrow::(anonymous namespace)::JemallocAllocator::AllocateAligned(long, unsigned char**) (memory_pool.cc:134)
==7066== by 0x602951B: arrow::BaseMemoryPoolImpl<arrow::(anonymous namespace)::JemallocAllocator>::Allocate(long, unsigned char**) (memory_pool.cc:245)
==7066== by 0x600C3BE: arrow::PoolBuffer::Reserve(long) (buffer.cc:125)
==7066== by 0x600C0B4: arrow::PoolBuffer::Resize(long, bool) (buffer.cc:146)
==7066== by 0x600A8CB: arrow::Status arrow::(anonymous namespace)::ResizePoolBuffer<std::shared_ptr<arrow::PoolBuffer>, std::shared_ptr<arrow::Buffer> >(std::shared_ptr<arrow::PoolBuffer>&&, long, std::shared_ptr<arrow::Buffer>*) (buffer.cc:176)
==7066== by 0x600A447: arrow::AllocateBuffer(arrow::MemoryPool*, long, std::shared_ptr<arrow::Buffer>*) (buffer.cc:185)
==7066== by 0x600ACB3: arrow::AllocateBuffer(long, std::shared_ptr<arrow::Buffer>*) (buffer.cc:194)
==7066== by 0x4F7E893: std::shared_ptr<arrow::NumericArray<arrow::Int32Type> > arrow::random::GenerateNumericArray<arrow::Int32Type, arrow::random::GenerateOptions<int, std::uniform_int_distribution<int> > >(long, arrow::random::GenerateOptions<int, std::uniform_int_distribution<int> >) (random.cc:109)
==7066== Address 0x9000070 is in a rw- anonymous segment
==7066==
==7066== Invalid write of size 8
==7066== at 0x6A2E714: je_arrow_private_je_arena_mapbitsp_write (arena.h:927)
==7066== by 0x6A2E714: je_arrow_private_je_arena_mapbits_unallocated_set (arena.h:957)
==7066== by 0x6A2E714: arena_chunk_init_hard (arena.c:722)
==7066== by 0x6A2E714: arena_chunk_alloc (arena.c:763)
==7066== by 0x6A27C83: arena_run_alloc_small (arena.c:1248)
==7066== by 0x6A27C83: arena_bin_nonfull_run_get (arena.c:2380)
==7066== by 0x6A27C83: arena_bin_malloc_hard (arena.c:2421)
==7066== by 0x6A28694: arena_malloc_small (arena.c:2637)
==7066== by 0x6A28694: je_arrow_private_je_arena_malloc_hard (arena.c:2751)
==7066== by 0x6A1D590: je_arrow_private_je_ipallocztm (jemalloc_internal.h:1094)
==7066== by 0x6A1D590: je_arrow_private_je_ipalloct (jemalloc_internal.h:1108)
==7066== by 0x6A1D590: imallocx_flags (jemalloc.c:2154)
==7066== by 0x6A1D590: imallocx_no_prof (jemalloc.c:2228)
==7066== by 0x6A1D590: imallocx_body (jemalloc.c:2271)
==7066== by 0x6A1D590: je_arrow_mallocx (jemalloc.c:2289)
==7066== by 0x6029943: arrow::(anonymous namespace)::JemallocAllocator::AllocateAligned(long, unsigned char**) (memory_pool.cc:134)
==7066== by 0x602951B: arrow::BaseMemoryPoolImpl<arrow::(anonymous namespace)::JemallocAllocator>::Allocate(long, unsigned char**) (memory_pool.cc:245)
==7066== by 0x600C3BE: arrow::PoolBuffer::Reserve(long) (buffer.cc:125)
==7066== by 0x600C0B4: arrow::PoolBuffer::Resize(long, bool) (buffer.cc:146)
==7066== by 0x600A8CB: arrow::Status arrow::(anonymous namespace)::ResizePoolBuffer<std::shared_ptr<arrow::PoolBuffer>, std::shared_ptr<arrow::Buffer> >(std::shared_ptr<arrow::PoolBuffer>&&, long, std::shared_ptr<arrow::Buffer>*) (buffer.cc:176)
==7066== by 0x600A447: arrow::AllocateBuffer(arrow::MemoryPool*, long, std::shared_ptr<arrow::Buffer>*) (buffer.cc:185)
==7066== by 0x600ACB3: arrow::AllocateBuffer(long, std::shared_ptr<arrow::Buffer>*) (buffer.cc:194)
==7066== by 0x4F7E893: std::shared_ptr<arrow::NumericArray<arrow::Int32Type> > arrow::random::GenerateNumericArray<arrow::Int32Type, arrow::random::GenerateOptions<int, std::uniform_int_distribution<int> > >(long, arrow::random::GenerateOptions<int, std::uniform_int_distribution<int> >) (random.cc:109)
==7066== Address 0x9000078 is in a rw- anonymous segment
==7066==
==7066== Invalid write of size 8
==7066== at 0x6A2E81E: je_arrow_private_je_arena_mapbitsp_write (arena.h:927)
==7066== by 0x6A2E81E: je_arrow_private_je_arena_mapbits_unallocated_set (arena.h:957)
==7066== by 0x6A2E81E: arena_chunk_init_hard (arena.c:749)
==7066== by 0x6A2E81E: arena_chunk_alloc (arena.c:763)
==7066== by 0x6A27C83: arena_run_alloc_small (arena.c:1248)
==7066== by 0x6A27C83: arena_bin_nonfull_run_get (arena.c:2380)
==7066== by 0x6A27C83: arena_bin_malloc_hard (arena.c:2421)
==7066== by 0x6A28694: arena_malloc_small (arena.c:2637)
==7066== by 0x6A28694: je_arrow_private_je_arena_malloc_hard (arena.c:2751)
==7066== by 0x6A1D590: je_arrow_private_je_ipallocztm (jemalloc_internal.h:1094)
==7066== by 0x6A1D590: je_arrow_private_je_ipalloct (jemalloc_internal.h:1108)
==7066== by 0x6A1D590: imallocx_flags (jemalloc.c:2154)
==7066== by 0x6A1D590: imallocx_no_prof (jemalloc.c:2228)
==7066== by 0x6A1D590: imallocx_body (jemalloc.c:2271)
==7066== by 0x6A1D590: je_arrow_mallocx (jemalloc.c:2289)
==7066== by 0x6029943: arrow::(anonymous namespace)::JemallocAllocator::AllocateAligned(long, unsigned char**) (memory_pool.cc:134)
==7066== by 0x602951B: arrow::BaseMemoryPoolImpl<arrow::(anonymous namespace)::JemallocAllocator>::Allocate(long, unsigned char**) (memory_pool.cc:245)
==7066== by 0x600C3BE: arrow::PoolBuffer::Reserve(long) (buffer.cc:125)
==7066== by 0x600C0B4: arrow::PoolBuffer::Resize(long, bool) (buffer.cc:146)
==7066== by 0x600A8CB: arrow::Status arrow::(anonymous namespace)::ResizePoolBuffer<std::shared_ptr<arrow::PoolBuffer>, std::shared_ptr<arrow::Buffer> >(std::shared_ptr<arrow::PoolBuffer>&&, long, std::shared_ptr<arrow::Buffer>*) (buffer.cc:176)
==7066== by 0x600A447: arrow::AllocateBuffer(arrow::MemoryPool*, long, std::shared_ptr<arrow::Buffer>*) (buffer.cc:185)
==7066== by 0x600ACB3: arrow::AllocateBuffer(long, std::shared_ptr<arrow::Buffer>*) (buffer.cc:194)
==7066== by 0x4F7E893: std::shared_ptr<arrow::NumericArray<arrow::Int32Type> > arrow::random::GenerateNumericArray<arrow::Int32Type, arrow::random::GenerateOptions<int, std::uniform_int_distribution<int> > >(long, arrow::random::GenerateOptions<int, std::uniform_int_distribution<int> >) (random.cc:109)
==7066== Address 0x9001008 is in a rw- anonymous segment
==7066==
==7066== Invalid write of size 8
==7066== at 0x6A2E823: arena_chunk_alloc (arena.c:768)
==7066== by 0x6A27C83: arena_run_alloc_small (arena.c:1248)
==7066== by 0x6A27C83: arena_bin_nonfull_run_get (arena.c:2380)
==7066== by 0x6A27C83: arena_bin_malloc_hard (arena.c:2421)
==7066== by 0x6A28694: arena_malloc_small (arena.c:2637)
==7066== by 0x6A28694: je_arrow_private_je_arena_malloc_hard (arena.c:2751)
==7066== by 0x6A1D590: je_arrow_private_je_ipallocztm (jemalloc_internal.h:1094)
==7066== by 0x6A1D590: je_arrow_private_je_ipalloct (jemalloc_internal.h:1108)
==7066== by 0x6A1D590: imallocx_flags (jemalloc.c:2154)
==7066== by 0x6A1D590: imallocx_no_prof (jemalloc.c:2228)
==7066== by 0x6A1D590: imallocx_body (jemalloc.c:2271)
==7066== by 0x6A1D590: je_arrow_mallocx (jemalloc.c:2289)
==7066== by 0x6029943: arrow::(anonymous namespace)::JemallocAllocator::AllocateAligned(long, unsigned char**) (memory_pool.cc:134)
==7066== by 0x602951B: arrow::BaseMemoryPoolImpl<arrow::(anonymous namespace)::JemallocAllocator>::Allocate(long, unsigned char**) (memory_pool.cc:245)
==7066== by 0x600C3BE: arrow::PoolBuffer::Reserve(long) (buffer.cc:125)
==7066== by 0x600C0B4: arrow::PoolBuffer::Resize(long, bool) (buffer.cc:146)
==7066== by 0x600A8CB: arrow::Status arrow::(anonymous namespace)::ResizePoolBuffer<std::shared_ptr<arrow::PoolBuffer>, std::shared_ptr<arrow::Buffer> >(std::shared_ptr<arrow::PoolBuffer>&&, long, std::shared_ptr<arrow::Buffer>*) (buffer.cc:176)
==7066== by 0x600A447: arrow::AllocateBuffer(arrow::MemoryPool*, long, std::shared_ptr<arrow::Buffer>*) (buffer.cc:185)
==7066== by 0x600ACB3: arrow::AllocateBuffer(long, std::shared_ptr<arrow::Buffer>*) (buffer.cc:194)
==7066== by 0x4F7E893: std::shared_ptr<arrow::NumericArray<arrow::Int32Type> > arrow::random::GenerateNumericArray<arrow::Int32Type, arrow::random::GenerateOptions<int, std::uniform_int_distribution<int> > >(long, arrow::random::GenerateOptions<int, std::uniform_int_distribution<int> >) (random.cc:109)
==7066== Address 0x9000050 is in a rw- anonymous segment
==7066==
==7066== Invalid write of size 8
==7066== at 0x6A2E827: arena_chunk_alloc (arena.c:768)
==7066== by 0x6A27C83: arena_run_alloc_small (arena.c:1248)
==7066== by 0x6A27C83: arena_bin_nonfull_run_get (arena.c:2380)
==7066== by 0x6A27C83: arena_bin_malloc_hard (arena.c:2421)
==7066== by 0x6A28694: arena_malloc_small (arena.c:2637)
==7066== by 0x6A28694: je_arrow_private_je_arena_malloc_hard (arena.c:2751)
==7066== by 0x6A1D590: je_arrow_private_je_ipallocztm (jemalloc_internal.h:1094)
==7066== by 0x6A1D590: je_arrow_private_je_ipalloct (jemalloc_internal.h:1108)
==7066== by 0x6A1D590: imallocx_flags (jemalloc.c:2154)
==7066== by 0x6A1D590: imallocx_no_prof (jemalloc.c:2228)
==7066== by 0x6A1D590: imallocx_body (jemalloc.c:2271)
==7066== by 0x6A1D590: je_arrow_mallocx (jemalloc.c:2289)
==7066== by 0x6029943: arrow::(anonymous namespace)::JemallocAllocator::AllocateAligned(long, unsigned char**) (memory_pool.cc:134)
==7066== by 0x602951B: arrow::BaseMemoryPoolImpl<arrow::(anonymous namespace)::JemallocAllocator>::Allocate(long, unsigned char**) (memory_pool.cc:245)
==7066== by 0x600C3BE: arrow::PoolBuffer::Reserve(long) (buffer.cc:125)
==7066== by 0x600C0B4: arrow::PoolBuffer::Resize(long, bool) (buffer.cc:146)
==7066== by 0x600A8CB: arrow::Status arrow::(anonymous namespace)::ResizePoolBuffer<std::shared_ptr<arrow::PoolBuffer>, std::shared_ptr<arrow::Buffer> >(std::shared_ptr<arrow::PoolBuffer>&&, long, std::shared_ptr<arrow::Buffer>*) (buffer.cc:176)
==7066== by 0x600A447: arrow::AllocateBuffer(arrow::MemoryPool*, long, std::shared_ptr<arrow::Buffer>*) (buffer.cc:185)
==7066== by 0x600ACB3: arrow::AllocateBuffer(long, std::shared_ptr<arrow::Buffer>*) (buffer.cc:194)
==7066== by 0x4F7E893: std::shared_ptr<arrow::NumericArray<arrow::Int32Type> > arrow::random::GenerateNumericArray<arrow::Int32Type, arrow::random::GenerateOptions<int, std::uniform_int_distribution<int> > >(long, arrow::random::GenerateOptions<int, std::uniform_int_distribution<int> >) (random.cc:109)
==7066== Address 0x9000058 is in a rw- anonymous segment
==7066==
==7066== Invalid write of size 8
==7066== at 0x6A2E83B: arena_chunk_alloc (arena.c:769)
==7066== by 0x6A27C83: arena_run_alloc_small (arena.c:1248)
==7066== by 0x6A27C83: arena_bin_nonfull_run_get (arena.c:2380)
==7066== by 0x6A27C83: arena_bin_malloc_hard (arena.c:2421)
==7066== by 0x6A28694: arena_malloc_small (arena.c:2637)
==7066== by 0x6A28694: je_arrow_private_je_arena_malloc_hard (arena.c:2751)
==7066== by 0x6A1D590: je_arrow_private_je_ipallocztm (jemalloc_internal.h:1094)
==7066== by 0x6A1D590: je_arrow_private_je_ipalloct (jemalloc_internal.h:1108)
==7066== by 0x6A1D590: imallocx_flags (jemalloc.c:2154)
==7066== by 0x6A1D590: imallocx_no_prof (jemalloc.c:2228)
==7066== by 0x6A1D590: imallocx_body (jemalloc.c:2271)
==7066== by 0x6A1D590: je_arrow_mallocx (jemalloc.c:2289)
==7066== by 0x6029943: arrow::(anonymous namespace)::JemallocAllocator::AllocateAligned(long, unsigned char**) (memory_pool.cc:134)
==7066== by 0x602951B: arrow::BaseMemoryPoolImpl<arrow::(anonymous namespace)::JemallocAllocator>::Allocate(long, unsigned char**) (memory_pool.cc:245)
==7066== by 0x600C3BE: arrow::PoolBuffer::Reserve(long) (buffer.cc:125)
==7066== by 0x600C0B4: arrow::PoolBuffer::Resize(long, bool) (buffer.cc:146)
==7066== by 0x600A8CB: arrow::Status arrow::(anonymous namespace)::ResizePoolBuffer<std::shared_ptr<arrow::PoolBuffer>, std::shared_ptr<arrow::Buffer> >(std::shared_ptr<arrow::PoolBuffer>&&, long, std::shared_ptr<arrow::Buffer>*) (buffer.cc:176)
==7066== by 0x600A447: arrow::AllocateBuffer(arrow::MemoryPool*, long, std::shared_ptr<arrow::Buffer>*) (buffer.cc:185)
==7066== by 0x600ACB3: arrow::AllocateBuffer(long, std::shared_ptr<arrow::Buffer>*) (buffer.cc:194)
==7066== by 0x4F7E893: std::shared_ptr<arrow::NumericArray<arrow::Int32Type> > arrow::random::GenerateNumericArray<arrow::Int32Type, arrow::random::GenerateOptions<int, std::uniform_int_distribution<int> > >(long, arrow::random::GenerateOptions<int, std::uniform_int_distribution<int> >) (random.cc:109)
==7066== Address 0x9000058 is in a rw- anonymous segment
==7066==
==7066== Invalid write of size 8
==7066== at 0x6A2E846: arena_chunk_alloc (arena.c:769)
==7066== by 0x6A27C83: arena_run_alloc_small (arena.c:1248)
==7066== by 0x6A27C83: arena_bin_nonfull_run_get (arena.c:2380)
==7066== by 0x6A27C83: arena_bin_malloc_hard (arena.c:2421)
==7066== by 0x6A28694: arena_malloc_small (arena.c:2637)
==7066== by 0x6A28694: je_arrow_private_je_arena_malloc_hard (arena.c:2751)
==7066== by 0x6A1D590: je_arrow_private_je_ipallocztm (jemalloc_internal.h:1094)
==7066== by 0x6A1D590: je_arrow_private_je_ipalloct (jemalloc_internal.h:1108)
==7066== by 0x6A1D590: imallocx_flags (jemalloc.c:2154)
==7066== by 0x6A1D590: imallocx_no_prof (jemalloc.c:2228)
==7066== by 0x6A1D590: imallocx_body (jemalloc.c:2271)
==7066== by 0x6A1D590: je_arrow_mallocx (jemalloc.c:2289)
==7066== by 0x6029943: arrow::(anonymous namespace)::JemallocAllocator::AllocateAligned(long, unsigned char**) (memory_pool.cc:134)
==7066== by 0x602951B: arrow::BaseMemoryPoolImpl<arrow::(anonymous namespace)::JemallocAllocator>::Allocate(long, unsigned char**) (memory_pool.cc:245)
==7066== by 0x600C3BE: arrow::PoolBuffer::Reserve(long) (buffer.cc:125)
==7066== by 0x600C0B4: arrow::PoolBuffer::Resize(long, bool) (buffer.cc:146)
==7066== by 0x600A8CB: arrow::Status arrow::(anonymous namespace)::ResizePoolBuffer<std::shared_ptr<arrow::PoolBuffer>, std::shared_ptr<arrow::Buffer> >(std::shared_ptr<arrow::PoolBuffer>&&, long, std::shared_ptr<arrow::Buffer>*) (buffer.cc:176)
==7066== by 0x600A447: arrow::AllocateBuffer(arrow::MemoryPool*, long, std::shared_ptr<arrow::Buffer>*) (buffer.cc:185)
==7066== by 0x600ACB3: arrow::AllocateBuffer(long, std::shared_ptr<arrow::Buffer>*) (buffer.cc:194)
==7066== by 0x4F7E893: std::shared_ptr<arrow::NumericArray<arrow::Int32Type> > arrow::random::GenerateNumericArray<arrow::Int32Type, arrow::random::GenerateOptions<int, std::uniform_int_distribution<int> > >(long, arrow::random::GenerateOptions<int, std::uniform_int_distribution<int> >) (random.cc:109)
==7066== Address 0x9000050 is in a rw- anonymous segment
==7066==
==7066== Invalid read of size 8
==7066== at 0x6A2E859: arena_chunk_alloc (arena.c:769)
==7066== by 0x6A27C83: arena_run_alloc_small (arena.c:1248)
==7066== by 0x6A27C83: arena_bin_nonfull_run_get (arena.c:2380)
==7066== by 0x6A27C83: arena_bin_malloc_hard (arena.c:2421)
==7066== by 0x6A28694: arena_malloc_small (arena.c:2637)
==7066== by 0x6A28694: je_arrow_private_je_arena_malloc_hard (arena.c:2751)
==7066== by 0x6A1D590: je_arrow_private_je_ipallocztm (jemalloc_internal.h:1094)
==7066== by 0x6A1D590: je_arrow_private_je_ipalloct (jemalloc_internal.h:1108)
==7066== by 0x6A1D590: imallocx_flags (jemalloc.c:2154)
==7066== by 0x6A1D590: imallocx_no_prof (jemalloc.c:2228)
==7066== by 0x6A1D590: imallocx_body (jemalloc.c:2271)
==7066== by 0x6A1D590: je_arrow_mallocx (jemalloc.c:2289)
==7066== by 0x6029943: arrow::(anonymous namespace)::JemallocAllocator::AllocateAligned(long, unsigned char**) (memory_pool.cc:134)
==7066== by 0x602951B: arrow::BaseMemoryPoolImpl<arrow::(anonymous namespace)::JemallocAllocator>::Allocate(long, unsigned char**) (memory_pool.cc:245)
==7066== by 0x600C3BE: arrow::PoolBuffer::Reserve(long) (buffer.cc:125)
==7066== by 0x600C0B4: arrow::PoolBuffer::Resize(long, bool) (buffer.cc:146)
==7066== by 0x600A8CB: arrow::Status arrow::(anonymous namespace)::ResizePoolBuffer<std::shared_ptr<arrow::PoolBuffer>, std::shared_ptr<arrow::Buffer> >(std::shared_ptr<arrow::PoolBuffer>&&, long, std::shared_ptr<arrow::Buffer>*) (buffer.cc:176)
==7066== by 0x600A447: arrow::AllocateBuffer(arrow::MemoryPool*, long, std::shared_ptr<arrow::Buffer>*) (buffer.cc:185)
==7066== by 0x600ACB3: arrow::AllocateBuffer(long, std::shared_ptr<arrow::Buffer>*) (buffer.cc:194)
==7066== by 0x4F7E893: std::shared_ptr<arrow::NumericArray<arrow::Int32Type> > arrow::random::GenerateNumericArray<arrow::Int32Type, arrow::random::GenerateOptions<int, std::uniform_int_distribution<int> > >(long, arrow::random::GenerateOptions<int, std::uniform_int_distribution<int> >) (random.cc:109)
==7066== Address 0x9000050 is in a rw- anonymous segment
==7066==
==7066== Invalid read of size 8
==7066== at 0x6A2E909: je_arrow_private_je_arena_miscelm_to_pageind (arena.h:743)
==7066== by 0x6A2E909: arena_miscelm_size_get (arena.c:55)
==7066== by 0x6A2E909: arena_avail_insert (arena.c:191)
==7066== by 0x6A2E87A: arena_chunk_alloc (arena.c:770)
==7066== by 0x6A27C83: arena_run_alloc_small (arena.c:1248)
==7066== by 0x6A27C83: arena_bin_nonfull_run_get (arena.c:2380)
==7066== by 0x6A27C83: arena_bin_malloc_hard (arena.c:2421)
==7066== by 0x6A28694: arena_malloc_small (arena.c:2637)
==7066== by 0x6A28694: je_arrow_private_je_arena_malloc_hard (arena.c:2751)
==7066== by 0x6A1D590: je_arrow_private_je_ipallocztm (jemalloc_internal.h:1094)
==7066== by 0x6A1D590: je_arrow_private_je_ipalloct (jemalloc_internal.h:1108)
==7066== by 0x6A1D590: imallocx_flags (jemalloc.c:2154)
==7066== by 0x6A1D590: imallocx_no_prof (jemalloc.c:2228)
==7066== by 0x6A1D590: imallocx_body (jemalloc.c:2271)
==7066== by 0x6A1D590: je_arrow_mallocx (jemalloc.c:2289)
==7066== by 0x6029943: arrow::(anonymous namespace)::JemallocAllocator::AllocateAligned(long, unsigned char**) (memory_pool.cc:134)
==7066== by 0x602951B: arrow::BaseMemoryPoolImpl<arrow::(anonymous namespace)::JemallocAllocator>::Allocate(long, unsigned char**) (memory_pool.cc:245)
==7066== by 0x600C3BE: arrow::PoolBuffer::Reserve(long) (buffer.cc:125)
==7066== by 0x600C0B4: arrow::PoolBuffer::Resize(long, bool) (buffer.cc:146)
==7066== by 0x600A8CB: arrow::Status arrow::(anonymous namespace)::ResizePoolBuffer<std::shared_ptr<arrow::PoolBuffer>, std::shared_ptr<arrow::Buffer> >(std::shared_ptr<arrow::PoolBuffer>&&, long, std::shared_ptr<arrow::Buffer>*) (buffer.cc:176)
==7066== by 0x600A447: arrow::AllocateBuffer(arrow::MemoryPool*, long, std::shared_ptr<arrow::Buffer>*) (buffer.cc:185)
==7066== by 0x600ACB3: arrow::AllocateBuffer(long, std::shared_ptr<arrow::Buffer>*) (buffer.cc:194)
==7066== Address 0x9000078 is in a rw- anonymous segment
==7066==
==7066== Invalid write of size 8
==7066== at 0x6A2E9C2: arena_run_heap_insert (arena.c:114)
==7066== by 0x6A2E9C2: arena_avail_insert (arena.c:197)
==7066== by 0x6A2E87A: arena_chunk_alloc (arena.c:770)
==7066== by 0x6A27C83: arena_run_alloc_small (arena.c:1248)
==7066== by 0x6A27C83: arena_bin_nonfull_run_get (arena.c:2380)
==7066== by 0x6A27C83: arena_bin_malloc_hard (arena.c:2421)
==7066== by 0x6A28694: arena_malloc_small (arena.c:2637)
==7066== by 0x6A28694: je_arrow_private_je_arena_malloc_hard (arena.c:2751)
==7066== by 0x6A1D590: je_arrow_private_je_ipallocztm (jemalloc_internal.h:1094)
==7066== by 0x6A1D590: je_arrow_private_je_ipalloct (jemalloc_internal.h:1108)
==7066== by 0x6A1D590: imallocx_flags (jemalloc.c:2154)
==7066== by 0x6A1D590: imallocx_no_prof (jemalloc.c:2228)
==7066== by 0x6A1D590: imallocx_body (jemalloc.c:2271)
==7066== by 0x6A1D590: je_arrow_mallocx (jemalloc.c:2289)
==7066== by 0x6029943: arrow::(anonymous namespace)::JemallocAllocator::AllocateAligned(long, unsigned char**) (memory_pool.cc:134)
==7066== by 0x602951B: arrow::BaseMemoryPoolImpl<arrow::(anonymous namespace)::JemallocAllocator>::Allocate(long, unsigned char**) (memory_pool.cc:245)
==7066== by 0x600C3BE: arrow::PoolBuffer::Reserve(long) (buffer.cc:125)
==7066== by 0x600C0B4: arrow::PoolBuffer::Resize(long, bool) (buffer.cc:146)
==7066== by 0x600A8CB: arrow::Status arrow::(anonymous namespace)::ResizePoolBuffer<std::shared_ptr<arrow::PoolBuffer>, std::shared_ptr<arrow::Buffer> >(std::shared_ptr<arrow::PoolBuffer>&&, long, std::shared_ptr<arrow::Buffer>*) (buffer.cc:176)
==7066== by 0x600A447: arrow::AllocateBuffer(arrow::MemoryPool*, long, std::shared_ptr<arrow::Buffer>*) (buffer.cc:185)
==7066== by 0x600ACB3: arrow::AllocateBuffer(long, std::shared_ptr<arrow::Buffer>*) (buffer.cc:194)
==7066== Address 0x9001010 is in a rw- anonymous segment
==7066==
==7066== Invalid write of size 8
==7066== at 0x6A2E9C6: arena_run_heap_insert (arena.c:114)
==7066== by 0x6A2E9C6: arena_avail_insert (arena.c:197)
==7066== by 0x6A2E87A: arena_chunk_alloc (arena.c:770)
==7066== by 0x6A27C83: arena_run_alloc_small (arena.c:1248)
==7066== by 0x6A27C83: arena_bin_nonfull_run_get (arena.c:2380)
==7066== by 0x6A27C83: arena_bin_malloc_hard (arena.c:2421)
==7066== by 0x6A28694: arena_malloc_small (arena.c:2637)
==7066== by 0x6A28694: je_arrow_private_je_arena_malloc_hard (arena.c:2751)
==7066== by 0x6A1D590: je_arrow_private_je_ipallocztm (jemalloc_internal.h:1094)
==7066== by 0x6A1D590: je_arrow_private_je_ipalloct (jemalloc_internal.h:1108)
==7066== by 0x6A1D590: imallocx_flags (jemalloc.c:2154)
==7066== by 0x6A1D590: imallocx_no_prof (jemalloc.c:2228)
==7066== by 0x6A1D590: imallocx_body (jemalloc.c:2271)
==7066== by 0x6A1D590: je_arrow_mallocx (jemalloc.c:2289)
==7066== by 0x6029943: arrow::(anonymous namespace)::JemallocAllocator::AllocateAligned(long, unsigned char**) (memory_pool.cc:134)
==7066== by 0x602951B: arrow::BaseMemoryPoolImpl<arrow::(anonymous namespace)::JemallocAllocator>::Allocate(long, unsigned char**) (memory_pool.cc:245)
==7066== by 0x600C3BE: arrow::PoolBuffer::Reserve(long) (buffer.cc:125)
==7066== by 0x600C0B4: arrow::PoolBuffer::Resize(long, bool) (buffer.cc:146)
==7066== by 0x600A8CB: arrow::Status arrow::(anonymous namespace)::ResizePoolBuffer<std::shared_ptr<arrow::PoolBuffer>, std::shared_ptr<arrow::Buffer> >(std::shared_ptr<arrow::PoolBuffer>&&, long, std::shared_ptr<arrow::Buffer>*) (buffer.cc:176)
==7066== by 0x600A447: arrow::AllocateBuffer(arrow::MemoryPool*, long, std::shared_ptr<arrow::Buffer>*) (buffer.cc:185)
==7066== by 0x600ACB3: arrow::AllocateBuffer(long, std::shared_ptr<arrow::Buffer>*) (buffer.cc:194)
==7066== Address 0x9001020 is in a rw- anonymous segment
==7066==
==7066== Invalid read of size 8
==7066== at 0x6A30889: je_arrow_private_je_arena_miscelm_to_pageind (arena.h:0)
==7066== by 0x6A30889: arena_run_split_small (arena.c:539)
==7066== by 0x6A27D39: arena_bin_nonfull_run_get (arena.c:0)
==7066== by 0x6A27D39: arena_bin_malloc_hard (arena.c:2421)
==7066== by 0x6A28694: arena_malloc_small (arena.c:2637)
==7066== by 0x6A28694: je_arrow_private_je_arena_malloc_hard (arena.c:2751)
==7066== by 0x6A1D590: je_arrow_private_je_ipallocztm (jemalloc_internal.h:1094)
==7066== by 0x6A1D590: je_arrow_private_je_ipalloct (jemalloc_internal.h:1108)
==7066== by 0x6A1D590: imallocx_flags (jemalloc.c:2154)
==7066== by 0x6A1D590: imallocx_no_prof (jemalloc.c:2228)
==7066== by 0x6A1D590: imallocx_body (jemalloc.c:2271)
==7066== by 0x6A1D590: je_arrow_mallocx (jemalloc.c:2289)
==7066== by 0x6029943: arrow::(anonymous namespace)::JemallocAllocator::AllocateAligned(long, unsigned char**) (memory_pool.cc:134)
==7066== by 0x602951B: arrow::BaseMemoryPoolImpl<arrow::(anonymous namespace)::JemallocAllocator>::Allocate(long, unsigned char**) (memory_pool.cc:245)
==7066== by 0x600C3BE: arrow::PoolBuffer::Reserve(long) (buffer.cc:125)
==7066== by 0x600C0B4: arrow::PoolBuffer::Resize(long, bool) (buffer.cc:146)
==7066== by 0x600A8CB: arrow::Status arrow::(anonymous namespace)::ResizePoolBuffer<std::shared_ptr<arrow::PoolBuffer>, std::shared_ptr<arrow::Buffer> >(std::shared_ptr<arrow::PoolBuffer>&&, long, std::shared_ptr<arrow::Buffer>*) (buffer.cc:176)
==7066== by 0x600A447: arrow::AllocateBuffer(arrow::MemoryPool*, long, std::shared_ptr<arrow::Buffer>*) (buffer.cc:185)
==7066== by 0x600ACB3: arrow::AllocateBuffer(long, std::shared_ptr<arrow::Buffer>*) (buffer.cc:194)
==7066== by 0x4F7E893: std::shared_ptr<arrow::NumericArray<arrow::Int32Type> > arrow::random::GenerateNumericArray<arrow::Int32Type, arrow::random::GenerateOptions<int, std::uniform_int_distribution<int> > >(long, arrow::random::GenerateOptions<int, std::uniform_int_distribution<int> >) (random.cc:109)
==7066== Address 0x9000078 is in a rw- anonymous segment
==7066==
==7066== Invalid read of size 8
==7066== at 0x6A2ED49: je_arrow_private_je_arena_bitselm_get_mutable (arena.h:710)
==7066== by 0x6A2ED49: je_arrow_private_je_arena_mapbitsp_get_mutable (arena.h:788)
==7066== by 0x6A2ED49: je_arrow_private_je_arena_mapbitsp_get_const (arena.h:795)
==7066== by 0x6A2ED49: je_arrow_private_je_arena_mapbits_get (arena.h:809)
==7066== by 0x6A2ED49: je_arrow_private_je_arena_mapbits_unallocated_size_get (arena.h:833)
==7066== by 0x6A2ED49: arena_run_split_remove (arena.c:391)
==7066== by 0x6A308C6: arena_run_split_small (arena.c:549)
==7066== by 0x6A27D39: arena_bin_nonfull_run_get (arena.c:0)
==7066== by 0x6A27D39: arena_bin_malloc_hard (arena.c:2421)
==7066== by 0x6A28694: arena_malloc_small (arena.c:2637)
==7066== by 0x6A28694: je_arrow_private_je_arena_malloc_hard (arena.c:2751)
==7066== by 0x6A1D590: je_arrow_private_je_ipallocztm (jemalloc_internal.h:1094)
==7066== by 0x6A1D590: je_arrow_private_je_ipalloct (jemalloc_internal.h:1108)
==7066== by 0x6A1D590: imallocx_flags (jemalloc.c:2154)
==7066== by 0x6A1D590: imallocx_no_prof (jemalloc.c:2228)
==7066== by 0x6A1D590: imallocx_body (jemalloc.c:2271)
==7066== by 0x6A1D590: je_arrow_mallocx (jemalloc.c:2289)
==7066== by 0x6029943: arrow::(anonymous namespace)::JemallocAllocator::AllocateAligned(long, unsigned char**) (memory_pool.cc:134)
==7066== by 0x602951B: arrow::BaseMemoryPoolImpl<arrow::(anonymous namespace)::JemallocAllocator>::Allocate(long, unsigned char**) (memory_pool.cc:245)
==7066== by 0x600C3BE: arrow::PoolBuffer::Reserve(long) (buffer.cc:125)
==7066== by 0x600C0B4: arrow::PoolBuffer::Resize(long, bool) (buffer.cc:146)
==7066== by 0x600A8CB: arrow::Status arrow::(anonymous namespace)::ResizePoolBuffer<std::shared_ptr<arrow::PoolBuffer>, std::shared_ptr<arrow::Buffer> >(std::shared_ptr<arrow::PoolBuffer>&&, long, std::shared_ptr<arrow::Buffer>*) (buffer.cc:176)
==7066== by 0x600A447: arrow::AllocateBuffer(arrow::MemoryPool*, long, std::shared_ptr<arrow::Buffer>*) (buffer.cc:185)
==7066== by 0x600ACB3: arrow::AllocateBuffer(long, std::shared_ptr<arrow::Buffer>*) (buffer.cc:194)
==7066== Address 0x9000078 is in a rw- anonymous segment
==7066==
==7066== Invalid read of size 8
==7066== at 0x6A2EDA1: je_arrow_private_je_arena_miscelm_to_pageind (arena.h:743)
==7066== by 0x6A2EDA1: arena_miscelm_size_get (arena.c:55)
==7066== by 0x6A2EDA1: arena_avail_remove (arena.c:205)
==7066== by 0x6A2EDA1: arena_run_split_remove (arena.c:398)
==7066== by 0x6A308C6: arena_run_split_small (arena.c:549)
==7066== by 0x6A27D39: arena_bin_nonfull_run_get (arena.c:0)
==7066== by 0x6A27D39: arena_bin_malloc_hard (arena.c:2421)
==7066== by 0x6A28694: arena_malloc_small (arena.c:2637)
==7066== by 0x6A28694: je_arrow_private_je_arena_malloc_hard (arena.c:2751)
==7066== by 0x6A1D590: je_arrow_private_je_ipallocztm (jemalloc_internal.h:1094)
==7066== by 0x6A1D590: je_arrow_private_je_ipalloct (jemalloc_internal.h:1108)
==7066== by 0x6A1D590: imallocx_flags (jemalloc.c:2154)
==7066== by 0x6A1D590: imallocx_no_prof (jemalloc.c:2228)
==7066== by 0x6A1D590: imallocx_body (jemalloc.c:2271)
==7066== by 0x6A1D590: je_arrow_mallocx (jemalloc.c:2289)
==7066== by 0x6029943: arrow::(anonymous namespace)::JemallocAllocator::AllocateAligned(long, unsigned char**) (memory_pool.cc:134)
==7066== by 0x602951B: arrow::BaseMemoryPoolImpl<arrow::(anonymous namespace)::JemallocAllocator>::Allocate(long, unsigned char**) (memory_pool.cc:245)
==7066== by 0x600C3BE: arrow::PoolBuffer::Reserve(long) (buffer.cc:125)
==7066== by 0x600C0B4: arrow::PoolBuffer::Resize(long, bool) (buffer.cc:146)
==7066== by 0x600A8CB: arrow::Status arrow::(anonymous namespace)::ResizePoolBuffer<std::shared_ptr<arrow::PoolBuffer>, std::shared_ptr<arrow::Buffer> >(std::shared_ptr<arrow::PoolBuffer>&&, long, std::shared_ptr<arrow::Buffer>*) (buffer.cc:176)
==7066== by 0x600A447: arrow::AllocateBuffer(arrow::MemoryPool*, long, std::shared_ptr<arrow::Buffer>*) (buffer.cc:185)
==7066== by 0x600ACB3: arrow::AllocateBuffer(long, std::shared_ptr<arrow::Buffer>*) (buffer.cc:194)
==7066== Address 0x9000078 is in a rw- anonymous segment
==7066==
==7066== Invalid read of size 8
==7066== at 0x6A2F103: arena_run_heap_remove (arena.c:114)
==7066== by 0x6A2EE69: arena_avail_remove (arena.c:211)
==7066== by 0x6A2EE69: arena_run_split_remove (arena.c:398)
==7066== by 0x6A308C6: arena_run_split_small (arena.c:549)
==7066== by 0x6A27D39: arena_bin_nonfull_run_get (arena.c:0)
==7066== by 0x6A27D39: arena_bin_malloc_hard (arena.c:2421)
==7066== by 0x6A28694: arena_malloc_small (arena.c:2637)
==7066== by 0x6A28694: je_arrow_private_je_arena_malloc_hard (arena.c:2751)
==7066== by 0x6A1D590: je_arrow_private_je_ipallocztm (jemalloc_internal.h:1094)
==7066== by 0x6A1D590: je_arrow_private_je_ipalloct (jemalloc_internal.h:1108)
==7066== by 0x6A1D590: imallocx_flags (jemalloc.c:2154)
==7066== by 0x6A1D590: imallocx_no_prof (jemalloc.c:2228)
==7066== by 0x6A1D590: imallocx_body (jemalloc.c:2271)
==7066== by 0x6A1D590: je_arrow_mallocx (jemalloc.c:2289)
==7066== by 0x6029943: arrow::(anonymous namespace)::JemallocAllocator::AllocateAligned(long, unsigned char**) (memory_pool.cc:134)
==7066== by 0x602951B: arrow::BaseMemoryPoolImpl<arrow::(anonymous namespace)::JemallocAllocator>::Allocate(long, unsigned char**) (memory_pool.cc:245)
==7066== by 0x600C3BE: arrow::PoolBuffer::Reserve(long) (buffer.cc:125)
==7066== by 0x600C0B4: arrow::PoolBuffer::Resize(long, bool) (buffer.cc:146)
==7066== by 0x600A8CB: arrow::Status arrow::(anonymous namespace)::ResizePoolBuffer<std::shared_ptr<arrow::PoolBuffer>, std::shared_ptr<arrow::Buffer> >(std::shared_ptr<arrow::PoolBuffer>&&, long, std::shared_ptr<arrow::Buffer>*) (buffer.cc:176)
==7066== by 0x600A447: arrow::AllocateBuffer(arrow::MemoryPool*, long, std::shared_ptr<arrow::Buffer>*) (buffer.cc:185)
==7066== Address 0x9001018 is in a rw- anonymous segment
==7066==
==7066== Invalid read of size 8
==7066== at 0x6A2F542: arena_run_heap_remove (arena.c:114)
==7066== by 0x6A2EE69: arena_avail_remove (arena.c:211)
==7066== by 0x6A2EE69: arena_run_split_remove (arena.c:398)
==7066== by 0x6A308C6: arena_run_split_small (arena.c:549)
==7066== by 0x6A27D39: arena_bin_nonfull_run_get (arena.c:0)
==7066== by 0x6A27D39: arena_bin_malloc_hard (arena.c:2421)
==7066== by 0x6A28694: arena_malloc_small (arena.c:2637)
==7066== by 0x6A28694: je_arrow_private_je_arena_malloc_hard (arena.c:2751)
==7066== by 0x6A1D590: je_arrow_private_je_ipallocztm (jemalloc_internal.h:1094)
==7066== by 0x6A1D590: je_arrow_private_je_ipalloct (jemalloc_internal.h:1108)
==7066== by 0x6A1D590: imallocx_flags (jemalloc.c:2154)
==7066== by 0x6A1D590: imallocx_no_prof (jemalloc.c:2228)
==7066== by 0x6A1D590: imallocx_body (jemalloc.c:2271)
==7066== by 0x6A1D590: je_arrow_mallocx (jemalloc.c:2289)
==7066== by 0x6029943: arrow::(anonymous namespace)::JemallocAllocator::AllocateAligned(long, unsigned char**) (memory_pool.cc:134)
==7066== by 0x602951B: arrow::BaseMemoryPoolImpl<arrow::(anonymous namespace)::JemallocAllocator>::Allocate(long, unsigned char**) (memory_pool.cc:245)
==7066== by 0x600C3BE: arrow::PoolBuffer::Reserve(long) (buffer.cc:125)
==7066== by 0x600C0B4: arrow::PoolBuffer::Resize(long, bool) (buffer.cc:146)
==7066== by 0x600A8CB: arrow::Status arrow::(anonymous namespace)::ResizePoolBuffer<std::shared_ptr<arrow::PoolBuffer>, std::shared_ptr<arrow::Buffer> >(std::shared_ptr<arrow::PoolBuffer>&&, long, std::shared_ptr<arrow::Buffer>*) (buffer.cc:176)
==7066== by 0x600A447: arrow::AllocateBuffer(arrow::MemoryPool*, long, std::shared_ptr<arrow::Buffer>*) (buffer.cc:185)
==7066== Address 0x9001020 is in a rw- anonymous segment
==7066==
==7066== Invalid read of size 4
==7066== at 0x6A2EF7A: arena_run_split_remove (arena.c:415)
==7066== by 0x6A308C6: arena_run_split_small (arena.c:549)
==7066== by 0x6A27D39: arena_bin_nonfull_run_get (arena.c:0)
==7066== by 0x6A27D39: arena_bin_malloc_hard (arena.c:2421)
==7066== by 0x6A28694: arena_malloc_small (arena.c:2637)
==7066== by 0x6A28694: je_arrow_private_je_arena_malloc_hard (arena.c:2751)
==7066== by 0x6A1D590: je_arrow_private_je_ipallocztm (jemalloc_internal.h:1094)
==7066== by 0x6A1D590: je_arrow_private_je_ipalloct (jemalloc_internal.h:1108)
==7066== by 0x6A1D590: imallocx_flags (jemalloc.c:2154)
==7066== by 0x6A1D590: imallocx_no_prof (jemalloc.c:2228)
==7066== by 0x6A1D590: imallocx_body (jemalloc.c:2271)
==7066== by 0x6A1D590: je_arrow_mallocx (jemalloc.c:2289)
==7066== by 0x6029943: arrow::(anonymous namespace)::JemallocAllocator::AllocateAligned(long, unsigned char**) (memory_pool.cc:134)
==7066== by 0x602951B: arrow::BaseMemoryPoolImpl<arrow::(anonymous namespace)::JemallocAllocator>::Allocate(long, unsigned char**) (memory_pool.cc:245)
==7066== by 0x600C3BE: arrow::PoolBuffer::Reserve(long) (buffer.cc:125)
==7066== by 0x600C0B4: arrow::PoolBuffer::Resize(long, bool) (buffer.cc:146)
==7066== by 0x600A8CB: arrow::Status arrow::(anonymous namespace)::ResizePoolBuffer<std::shared_ptr<arrow::PoolBuffer>, std::shared_ptr<arrow::Buffer> >(std::shared_ptr<arrow::PoolBuffer>&&, long, std::shared_ptr<arrow::Buffer>*) (buffer.cc:176)
==7066== by 0x600A447: arrow::AllocateBuffer(arrow::MemoryPool*, long, std::shared_ptr<arrow::Buffer>*) (buffer.cc:185)
==7066== by 0x600ACB3: arrow::AllocateBuffer(long, std::shared_ptr<arrow::Buffer>*) (buffer.cc:194)
==7066== Address 0x9001008 is in a rw- anonymous segment
==7066==
==7066== Invalid write of size 8
==7066== at 0x6A2EF89: je_arrow_private_je_arena_mapbitsp_write (arena.h:927)
==7066== by 0x6A2EF89: je_arrow_private_je_arena_mapbits_unallocated_set (arena.h:957)
==7066== by 0x6A2EF89: arena_run_split_remove (arena.c:413)
==7066== by 0x6A308C6: arena_run_split_small (arena.c:549)
==7066== by 0x6A27D39: arena_bin_nonfull_run_get (arena.c:0)
==7066== by 0x6A27D39: arena_bin_malloc_hard (arena.c:2421)
==7066== by 0x6A28694: arena_malloc_small (arena.c:2637)
==7066== by 0x6A28694: je_arrow_private_je_arena_malloc_hard (arena.c:2751)
==7066== by 0x6A1D590: je_arrow_private_je_ipallocztm (jemalloc_internal.h:1094)
==7066== by 0x6A1D590: je_arrow_private_je_ipalloct (jemalloc_internal.h:1108)
==7066== by 0x6A1D590: imallocx_flags (jemalloc.c:2154)
==7066== by 0x6A1D590: imallocx_no_prof (jemalloc.c:2228)
==7066== by 0x6A1D590: imallocx_body (jemalloc.c:2271)
==7066== by 0x6A1D590: je_arrow_mallocx (jemalloc.c:2289)
==7066== by 0x6029943: arrow::(anonymous namespace)::JemallocAllocator::AllocateAligned(long, unsigned char**) (memory_pool.cc:134)
==7066== by 0x602951B: arrow::BaseMemoryPoolImpl<arrow::(anonymous namespace)::JemallocAllocator>::Allocate(long, unsigned char**) (memory_pool.cc:245)
==7066== by 0x600C3BE: arrow::PoolBuffer::Reserve(long) (buffer.cc:125)
==7066== by 0x600C0B4: arrow::PoolBuffer::Resize(long, bool) (buffer.cc:146)
==7066== by 0x600A8CB: arrow::Status arrow::(anonymous namespace)::ResizePoolBuffer<std::shared_ptr<arrow::PoolBuffer>, std::shared_ptr<arrow::Buffer> >(std::shared_ptr<arrow::PoolBuffer>&&, long, std::shared_ptr<arrow::Buffer>*) (buffer.cc:176)
==7066== by 0x600A447: arrow::AllocateBuffer(arrow::MemoryPool*, long, std::shared_ptr<arrow::Buffer>*) (buffer.cc:185)
==7066== by 0x600ACB3: arrow::AllocateBuffer(long, std::shared_ptr<arrow::Buffer>*) (buffer.cc:194)
==7066== Address 0x9001008 is in a rw- anonymous segment
==7066==
==7066== Invalid write of size 8
==7066== at 0x6A2E9C2: arena_run_heap_insert (arena.c:114)
==7066== by 0x6A2E9C2: arena_avail_insert (arena.c:197)
==7066== by 0x6A308C6: arena_run_split_small (arena.c:549)
==7066== by 0x6A27D39: arena_bin_nonfull_run_get (arena.c:0)
==7066== by 0x6A27D39: arena_bin_malloc_hard (arena.c:2421)
==7066== by 0x6A28694: arena_malloc_small (arena.c:2637)
==7066== by 0x6A28694: je_arrow_private_je_arena_malloc_hard (arena.c:2751)
==7066== by 0x6A1D590: je_arrow_private_je_ipallocztm (jemalloc_internal.h:1094)
==7066== by 0x6A1D590: je_arrow_private_je_ipalloct (jemalloc_internal.h:1108)
==7066== by 0x6A1D590: imallocx_flags (jemalloc.c:2154)
==7066== by 0x6A1D590: imallocx_no_prof (jemalloc.c:2228)
==7066== by 0x6A1D590: imallocx_body (jemalloc.c:2271)
==7066== by 0x6A1D590: je_arrow_mallocx (jemalloc.c:2289)
==7066== by 0x6029943: arrow::(anonymous namespace)::JemallocAllocator::AllocateAligned(long, unsigned char**) (memory_pool.cc:134)
==7066== by 0x602951B: arrow::BaseMemoryPoolImpl<arrow::(anonymous namespace)::JemallocAllocator>::Allocate(long, unsigned char**) (memory_pool.cc:245)
==7066== by 0x600C3BE: arrow::PoolBuffer::Reserve(long) (buffer.cc:125)
==7066== by 0x600C0B4: arrow::PoolBuffer::Resize(long, bool) (buffer.cc:146)
==7066== by 0x600A8CB: arrow::Status arrow::(anonymous namespace)::ResizePoolBuffer<std::shared_ptr<arrow::PoolBuffer>, std::shared_ptr<arrow::Buffer> >(std::shared_ptr<arrow::PoolBuffer>&&, long, std::shared_ptr<arrow::Buffer>*) (buffer.cc:176)
==7066== by 0x600A447: arrow::AllocateBuffer(arrow::MemoryPool*, long, std::shared_ptr<arrow::Buffer>*) (buffer.cc:185)
==7066== by 0x600ACB3: arrow::AllocateBuffer(long, std::shared_ptr<arrow::Buffer>*) (buffer.cc:194)
==7066== Address 0x9001130 is in a rw- anonymous segment
==7066==
==7066== Invalid write of size 8
==7066== at 0x6A2E9C6: arena_run_heap_insert (arena.c:114)
==7066== by 0x6A2E9C6: arena_avail_insert (arena.c:197)
==7066== by 0x6A308C6: arena_run_split_small (arena.c:549)
==7066== by 0x6A27D39: arena_bin_nonfull_run_get (arena.c:0)
==7066== by 0x6A27D39: arena_bin_malloc_hard (arena.c:2421)
==7066== by 0x6A28694: arena_malloc_small (arena.c:2637)
==7066== by 0x6A28694: je_arrow_private_je_arena_malloc_hard (arena.c:2751)
==7066== by 0x6A1D590: je_arrow_private_je_ipallocztm (jemalloc_internal.h:1094)
==7066== by 0x6A1D590: je_arrow_private_je_ipalloct (jemalloc_internal.h:1108)
==7066== by 0x6A1D590: imallocx_flags (jemalloc.c:2154)
==7066== by 0x6A1D590: imallocx_no_prof (jemalloc.c:2228)
==7066== by 0x6A1D590: imallocx_body (jemalloc.c:2271)
==7066== by 0x6A1D590: je_arrow_mallocx (jemalloc.c:2289)
==7066== by 0x6029943: arrow::(anonymous namespace)::JemallocAllocator::AllocateAligned(long, unsigned char**) (memory_pool.cc:134)
==7066== by 0x602951B: arrow::BaseMemoryPoolImpl<arrow::(anonymous namespace)::JemallocAllocator>::Allocate(long, unsigned char**) (memory_pool.cc:245)
==7066== by 0x600C3BE: arrow::PoolBuffer::Reserve(long) (buffer.cc:125)
==7066== by 0x600C0B4: arrow::PoolBuffer::Resize(long, bool) (buffer.cc:146)
==7066== by 0x600A8CB: arrow::Status arrow::(anonymous namespace)::ResizePoolBuffer<std::shared_ptr<arrow::PoolBuffer>, std::shared_ptr<arrow::Buffer> >(std::shared_ptr<arrow::PoolBuffer>&&, long, std::shared_ptr<arrow::Buffer>*) (buffer.cc:176)
==7066== by 0x600A447: arrow::AllocateBuffer(arrow::MemoryPool*, long, std::shared_ptr<arrow::Buffer>*) (buffer.cc:185)
==7066== by 0x600ACB3: arrow::AllocateBuffer(long, std::shared_ptr<arrow::Buffer>*) (buffer.cc:194)
==7066== Address 0x9001140 is in a rw- anonymous segment
==7066==
==7066== Invalid read of size 8
==7066== at 0x6A30994: je_arrow_private_je_arena_bitselm_get_mutable (arena.h:710)
==7066== by 0x6A30994: je_arrow_private_je_arena_mapbitsp_get_mutable (arena.h:788)
==7066== by 0x6A30994: je_arrow_private_je_arena_mapbitsp_get_const (arena.h:795)
==7066== by 0x6A30994: je_arrow_private_je_arena_mapbits_get (arena.h:809)
==7066== by 0x6A30994: je_arrow_private_je_arena_mapbits_unzeroed_get (arena.h:888)
==7066== by 0x6A30994: arena_run_split_small (arena.c:553)
==7066== by 0x6A27D39: arena_bin_nonfull_run_get (arena.c:0)
==7066== by 0x6A27D39: arena_bin_malloc_hard (arena.c:2421)
==7066== by 0x6A28694: arena_malloc_small (arena.c:2637)
==7066== by 0x6A28694: je_arrow_private_je_arena_malloc_hard (arena.c:2751)
==7066== by 0x6A1D590: je_arrow_private_je_ipallocztm (jemalloc_internal.h:1094)
==7066== by 0x6A1D590: je_arrow_private_je_ipalloct (jemalloc_internal.h:1108)
==7066== by 0x6A1D590: imallocx_flags (jemalloc.c:2154)
==7066== by 0x6A1D590: imallocx_no_prof (jemalloc.c:2228)
==7066== by 0x6A1D590: imallocx_body (jemalloc.c:2271)
==7066== by 0x6A1D590: je_arrow_mallocx (jemalloc.c:2289)
==7066== by 0x6029943: arrow::(anonymous namespace)::JemallocAllocator::AllocateAligned(long, unsigned char**) (memory_pool.cc:134)
==7066== by 0x602951B: arrow::BaseMemoryPoolImpl<arrow::(anonymous namespace)::JemallocAllocator>::Allocate(long, unsigned char**) (memory_pool.cc:245)
==7066== by 0x600C3BE: arrow::PoolBuffer::Reserve(long) (buffer.cc:125)
==7066== by 0x600C0B4: arrow::PoolBuffer::Resize(long, bool) (buffer.cc:146)
==7066== by 0x600A8CB: arrow::Status arrow::(anonymous namespace)::ResizePoolBuffer<std::shared_ptr<arrow::PoolBuffer>, std::shared_ptr<arrow::Buffer> >(std::shared_ptr<arrow::PoolBuffer>&&, long, std::shared_ptr<arrow::Buffer>*) (buffer.cc:176)
==7066== by 0x600A447: arrow::AllocateBuffer(arrow::MemoryPool*, long, std::shared_ptr<arrow::Buffer>*) (buffer.cc:185)
==7066== by 0x600ACB3: arrow::AllocateBuffer(long, std::shared_ptr<arrow::Buffer>*) (buffer.cc:194)
==7066== by 0x4F7E893: std::shared_ptr<arrow::NumericArray<arrow::Int32Type> > arrow::random::GenerateNumericArray<arrow::Int32Type, arrow::random::GenerateOptions<int, std::uniform_int_distribution<int> > >(long, arrow::random::GenerateOptions<int, std::uniform_int_distribution<int> >) (random.cc:109)
==7066== Address 0x9000078 is in a rw- anonymous segment
==7066==
==7066== Invalid write of size 8
==7066== at 0x6A309A8: je_arrow_private_je_arena_mapbitsp_write (arena.h:927)
==7066== by 0x6A309A8: je_arrow_private_je_arena_mapbits_small_set (arena.h:1021)
==7066== by 0x6A309A8: arena_run_split_small (arena.c:555)
==7066== by 0x6A27D39: arena_bin_nonfull_run_get (arena.c:0)
==7066== by 0x6A27D39: arena_bin_malloc_hard (arena.c:2421)
==7066== by 0x6A28694: arena_malloc_small (arena.c:2637)
==7066== by 0x6A28694: je_arrow_private_je_arena_malloc_hard (arena.c:2751)
==7066== by 0x6A1D590: je_arrow_private_je_ipallocztm (jemalloc_internal.h:1094)
==7066== by 0x6A1D590: je_arrow_private_je_ipalloct (jemalloc_internal.h:1108)
==7066== by 0x6A1D590: imallocx_flags (jemalloc.c:2154)
==7066== by 0x6A1D590: imallocx_no_prof (jemalloc.c:2228)
==7066== by 0x6A1D590: imallocx_body (jemalloc.c:2271)
==7066== by 0x6A1D590: je_arrow_mallocx (jemalloc.c:2289)
==7066== by 0x6029943: arrow::(anonymous namespace)::JemallocAllocator::AllocateAligned(long, unsigned char**) (memory_pool.cc:134)
==7066== by 0x602951B: arrow::BaseMemoryPoolImpl<arrow::(anonymous namespace)::JemallocAllocator>::Allocate(long, unsigned char**) (memory_pool.cc:245)
==7066== by 0x600C3BE: arrow::PoolBuffer::Reserve(long) (buffer.cc:125)
==7066== by 0x600C0B4: arrow::PoolBuffer::Resize(long, bool) (buffer.cc:146)
==7066== by 0x600A8CB: arrow::Status arrow::(anonymous namespace)::ResizePoolBuffer<std::shared_ptr<arrow::PoolBuffer>, std::shared_ptr<arrow::Buffer> >(std::shared_ptr<arrow::PoolBuffer>&&, long, std::shared_ptr<arrow::Buffer>*) (buffer.cc:176)
==7066== by 0x600A447: arrow::AllocateBuffer(arrow::MemoryPool*, long, std::shared_ptr<arrow::Buffer>*) (buffer.cc:185)
==7066== by 0x600ACB3: arrow::AllocateBuffer(long, std::shared_ptr<arrow::Buffer>*) (buffer.cc:194)
==7066== by 0x4F7E893: std::shared_ptr<arrow::NumericArray<arrow::Int32Type> > arrow::random::GenerateNumericArray<arrow::Int32Type, arrow::random::GenerateOptions<int, std::uniform_int_distribution<int> > >(long, arrow::random::GenerateOptions<int, std::uniform_int_distribution<int> >) (random.cc:109)
==7066== Address 0x9000078 is in a rw- anonymous segment
==7066==
==7066== Invalid write of size 4
==7066== at 0x6A27D5C: arena_bin_nonfull_run_get (arena.c:2383)
==7066== by 0x6A27D5C: arena_bin_malloc_hard (arena.c:2421)
==7066== by 0x6A28694: arena_malloc_small (arena.c:2637)
==7066== by 0x6A28694: je_arrow_private_je_arena_malloc_hard (arena.c:2751)
==7066== by 0x6A1D590: je_arrow_private_je_ipallocztm (jemalloc_internal.h:1094)
==7066== by 0x6A1D590: je_arrow_private_je_ipalloct (jemalloc_internal.h:1108)
==7066== by 0x6A1D590: imallocx_flags (jemalloc.c:2154)
==7066== by 0x6A1D590: imallocx_no_prof (jemalloc.c:2228)
==7066== by 0x6A1D590: imallocx_body (jemalloc.c:2271)
==7066== by 0x6A1D590: je_arrow_mallocx (jemalloc.c:2289)
==7066== by 0x6029943: arrow::(anonymous namespace)::JemallocAllocator::AllocateAligned(long, unsigned char**) (memory_pool.cc:134)
==7066== by 0x602951B: arrow::BaseMemoryPoolImpl<arrow::(anonymous namespace)::JemallocAllocator>::Allocate(long, unsigned char**) (memory_pool.cc:245)
==7066== by 0x600C3BE: arrow::PoolBuffer::Reserve(long) (buffer.cc:125)
==7066== by 0x600C0B4: arrow::PoolBuffer::Resize(long, bool) (buffer.cc:146)
==7066== by 0x600A8CB: arrow::Status arrow::(anonymous namespace)::ResizePoolBuffer<std::shared_ptr<arrow::PoolBuffer>, std::shared_ptr<arrow::Buffer> >(std::shared_ptr<arrow::PoolBuffer>&&, long, std::shared_ptr<arrow::Buffer>*) (buffer.cc:176)
==7066== by 0x600A447: arrow::AllocateBuffer(arrow::MemoryPool*, long, std::shared_ptr<arrow::Buffer>*) (buffer.cc:185)
==7066== by 0x600ACB3: arrow::AllocateBuffer(long, std::shared_ptr<arrow::Buffer>*) (buffer.cc:194)
==7066== by 0x4F7E893: std::shared_ptr<arrow::NumericArray<arrow::Int32Type> > arrow::random::GenerateNumericArray<arrow::Int32Type, arrow::random::GenerateOptions<int, std::uniform_int_distribution<int> > >(long, arrow::random::GenerateOptions<int, std::uniform_int_distribution<int> >) (random.cc:109)
==7066== by 0x4F7E68D: arrow::random::RandomArrayGenerator::Int32(long, int, int, double) (random.cc:134)
==7066== Address 0x9001028 is in a rw- anonymous segment
==7066==
==7066== Invalid write of size 4
==7066== at 0x6A27D6E: arena_bin_nonfull_run_get (arena.c:2384)
==7066== by 0x6A27D6E: arena_bin_malloc_hard (arena.c:2421)
==7066== by 0x6A28694: arena_malloc_small (arena.c:2637)
==7066== by 0x6A28694: je_arrow_private_je_arena_malloc_hard (arena.c:2751)
==7066== by 0x6A1D590: je_arrow_private_je_ipallocztm (jemalloc_internal.h:1094)
==7066== by 0x6A1D590: je_arrow_private_je_ipalloct (jemalloc_internal.h:1108)
==7066== by 0x6A1D590: imallocx_flags (jemalloc.c:2154)
==7066== by 0x6A1D590: imallocx_no_prof (jemalloc.c:2228)
==7066== by 0x6A1D590: imallocx_body (jemalloc.c:2271)
==7066== by 0x6A1D590: je_arrow_mallocx (jemalloc.c:2289)
==7066== by 0x6029943: arrow::(anonymous namespace)::JemallocAllocator::AllocateAligned(long, unsigned char**) (memory_pool.cc:134)
==7066== by 0x602951B: arrow::BaseMemoryPoolImpl<arrow::(anonymous namespace)::JemallocAllocator>::Allocate(long, unsigned char**) (memory_pool.cc:245)
==7066== by 0x600C3BE: arrow::PoolBuffer::Reserve(long) (buffer.cc:125)
==7066== by 0x600C0B4: arrow::PoolBuffer::Resize(long, bool) (buffer.cc:146)
==7066== by 0x600A8CB: arrow::Status arrow::(anonymous namespace)::ResizePoolBuffer<std::shared_ptr<arrow::PoolBuffer>, std::shared_ptr<arrow::Buffer> >(std::shared_ptr<arrow::PoolBuffer>&&, long, std::shared_ptr<arrow::Buffer>*) (buffer.cc:176)
==7066== by 0x600A447: arrow::AllocateBuffer(arrow::MemoryPool*, long, std::shared_ptr<arrow::Buffer>*) (buffer.cc:185)
==7066== by 0x600ACB3: arrow::AllocateBuffer(long, std::shared_ptr<arrow::Buffer>*) (buffer.cc:194)
==7066== by 0x4F7E893: std::shared_ptr<arrow::NumericArray<arrow::Int32Type> > arrow::random::GenerateNumericArray<arrow::Int32Type, arrow::random::GenerateOptions<int, std::uniform_int_distribution<int> > >(long, arrow::random::GenerateOptions<int, std::uniform_int_distribution<int> >) (random.cc:109)
==7066== by 0x4F7E68D: arrow::random::RandomArrayGenerator::Int32(long, int, int, double) (random.cc:134)
==7066== Address 0x900102c is in a rw- anonymous segment
==7066==
==7066== Invalid write of size 8
==7066== at 0x4C36684: memset (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==7066== by 0x6A312BB: je_arrow_private_je_bitmap_init (bitmap.c:97)
==7066== by 0x6A27D82: arena_bin_nonfull_run_get (arena.c:2385)
==7066== by 0x6A27D82: arena_bin_malloc_hard (arena.c:2421)
==7066== by 0x6A28694: arena_malloc_small (arena.c:2637)
==7066== by 0x6A28694: je_arrow_private_je_arena_malloc_hard (arena.c:2751)
==7066== by 0x6A1D590: je_arrow_private_je_ipallocztm (jemalloc_internal.h:1094)
==7066== by 0x6A1D590: je_arrow_private_je_ipalloct (jemalloc_internal.h:1108)
==7066== by 0x6A1D590: imallocx_flags (jemalloc.c:2154)
==7066== by 0x6A1D590: imallocx_no_prof (jemalloc.c:2228)
==7066== by 0x6A1D590: imallocx_body (jemalloc.c:2271)
==7066== by 0x6A1D590: je_arrow_mallocx (jemalloc.c:2289)
==7066== by 0x6029943: arrow::(anonymous namespace)::JemallocAllocator::AllocateAligned(long, unsigned char**) (memory_pool.cc:134)
==7066== by 0x602951B: arrow::BaseMemoryPoolImpl<arrow::(anonymous namespace)::JemallocAllocator>::Allocate(long, unsigned char**) (memory_pool.cc:245)
==7066== by 0x600C3BE: arrow::PoolBuffer::Reserve(long) (buffer.cc:125)
==7066== by 0x600C0B4: arrow::PoolBuffer::Resize(long, bool) (buffer.cc:146)
==7066== by 0x600A8CB: arrow::Status arrow::(anonymous namespace)::ResizePoolBuffer<std::shared_ptr<arrow::PoolBuffer>, std::shared_ptr<arrow::Buffer> >(std::shared_ptr<arrow::PoolBuffer>&&, long, std::shared_ptr<arrow::Buffer>*) (buffer.cc:176)
==7066== by 0x600A447: arrow::AllocateBuffer(arrow::MemoryPool*, long, std::shared_ptr<arrow::Buffer>*) (buffer.cc:185)
==7066== by 0x600ACB3: arrow::AllocateBuffer(long, std::shared_ptr<arrow::Buffer>*) (buffer.cc:194)
==7066== Address 0x9001030 is in a rw- anonymous segment
==7066==
==7066== Invalid read of size 8
==7066== at 0x6A312CA: je_arrow_private_je_bitmap_init (bitmap.c:101)
==7066== by 0x6A27D82: arena_bin_nonfull_run_get (arena.c:2385)
==7066== by 0x6A27D82: arena_bin_malloc_hard (arena.c:2421)
==7066== by 0x6A28694: arena_malloc_small (arena.c:2637)
==7066== by 0x6A28694: je_arrow_private_je_arena_malloc_hard (arena.c:2751)
==7066== by 0x6A1D590: je_arrow_private_je_ipallocztm (jemalloc_internal.h:1094)
==7066== by 0x6A1D590: je_arrow_private_je_ipalloct (jemalloc_internal.h:1108)
==7066== by 0x6A1D590: imallocx_flags (jemalloc.c:2154)
==7066== by 0x6A1D590: imallocx_no_prof (jemalloc.c:2228)
==7066== by 0x6A1D590: imallocx_body (jemalloc.c:2271)
==7066== by 0x6A1D590: je_arrow_mallocx (jemalloc.c:2289)
==7066== by 0x6029943: arrow::(anonymous namespace)::JemallocAllocator::AllocateAligned(long, unsigned char**) (memory_pool.cc:134)
==7066== by 0x602951B: arrow::BaseMemoryPoolImpl<arrow::(anonymous namespace)::JemallocAllocator>::Allocate(long, unsigned char**) (memory_pool.cc:245)
==7066== by 0x600C3BE: arrow::PoolBuffer::Reserve(long) (buffer.cc:125)
==7066== by 0x600C0B4: arrow::PoolBuffer::Resize(long, bool) (buffer.cc:146)
==7066== by 0x600A8CB: arrow::Status arrow::(anonymous namespace)::ResizePoolBuffer<std::shared_ptr<arrow::PoolBuffer>, std::shared_ptr<arrow::Buffer> >(std::shared_ptr<arrow::PoolBuffer>&&, long, std::shared_ptr<arrow::Buffer>*) (buffer.cc:176)
==7066== by 0x600A447: arrow::AllocateBuffer(arrow::MemoryPool*, long, std::shared_ptr<arrow::Buffer>*) (buffer.cc:185)
==7066== by 0x600ACB3: arrow::AllocateBuffer(long, std::shared_ptr<arrow::Buffer>*) (buffer.cc:194)
==7066== by 0x4F7E893: std::shared_ptr<arrow::NumericArray<arrow::Int32Type> > arrow::random::GenerateNumericArray<arrow::Int32Type, arrow::random::GenerateOptions<int, std::uniform_int_distribution<int> > >(long, arrow::random::GenerateOptions<int, std::uniform_int_distribution<int> >) (random.cc:109)
==7066== Address 0x9001030 is in a rw- anonymous segment
==7066==
==7066== Invalid read of size 8
==7066== at 0x6A27DC6: je_arrow_private_je_bitmap_sfu (bitmap.h:0)
==7066== by 0x6A27DC6: arena_run_reg_alloc (arena.c:292)
==7066== by 0x6A27DC6: arena_bin_malloc_hard (arena.c:2458)
==7066== by 0x6A28694: arena_malloc_small (arena.c:2637)
==7066== by 0x6A28694: je_arrow_private_je_arena_malloc_hard (arena.c:2751)
==7066== by 0x6A1D590: je_arrow_private_je_ipallocztm (jemalloc_internal.h:1094)
==7066== by 0x6A1D590: je_arrow_private_je_ipalloct (jemalloc_internal.h:1108)
==7066== by 0x6A1D590: imallocx_flags (jemalloc.c:2154)
==7066== by 0x6A1D590: imallocx_no_prof (jemalloc.c:2228)
==7066== by 0x6A1D590: imallocx_body (jemalloc.c:2271)
==7066== by 0x6A1D590: je_arrow_mallocx (jemalloc.c:2289)
==7066== by 0x6029943: arrow::(anonymous namespace)::JemallocAllocator::AllocateAligned(long, unsigned char**) (memory_pool.cc:134)
==7066== by 0x602951B: arrow::BaseMemoryPoolImpl<arrow::(anonymous namespace)::JemallocAllocator>::Allocate(long, unsigned char**) (memory_pool.cc:245)
==7066== by 0x600C3BE: arrow::PoolBuffer::Reserve(long) (buffer.cc:125)
==7066== by 0x600C0B4: arrow::PoolBuffer::Resize(long, bool) (buffer.cc:146)
==7066== by 0x600A8CB: arrow::Status arrow::(anonymous namespace)::ResizePoolBuffer<std::shared_ptr<arrow::PoolBuffer>, std::shared_ptr<arrow::Buffer> >(std::shared_ptr<arrow::PoolBuffer>&&, long, std::shared_ptr<arrow::Buffer>*) (buffer.cc:176)
==7066== by 0x600A447: arrow::AllocateBuffer(arrow::MemoryPool*, long, std::shared_ptr<arrow::Buffer>*) (buffer.cc:185)
==7066== by 0x600ACB3: arrow::AllocateBuffer(long, std::shared_ptr<arrow::Buffer>*) (buffer.cc:194)
==7066== by 0x4F7E893: std::shared_ptr<arrow::NumericArray<arrow::Int32Type> > arrow::random::GenerateNumericArray<arrow::Int32Type, arrow::random::GenerateOptions<int, std::uniform_int_distribution<int> > >(long, arrow::random::GenerateOptions<int, std::uniform_int_distribution<int> >) (random.cc:109)
==7066== by 0x4F7E68D: arrow::random::RandomArrayGenerator::Int32(long, int, int, double) (random.cc:134)
==7066== Address 0x9001030 is in a rw- anonymous segment
==7066==
==7066== Invalid read of size 8
==7066== at 0x6A27E0A: je_arrow_private_je_bitmap_set (bitmap.h:179)
==7066== by 0x6A27E0A: je_arrow_private_je_bitmap_sfu (bitmap.h:228)
==7066== by 0x6A27E0A: arena_run_reg_alloc (arena.c:292)
==7066== by 0x6A27E0A: arena_bin_malloc_hard (arena.c:2458)
==7066== by 0x6A28694: arena_malloc_small (arena.c:2637)
==7066== by 0x6A28694: je_arrow_private_je_arena_malloc_hard (arena.c:2751)
==7066== by 0x6A1D590: je_arrow_private_je_ipallocztm (jemalloc_internal.h:1094)
==7066== by 0x6A1D590: je_arrow_private_je_ipalloct (jemalloc_internal.h:1108)
==7066== by 0x6A1D590: imallocx_flags (jemalloc.c:2154)
==7066== by 0x6A1D590: imallocx_no_prof (jemalloc.c:2228)
==7066== by 0x6A1D590: imallocx_body (jemalloc.c:2271)
==7066== by 0x6A1D590: je_arrow_mallocx (jemalloc.c:2289)
==7066== by 0x6029943: arrow::(anonymous namespace)::JemallocAllocator::AllocateAligned(long, unsigned char**) (memory_pool.cc:134)
==7066== by 0x602951B: arrow::BaseMemoryPoolImpl<arrow::(anonymous namespace)::JemallocAllocator>::Allocate(long, unsigned char**) (memory_pool.cc:245)
==7066== by 0x600C3BE: arrow::PoolBuffer::Reserve(long) (buffer.cc:125)
==7066== by 0x600C0B4: arrow::PoolBuffer::Resize(long, bool) (buffer.cc:146)
==7066== by 0x600A8CB: arrow::Status arrow::(anonymous namespace)::ResizePoolBuffer<std::shared_ptr<arrow::PoolBuffer>, std::shared_ptr<arrow::Buffer> >(std::shared_ptr<arrow::PoolBuffer>&&, long, std::shared_ptr<arrow::Buffer>*) (buffer.cc:176)
==7066== by 0x600A447: arrow::AllocateBuffer(arrow::MemoryPool*, long, std::shared_ptr<arrow::Buffer>*) (buffer.cc:185)
==7066== by 0x600ACB3: arrow::AllocateBuffer(long, std::shared_ptr<arrow::Buffer>*) (buffer.cc:194)
==7066== by 0x4F7E893: std::shared_ptr<arrow::NumericArray<arrow::Int32Type> > arrow::random::GenerateNumericArray<arrow::Int32Type, arrow::random::GenerateOptions<int, std::uniform_int_distribution<int> > >(long, arrow::random::GenerateOptions<int, std::uniform_int_distribution<int> >) (random.cc:109)
==7066== by 0x4F7E68D: arrow::random::RandomArrayGenerator::Int32(long, int, int, double) (random.cc:134)
==7066== Address 0x9001030 is in a rw- anonymous segment
==7066==
==7066== Invalid read of size 4
==7066== at 0x6A27E68: arena_run_reg_alloc (arena.c:297)
==7066== by 0x6A27E68: arena_bin_malloc_hard (arena.c:2458)
==7066== by 0x6A28694: arena_malloc_small (arena.c:2637)
==7066== by 0x6A28694: je_arrow_private_je_arena_malloc_hard (arena.c:2751)
==7066== by 0x6A1D590: je_arrow_private_je_ipallocztm (jemalloc_internal.h:1094)
==7066== by 0x6A1D590: je_arrow_private_je_ipalloct (jemalloc_internal.h:1108)
==7066== by 0x6A1D590: imallocx_flags (jemalloc.c:2154)
==7066== by 0x6A1D590: imallocx_no_prof (jemalloc.c:2228)
==7066== by 0x6A1D590: imallocx_body (jemalloc.c:2271)
==7066== by 0x6A1D590: je_arrow_mallocx (jemalloc.c:2289)
==7066== by 0x6029943: arrow::(anonymous namespace)::JemallocAllocator::AllocateAligned(long, unsigned char**) (memory_pool.cc:134)
==7066== by 0x602951B: arrow::BaseMemoryPoolImpl<arrow::(anonymous namespace)::JemallocAllocator>::Allocate(long, unsigned char**) (memory_pool.cc:245)
==7066== by 0x600C3BE: arrow::PoolBuffer::Reserve(long) (buffer.cc:125)
==7066== by 0x600C0B4: arrow::PoolBuffer::Resize(long, bool) (buffer.cc:146)
==7066== by 0x600A8CB: arrow::Status arrow::(anonymous namespace)::ResizePoolBuffer<std::shared_ptr<arrow::PoolBuffer>, std::shared_ptr<arrow::Buffer> >(std::shared_ptr<arrow::PoolBuffer>&&, long, std::shared_ptr<arrow::Buffer>*) (buffer.cc:176)
==7066== by 0x600A447: arrow::AllocateBuffer(arrow::MemoryPool*, long, std::shared_ptr<arrow::Buffer>*) (buffer.cc:185)
==7066== by 0x600ACB3: arrow::AllocateBuffer(long, std::shared_ptr<arrow::Buffer>*) (buffer.cc:194)
==7066== by 0x4F7E893: std::shared_ptr<arrow::NumericArray<arrow::Int32Type> > arrow::random::GenerateNumericArray<arrow::Int32Type, arrow::random::GenerateOptions<int, std::uniform_int_distribution<int> > >(long, arrow::random::GenerateOptions<int, std::uniform_int_distribution<int> >) (random.cc:109)
==7066== by 0x4F7E68D: arrow::random::RandomArrayGenerator::Int32(long, int, int, double) (random.cc:134)
==7066== Address 0x900102c is in a rw- anonymous segment
==7066==
==7066== Invalid read of size 8
==7066== at 0x6A30BAF: arena_run_heap_first (arena.c:114)
==7066== by 0x6A30BAF: arena_run_first_best_fit (arena.c:1164)
==7066== by 0x6A27C56: arena_run_alloc_small_helper (arena.c:1222)
==7066== by 0x6A27C56: arena_run_alloc_small (arena.c:1241)
==7066== by 0x6A27C56: arena_bin_nonfull_run_get (arena.c:2380)
==7066== by 0x6A27C56: arena_bin_malloc_hard (arena.c:2421)
==7066== by 0x6A28694: arena_malloc_small (arena.c:2637)
==7066== by 0x6A28694: je_arrow_private_je_arena_malloc_hard (arena.c:2751)
==7066== by 0x6A1D590: je_arrow_private_je_ipallocztm (jemalloc_internal.h:1094)
==7066== by 0x6A1D590: je_arrow_private_je_ipalloct (jemalloc_internal.h:1108)
==7066== by 0x6A1D590: imallocx_flags (jemalloc.c:2154)
==7066== by 0x6A1D590: imallocx_no_prof (jemalloc.c:2228)
==7066== by 0x6A1D590: imallocx_body (jemalloc.c:2271)
==7066== by 0x6A1D590: je_arrow_mallocx (jemalloc.c:2289)
==7066== by 0x6029943: arrow::(anonymous namespace)::JemallocAllocator::AllocateAligned(long, unsigned char**) (memory_pool.cc:134)
==7066== by 0x602951B: arrow::BaseMemoryPoolImpl<arrow::(anonymous namespace)::JemallocAllocator>::Allocate(long, unsigned char**) (memory_pool.cc:245)
==7066== by 0x600C3BE: arrow::PoolBuffer::Reserve(long) (buffer.cc:125)
==7066== by 0x600C0B4: arrow::PoolBuffer::Resize(long, bool) (buffer.cc:146)
==7066== by 0x600A8CB: arrow::Status arrow::(anonymous namespace)::ResizePoolBuffer<std::shared_ptr<arrow::PoolBuffer>, std::shared_ptr<arrow::Buffer> >(std::shared_ptr<arrow::PoolBuffer>&&, long, std::shared_ptr<arrow::Buffer>*) (buffer.cc:176)
==7066== by 0x600A447: arrow::AllocateBuffer(arrow::MemoryPool*, long, std::shared_ptr<arrow::Buffer>*) (buffer.cc:185)
==7066== by 0x4E81C9: arrow::Status arrow::CopyBufferFromVector<int>(std::vector<int, std::allocator<int> > const&, arrow::MemoryPool*, std::shared_ptr<arrow::Buffer>*) (util.h:56)
==7066== by 0x4EF89AC: arrow::Status arrow::ipc::test::MakeListArray<arrow::ListType>(std::shared_ptr<arrow::Array> const&, int, bool, arrow::MemoryPool*, std::shared_ptr<arrow::Array>*) (test_common.cc:116)
==7066== Address 0x9001138 is in a rw- anonymous segment
==7066==
==7066== Invalid read of size 8
==7066== at 0x6A2F103: arena_run_heap_remove (arena.c:114)
==7066== by 0x6A2EE69: arena_avail_remove (arena.c:211)
==7066== by 0x6A2EE69: arena_run_split_remove (arena.c:398)
==7066== by 0x6A308C6: arena_run_split_small (arena.c:549)
==7066== by 0x6A27C6E: arena_run_alloc_small_helper (arena.c:1224)
==7066== by 0x6A27C6E: arena_run_alloc_small (arena.c:1241)
==7066== by 0x6A27C6E: arena_bin_nonfull_run_get (arena.c:2380)
==7066== by 0x6A27C6E: arena_bin_malloc_hard (arena.c:2421)
==7066== by 0x6A28694: arena_malloc_small (arena.c:2637)
==7066== by 0x6A28694: je_arrow_private_je_arena_malloc_hard (arena.c:2751)
==7066== by 0x6A1D590: je_arrow_private_je_ipallocztm (jemalloc_internal.h:1094)
==7066== by 0x6A1D590: je_arrow_private_je_ipalloct (jemalloc_internal.h:1108)
==7066== by 0x6A1D590: imallocx_flags (jemalloc.c:2154)
==7066== by 0x6A1D590: imallocx_no_prof (jemalloc.c:2228)
==7066== by 0x6A1D590: imallocx_body (jemalloc.c:2271)
==7066== by 0x6A1D590: je_arrow_mallocx (jemalloc.c:2289)
==7066== by 0x6029943: arrow::(anonymous namespace)::JemallocAllocator::AllocateAligned(long, unsigned char**) (memory_pool.cc:134)
==7066== by 0x602951B: arrow::BaseMemoryPoolImpl<arrow::(anonymous namespace)::JemallocAllocator>::Allocate(long, unsigned char**) (memory_pool.cc:245)
==7066== by 0x600C3BE: arrow::PoolBuffer::Reserve(long) (buffer.cc:125)
==7066== by 0x600C0B4: arrow::PoolBuffer::Resize(long, bool) (buffer.cc:146)
==7066== by 0x600A8CB: arrow::Status arrow::(anonymous namespace)::ResizePoolBuffer<std::shared_ptr<arrow::PoolBuffer>, std::shared_ptr<arrow::Buffer> >(std::shared_ptr<arrow::PoolBuffer>&&, long, std::shared_ptr<arrow::Buffer>*) (buffer.cc:176)
==7066== by 0x600A447: arrow::AllocateBuffer(arrow::MemoryPool*, long, std::shared_ptr<arrow::Buffer>*) (buffer.cc:185)
==7066== Address 0x9001138 is in a rw- anonymous segment
==7066==
==7066== Invalid read of size 8
==7066== at 0x6A2F542: arena_run_heap_remove (arena.c:114)
==7066== by 0x6A2EE69: arena_avail_remove (arena.c:211)
==7066== by 0x6A2EE69: arena_run_split_remove (arena.c:398)
==7066== by 0x6A308C6: arena_run_split_small (arena.c:549)
==7066== by 0x6A27C6E: arena_run_alloc_small_helper (arena.c:1224)
==7066== by 0x6A27C6E: arena_run_alloc_small (arena.c:1241)
==7066== by 0x6A27C6E: arena_bin_nonfull_run_get (arena.c:2380)
==7066== by 0x6A27C6E: arena_bin_malloc_hard (arena.c:2421)
==7066== by 0x6A28694: arena_malloc_small (arena.c:2637)
==7066== by 0x6A28694: je_arrow_private_je_arena_malloc_hard (arena.c:2751)
==7066== by 0x6A1D590: je_arrow_private_je_ipallocztm (jemalloc_internal.h:1094)
==7066== by 0x6A1D590: je_arrow_private_je_ipalloct (jemalloc_internal.h:1108)
==7066== by 0x6A1D590: imallocx_flags (jemalloc.c:2154)
==7066== by 0x6A1D590: imallocx_no_prof (jemalloc.c:2228)
==7066== by 0x6A1D590: imallocx_body (jemalloc.c:2271)
==7066== by 0x6A1D590: je_arrow_mallocx (jemalloc.c:2289)
==7066== by 0x6029943: arrow::(anonymous namespace)::JemallocAllocator::AllocateAligned(long, unsigned char**) (memory_pool.cc:134)
==7066== by 0x602951B: arrow::BaseMemoryPoolImpl<arrow::(anonymous namespace)::JemallocAllocator>::Allocate(long, unsigned char**) (memory_pool.cc:245)
==7066== by 0x600C3BE: arrow::PoolBuffer::Reserve(long) (buffer.cc:125)
==7066== by 0x600C0B4: arrow::PoolBuffer::Resize(long, bool) (buffer.cc:146)
==7066== by 0x600A8CB: arrow::Status arrow::(anonymous namespace)::ResizePoolBuffer<std::shared_ptr<arrow::PoolBuffer>, std::shared_ptr<arrow::Buffer> >(std::shared_ptr<arrow::PoolBuffer>&&, long, std::shared_ptr<arrow::Buffer>*) (buffer.cc:176)
==7066== by 0x600A447: arrow::AllocateBuffer(arrow::MemoryPool*, long, std::shared_ptr<arrow::Buffer>*) (buffer.cc:185)
==7066== Address 0x9001140 is in a rw- anonymous segment
==7066==
==7066== Invalid read of size 4
==7066== at 0x6A2EF7A: arena_run_split_remove (arena.c:415)
==7066== by 0x6A308C6: arena_run_split_small (arena.c:549)
==7066== by 0x6A27C6E: arena_run_alloc_small_helper (arena.c:1224)
==7066== by 0x6A27C6E: arena_run_alloc_small (arena.c:1241)
==7066== by 0x6A27C6E: arena_bin_nonfull_run_get (arena.c:2380)
==7066== by 0x6A27C6E: arena_bin_malloc_hard (arena.c:2421)
==7066== by 0x6A28694: arena_malloc_small (arena.c:2637)
==7066== by 0x6A28694: je_arrow_private_je_arena_malloc_hard (arena.c:2751)
==7066== by 0x6A1D590: je_arrow_private_je_ipallocztm (jemalloc_internal.h:1094)
==7066== by 0x6A1D590: je_arrow_private_je_ipalloct (jemalloc_internal.h:1108)
==7066== by 0x6A1D590: imallocx_flags (jemalloc.c:2154)
==7066== by 0x6A1D590: imallocx_no_prof (jemalloc.c:2228)
==7066== by 0x6A1D590: imallocx_body (jemalloc.c:2271)
==7066== by 0x6A1D590: je_arrow_mallocx (jemalloc.c:2289)
==7066== by 0x6029943: arrow::(anonymous namespace)::JemallocAllocator::AllocateAligned(long, unsigned char**) (memory_pool.cc:134)
==7066== by 0x602951B: arrow::BaseMemoryPoolImpl<arrow::(anonymous namespace)::JemallocAllocator>::Allocate(long, unsigned char**) (memory_pool.cc:245)
==7066== by 0x600C3BE: arrow::PoolBuffer::Reserve(long) (buffer.cc:125)
==7066== by 0x600C0B4: arrow::PoolBuffer::Resize(long, bool) (buffer.cc:146)
==7066== by 0x600A8CB: arrow::Status arrow::(anonymous namespace)::ResizePoolBuffer<std::shared_ptr<arrow::PoolBuffer>, std::shared_ptr<arrow::Buffer> >(std::shared_ptr<arrow::PoolBuffer>&&, long, std::shared_ptr<arrow::Buffer>*) (buffer.cc:176)
==7066== by 0x600A447: arrow::AllocateBuffer(arrow::MemoryPool*, long, std::shared_ptr<arrow::Buffer>*) (buffer.cc:185)
==7066== by 0x4E81C9: arrow::Status arrow::CopyBufferFromVector<int>(std::vector<int, std::allocator<int> > const&, arrow::MemoryPool*, std::shared_ptr<arrow::Buffer>*) (util.h:56)
==7066== Address 0x9001008 is in a rw- anonymous segment
==7066==
==7066== Invalid write of size 8
==7066== at 0x6A2EF89: je_arrow_private_je_arena_mapbitsp_write (arena.h:927)
==7066== by 0x6A2EF89: je_arrow_private_je_arena_mapbits_unallocated_set (arena.h:957)
==7066== by 0x6A2EF89: arena_run_split_remove (arena.c:413)
==7066== by 0x6A308C6: arena_run_split_small (arena.c:549)
==7066== by 0x6A27C6E: arena_run_alloc_small_helper (arena.c:1224)
==7066== by 0x6A27C6E: arena_run_alloc_small (arena.c:1241)
==7066== by 0x6A27C6E: arena_bin_nonfull_run_get (arena.c:2380)
==7066== by 0x6A27C6E: arena_bin_malloc_hard (arena.c:2421)
==7066== by 0x6A28694: arena_malloc_small (arena.c:2637)
==7066== by 0x6A28694: je_arrow_private_je_arena_malloc_hard (arena.c:2751)
==7066== by 0x6A1D590: je_arrow_private_je_ipallocztm (jemalloc_internal.h:1094)
==7066== by 0x6A1D590: je_arrow_private_je_ipalloct (jemalloc_internal.h:1108)
==7066== by 0x6A1D590: imallocx_flags (jemalloc.c:2154)
==7066== by 0x6A1D590: imallocx_no_prof (jemalloc.c:2228)
==7066== by 0x6A1D590: imallocx_body (jemalloc.c:2271)
==7066== by 0x6A1D590: je_arrow_mallocx (jemalloc.c:2289)
==7066== by 0x6029943: arrow::(anonymous namespace)::JemallocAllocator::AllocateAligned(long, unsigned char**) (memory_pool.cc:134)
==7066== by 0x602951B: arrow::BaseMemoryPoolImpl<arrow::(anonymous namespace)::JemallocAllocator>::Allocate(long, unsigned char**) (memory_pool.cc:245)
==7066== by 0x600C3BE: arrow::PoolBuffer::Reserve(long) (buffer.cc:125)
==7066== by 0x600C0B4: arrow::PoolBuffer::Resize(long, bool) (buffer.cc:146)
==7066== by 0x600A8CB: arrow::Status arrow::(anonymous namespace)::ResizePoolBuffer<std::shared_ptr<arrow::PoolBuffer>, std::shared_ptr<arrow::Buffer> >(std::shared_ptr<arrow::PoolBuffer>&&, long, std::shared_ptr<arrow::Buffer>*) (buffer.cc:176)
==7066== by 0x600A447: arrow::AllocateBuffer(arrow::MemoryPool*, long, std::shared_ptr<arrow::Buffer>*) (buffer.cc:185)
==7066== by 0x4E81C9: arrow::Status arrow::CopyBufferFromVector<int>(std::vector<int, std::allocator<int> > const&, arrow::MemoryPool*, std::shared_ptr<arrow::Buffer>*) (util.h:56)
==7066== Address 0x9001008 is in a rw- anonymous segment
==7066==
==7066== Invalid write of size 8
==7066== at 0x6A2E9C2: arena_run_heap_insert (arena.c:114)
==7066== by 0x6A2E9C2: arena_avail_insert (arena.c:197)
==7066== by 0x6A308C6: arena_run_split_small (arena.c:549)
==7066== by 0x6A27C6E: arena_run_alloc_small_helper (arena.c:1224)
==7066== by 0x6A27C6E: arena_run_alloc_small (arena.c:1241)
==7066== by 0x6A27C6E: arena_bin_nonfull_run_get (arena.c:2380)
==7066== by 0x6A27C6E: arena_bin_malloc_hard (arena.c:2421)
==7066== by 0x6A28694: arena_malloc_small (arena.c:2637)
==7066== by 0x6A28694: je_arrow_private_je_arena_malloc_hard (arena.c:2751)
==7066== by 0x6A1D590: je_arrow_private_je_ipallocztm (jemalloc_internal.h:1094)
==7066== by 0x6A1D590: je_arrow_private_je_ipalloct (jemalloc_internal.h:1108)
==7066== by 0x6A1D590: imallocx_flags (jemalloc.c:2154)
==7066== by 0x6A1D590: imallocx_no_prof (jemalloc.c:2228)
==7066== by 0x6A1D590: imallocx_body (jemalloc.c:2271)
==7066== by 0x6A1D590: je_arrow_mallocx (jemalloc.c:2289)
==7066== by 0x6029943: arrow::(anonymous namespace)::JemallocAllocator::AllocateAligned(long, unsigned char**) (memory_pool.cc:134)
==7066== by 0x602951B: arrow::BaseMemoryPoolImpl<arrow::(anonymous namespace)::JemallocAllocator>::Allocate(long, unsigned char**) (memory_pool.cc:245)
==7066== by 0x600C3BE: arrow::PoolBuffer::Reserve(long) (buffer.cc:125)
==7066== by 0x600C0B4: arrow::PoolBuffer::Resize(long, bool) (buffer.cc:146)
==7066== by 0x600A8CB: arrow::Status arrow::(anonymous namespace)::ResizePoolBuffer<std::shared_ptr<arrow::PoolBuffer>, std::shared_ptr<arrow::Buffer> >(std::shared_ptr<arrow::PoolBuffer>&&, long, std::shared_ptr<arrow::Buffer>*) (buffer.cc:176)
==7066== by 0x600A447: arrow::AllocateBuffer(arrow::MemoryPool*, long, std::shared_ptr<arrow::Buffer>*) (buffer.cc:185)
==7066== by 0x4E81C9: arrow::Status arrow::CopyBufferFromVector<int>(std::vector<int, std::allocator<int> > const&, arrow::MemoryPool*, std::shared_ptr<arrow::Buffer>*) (util.h:56)
==7066== Address 0x9001190 is in a rw- anonymous segment
==7066==
==7066== Invalid write of size 8
==7066== at 0x6A2E9C6: arena_run_heap_insert (arena.c:114)
==7066== by 0x6A2E9C6: arena_avail_insert (arena.c:197)
==7066== by 0x6A308C6: arena_run_split_small (arena.c:549)
==7066== by 0x6A27C6E: arena_run_alloc_small_helper (arena.c:1224)
==7066== by 0x6A27C6E: arena_run_alloc_small (arena.c:1241)
==7066== by 0x6A27C6E: arena_bin_nonfull_run_get (arena.c:2380)
==7066== by 0x6A27C6E: arena_bin_malloc_hard (arena.c:2421)
==7066== by 0x6A28694: arena_malloc_small (arena.c:2637)
==7066== by 0x6A28694: je_arrow_private_je_arena_malloc_hard (arena.c:2751)
==7066== by 0x6A1D590: je_arrow_private_je_ipallocztm (jemalloc_internal.h:1094)
==7066== by 0x6A1D590: je_arrow_private_je_ipalloct (jemalloc_internal.h:1108)
==7066== by 0x6A1D590: imallocx_flags (jemalloc.c:2154)
==7066== by 0x6A1D590: imallocx_no_prof (jemalloc.c:2228)
==7066== by 0x6A1D590: imallocx_body (jemalloc.c:2271)
==7066== by 0x6A1D590: je_arrow_mallocx (jemalloc.c:2289)
==7066== by 0x6029943: arrow::(anonymous namespace)::JemallocAllocator::AllocateAligned(long, unsigned char**) (memory_pool.cc:134)
==7066== by 0x602951B: arrow::BaseMemoryPoolImpl<arrow::(anonymous namespace)::JemallocAllocator>::Allocate(long, unsigned char**) (memory_pool.cc:245)
==7066== by 0x600C3BE: arrow::PoolBuffer::Reserve(long) (buffer.cc:125)
==7066== by 0x600C0B4: arrow::PoolBuffer::Resize(long, bool) (buffer.cc:146)
==7066== by 0x600A8CB: arrow::Status arrow::(anonymous namespace)::ResizePoolBuffer<std::shared_ptr<arrow::PoolBuffer>, std::shared_ptr<arrow::Buffer> >(std::shared_ptr<arrow::PoolBuffer>&&, long, std::shared_ptr<arrow::Buffer>*) (buffer.cc:176)
==7066== by 0x600A447: arrow::AllocateBuffer(arrow::MemoryPool*, long, std::shared_ptr<arrow::Buffer>*) (buffer.cc:185)
==7066== by 0x4E81C9: arrow::Status arrow::CopyBufferFromVector<int>(std::vector<int, std::allocator<int> > const&, arrow::MemoryPool*, std::shared_ptr<arrow::Buffer>*) (util.h:56)
==7066== Address 0x90011a0 is in a rw- anonymous segment
==7066==
==7066== Invalid read of size 4
==7066== at 0x6A285B7: arena_malloc_small (arena.c:2634)
==7066== by 0x6A285B7: je_arrow_private_je_arena_malloc_hard (arena.c:2751)
==7066== by 0x6A1D590: je_arrow_private_je_ipallocztm (jemalloc_internal.h:1094)
==7066== by 0x6A1D590: je_arrow_private_je_ipalloct (jemalloc_internal.h:1108)
==7066== by 0x6A1D590: imallocx_flags (jemalloc.c:2154)
==7066== by 0x6A1D590: imallocx_no_prof (jemalloc.c:2228)
==7066== by 0x6A1D590: imallocx_body (jemalloc.c:2271)
==7066== by 0x6A1D590: je_arrow_mallocx (jemalloc.c:2289)
==7066== by 0x6029943: arrow::(anonymous namespace)::JemallocAllocator::AllocateAligned(long, unsigned char**) (memory_pool.cc:134)
==7066== by 0x602951B: arrow::BaseMemoryPoolImpl<arrow::(anonymous namespace)::JemallocAllocator>::Allocate(long, unsigned char**) (memory_pool.cc:245)
==7066== by 0x600C3BE: arrow::PoolBuffer::Reserve(long) (buffer.cc:125)
==7066== by 0x600C0B4: arrow::PoolBuffer::Resize(long, bool) (buffer.cc:146)
==7066== by 0x600A8CB: arrow::Status arrow::(anonymous namespace)::ResizePoolBuffer<std::shared_ptr<arrow::PoolBuffer>, std::shared_ptr<arrow::Buffer> >(std::shared_ptr<arrow::PoolBuffer>&&, long, std::shared_ptr<arrow::Buffer>*) (buffer.cc:176)
==7066== by 0x600A447: arrow::AllocateBuffer(arrow::MemoryPool*, long, std::shared_ptr<arrow::Buffer>*) (buffer.cc:185)
==7066== by 0x600B1C6: arrow::AllocateBitmap(arrow::MemoryPool*, long, std::shared_ptr<arrow::Buffer>*) (buffer.cc:222)
==7066== by 0x600B213: arrow::AllocateEmptyBitmap(arrow::MemoryPool*, long, std::shared_ptr<arrow::Buffer>*) (buffer.cc:227)
==7066== by 0x600B3A3: arrow::AllocateEmptyBitmap(long, std::shared_ptr<arrow::Buffer>*) (buffer.cc:233)
==7066== by 0x4F0E1C7: arrow::Status arrow::GetBitmapFromVector<unsigned char>(std::vector<unsigned char, std::allocator<unsigned char> > const&, std::shared_ptr<arrow::Buffer>*) (gtest_util.h:324)
==7066== Address 0x900114c is in a rw- anonymous segment
==7066==
==7066== Invalid read of size 8
==7066== at 0x6A285C4: je_arrow_private_je_bitmap_sfu (bitmap.h:0)
==7066== by 0x6A285C4: arena_run_reg_alloc (arena.c:292)
==7066== by 0x6A285C4: arena_malloc_small (arena.c:2635)
==7066== by 0x6A285C4: je_arrow_private_je_arena_malloc_hard (arena.c:2751)
==7066== by 0x6A1D590: je_arrow_private_je_ipallocztm (jemalloc_internal.h:1094)
==7066== by 0x6A1D590: je_arrow_private_je_ipalloct (jemalloc_internal.h:1108)
==7066== by 0x6A1D590: imallocx_flags (jemalloc.c:2154)
==7066== by 0x6A1D590: imallocx_no_prof (jemalloc.c:2228)
==7066== by 0x6A1D590: imallocx_body (jemalloc.c:2271)
==7066== by 0x6A1D590: je_arrow_mallocx (jemalloc.c:2289)
==7066== by 0x6029943: arrow::(anonymous namespace)::JemallocAllocator::AllocateAligned(long, unsigned char**) (memory_pool.cc:134)
==7066== by 0x602951B: arrow::BaseMemoryPoolImpl<arrow::(anonymous namespace)::JemallocAllocator>::Allocate(long, unsigned char**) (memory_pool.cc:245)
==7066== by 0x600C3BE: arrow::PoolBuffer::Reserve(long) (buffer.cc:125)
==7066== by 0x600C0B4: arrow::PoolBuffer::Resize(long, bool) (buffer.cc:146)
==7066== by 0x600A8CB: arrow::Status arrow::(anonymous namespace)::ResizePoolBuffer<std::shared_ptr<arrow::PoolBuffer>, std::shared_ptr<arrow::Buffer> >(std::shared_ptr<arrow::PoolBuffer>&&, long, std::shared_ptr<arrow::Buffer>*) (buffer.cc:176)
==7066== by 0x600A447: arrow::AllocateBuffer(arrow::MemoryPool*, long, std::shared_ptr<arrow::Buffer>*) (buffer.cc:185)
==7066== by 0x600B1C6: arrow::AllocateBitmap(arrow::MemoryPool*, long, std::shared_ptr<arrow::Buffer>*) (buffer.cc:222)
==7066== by 0x600B213: arrow::AllocateEmptyBitmap(arrow::MemoryPool*, long, std::shared_ptr<arrow::Buffer>*) (buffer.cc:227)
==7066== by 0x600B3A3: arrow::AllocateEmptyBitmap(long, std::shared_ptr<arrow::Buffer>*) (buffer.cc:233)
==7066== by 0x4F0E1C7: arrow::Status arrow::GetBitmapFromVector<unsigned char>(std::vector<unsigned char, std::allocator<unsigned char> > const&, std::shared_ptr<arrow::Buffer>*) (gtest_util.h:324)
==7066== Address 0x9001150 is in a rw- anonymous segment
==7066==
==7066== Invalid read of size 8
==7066== at 0x6A2860A: je_arrow_private_je_bitmap_set (bitmap.h:179)
==7066== by 0x6A2860A: je_arrow_private_je_bitmap_sfu (bitmap.h:228)
==7066== by 0x6A2860A: arena_run_reg_alloc (arena.c:292)
==7066== by 0x6A2860A: arena_malloc_small (arena.c:2635)
==7066== by 0x6A2860A: je_arrow_private_je_arena_malloc_hard (arena.c:2751)
==7066== by 0x6A1D590: je_arrow_private_je_ipallocztm (jemalloc_internal.h:1094)
==7066== by 0x6A1D590: je_arrow_private_je_ipalloct (jemalloc_internal.h:1108)
==7066== by 0x6A1D590: imallocx_flags (jemalloc.c:2154)
==7066== by 0x6A1D590: imallocx_no_prof (jemalloc.c:2228)
==7066== by 0x6A1D590: imallocx_body (jemalloc.c:2271)
==7066== by 0x6A1D590: je_arrow_mallocx (jemalloc.c:2289)
==7066== by 0x6029943: arrow::(anonymous namespace)::JemallocAllocator::AllocateAligned(long, unsigned char**) (memory_pool.cc:134)
==7066== by 0x602951B: arrow::BaseMemoryPoolImpl<arrow::(anonymous namespace)::JemallocAllocator>::Allocate(long, unsigned char**) (memory_pool.cc:245)
==7066== by 0x600C3BE: arrow::PoolBuffer::Reserve(long) (buffer.cc:125)
==7066== by 0x600C0B4: arrow::PoolBuffer::Resize(long, bool) (buffer.cc:146)
==7066== by 0x600A8CB: arrow::Status arrow::(anonymous namespace)::ResizePoolBuffer<std::shared_ptr<arrow::PoolBuffer>, std::shared_ptr<arrow::Buffer> >(std::shared_ptr<arrow::PoolBuffer>&&, long, std::shared_ptr<arrow::Buffer>*) (buffer.cc:176)
==7066== by 0x600A447: arrow::AllocateBuffer(arrow::MemoryPool*, long, std::shared_ptr<arrow::Buffer>*) (buffer.cc:185)
==7066== by 0x600B1C6: arrow::AllocateBitmap(arrow::MemoryPool*, long, std::shared_ptr<arrow::Buffer>*) (buffer.cc:222)
==7066== by 0x600B213: arrow::AllocateEmptyBitmap(arrow::MemoryPool*, long, std::shared_ptr<arrow::Buffer>*) (buffer.cc:227)
==7066== by 0x600B3A3: arrow::AllocateEmptyBitmap(long, std::shared_ptr<arrow::Buffer>*) (buffer.cc:233)
==7066== by 0x4F0E1C7: arrow::Status arrow::GetBitmapFromVector<unsigned char>(std::vector<unsigned char, std::allocator<unsigned char> > const&, std::shared_ptr<arrow::Buffer>*) (gtest_util.h:324)
==7066== Address 0x9001150 is in a rw- anonymous segment
==7066==
==7066== Invalid write of size 4
==7066== at 0x6A2866F: arena_run_reg_alloc (arena.c:297)
==7066== by 0x6A2866F: arena_malloc_small (arena.c:2635)
==7066== by 0x6A2866F: je_arrow_private_je_arena_malloc_hard (arena.c:2751)
==7066== by 0x6A1D590: je_arrow_private_je_ipallocztm (jemalloc_internal.h:1094)
==7066== by 0x6A1D590: je_arrow_private_je_ipalloct (jemalloc_internal.h:1108)
==7066== by 0x6A1D590: imallocx_flags (jemalloc.c:2154)
==7066== by 0x6A1D590: imallocx_no_prof (jemalloc.c:2228)
==7066== by 0x6A1D590: imallocx_body (jemalloc.c:2271)
==7066== by 0x6A1D590: je_arrow_mallocx (jemalloc.c:2289)
==7066== by 0x6029943: arrow::(anonymous namespace)::JemallocAllocator::AllocateAligned(long, unsigned char**) (memory_pool.cc:134)
==7066== by 0x602951B: arrow::BaseMemoryPoolImpl<arrow::(anonymous namespace)::JemallocAllocator>::Allocate(long, unsigned char**) (memory_pool.cc:245)
==7066== by 0x600C3BE: arrow::PoolBuffer::Reserve(long) (buffer.cc:125)
==7066== by 0x600C0B4: arrow::PoolBuffer::Resize(long, bool) (buffer.cc:146)
==7066== by 0x600A8CB: arrow::Status arrow::(anonymous namespace)::ResizePoolBuffer<std::shared_ptr<arrow::PoolBuffer>, std::shared_ptr<arrow::Buffer> >(std::shared_ptr<arrow::PoolBuffer>&&, long, std::shared_ptr<arrow::Buffer>*) (buffer.cc:176)
==7066== by 0x600A447: arrow::AllocateBuffer(arrow::MemoryPool*, long, std::shared_ptr<arrow::Buffer>*) (buffer.cc:185)
==7066== by 0x600B1C6: arrow::AllocateBitmap(arrow::MemoryPool*, long, std::shared_ptr<arrow::Buffer>*) (buffer.cc:222)
==7066== by 0x600B213: arrow::AllocateEmptyBitmap(arrow::MemoryPool*, long, std::shared_ptr<arrow::Buffer>*) (buffer.cc:227)
==7066== by 0x600B3A3: arrow::AllocateEmptyBitmap(long, std::shared_ptr<arrow::Buffer>*) (buffer.cc:233)
==7066== by 0x4F0E1C7: arrow::Status arrow::GetBitmapFromVector<unsigned char>(std::vector<unsigned char, std::allocator<unsigned char> > const&, std::shared_ptr<arrow::Buffer>*) (gtest_util.h:324)
==7066== Address 0x900114c is in a rw- anonymous segment
==7066==
==7066== Invalid read of size 4
==7066== at 0x6A285B7: arena_malloc_small (arena.c:2634)
==7066== by 0x6A285B7: je_arrow_private_je_arena_malloc_hard (arena.c:2751)
==7066== by 0x6A2AEB6: je_arrow_private_je_ipallocztm (jemalloc_internal.h:1094)
==7066== by 0x6A2AEB6: je_arrow_private_je_ipalloct (jemalloc_internal.h:1108)
==7066== by 0x6A2AEB6: arena_ralloc_move_helper (arena.c:3367)
==7066== by 0x6A2AEB6: je_arrow_private_je_arena_ralloc (arena.c:3394)
==7066== by 0x6A1E41B: je_arrow_private_je_iralloct (jemalloc_internal.h:1259)
==7066== by 0x6A1E41B: je_arrow_rallocx (jemalloc.c:2414)
==7066== by 0x6029BB9: arrow::(anonymous namespace)::JemallocAllocator::ReallocateAligned(long, long, unsigned char**) (memory_pool.cc:153)
==7066== by 0x60296E3: arrow::BaseMemoryPoolImpl<arrow::(anonymous namespace)::JemallocAllocator>::Reallocate(long, long, unsigned char**) (memory_pool.cc:258)
==7066== by 0x600C28A: arrow::PoolBuffer::Reserve(long) (buffer.cc:123)
==7066== by 0x600C0B4: arrow::PoolBuffer::Resize(long, bool) (buffer.cc:146)
==7066== by 0x61C7731: arrow::io::BufferOutputStream::Reserve(long) (memory.cc:123)
==7066== by 0x61C74FD: arrow::io::BufferOutputStream::Write(void const*, long) (memory.cc:105)
==7066== by 0x696C18B: arrow::ipc::internal::WriteMessage(arrow::Buffer const&, int, arrow::io::OutputStream*, int*) (metadata_internal.cc:1306)
==7066== by 0x6997D50: arrow::ipc::internal::WriteIpcPayload(arrow::ipc::internal::IpcPayload const&, arrow::io::OutputStream*, int*) (writer.cc:534)
==7066== by 0x699E286: arrow::ipc::(anonymous namespace)::PayloadStreamWriter::WritePayload(arrow::ipc::internal::IpcPayload const&) (writer.cc:1049)
==7066== Address 0x900102c is in a rw- anonymous segment
==7066==
==7066== Invalid read of size 8
==7066== at 0x6A30BAF: arena_run_heap_first (arena.c:114)
==7066== by 0x6A30BAF: arena_run_first_best_fit (arena.c:1164)
==7066== by 0x6A27C56: arena_run_alloc_small_helper (arena.c:1222)
==7066== by 0x6A27C56: arena_run_alloc_small (arena.c:1241)
==7066== by 0x6A27C56: arena_bin_nonfull_run_get (arena.c:2380)
==7066== by 0x6A27C56: arena_bin_malloc_hard (arena.c:2421)
==7066== by 0x6A28694: arena_malloc_small (arena.c:2637)
==7066== by 0x6A28694: je_arrow_private_je_arena_malloc_hard (arena.c:2751)
==7066== by 0x6A2AEB6: je_arrow_private_je_ipallocztm (jemalloc_internal.h:1094)
==7066== by 0x6A2AEB6: je_arrow_private_je_ipalloct (jemalloc_internal.h:1108)
==7066== by 0x6A2AEB6: arena_ralloc_move_helper (arena.c:3367)
==7066== by 0x6A2AEB6: je_arrow_private_je_arena_ralloc (arena.c:3394)
==7066== by 0x6A1E41B: je_arrow_private_je_iralloct (jemalloc_internal.h:1259)
==7066== by 0x6A1E41B: je_arrow_rallocx (jemalloc.c:2414)
==7066== by 0x6029BB9: arrow::(anonymous namespace)::JemallocAllocator::ReallocateAligned(long, long, unsigned char**) (memory_pool.cc:153)
==7066== by 0x60296E3: arrow::BaseMemoryPoolImpl<arrow::(anonymous namespace)::JemallocAllocator>::Reallocate(long, long, unsigned char**) (memory_pool.cc:258)
==7066== by 0x600C28A: arrow::PoolBuffer::Reserve(long) (buffer.cc:123)
==7066== by 0x600C0B4: arrow::PoolBuffer::Resize(long, bool) (buffer.cc:146)
==7066== by 0x61C7731: arrow::io::BufferOutputStream::Reserve(long) (memory.cc:123)
==7066== by 0x61C74FD: arrow::io::BufferOutputStream::Write(void const*, long) (memory.cc:105)
==7066== by 0x696C18B: arrow::ipc::internal::WriteMessage(arrow::Buffer const&, int, arrow::io::OutputStream*, int*) (metadata_internal.cc:1306)
==7066== Address 0x90013d8 is in a rw- anonymous segment
==7066==
==7066== Invalid write of size 4
==7066== at 0x6A27D5C: arena_bin_nonfull_run_get (arena.c:2383)
==7066== by 0x6A27D5C: arena_bin_malloc_hard (arena.c:2421)
==7066== by 0x6A28694: arena_malloc_small (arena.c:2637)
==7066== by 0x6A28694: je_arrow_private_je_arena_malloc_hard (arena.c:2751)
==7066== by 0x6A2AEB6: je_arrow_private_je_ipallocztm (jemalloc_internal.h:1094)
==7066== by 0x6A2AEB6: je_arrow_private_je_ipalloct (jemalloc_internal.h:1108)
==7066== by 0x6A2AEB6: arena_ralloc_move_helper (arena.c:3367)
==7066== by 0x6A2AEB6: je_arrow_private_je_arena_ralloc (arena.c:3394)
==7066== by 0x6A1E41B: je_arrow_private_je_iralloct (jemalloc_internal.h:1259)
==7066== by 0x6A1E41B: je_arrow_rallocx (jemalloc.c:2414)
==7066== by 0x6029BB9: arrow::(anonymous namespace)::JemallocAllocator::ReallocateAligned(long, long, unsigned char**) (memory_pool.cc:153)
==7066== by 0x60296E3: arrow::BaseMemoryPoolImpl<arrow::(anonymous namespace)::JemallocAllocator>::Reallocate(long, long, unsigned char**) (memory_pool.cc:258)
==7066== by 0x600C28A: arrow::PoolBuffer::Reserve(long) (buffer.cc:123)
==7066== by 0x600C0B4: arrow::PoolBuffer::Resize(long, bool) (buffer.cc:146)
==7066== by 0x61C7731: arrow::io::BufferOutputStream::Reserve(long) (memory.cc:123)
==7066== by 0x61C74FD: arrow::io::BufferOutputStream::Write(void const*, long) (memory.cc:105)
==7066== by 0x696C18B: arrow::ipc::internal::WriteMessage(arrow::Buffer const&, int, arrow::io::OutputStream*, int*) (metadata_internal.cc:1306)
==7066== by 0x6997D50: arrow::ipc::internal::WriteIpcPayload(arrow::ipc::internal::IpcPayload const&, arrow::io::OutputStream*, int*) (writer.cc:534)
==7066== Address 0x90013e8 is in a rw- anonymous segment
==7066==
==7066== Invalid write of size 4
==7066== at 0x6A27D6E: arena_bin_nonfull_run_get (arena.c:2384)
==7066== by 0x6A27D6E: arena_bin_malloc_hard (arena.c:2421)
==7066== by 0x6A28694: arena_malloc_small (arena.c:2637)
==7066== by 0x6A28694: je_arrow_private_je_arena_malloc_hard (arena.c:2751)
==7066== by 0x6A2AEB6: je_arrow_private_je_ipallocztm (jemalloc_internal.h:1094)
==7066== by 0x6A2AEB6: je_arrow_private_je_ipalloct (jemalloc_internal.h:1108)
==7066== by 0x6A2AEB6: arena_ralloc_move_helper (arena.c:3367)
==7066== by 0x6A2AEB6: je_arrow_private_je_arena_ralloc (arena.c:3394)
==7066== by 0x6A1E41B: je_arrow_private_je_iralloct (jemalloc_internal.h:1259)
==7066== by 0x6A1E41B: je_arrow_rallocx (jemalloc.c:2414)
==7066== by 0x6029BB9: arrow::(anonymous namespace)::JemallocAllocator::ReallocateAligned(long, long, unsigned char**) (memory_pool.cc:153)
==7066== by 0x60296E3: arrow::BaseMemoryPoolImpl<arrow::(anonymous namespace)::JemallocAllocator>::Reallocate(long, long, unsigned char**) (memory_pool.cc:258)
==7066== by 0x600C28A: arrow::PoolBuffer::Reserve(long) (buffer.cc:123)
==7066== by 0x600C0B4: arrow::PoolBuffer::Resize(long, bool) (buffer.cc:146)
==7066== by 0x61C7731: arrow::io::BufferOutputStream::Reserve(long) (memory.cc:123)
==7066== by 0x61C74FD: arrow::io::BufferOutputStream::Write(void const*, long) (memory.cc:105)
==7066== by 0x696C18B: arrow::ipc::internal::WriteMessage(arrow::Buffer const&, int, arrow::io::OutputStream*, int*) (metadata_internal.cc:1306)
==7066== by 0x6997D50: arrow::ipc::internal::WriteIpcPayload(arrow::ipc::internal::IpcPayload const&, arrow::io::OutputStream*, int*) (writer.cc:534)
==7066== Address 0x90013ec is in a rw- anonymous segment
==7066==
==7066== Invalid read of size 8
==7066== at 0x6A312CA: je_arrow_private_je_bitmap_init (bitmap.c:101)
==7066== by 0x6A27D82: arena_bin_nonfull_run_get (arena.c:2385)
==7066== by 0x6A27D82: arena_bin_malloc_hard (arena.c:2421)
==7066== by 0x6A28694: arena_malloc_small (arena.c:2637)
==7066== by 0x6A28694: je_arrow_private_je_arena_malloc_hard (arena.c:2751)
==7066== by 0x6A2AEB6: je_arrow_private_je_ipallocztm (jemalloc_internal.h:1094)
==7066== by 0x6A2AEB6: je_arrow_private_je_ipalloct (jemalloc_internal.h:1108)
==7066== by 0x6A2AEB6: arena_ralloc_move_helper (arena.c:3367)
==7066== by 0x6A2AEB6: je_arrow_private_je_arena_ralloc (arena.c:3394)
==7066== by 0x6A1E41B: je_arrow_private_je_iralloct (jemalloc_internal.h:1259)
==7066== by 0x6A1E41B: je_arrow_rallocx (jemalloc.c:2414)
==7066== by 0x6029BB9: arrow::(anonymous namespace)::JemallocAllocator::ReallocateAligned(long, long, unsigned char**) (memory_pool.cc:153)
==7066== by 0x60296E3: arrow::BaseMemoryPoolImpl<arrow::(anonymous namespace)::JemallocAllocator>::Reallocate(long, long, unsigned char**) (memory_pool.cc:258)
==7066== by 0x600C28A: arrow::PoolBuffer::Reserve(long) (buffer.cc:123)
==7066== by 0x600C0B4: arrow::PoolBuffer::Resize(long, bool) (buffer.cc:146)
==7066== by 0x61C7731: arrow::io::BufferOutputStream::Reserve(long) (memory.cc:123)
==7066== by 0x61C74FD: arrow::io::BufferOutputStream::Write(void const*, long) (memory.cc:105)
==7066== by 0x696C18B: arrow::ipc::internal::WriteMessage(arrow::Buffer const&, int, arrow::io::OutputStream*, int*) (metadata_internal.cc:1306)
==7066== Address 0x90013f0 is in a rw- anonymous segment
==7066==
==7066== Invalid read of size 8
==7066== at 0x6A27DC6: je_arrow_private_je_bitmap_sfu (bitmap.h:0)
==7066== by 0x6A27DC6: arena_run_reg_alloc (arena.c:292)
==7066== by 0x6A27DC6: arena_bin_malloc_hard (arena.c:2458)
==7066== by 0x6A28694: arena_malloc_small (arena.c:2637)
==7066== by 0x6A28694: je_arrow_private_je_arena_malloc_hard (arena.c:2751)
==7066== by 0x6A2AEB6: je_arrow_private_je_ipallocztm (jemalloc_internal.h:1094)
==7066== by 0x6A2AEB6: je_arrow_private_je_ipalloct (jemalloc_internal.h:1108)
==7066== by 0x6A2AEB6: arena_ralloc_move_helper (arena.c:3367)
==7066== by 0x6A2AEB6: je_arrow_private_je_arena_ralloc (arena.c:3394)
==7066== by 0x6A1E41B: je_arrow_private_je_iralloct (jemalloc_internal.h:1259)
==7066== by 0x6A1E41B: je_arrow_rallocx (jemalloc.c:2414)
==7066== by 0x6029BB9: arrow::(anonymous namespace)::JemallocAllocator::ReallocateAligned(long, long, unsigned char**) (memory_pool.cc:153)
==7066== by 0x60296E3: arrow::BaseMemoryPoolImpl<arrow::(anonymous namespace)::JemallocAllocator>::Reallocate(long, long, unsigned char**) (memory_pool.cc:258)
==7066== by 0x600C28A: arrow::PoolBuffer::Reserve(long) (buffer.cc:123)
==7066== by 0x600C0B4: arrow::PoolBuffer::Resize(long, bool) (buffer.cc:146)
==7066== by 0x61C7731: arrow::io::BufferOutputStream::Reserve(long) (memory.cc:123)
==7066== by 0x61C74FD: arrow::io::BufferOutputStream::Write(void const*, long) (memory.cc:105)
==7066== by 0x696C18B: arrow::ipc::internal::WriteMessage(arrow::Buffer const&, int, arrow::io::OutputStream*, int*) (metadata_internal.cc:1306)
==7066== by 0x6997D50: arrow::ipc::internal::WriteIpcPayload(arrow::ipc::internal::IpcPayload const&, arrow::io::OutputStream*, int*) (writer.cc:534)
==7066== Address 0x90013f0 is in a rw- anonymous segment
==7066==
==7066== Invalid read of size 8
==7066== at 0x6A27E0A: je_arrow_private_je_bitmap_set (bitmap.h:179)
==7066== by 0x6A27E0A: je_arrow_private_je_bitmap_sfu (bitmap.h:228)
==7066== by 0x6A27E0A: arena_run_reg_alloc (arena.c:292)
==7066== by 0x6A27E0A: arena_bin_malloc_hard (arena.c:2458)
==7066== by 0x6A28694: arena_malloc_small (arena.c:2637)
==7066== by 0x6A28694: je_arrow_private_je_arena_malloc_hard (arena.c:2751)
==7066== by 0x6A2AEB6: je_arrow_private_je_ipallocztm (jemalloc_internal.h:1094)
==7066== by 0x6A2AEB6: je_arrow_private_je_ipalloct (jemalloc_internal.h:1108)
==7066== by 0x6A2AEB6: arena_ralloc_move_helper (arena.c:3367)
==7066== by 0x6A2AEB6: je_arrow_private_je_arena_ralloc (arena.c:3394)
==7066== by 0x6A1E41B: je_arrow_private_je_iralloct (jemalloc_internal.h:1259)
==7066== by 0x6A1E41B: je_arrow_rallocx (jemalloc.c:2414)
==7066== by 0x6029BB9: arrow::(anonymous namespace)::JemallocAllocator::ReallocateAligned(long, long, unsigned char**) (memory_pool.cc:153)
==7066== by 0x60296E3: arrow::BaseMemoryPoolImpl<arrow::(anonymous namespace)::JemallocAllocator>::Reallocate(long, long, unsigned char**) (memory_pool.cc:258)
==7066== by 0x600C28A: arrow::PoolBuffer::Reserve(long) (buffer.cc:123)
==7066== by 0x600C0B4: arrow::PoolBuffer::Resize(long, bool) (buffer.cc:146)
==7066== by 0x61C7731: arrow::io::BufferOutputStream::Reserve(long) (memory.cc:123)
==7066== by 0x61C74FD: arrow::io::BufferOutputStream::Write(void const*, long) (memory.cc:105)
==7066== by 0x696C18B: arrow::ipc::internal::WriteMessage(arrow::Buffer const&, int, arrow::io::OutputStream*, int*) (metadata_internal.cc:1306)
==7066== by 0x6997D50: arrow::ipc::internal::WriteIpcPayload(arrow::ipc::internal::IpcPayload const&, arrow::io::OutputStream*, int*) (writer.cc:534)
==7066== Address 0x90013f0 is in a rw- anonymous segment
==7066==
==7066== Invalid read of size 4
==7066== at 0x6A27E68: arena_run_reg_alloc (arena.c:297)
==7066== by 0x6A27E68: arena_bin_malloc_hard (arena.c:2458)
==7066== by 0x6A28694: arena_malloc_small (arena.c:2637)
==7066== by 0x6A28694: je_arrow_private_je_arena_malloc_hard (arena.c:2751)
==7066== by 0x6A2AEB6: je_arrow_private_je_ipallocztm (jemalloc_internal.h:1094)
==7066== by 0x6A2AEB6: je_arrow_private_je_ipalloct (jemalloc_internal.h:1108)
==7066== by 0x6A2AEB6: arena_ralloc_move_helper (arena.c:3367)
==7066== by 0x6A2AEB6: je_arrow_private_je_arena_ralloc (arena.c:3394)
==7066== by 0x6A1E41B: je_arrow_private_je_iralloct (jemalloc_internal.h:1259)
==7066== by 0x6A1E41B: je_arrow_rallocx (jemalloc.c:2414)
==7066== by 0x6029BB9: arrow::(anonymous namespace)::JemallocAllocator::ReallocateAligned(long, long, unsigned char**) (memory_pool.cc:153)
==7066== by 0x60296E3: arrow::BaseMemoryPoolImpl<arrow::(anonymous namespace)::JemallocAllocator>::Reallocate(long, long, unsigned char**) (memory_pool.cc:258)
==7066== by 0x600C28A: arrow::PoolBuffer::Reserve(long) (buffer.cc:123)
==7066== by 0x600C0B4: arrow::PoolBuffer::Resize(long, bool) (buffer.cc:146)
==7066== by 0x61C7731: arrow::io::BufferOutputStream::Reserve(long) (memory.cc:123)
==7066== by 0x61C74FD: arrow::io::BufferOutputStream::Write(void const*, long) (memory.cc:105)
==7066== by 0x696C18B: arrow::ipc::internal::WriteMessage(arrow::Buffer const&, int, arrow::io::OutputStream*, int*) (metadata_internal.cc:1306)
==7066== by 0x6997D50: arrow::ipc::internal::WriteIpcPayload(arrow::ipc::internal::IpcPayload const&, arrow::io::OutputStream*, int*) (writer.cc:534)
==7066== Address 0x90013ec is in a rw- anonymous segment
==7066==
[ OK ] GenericIpcRoundTripTests/TestIpcRoundTrip.ZeroLengthArrays/4 (791 ms)
[ RUN ] GenericIpcRoundTripTests/TestIpcRoundTrip.ZeroLengthArrays/5
==7066== Invalid read of size 8
==7066== at 0x6A285C4: je_arrow_private_je_bitmap_sfu (bitmap.h:0)
==7066== by 0x6A285C4: arena_run_reg_alloc (arena.c:292)
==7066== by 0x6A285C4: arena_malloc_small (arena.c:2635)
==7066== by 0x6A285C4: je_arrow_private_je_arena_malloc_hard (arena.c:2751)
==7066== by 0x6A2AEB6: je_arrow_private_je_ipallocztm (jemalloc_internal.h:1094)
==7066== by 0x6A2AEB6: je_arrow_private_je_ipalloct (jemalloc_internal.h:1108)
==7066== by 0x6A2AEB6: arena_ralloc_move_helper (arena.c:3367)
==7066== by 0x6A2AEB6: je_arrow_private_je_arena_ralloc (arena.c:3394)
==7066== by 0x6A1E41B: je_arrow_private_je_iralloct (jemalloc_internal.h:1259)
==7066== by 0x6A1E41B: je_arrow_rallocx (jemalloc.c:2414)
==7066== by 0x6029BB9: arrow::(anonymous namespace)::JemallocAllocator::ReallocateAligned(long, long, unsigned char**) (memory_pool.cc:153)
==7066== by 0x60296E3: arrow::BaseMemoryPoolImpl<arrow::(anonymous namespace)::JemallocAllocator>::Reallocate(long, long, unsigned char**) (memory_pool.cc:258)
==7066== by 0x600C28A: arrow::PoolBuffer::Reserve(long) (buffer.cc:123)
==7066== by 0x600C0B4: arrow::PoolBuffer::Resize(long, bool) (buffer.cc:146)
==7066== by 0x4F182F2: arrow::BufferBuilder::Resize(long, bool) (buffer_builder.h:68)
==7066== by 0x4F17AF6: arrow::TypedBufferBuilder<int, void>::Resize(long, bool) (buffer_builder.h:229)
==7066== by 0x4F16A8E: arrow::BaseBinaryBuilder<arrow::BinaryType>::Resize(long) (builder_binary.h:238)
==7066== by 0x4EBA09: arrow::ArrayBuilder::Reserve(long) (builder_base.h:98)
==7066== by 0x4F25DEF: arrow::BaseBinaryBuilder<arrow::BinaryType>::Append(unsigned char const*, int) (builder_binary.h:53)
==7066== Address 0x9001990 is in a rw- anonymous segment
==7066==
==7066== Invalid read of size 8
==7066== at 0x6A2860A: je_arrow_private_je_bitmap_set (bitmap.h:179)
==7066== by 0x6A2860A: je_arrow_private_je_bitmap_sfu (bitmap.h:228)
==7066== by 0x6A2860A: arena_run_reg_alloc (arena.c:292)
==7066== by 0x6A2860A: arena_malloc_small (arena.c:2635)
==7066== by 0x6A2860A: je_arrow_private_je_arena_malloc_hard (arena.c:2751)
==7066== by 0x6A2AEB6: je_arrow_private_je_ipallocztm (jemalloc_internal.h:1094)
==7066== by 0x6A2AEB6: je_arrow_private_je_ipalloct (jemalloc_internal.h:1108)
==7066== by 0x6A2AEB6: arena_ralloc_move_helper (arena.c:3367)
==7066== by 0x6A2AEB6: je_arrow_private_je_arena_ralloc (arena.c:3394)
==7066== by 0x6A1E41B: je_arrow_private_je_iralloct (jemalloc_internal.h:1259)
==7066== by 0x6A1E41B: je_arrow_rallocx (jemalloc.c:2414)
==7066== by 0x6029BB9: arrow::(anonymous namespace)::JemallocAllocator::ReallocateAligned(long, long, unsigned char**) (memory_pool.cc:153)
==7066== by 0x60296E3: arrow::BaseMemoryPoolImpl<arrow::(anonymous namespace)::JemallocAllocator>::Reallocate(long, long, unsigned char**) (memory_pool.cc:258)
==7066== by 0x600C28A: arrow::PoolBuffer::Reserve(long) (buffer.cc:123)
==7066== by 0x600C0B4: arrow::PoolBuffer::Resize(long, bool) (buffer.cc:146)
==7066== by 0x4F182F2: arrow::BufferBuilder::Resize(long, bool) (buffer_builder.h:68)
==7066== by 0x4F17AF6: arrow::TypedBufferBuilder<int, void>::Resize(long, bool) (buffer_builder.h:229)
==7066== by 0x4F16A8E: arrow::BaseBinaryBuilder<arrow::BinaryType>::Resize(long) (builder_binary.h:238)
==7066== by 0x4EBA09: arrow::ArrayBuilder::Reserve(long) (builder_base.h:98)
==7066== by 0x4F25DEF: arrow::BaseBinaryBuilder<arrow::BinaryType>::Append(unsigned char const*, int) (builder_binary.h:53)
==7066== Address 0x9001990 is in a rw- anonymous segment
==7066==
==7066== Invalid write of size 4
==7066== at 0x6A2866F: arena_run_reg_alloc (arena.c:297)
==7066== by 0x6A2866F: arena_malloc_small (arena.c:2635)
==7066== by 0x6A2866F: je_arrow_private_je_arena_malloc_hard (arena.c:2751)
==7066== by 0x6A2AEB6: je_arrow_private_je_ipallocztm (jemalloc_internal.h:1094)
==7066== by 0x6A2AEB6: je_arrow_private_je_ipalloct (jemalloc_internal.h:1108)
==7066== by 0x6A2AEB6: arena_ralloc_move_helper (arena.c:3367)
==7066== by 0x6A2AEB6: je_arrow_private_je_arena_ralloc (arena.c:3394)
==7066== by 0x6A1E41B: je_arrow_private_je_iralloct (jemalloc_internal.h:1259)
==7066== by 0x6A1E41B: je_arrow_rallocx (jemalloc.c:2414)
==7066== by 0x6029BB9: arrow::(anonymous namespace)::JemallocAllocator::ReallocateAligned(long, long, unsigned char**) (memory_pool.cc:153)
==7066== by 0x60296E3: arrow::BaseMemoryPoolImpl<arrow::(anonymous namespace)::JemallocAllocator>::Reallocate(long, long, unsigned char**) (memory_pool.cc:258)
==7066== by 0x600C28A: arrow::PoolBuffer::Reserve(long) (buffer.cc:123)
==7066== by 0x600C0B4: arrow::PoolBuffer::Resize(long, bool) (buffer.cc:146)
==7066== by 0x4F182F2: arrow::BufferBuilder::Resize(long, bool) (buffer_builder.h:68)
==7066== by 0x4F17AF6: arrow::TypedBufferBuilder<int, void>::Resize(long, bool) (buffer_builder.h:229)
==7066== by 0x4F16A8E: arrow::BaseBinaryBuilder<arrow::BinaryType>::Resize(long) (builder_binary.h:238)
==7066== by 0x4EBA09: arrow::ArrayBuilder::Reserve(long) (builder_base.h:98)
==7066== by 0x4F25DEF: arrow::BaseBinaryBuilder<arrow::BinaryType>::Append(unsigned char const*, int) (builder_binary.h:53)
==7066== Address 0x900198c is in a rw- anonymous segment
==7066==
==7066== Invalid read of size 8
==7066== at 0x6A30BAF: arena_run_heap_first (arena.c:114)
==7066== by 0x6A30BAF: arena_run_first_best_fit (arena.c:1164)
==7066== by 0x6A282C3: arena_run_alloc_large_helper (arena.c:1177)
==7066== by 0x6A282C3: arena_run_alloc_large (arena.c:1196)
==7066== by 0x6A282C3: je_arrow_private_je_arena_malloc_large (arena.c:2701)
==7066== by 0x6A3DDE2: je_arrow_private_je_arena_malloc (arena.h:1357)
==7066== by 0x6A3DDE2: je_arrow_private_je_iallocztm (jemalloc_internal.h:1067)
==7066== by 0x6A3DDE2: quarantine_init (quarantine.c:30)
==7066== by 0x6A3E03B: quarantine_grow (quarantine.c:66)
==7066== by 0x6A3E03B: je_arrow_private_je_quarantine (quarantine.c:140)
==7066== by 0x6A2B07C: je_arrow_private_je_isqalloc (jemalloc_internal.h:1203)
==7066== by 0x6A2B07C: je_arrow_private_je_arena_ralloc (arena.c:3407)
==7066== by 0x6A1E41B: je_arrow_private_je_iralloct (jemalloc_internal.h:1259)
==7066== by 0x6A1E41B: je_arrow_rallocx (jemalloc.c:2414)
==7066== by 0x6029BB9: arrow::(anonymous namespace)::JemallocAllocator::ReallocateAligned(long, long, unsigned char**) (memory_pool.cc:153)
==7066== by 0x60296E3: arrow::BaseMemoryPoolImpl<arrow::(anonymous namespace)::JemallocAllocator>::Reallocate(long, long, unsigned char**) (memory_pool.cc:258)
==7066== by 0x600C28A: arrow::PoolBuffer::Reserve(long) (buffer.cc:123)
==7066== by 0x600C0B4: arrow::PoolBuffer::Resize(long, bool) (buffer.cc:146)
==7066== by 0x4F182F2: arrow::BufferBuilder::Resize(long, bool) (buffer_builder.h:68)
==7066== by 0x4F19297: arrow::BufferBuilder::Append(void const*, long) (buffer_builder.h:102)
==7066== Address 0x9001fd8 is in a rw- anonymous segment
==7066==
==7066== Invalid read of size 8
==7066== at 0x6A2F103: arena_run_heap_remove (arena.c:114)
==7066== by 0x6A2EE69: arena_avail_remove (arena.c:211)
==7066== by 0x6A2EE69: arena_run_split_remove (arena.c:398)
==7066== by 0x6A2EB03: arena_run_split_large_helper (arena.c:456)
==7066== by 0x6A282EA: arena_run_split_large (arena.c:515)
==7066== by 0x6A282EA: arena_run_alloc_large_helper (arena.c:1179)
==7066== by 0x6A282EA: arena_run_alloc_large (arena.c:1196)
==7066== by 0x6A282EA: je_arrow_private_je_arena_malloc_large (arena.c:2701)
==7066== by 0x6A3DDE2: je_arrow_private_je_arena_malloc (arena.h:1357)
==7066== by 0x6A3DDE2: je_arrow_private_je_iallocztm (jemalloc_internal.h:1067)
==7066== by 0x6A3DDE2: quarantine_init (quarantine.c:30)
==7066== by 0x6A3E03B: quarantine_grow (quarantine.c:66)
==7066== by 0x6A3E03B: je_arrow_private_je_quarantine (quarantine.c:140)
==7066== by 0x6A2B07C: je_arrow_private_je_isqalloc (jemalloc_internal.h:1203)
==7066== by 0x6A2B07C: je_arrow_private_je_arena_ralloc (arena.c:3407)
==7066== by 0x6A1E41B: je_arrow_private_je_iralloct (jemalloc_internal.h:1259)
==7066== by 0x6A1E41B: je_arrow_rallocx (jemalloc.c:2414)
==7066== by 0x6029BB9: arrow::(anonymous namespace)::JemallocAllocator::ReallocateAligned(long, long, unsigned char**) (memory_pool.cc:153)
==7066== by 0x60296E3: arrow::BaseMemoryPoolImpl<arrow::(anonymous namespace)::JemallocAllocator>::Reallocate(long, long, unsigned char**) (memory_pool.cc:258)
==7066== by 0x600C28A: arrow::PoolBuffer::Reserve(long) (buffer.cc:123)
==7066== by 0x600C0B4: arrow::PoolBuffer::Resize(long, bool) (buffer.cc:146)
==7066== Address 0x9001fd8 is in a rw- anonymous segment
==7066==
==7066== Invalid read of size 8
==7066== at 0x6A2F542: arena_run_heap_remove (arena.c:114)
==7066== by 0x6A2EE69: arena_avail_remove (arena.c:211)
==7066== by 0x6A2EE69: arena_run_split_remove (arena.c:398)
==7066== by 0x6A2EB03: arena_run_split_large_helper (arena.c:456)
==7066== by 0x6A282EA: arena_run_split_large (arena.c:515)
==7066== by 0x6A282EA: arena_run_alloc_large_helper (arena.c:1179)
==7066== by 0x6A282EA: arena_run_alloc_large (arena.c:1196)
==7066== by 0x6A282EA: je_arrow_private_je_arena_malloc_large (arena.c:2701)
==7066== by 0x6A3DDE2: je_arrow_private_je_arena_malloc (arena.h:1357)
==7066== by 0x6A3DDE2: je_arrow_private_je_iallocztm (jemalloc_internal.h:1067)
==7066== by 0x6A3DDE2: quarantine_init (quarantine.c:30)
==7066== by 0x6A3E03B: quarantine_grow (quarantine.c:66)
==7066== by 0x6A3E03B: je_arrow_private_je_quarantine (quarantine.c:140)
==7066== by 0x6A2B07C: je_arrow_private_je_isqalloc (jemalloc_internal.h:1203)
==7066== by 0x6A2B07C: je_arrow_private_je_arena_ralloc (arena.c:3407)
==7066== by 0x6A1E41B: je_arrow_private_je_iralloct (jemalloc_internal.h:1259)
==7066== by 0x6A1E41B: je_arrow_rallocx (jemalloc.c:2414)
==7066== by 0x6029BB9: arrow::(anonymous namespace)::JemallocAllocator::ReallocateAligned(long, long, unsigned char**) (memory_pool.cc:153)
==7066== by 0x60296E3: arrow::BaseMemoryPoolImpl<arrow::(anonymous namespace)::JemallocAllocator>::Reallocate(long, long, unsigned char**) (memory_pool.cc:258)
==7066== by 0x600C28A: arrow::PoolBuffer::Reserve(long) (buffer.cc:123)
==7066== by 0x600C0B4: arrow::PoolBuffer::Resize(long, bool) (buffer.cc:146)
==7066== Address 0x9001fe0 is in a rw- anonymous segment
==7066==
==7066== Invalid read of size 4
==7066== at 0x6A2EF7A: arena_run_split_remove (arena.c:415)
==7066== by 0x6A2EB03: arena_run_split_large_helper (arena.c:456)
==7066== by 0x6A282EA: arena_run_split_large (arena.c:515)
==7066== by 0x6A282EA: arena_run_alloc_large_helper (arena.c:1179)
==7066== by 0x6A282EA: arena_run_alloc_large (arena.c:1196)
==7066== by 0x6A282EA: je_arrow_private_je_arena_malloc_large (arena.c:2701)
==7066== by 0x6A3DDE2: je_arrow_private_je_arena_malloc (arena.h:1357)
==7066== by 0x6A3DDE2: je_arrow_private_je_iallocztm (jemalloc_internal.h:1067)
==7066== by 0x6A3DDE2: quarantine_init (quarantine.c:30)
==7066== by 0x6A3E03B: quarantine_grow (quarantine.c:66)
==7066== by 0x6A3E03B: je_arrow_private_je_quarantine (quarantine.c:140)
==7066== by 0x6A2B07C: je_arrow_private_je_isqalloc (jemalloc_internal.h:1203)
==7066== by 0x6A2B07C: je_arrow_private_je_arena_ralloc (arena.c:3407)
==7066== by 0x6A1E41B: je_arrow_private_je_iralloct (jemalloc_internal.h:1259)
==7066== by 0x6A1E41B: je_arrow_rallocx (jemalloc.c:2414)
==7066== by 0x6029BB9: arrow::(anonymous namespace)::JemallocAllocator::ReallocateAligned(long, long, unsigned char**) (memory_pool.cc:153)
==7066== by 0x60296E3: arrow::BaseMemoryPoolImpl<arrow::(anonymous namespace)::JemallocAllocator>::Reallocate(long, long, unsigned char**) (memory_pool.cc:258)
==7066== by 0x600C28A: arrow::PoolBuffer::Reserve(long) (buffer.cc:123)
==7066== by 0x600C0B4: arrow::PoolBuffer::Resize(long, bool) (buffer.cc:146)
==7066== by 0x4F182F2: arrow::BufferBuilder::Resize(long, bool) (buffer_builder.h:68)
==7066== Address 0x9001008 is in a rw- anonymous segment
==7066==
==7066== Invalid write of size 8
==7066== at 0x6A2EF89: je_arrow_private_je_arena_mapbitsp_write (arena.h:927)
==7066== by 0x6A2EF89: je_arrow_private_je_arena_mapbits_unallocated_set (arena.h:957)
==7066== by 0x6A2EF89: arena_run_split_remove (arena.c:413)
==7066== by 0x6A2EB03: arena_run_split_large_helper (arena.c:456)
==7066== by 0x6A282EA: arena_run_split_large (arena.c:515)
==7066== by 0x6A282EA: arena_run_alloc_large_helper (arena.c:1179)
==7066== by 0x6A282EA: arena_run_alloc_large (arena.c:1196)
==7066== by 0x6A282EA: je_arrow_private_je_arena_malloc_large (arena.c:2701)
==7066== by 0x6A3DDE2: je_arrow_private_je_arena_malloc (arena.h:1357)
==7066== by 0x6A3DDE2: je_arrow_private_je_iallocztm (jemalloc_internal.h:1067)
==7066== by 0x6A3DDE2: quarantine_init (quarantine.c:30)
==7066== by 0x6A3E03B: quarantine_grow (quarantine.c:66)
==7066== by 0x6A3E03B: je_arrow_private_je_quarantine (quarantine.c:140)
==7066== by 0x6A2B07C: je_arrow_private_je_isqalloc (jemalloc_internal.h:1203)
==7066== by 0x6A2B07C: je_arrow_private_je_arena_ralloc (arena.c:3407)
==7066== by 0x6A1E41B: je_arrow_private_je_iralloct (jemalloc_internal.h:1259)
==7066== by 0x6A1E41B: je_arrow_rallocx (jemalloc.c:2414)
==7066== by 0x6029BB9: arrow::(anonymous namespace)::JemallocAllocator::ReallocateAligned(long, long, unsigned char**) (memory_pool.cc:153)
==7066== by 0x60296E3: arrow::BaseMemoryPoolImpl<arrow::(anonymous namespace)::JemallocAllocator>::Reallocate(long, long, unsigned char**) (memory_pool.cc:258)
==7066== by 0x600C28A: arrow::PoolBuffer::Reserve(long) (buffer.cc:123)
==7066== by 0x600C0B4: arrow::PoolBuffer::Resize(long, bool) (buffer.cc:146)
==7066== by 0x4F182F2: arrow::BufferBuilder::Resize(long, bool) (buffer_builder.h:68)
==7066== Address 0x9001008 is in a rw- anonymous segment
==7066==
==7066== Invalid write of size 8
==7066== at 0x6A2E9C2: arena_run_heap_insert (arena.c:114)
==7066== by 0x6A2E9C2: arena_avail_insert (arena.c:197)
==7066== by 0x6A2EB03: arena_run_split_large_helper (arena.c:456)
==7066== by 0x6A282EA: arena_run_split_large (arena.c:515)
==7066== by 0x6A282EA: arena_run_alloc_large_helper (arena.c:1179)
==7066== by 0x6A282EA: arena_run_alloc_large (arena.c:1196)
==7066== by 0x6A282EA: je_arrow_private_je_arena_malloc_large (arena.c:2701)
==7066== by 0x6A3DDE2: je_arrow_private_je_arena_malloc (arena.h:1357)
==7066== by 0x6A3DDE2: je_arrow_private_je_iallocztm (jemalloc_internal.h:1067)
==7066== by 0x6A3DDE2: quarantine_init (quarantine.c:30)
==7066== by 0x6A3E03B: quarantine_grow (quarantine.c:66)
==7066== by 0x6A3E03B: je_arrow_private_je_quarantine (quarantine.c:140)
==7066== by 0x6A2B07C: je_arrow_private_je_isqalloc (jemalloc_internal.h:1203)
==7066== by 0x6A2B07C: je_arrow_private_je_arena_ralloc (arena.c:3407)
==7066== by 0x6A1E41B: je_arrow_private_je_iralloct (jemalloc_internal.h:1259)
==7066== by 0x6A1E41B: je_arrow_rallocx (jemalloc.c:2414)
==7066== by 0x6029BB9: arrow::(anonymous namespace)::JemallocAllocator::ReallocateAligned(long, long, unsigned char**) (memory_pool.cc:153)
==7066== by 0x60296E3: arrow::BaseMemoryPoolImpl<arrow::(anonymous namespace)::JemallocAllocator>::Reallocate(long, long, unsigned char**) (memory_pool.cc:258)
==7066== by 0x600C28A: arrow::PoolBuffer::Reserve(long) (buffer.cc:123)
==7066== by 0x600C0B4: arrow::PoolBuffer::Resize(long, bool) (buffer.cc:146)
==7066== by 0x4F182F2: arrow::BufferBuilder::Resize(long, bool) (buffer_builder.h:68)
==7066== Address 0x9002f30 is in a rw- anonymous segment
==7066==
==7066== Invalid write of size 8
==7066== at 0x6A2E9C6: arena_run_heap_insert (arena.c:114)
==7066== by 0x6A2E9C6: arena_avail_insert (arena.c:197)
==7066== by 0x6A2EB03: arena_run_split_large_helper (arena.c:456)
==7066== by 0x6A282EA: arena_run_split_large (arena.c:515)
==7066== by 0x6A282EA: arena_run_alloc_large_helper (arena.c:1179)
==7066== by 0x6A282EA: arena_run_alloc_large (arena.c:1196)
==7066== by 0x6A282EA: je_arrow_private_je_arena_malloc_large (arena.c:2701)
==7066== by 0x6A3DDE2: je_arrow_private_je_arena_malloc (arena.h:1357)
==7066== by 0x6A3DDE2: je_arrow_private_je_iallocztm (jemalloc_internal.h:1067)
==7066== by 0x6A3DDE2: quarantine_init (quarantine.c:30)
==7066== by 0x6A3E03B: quarantine_grow (quarantine.c:66)
==7066== by 0x6A3E03B: je_arrow_private_je_quarantine (quarantine.c:140)
==7066== by 0x6A2B07C: je_arrow_private_je_isqalloc (jemalloc_internal.h:1203)
==7066== by 0x6A2B07C: je_arrow_private_je_arena_ralloc (arena.c:3407)
==7066== by 0x6A1E41B: je_arrow_private_je_iralloct (jemalloc_internal.h:1259)
==7066== by 0x6A1E41B: je_arrow_rallocx (jemalloc.c:2414)
==7066== by 0x6029BB9: arrow::(anonymous namespace)::JemallocAllocator::ReallocateAligned(long, long, unsigned char**) (memory_pool.cc:153)
==7066== by 0x60296E3: arrow::BaseMemoryPoolImpl<arrow::(anonymous namespace)::JemallocAllocator>::Reallocate(long, long, unsigned char**) (memory_pool.cc:258)
==7066== by 0x600C28A: arrow::PoolBuffer::Reserve(long) (buffer.cc:123)
==7066== by 0x600C0B4: arrow::PoolBuffer::Resize(long, bool) (buffer.cc:146)
==7066== by 0x4F182F2: arrow::BufferBuilder::Resize(long, bool) (buffer_builder.h:68)
==7066== Address 0x9002f40 is in a rw- anonymous segment
==7066==
==7066== Invalid read of size 8
==7066== at 0x6A3DE09: je_arrow_private_je_iallocztm (arena.h:0)
==7066== by 0x6A3DE09: quarantine_init (quarantine.c:30)
==7066== by 0x6A3E03B: quarantine_grow (quarantine.c:66)
==7066== by 0x6A3E03B: je_arrow_private_je_quarantine (quarantine.c:140)
==7066== by 0x6A2B07C: je_arrow_private_je_isqalloc (jemalloc_internal.h:1203)
==7066== by 0x6A2B07C: je_arrow_private_je_arena_ralloc (arena.c:3407)
==7066== by 0x6A1E41B: je_arrow_private_je_iralloct (jemalloc_internal.h:1259)
==7066== by 0x6A1E41B: je_arrow_rallocx (jemalloc.c:2414)
==7066== by 0x6029BB9: arrow::(anonymous namespace)::JemallocAllocator::ReallocateAligned(long, long, unsigned char**) (memory_pool.cc:153)
==7066== by 0x60296E3: arrow::BaseMemoryPoolImpl<arrow::(anonymous namespace)::JemallocAllocator>::Reallocate(long, long, unsigned char**) (memory_pool.cc:258)
==7066== by 0x600C28A: arrow::PoolBuffer::Reserve(long) (buffer.cc:123)
==7066== by 0x600C0B4: arrow::PoolBuffer::Resize(long, bool) (buffer.cc:146)
==7066== by 0x4F182F2: arrow::BufferBuilder::Resize(long, bool) (buffer_builder.h:68)
==7066== by 0x4F19297: arrow::BufferBuilder::Append(void const*, long) (buffer_builder.h:102)
==7066== by 0x4F261AF: arrow::TypedBufferBuilder<unsigned char, void>::Append(unsigned char const*, long) (buffer_builder.h:195)
==7066== by 0x4F2602D: arrow::BaseBinaryBuilder<arrow::BinaryType>::Append(unsigned char const*, int) (builder_binary.h:57)
==7066== Address 0x9000000 is in a rw- anonymous segment
==7066==
[ OK ] GenericIpcRoundTripTests/TestIpcRoundTrip.ZeroLengthArrays/5 (90 ms)
[ RUN ] GenericIpcRoundTripTests/TestIpcRoundTrip.ZeroLengthArrays/6
[ OK ] GenericIpcRoundTripTests/TestIpcRoundTrip.ZeroLengthArrays/6 (85 ms)
[ RUN ] GenericIpcRoundTripTests/TestIpcRoundTrip.ZeroLengthArrays/7
[ OK ] GenericIpcRoundTripTests/TestIpcRoundTrip.ZeroLengthArrays/7 (68 ms)
[ RUN ] GenericIpcRoundTripTests/TestIpcRoundTrip.ZeroLengthArrays/8
[ OK ] GenericIpcRoundTripTests/TestIpcRoundTrip.ZeroLengthArrays/8 (80 ms)
[ RUN ] GenericIpcRoundTripTests/TestIpcRoundTrip.ZeroLengthArrays/9
[ OK ] GenericIpcRoundTripTests/TestIpcRoundTrip.ZeroLengthArrays/9 (51 ms)
[ RUN ] GenericIpcRoundTripTests/TestIpcRoundTrip.ZeroLengthArrays/10
[ OK ] GenericIpcRoundTripTests/TestIpcRoundTrip.ZeroLengthArrays/10 (54 ms)
[ RUN ] GenericIpcRoundTripTests/TestIpcRoundTrip.ZeroLengthArrays/11
[ OK ] GenericIpcRoundTripTests/TestIpcRoundTrip.ZeroLengthArrays/11 (56 ms)
[ RUN ] GenericIpcRoundTripTests/TestIpcRoundTrip.ZeroLengthArrays/12
[ OK ] GenericIpcRoundTripTests/TestIpcRoundTrip.ZeroLengthArrays/12 (51 ms)
[ RUN ] GenericIpcRoundTripTests/TestIpcRoundTrip.ZeroLengthArrays/13
[ OK ] GenericIpcRoundTripTests/TestIpcRoundTrip.ZeroLengthArrays/13 (51 ms)
[ RUN ] GenericIpcRoundTripTests/TestIpcRoundTrip.ZeroLengthArrays/14
[ OK ] GenericIpcRoundTripTests/TestIpcRoundTrip.ZeroLengthArrays/14 (51 ms)
[ RUN ] GenericIpcRoundTripTests/TestIpcRoundTrip.ZeroLengthArrays/15
[ OK ] GenericIpcRoundTripTests/TestIpcRoundTrip.ZeroLengthArrays/15 (62 ms)
[ RUN ] GenericIpcRoundTripTests/TestIpcRoundTrip.ZeroLengthArrays/16
[ OK ] GenericIpcRoundTripTests/TestIpcRoundTrip.ZeroLengthArrays/16 (61 ms)
[----------] 51 tests from GenericIpcRoundTripTests/TestIpcRoundTrip (4613 ms total)
[----------] 17 tests from FileRoundTripTests/TestFileFormat
[ RUN ] FileRoundTripTests/TestFileFormat.RoundTrip/0
==7066== Invalid read of size 4
==7066== at 0x6A285B7: arena_malloc_small (arena.c:2634)
==7066== by 0x6A285B7: je_arrow_private_je_arena_malloc_hard (arena.c:2751)
==7066== by 0x6A1D590: je_arrow_private_je_ipallocztm (jemalloc_internal.h:1094)
==7066== by 0x6A1D590: je_arrow_private_je_ipalloct (jemalloc_internal.h:1108)
==7066== by 0x6A1D590: imallocx_flags (jemalloc.c:2154)
==7066== by 0x6A1D590: imallocx_no_prof (jemalloc.c:2228)
==7066== by 0x6A1D590: imallocx_body (jemalloc.c:2271)
==7066== by 0x6A1D590: je_arrow_mallocx (jemalloc.c:2289)
==7066== by 0x6029943: arrow::(anonymous namespace)::JemallocAllocator::AllocateAligned(long, unsigned char**) (memory_pool.cc:134)
==7066== by 0x6029B23: arrow::(anonymous namespace)::JemallocAllocator::ReallocateAligned(long, long, unsigned char**) (memory_pool.cc:145)
==7066== by 0x60296E3: arrow::BaseMemoryPoolImpl<arrow::(anonymous namespace)::JemallocAllocator>::Reallocate(long, long, unsigned char**) (memory_pool.cc:258)
==7066== by 0x600C28A: arrow::PoolBuffer::Reserve(long) (buffer.cc:123)
==7066== by 0x600C0B4: arrow::PoolBuffer::Resize(long, bool) (buffer.cc:146)
==7066== by 0x61C7731: arrow::io::BufferOutputStream::Reserve(long) (memory.cc:123)
==7066== by 0x61C74FD: arrow::io::BufferOutputStream::Write(void const*, long) (memory.cc:105)
==7066== by 0x699E837: arrow::ipc::(anonymous namespace)::StreamBookKeeper::Write(void const*, long) (writer.cc:1020)
==7066== by 0x699F1C9: arrow::ipc::(anonymous namespace)::PayloadFileWriter::Start() (writer.cc:1102)
==7066== by 0x699D14C: arrow::ipc::(anonymous namespace)::RecordBatchPayloadWriter::Start() (writer.cc:951)
==7066== Address 0x900474c is in a rw- anonymous segment
==7066==
==7066== Invalid read of size 8
==7066== at 0x6A285C4: je_arrow_private_je_bitmap_sfu (bitmap.h:0)
==7066== by 0x6A285C4: arena_run_reg_alloc (arena.c:292)
==7066== by 0x6A285C4: arena_malloc_small (arena.c:2635)
==7066== by 0x6A285C4: je_arrow_private_je_arena_malloc_hard (arena.c:2751)
==7066== by 0x6A1D590: je_arrow_private_je_ipallocztm (jemalloc_internal.h:1094)
==7066== by 0x6A1D590: je_arrow_private_je_ipalloct (jemalloc_internal.h:1108)
==7066== by 0x6A1D590: imallocx_flags (jemalloc.c:2154)
==7066== by 0x6A1D590: imallocx_no_prof (jemalloc.c:2228)
==7066== by 0x6A1D590: imallocx_body (jemalloc.c:2271)
==7066== by 0x6A1D590: je_arrow_mallocx (jemalloc.c:2289)
==7066== by 0x6029943: arrow::(anonymous namespace)::JemallocAllocator::AllocateAligned(long, unsigned char**) (memory_pool.cc:134)
==7066== by 0x6029B23: arrow::(anonymous namespace)::JemallocAllocator::ReallocateAligned(long, long, unsigned char**) (memory_pool.cc:145)
==7066== by 0x60296E3: arrow::BaseMemoryPoolImpl<arrow::(anonymous namespace)::JemallocAllocator>::Reallocate(long, long, unsigned char**) (memory_pool.cc:258)
==7066== by 0x600C28A: arrow::PoolBuffer::Reserve(long) (buffer.cc:123)
==7066== by 0x600C0B4: arrow::PoolBuffer::Resize(long, bool) (buffer.cc:146)
==7066== by 0x61C7731: arrow::io::BufferOutputStream::Reserve(long) (memory.cc:123)
==7066== by 0x61C74FD: arrow::io::BufferOutputStream::Write(void const*, long) (memory.cc:105)
==7066== by 0x699E837: arrow::ipc::(anonymous namespace)::StreamBookKeeper::Write(void const*, long) (writer.cc:1020)
==7066== by 0x699F1C9: arrow::ipc::(anonymous namespace)::PayloadFileWriter::Start() (writer.cc:1102)
==7066== by 0x699D14C: arrow::ipc::(anonymous namespace)::RecordBatchPayloadWriter::Start() (writer.cc:951)
==7066== Address 0x9004750 is in a rw- anonymous segment
==7066==
==7066== Invalid read of size 8
==7066== at 0x6A2860A: je_arrow_private_je_bitmap_set (bitmap.h:179)
==7066== by 0x6A2860A: je_arrow_private_je_bitmap_sfu (bitmap.h:228)
==7066== by 0x6A2860A: arena_run_reg_alloc (arena.c:292)
==7066== by 0x6A2860A: arena_malloc_small (arena.c:2635)
==7066== by 0x6A2860A: je_arrow_private_je_arena_malloc_hard (arena.c:2751)
==7066== by 0x6A1D590: je_arrow_private_je_ipallocztm (jemalloc_internal.h:1094)
==7066== by 0x6A1D590: je_arrow_private_je_ipalloct (jemalloc_internal.h:1108)
==7066== by 0x6A1D590: imallocx_flags (jemalloc.c:2154)
==7066== by 0x6A1D590: imallocx_no_prof (jemalloc.c:2228)
==7066== by 0x6A1D590: imallocx_body (jemalloc.c:2271)
==7066== by 0x6A1D590: je_arrow_mallocx (jemalloc.c:2289)
==7066== by 0x6029943: arrow::(anonymous namespace)::JemallocAllocator::AllocateAligned(long, unsigned char**) (memory_pool.cc:134)
==7066== by 0x6029B23: arrow::(anonymous namespace)::JemallocAllocator::ReallocateAligned(long, long, unsigned char**) (memory_pool.cc:145)
==7066== by 0x60296E3: arrow::BaseMemoryPoolImpl<arrow::(anonymous namespace)::JemallocAllocator>::Reallocate(long, long, unsigned char**) (memory_pool.cc:258)
==7066== by 0x600C28A: arrow::PoolBuffer::Reserve(long) (buffer.cc:123)
==7066== by 0x600C0B4: arrow::PoolBuffer::Resize(long, bool) (buffer.cc:146)
==7066== by 0x61C7731: arrow::io::BufferOutputStream::Reserve(long) (memory.cc:123)
==7066== by 0x61C74FD: arrow::io::BufferOutputStream::Write(void const*, long) (memory.cc:105)
==7066== by 0x699E837: arrow::ipc::(anonymous namespace)::StreamBookKeeper::Write(void const*, long) (writer.cc:1020)
==7066== by 0x699F1C9: arrow::ipc::(anonymous namespace)::PayloadFileWriter::Start() (writer.cc:1102)
==7066== by 0x699D14C: arrow::ipc::(anonymous namespace)::RecordBatchPayloadWriter::Start() (writer.cc:951)
==7066== Address 0x9004750 is in a rw- anonymous segment
==7066==
==7066== Invalid write of size 4
==7066== at 0x6A2866F: arena_run_reg_alloc (arena.c:297)
==7066== by 0x6A2866F: arena_malloc_small (arena.c:2635)
==7066== by 0x6A2866F: je_arrow_private_je_arena_malloc_hard (arena.c:2751)
==7066== by 0x6A1D590: je_arrow_private_je_ipallocztm (jemalloc_internal.h:1094)
==7066== by 0x6A1D590: je_arrow_private_je_ipalloct (jemalloc_internal.h:1108)
==7066== by 0x6A1D590: imallocx_flags (jemalloc.c:2154)
==7066== by 0x6A1D590: imallocx_no_prof (jemalloc.c:2228)
==7066== by 0x6A1D590: imallocx_body (jemalloc.c:2271)
==7066== by 0x6A1D590: je_arrow_mallocx (jemalloc.c:2289)
==7066== by 0x6029943: arrow::(anonymous namespace)::JemallocAllocator::AllocateAligned(long, unsigned char**) (memory_pool.cc:134)
==7066== by 0x6029B23: arrow::(anonymous namespace)::JemallocAllocator::ReallocateAligned(long, long, unsigned char**) (memory_pool.cc:145)
==7066== by 0x60296E3: arrow::BaseMemoryPoolImpl<arrow::(anonymous namespace)::JemallocAllocator>::Reallocate(long, long, unsigned char**) (memory_pool.cc:258)
==7066== by 0x600C28A: arrow::PoolBuffer::Reserve(long) (buffer.cc:123)
==7066== by 0x600C0B4: arrow::PoolBuffer::Resize(long, bool) (buffer.cc:146)
==7066== by 0x61C7731: arrow::io::BufferOutputStream::Reserve(long) (memory.cc:123)
==7066== by 0x61C74FD: arrow::io::BufferOutputStream::Write(void const*, long) (memory.cc:105)
==7066== by 0x699E837: arrow::ipc::(anonymous namespace)::StreamBookKeeper::Write(void const*, long) (writer.cc:1020)
==7066== by 0x699F1C9: arrow::ipc::(anonymous namespace)::PayloadFileWriter::Start() (writer.cc:1102)
==7066== by 0x699D14C: arrow::ipc::(anonymous namespace)::RecordBatchPayloadWriter::Start() (writer.cc:951)
==7066== Address 0x900474c is in a rw- anonymous segment
==7066==
[ OK ] FileRoundTripTests/TestFileFormat.RoundTrip/0 (15 ms)
[ RUN ] FileRoundTripTests/TestFileFormat.RoundTrip/1
==7066== Invalid read of size 8
==7066== at 0x6A30BAF: arena_run_heap_first (arena.c:114)
==7066== by 0x6A30BAF: arena_run_first_best_fit (arena.c:1164)
==7066== by 0x6A282C3: arena_run_alloc_large_helper (arena.c:1177)
==7066== by 0x6A282C3: arena_run_alloc_large (arena.c:1196)
==7066== by 0x6A282C3: je_arrow_private_je_arena_malloc_large (arena.c:2701)
==7066== by 0x6A295D7: je_arrow_private_je_arena_malloc (arena.h:1357)
==7066== by 0x6A295D7: je_arrow_private_je_arena_palloc (arena.c:2865)
==7066== by 0x6A2AEB6: je_arrow_private_je_ipallocztm (jemalloc_internal.h:1094)
==7066== by 0x6A2AEB6: je_arrow_private_je_ipalloct (jemalloc_internal.h:1108)
==7066== by 0x6A2AEB6: arena_ralloc_move_helper (arena.c:3367)
==7066== by 0x6A2AEB6: je_arrow_private_je_arena_ralloc (arena.c:3394)
==7066== by 0x6A1E41B: je_arrow_private_je_iralloct (jemalloc_internal.h:1259)
==7066== by 0x6A1E41B: je_arrow_rallocx (jemalloc.c:2414)
==7066== by 0x6029BB9: arrow::(anonymous namespace)::JemallocAllocator::ReallocateAligned(long, long, unsigned char**) (memory_pool.cc:153)
==7066== by 0x60296E3: arrow::BaseMemoryPoolImpl<arrow::(anonymous namespace)::JemallocAllocator>::Reallocate(long, long, unsigned char**) (memory_pool.cc:258)
==7066== by 0x600C28A: arrow::PoolBuffer::Reserve(long) (buffer.cc:123)
==7066== by 0x600C0B4: arrow::PoolBuffer::Resize(long, bool) (buffer.cc:146)
==7066== by 0x61C7731: arrow::io::BufferOutputStream::Reserve(long) (memory.cc:123)
==7066== by 0x61C74FD: arrow::io::BufferOutputStream::Write(void const*, long) (memory.cc:105)
==7066== by 0x69980BD: arrow::ipc::internal::WriteIpcPayload(arrow::ipc::internal::IpcPayload const&, arrow::io::OutputStream*, int*) (writer.cc:554)
==7066== Address 0x9005038 is in a rw- anonymous segment
==7066==
==7066== Invalid read of size 4
==7066== at 0x6A2EF7A: arena_run_split_remove (arena.c:415)
==7066== by 0x6A2EB03: arena_run_split_large_helper (arena.c:456)
==7066== by 0x6A282EA: arena_run_split_large (arena.c:515)
==7066== by 0x6A282EA: arena_run_alloc_large_helper (arena.c:1179)
==7066== by 0x6A282EA: arena_run_alloc_large (arena.c:1196)
==7066== by 0x6A282EA: je_arrow_private_je_arena_malloc_large (arena.c:2701)
==7066== by 0x6A295D7: je_arrow_private_je_arena_malloc (arena.h:1357)
==7066== by 0x6A295D7: je_arrow_private_je_arena_palloc (arena.c:2865)
==7066== by 0x6A2AEB6: je_arrow_private_je_ipallocztm (jemalloc_internal.h:1094)
==7066== by 0x6A2AEB6: je_arrow_private_je_ipalloct (jemalloc_internal.h:1108)
==7066== by 0x6A2AEB6: arena_ralloc_move_helper (arena.c:3367)
==7066== by 0x6A2AEB6: je_arrow_private_je_arena_ralloc (arena.c:3394)
==7066== by 0x6A1E41B: je_arrow_private_je_iralloct (jemalloc_internal.h:1259)
==7066== by 0x6A1E41B: je_arrow_rallocx (jemalloc.c:2414)
==7066== by 0x6029BB9: arrow::(anonymous namespace)::JemallocAllocator::ReallocateAligned(long, long, unsigned char**) (memory_pool.cc:153)
==7066== by 0x60296E3: arrow::BaseMemoryPoolImpl<arrow::(anonymous namespace)::JemallocAllocator>::Reallocate(long, long, unsigned char**) (memory_pool.cc:258)
==7066== by 0x600C28A: arrow::PoolBuffer::Reserve(long) (buffer.cc:123)
==7066== by 0x600C0B4: arrow::PoolBuffer::Resize(long, bool) (buffer.cc:146)
==7066== by 0x61C7731: arrow::io::BufferOutputStream::Reserve(long) (memory.cc:123)
==7066== by 0x61C74FD: arrow::io::BufferOutputStream::Write(void const*, long) (memory.cc:105)
==7066== Address 0x9001008 is in a rw- anonymous segment
==7066==
==7066== Invalid write of size 8
==7066== at 0x6A2EF89: je_arrow_private_je_arena_mapbitsp_write (arena.h:927)
==7066== by 0x6A2EF89: je_arrow_private_je_arena_mapbits_unallocated_set (arena.h:957)
==7066== by 0x6A2EF89: arena_run_split_remove (arena.c:413)
==7066== by 0x6A2EB03: arena_run_split_large_helper (arena.c:456)
==7066== by 0x6A282EA: arena_run_split_large (arena.c:515)
==7066== by 0x6A282EA: arena_run_alloc_large_helper (arena.c:1179)
==7066== by 0x6A282EA: arena_run_alloc_large (arena.c:1196)
==7066== by 0x6A282EA: je_arrow_private_je_arena_malloc_large (arena.c:2701)
==7066== by 0x6A295D7: je_arrow_private_je_arena_malloc (arena.h:1357)
==7066== by 0x6A295D7: je_arrow_private_je_arena_palloc (arena.c:2865)
==7066== by 0x6A2AEB6: je_arrow_private_je_ipallocztm (jemalloc_internal.h:1094)
==7066== by 0x6A2AEB6: je_arrow_private_je_ipalloct (jemalloc_internal.h:1108)
==7066== by 0x6A2AEB6: arena_ralloc_move_helper (arena.c:3367)
==7066== by 0x6A2AEB6: je_arrow_private_je_arena_ralloc (arena.c:3394)
==7066== by 0x6A1E41B: je_arrow_private_je_iralloct (jemalloc_internal.h:1259)
==7066== by 0x6A1E41B: je_arrow_rallocx (jemalloc.c:2414)
==7066== by 0x6029BB9: arrow::(anonymous namespace)::JemallocAllocator::ReallocateAligned(long, long, unsigned char**) (memory_pool.cc:153)
==7066== by 0x60296E3: arrow::BaseMemoryPoolImpl<arrow::(anonymous namespace)::JemallocAllocator>::Reallocate(long, long, unsigned char**) (memory_pool.cc:258)
==7066== by 0x600C28A: arrow::PoolBuffer::Reserve(long) (buffer.cc:123)
==7066== by 0x600C0B4: arrow::PoolBuffer::Resize(long, bool) (buffer.cc:146)
==7066== by 0x61C7731: arrow::io::BufferOutputStream::Reserve(long) (memory.cc:123)
==7066== by 0x61C74FD: arrow::io::BufferOutputStream::Write(void const*, long) (memory.cc:105)
==7066== Address 0x9001008 is in a rw- anonymous segment
==7066==
==7066== Invalid write of size 8
==7066== at 0x6A2E9C2: arena_run_heap_insert (arena.c:114)
==7066== by 0x6A2E9C2: arena_avail_insert (arena.c:197)
==7066== by 0x6A2EB03: arena_run_split_large_helper (arena.c:456)
==7066== by 0x6A282EA: arena_run_split_large (arena.c:515)
==7066== by 0x6A282EA: arena_run_alloc_large_helper (arena.c:1179)
==7066== by 0x6A282EA: arena_run_alloc_large (arena.c:1196)
==7066== by 0x6A282EA: je_arrow_private_je_arena_malloc_large (arena.c:2701)
==7066== by 0x6A295D7: je_arrow_private_je_arena_malloc (arena.h:1357)
==7066== by 0x6A295D7: je_arrow_private_je_arena_palloc (arena.c:2865)
==7066== by 0x6A2AEB6: je_arrow_private_je_ipallocztm (jemalloc_internal.h:1094)
==7066== by 0x6A2AEB6: je_arrow_private_je_ipalloct (jemalloc_internal.h:1108)
==7066== by 0x6A2AEB6: arena_ralloc_move_helper (arena.c:3367)
==7066== by 0x6A2AEB6: je_arrow_private_je_arena_ralloc (arena.c:3394)
==7066== by 0x6A1E41B: je_arrow_private_je_iralloct (jemalloc_internal.h:1259)
==7066== by 0x6A1E41B: je_arrow_rallocx (jemalloc.c:2414)
==7066== by 0x6029BB9: arrow::(anonymous namespace)::JemallocAllocator::ReallocateAligned(long, long, unsigned char**) (memory_pool.cc:153)
==7066== by 0x60296E3: arrow::BaseMemoryPoolImpl<arrow::(anonymous namespace)::JemallocAllocator>::Reallocate(long, long, unsigned char**) (memory_pool.cc:258)
==7066== by 0x600C28A: arrow::PoolBuffer::Reserve(long) (buffer.cc:123)
==7066== by 0x600C0B4: arrow::PoolBuffer::Resize(long, bool) (buffer.cc:146)
==7066== by 0x61C7731: arrow::io::BufferOutputStream::Reserve(long) (memory.cc:123)
==7066== by 0x61C74FD: arrow::io::BufferOutputStream::Write(void const*, long) (memory.cc:105)
==7066== Address 0x9005210 is in a rw- anonymous segment
==7066==
==7066== Invalid write of size 8
==7066== at 0x6A2E9C6: arena_run_heap_insert (arena.c:114)
==7066== by 0x6A2E9C6: arena_avail_insert (arena.c:197)
==7066== by 0x6A2EB03: arena_run_split_large_helper (arena.c:456)
==7066== by 0x6A282EA: arena_run_split_large (arena.c:515)
==7066== by 0x6A282EA: arena_run_alloc_large_helper (arena.c:1179)
==7066== by 0x6A282EA: arena_run_alloc_large (arena.c:1196)
==7066== by 0x6A282EA: je_arrow_private_je_arena_malloc_large (arena.c:2701)
==7066== by 0x6A295D7: je_arrow_private_je_arena_malloc (arena.h:1357)
==7066== by 0x6A295D7: je_arrow_private_je_arena_palloc (arena.c:2865)
==7066== by 0x6A2AEB6: je_arrow_private_je_ipallocztm (jemalloc_internal.h:1094)
==7066== by 0x6A2AEB6: je_arrow_private_je_ipalloct (jemalloc_internal.h:1108)
==7066== by 0x6A2AEB6: arena_ralloc_move_helper (arena.c:3367)
==7066== by 0x6A2AEB6: je_arrow_private_je_arena_ralloc (arena.c:3394)
==7066== by 0x6A1E41B: je_arrow_private_je_iralloct (jemalloc_internal.h:1259)
==7066== by 0x6A1E41B: je_arrow_rallocx (jemalloc.c:2414)
==7066== by 0x6029BB9: arrow::(anonymous namespace)::JemallocAllocator::ReallocateAligned(long, long, unsigned char**) (memory_pool.cc:153)
==7066== by 0x60296E3: arrow::BaseMemoryPoolImpl<arrow::(anonymous namespace)::JemallocAllocator>::Reallocate(long, long, unsigned char**) (memory_pool.cc:258)
==7066== by 0x600C28A: arrow::PoolBuffer::Reserve(long) (buffer.cc:123)
==7066== by 0x600C0B4: arrow::PoolBuffer::Resize(long, bool) (buffer.cc:146)
==7066== by 0x61C7731: arrow::io::BufferOutputStream::Reserve(long) (memory.cc:123)
==7066== by 0x61C74FD: arrow::io::BufferOutputStream::Write(void const*, long) (memory.cc:105)
==7066== Address 0x9005220 is in a rw- anonymous segment
==7066==
==7066== Invalid read of size 8
==7066== at 0x6A2A0FF: arena_ralloc_large (arena.c:0)
==7066== by 0x6A2A0FF: je_arrow_private_je_arena_ralloc_no_move (arena.c:3342)
==7066== by 0x6A2AC11: je_arrow_private_je_arena_ralloc (arena.c:3385)
==7066== by 0x6A1E41B: je_arrow_private_je_iralloct (jemalloc_internal.h:1259)
==7066== by 0x6A1E41B: je_arrow_rallocx (jemalloc.c:2414)
==7066== by 0x6029BB9: arrow::(anonymous namespace)::JemallocAllocator::ReallocateAligned(long, long, unsigned char**) (memory_pool.cc:153)
==7066== by 0x60296E3: arrow::BaseMemoryPoolImpl<arrow::(anonymous namespace)::JemallocAllocator>::Reallocate(long, long, unsigned char**) (memory_pool.cc:258)
==7066== by 0x600C28A: arrow::PoolBuffer::Reserve(long) (buffer.cc:123)
==7066== by 0x600C0B4: arrow::PoolBuffer::Resize(long, bool) (buffer.cc:146)
==7066== by 0x61C7731: arrow::io::BufferOutputStream::Reserve(long) (memory.cc:123)
==7066== by 0x61C74FD: arrow::io::BufferOutputStream::Write(void const*, long) (memory.cc:105)
==7066== by 0x69980BD: arrow::ipc::internal::WriteIpcPayload(arrow::ipc::internal::IpcPayload const&, arrow::io::OutputStream*, int*) (writer.cc:554)
==7066== by 0x699F591: arrow::ipc::(anonymous namespace)::PayloadFileWriter::WritePayload(arrow::ipc::internal::IpcPayload const&) (writer.cc:1077)
==7066== by 0x699DECE: arrow::ipc::(anonymous namespace)::RecordBatchPayloadWriter::WriteRecordBatch(arrow::RecordBatch const&) (writer.cc:939)
==7066== Address 0x9000000 is in a rw- anonymous segment
==7066==
==7066== Invalid read of size 8
==7066== at 0x6A2F103: arena_run_heap_remove (arena.c:114)
==7066== by 0x6A2EE69: arena_avail_remove (arena.c:211)
==7066== by 0x6A2EE69: arena_run_split_remove (arena.c:398)
==7066== by 0x6A2EB03: arena_run_split_large_helper (arena.c:456)
==7066== by 0x6A2A702: arena_run_split_large (arena.c:515)
==7066== by 0x6A2A702: arena_ralloc_large_grow (arena.c:3185)
==7066== by 0x6A2A702: arena_ralloc_large (arena.c:3289)
==7066== by 0x6A2A702: je_arrow_private_je_arena_ralloc_no_move (arena.c:3342)
==7066== by 0x6A2AC11: je_arrow_private_je_arena_ralloc (arena.c:3385)
==7066== by 0x6A1E41B: je_arrow_private_je_iralloct (jemalloc_internal.h:1259)
==7066== by 0x6A1E41B: je_arrow_rallocx (jemalloc.c:2414)
==7066== by 0x6029BB9: arrow::(anonymous namespace)::JemallocAllocator::ReallocateAligned(long, long, unsigned char**) (memory_pool.cc:153)
==7066== by 0x60296E3: arrow::BaseMemoryPoolImpl<arrow::(anonymous namespace)::JemallocAllocator>::Reallocate(long, long, unsigned char**) (memory_pool.cc:258)
==7066== by 0x600C28A: arrow::PoolBuffer::Reserve(long) (buffer.cc:123)
==7066== by 0x600C0B4: arrow::PoolBuffer::Resize(long, bool) (buffer.cc:146)
==7066== by 0x61C7731: arrow::io::BufferOutputStream::Reserve(long) (memory.cc:123)
==7066== by 0x61C74FD: arrow::io::BufferOutputStream::Write(void const*, long) (memory.cc:105)
==7066== Address 0x9005218 is in a rw- anonymous segment
==7066==
==7066== Invalid read of size 8
==7066== at 0x6A2F542: arena_run_heap_remove (arena.c:114)
==7066== by 0x6A2EE69: arena_avail_remove (arena.c:211)
==7066== by 0x6A2EE69: arena_run_split_remove (arena.c:398)
==7066== by 0x6A2EB03: arena_run_split_large_helper (arena.c:456)
==7066== by 0x6A2A702: arena_run_split_large (arena.c:515)
==7066== by 0x6A2A702: arena_ralloc_large_grow (arena.c:3185)
==7066== by 0x6A2A702: arena_ralloc_large (arena.c:3289)
==7066== by 0x6A2A702: je_arrow_private_je_arena_ralloc_no_move (arena.c:3342)
==7066== by 0x6A2AC11: je_arrow_private_je_arena_ralloc (arena.c:3385)
==7066== by 0x6A1E41B: je_arrow_private_je_iralloct (jemalloc_internal.h:1259)
==7066== by 0x6A1E41B: je_arrow_rallocx (jemalloc.c:2414)
==7066== by 0x6029BB9: arrow::(anonymous namespace)::JemallocAllocator::ReallocateAligned(long, long, unsigned char**) (memory_pool.cc:153)
==7066== by 0x60296E3: arrow::BaseMemoryPoolImpl<arrow::(anonymous namespace)::JemallocAllocator>::Reallocate(long, long, unsigned char**) (memory_pool.cc:258)
==7066== by 0x600C28A: arrow::PoolBuffer::Reserve(long) (buffer.cc:123)
==7066== by 0x600C0B4: arrow::PoolBuffer::Resize(long, bool) (buffer.cc:146)
==7066== by 0x61C7731: arrow::io::BufferOutputStream::Reserve(long) (memory.cc:123)
==7066== by 0x61C74FD: arrow::io::BufferOutputStream::Write(void const*, long) (memory.cc:105)
==7066== Address 0x9005220 is in a rw- anonymous segment
==7066==
==7066== Invalid read of size 4
==7066== at 0x6A2EF7A: arena_run_split_remove (arena.c:415)
==7066== by 0x6A2EB03: arena_run_split_large_helper (arena.c:456)
==7066== by 0x6A2A702: arena_run_split_large (arena.c:515)
==7066== by 0x6A2A702: arena_ralloc_large_grow (arena.c:3185)
==7066== by 0x6A2A702: arena_ralloc_large (arena.c:3289)
==7066== by 0x6A2A702: je_arrow_private_je_arena_ralloc_no_move (arena.c:3342)
==7066== by 0x6A2AC11: je_arrow_private_je_arena_ralloc (arena.c:3385)
==7066== by 0x6A1E41B: je_arrow_private_je_iralloct (jemalloc_internal.h:1259)
==7066== by 0x6A1E41B: je_arrow_rallocx (jemalloc.c:2414)
==7066== by 0x6029BB9: arrow::(anonymous namespace)::JemallocAllocator::ReallocateAligned(long, long, unsigned char**) (memory_pool.cc:153)
==7066== by 0x60296E3: arrow::BaseMemoryPoolImpl<arrow::(anonymous namespace)::JemallocAllocator>::Reallocate(long, long, unsigned char**) (memory_pool.cc:258)
==7066== by 0x600C28A: arrow::PoolBuffer::Reserve(long) (buffer.cc:123)
==7066== by 0x600C0B4: arrow::PoolBuffer::Resize(long, bool) (buffer.cc:146)
==7066== by 0x61C7731: arrow::io::BufferOutputStream::Reserve(long) (memory.cc:123)
==7066== by 0x61C74FD: arrow::io::BufferOutputStream::Write(void const*, long) (memory.cc:105)
==7066== by 0x69980BD: arrow::ipc::internal::WriteIpcPayload(arrow::ipc::internal::IpcPayload const&, arrow::io::OutputStream*, int*) (writer.cc:554)
==7066== Address 0x9001008 is in a rw- anonymous segment
==7066==
==7066== Invalid write of size 8
==7066== at 0x6A2EF89: je_arrow_private_je_arena_mapbitsp_write (arena.h:927)
==7066== by 0x6A2EF89: je_arrow_private_je_arena_mapbits_unallocated_set (arena.h:957)
==7066== by 0x6A2EF89: arena_run_split_remove (arena.c:413)
==7066== by 0x6A2EB03: arena_run_split_large_helper (arena.c:456)
==7066== by 0x6A2A702: arena_run_split_large (arena.c:515)
==7066== by 0x6A2A702: arena_ralloc_large_grow (arena.c:3185)
==7066== by 0x6A2A702: arena_ralloc_large (arena.c:3289)
==7066== by 0x6A2A702: je_arrow_private_je_arena_ralloc_no_move (arena.c:3342)
==7066== by 0x6A2AC11: je_arrow_private_je_arena_ralloc (arena.c:3385)
==7066== by 0x6A1E41B: je_arrow_private_je_iralloct (jemalloc_internal.h:1259)
==7066== by 0x6A1E41B: je_arrow_rallocx (jemalloc.c:2414)
==7066== by 0x6029BB9: arrow::(anonymous namespace)::JemallocAllocator::ReallocateAligned(long, long, unsigned char**) (memory_pool.cc:153)
==7066== by 0x60296E3: arrow::BaseMemoryPoolImpl<arrow::(anonymous namespace)::JemallocAllocator>::Reallocate(long, long, unsigned char**) (memory_pool.cc:258)
==7066== by 0x600C28A: arrow::PoolBuffer::Reserve(long) (buffer.cc:123)
==7066== by 0x600C0B4: arrow::PoolBuffer::Resize(long, bool) (buffer.cc:146)
==7066== by 0x61C7731: arrow::io::BufferOutputStream::Reserve(long) (memory.cc:123)
==7066== by 0x61C74FD: arrow::io::BufferOutputStream::Write(void const*, long) (memory.cc:105)
==7066== by 0x69980BD: arrow::ipc::internal::WriteIpcPayload(arrow::ipc::internal::IpcPayload const&, arrow::io::OutputStream*, int*) (writer.cc:554)
==7066== Address 0x9001008 is in a rw- anonymous segment
==7066==
==7066== Invalid write of size 8
==7066== at 0x6A2E9C2: arena_run_heap_insert (arena.c:114)
==7066== by 0x6A2E9C2: arena_avail_insert (arena.c:197)
==7066== by 0x6A2EB03: arena_run_split_large_helper (arena.c:456)
==7066== by 0x6A2A702: arena_run_split_large (arena.c:515)
==7066== by 0x6A2A702: arena_ralloc_large_grow (arena.c:3185)
==7066== by 0x6A2A702: arena_ralloc_large (arena.c:3289)
==7066== by 0x6A2A702: je_arrow_private_je_arena_ralloc_no_move (arena.c:3342)
==7066== by 0x6A2AC11: je_arrow_private_je_arena_ralloc (arena.c:3385)
==7066== by 0x6A1E41B: je_arrow_private_je_iralloct (jemalloc_internal.h:1259)
==7066== by 0x6A1E41B: je_arrow_rallocx (jemalloc.c:2414)
==7066== by 0x6029BB9: arrow::(anonymous namespace)::JemallocAllocator::ReallocateAligned(long, long, unsigned char**) (memory_pool.cc:153)
==7066== by 0x60296E3: arrow::BaseMemoryPoolImpl<arrow::(anonymous namespace)::JemallocAllocator>::Reallocate(long, long, unsigned char**) (memory_pool.cc:258)
==7066== by 0x600C28A: arrow::PoolBuffer::Reserve(long) (buffer.cc:123)
==7066== by 0x600C0B4: arrow::PoolBuffer::Resize(long, bool) (buffer.cc:146)
==7066== by 0x61C7731: arrow::io::BufferOutputStream::Reserve(long) (memory.cc:123)
==7066== by 0x61C74FD: arrow::io::BufferOutputStream::Write(void const*, long) (memory.cc:105)
==7066== by 0x69980BD: arrow::ipc::internal::WriteIpcPayload(arrow::ipc::internal::IpcPayload const&, arrow::io::OutputStream*, int*) (writer.cc:554)
==7066== Address 0x9005390 is in a rw- anonymous segment
==7066==
==7066== Invalid write of size 8
==7066== at 0x6A2E9C6: arena_run_heap_insert (arena.c:114)
==7066== by 0x6A2E9C6: arena_avail_insert (arena.c:197)
==7066== by 0x6A2EB03: arena_run_split_large_helper (arena.c:456)
==7066== by 0x6A2A702: arena_run_split_large (arena.c:515)
==7066== by 0x6A2A702: arena_ralloc_large_grow (arena.c:3185)
==7066== by 0x6A2A702: arena_ralloc_large (arena.c:3289)
==7066== by 0x6A2A702: je_arrow_private_je_arena_ralloc_no_move (arena.c:3342)
==7066== by 0x6A2AC11: je_arrow_private_je_arena_ralloc (arena.c:3385)
==7066== by 0x6A1E41B: je_arrow_private_je_iralloct (jemalloc_internal.h:1259)
==7066== by 0x6A1E41B: je_arrow_rallocx (jemalloc.c:2414)
==7066== by 0x6029BB9: arrow::(anonymous namespace)::JemallocAllocator::ReallocateAligned(long, long, unsigned char**) (memory_pool.cc:153)
==7066== by 0x60296E3: arrow::BaseMemoryPoolImpl<arrow::(anonymous namespace)::JemallocAllocator>::Reallocate(long, long, unsigned char**) (memory_pool.cc:258)
==7066== by 0x600C28A: arrow::PoolBuffer::Reserve(long) (buffer.cc:123)
==7066== by 0x600C0B4: arrow::PoolBuffer::Resize(long, bool) (buffer.cc:146)
==7066== by 0x61C7731: arrow::io::BufferOutputStream::Reserve(long) (memory.cc:123)
==7066== by 0x61C74FD: arrow::io::BufferOutputStream::Write(void const*, long) (memory.cc:105)
==7066== by 0x69980BD: arrow::ipc::internal::WriteIpcPayload(arrow::ipc::internal::IpcPayload const&, arrow::io::OutputStream*, int*) (writer.cc:554)
==7066== Address 0x90053a0 is in a rw- anonymous segment
==7066==
==7066== Invalid read of size 8
==7066== at 0x6A2A45C: je_arrow_private_je_arena_decay_ticks (arena.h:0)
==7066== by 0x6A2A45C: je_arrow_private_je_arena_decay_tick (arena.h:1333)
==7066== by 0x6A2A45C: je_arrow_private_je_arena_ralloc_no_move (arena.c:3348)
==7066== by 0x6A2AC11: je_arrow_private_je_arena_ralloc (arena.c:3385)
==7066== by 0x6A1E41B: je_arrow_private_je_iralloct (jemalloc_internal.h:1259)
==7066== by 0x6A1E41B: je_arrow_rallocx (jemalloc.c:2414)
==7066== by 0x6029BB9: arrow::(anonymous namespace)::JemallocAllocator::ReallocateAligned(long, long, unsigned char**) (memory_pool.cc:153)
==7066== by 0x60296E3: arrow::BaseMemoryPoolImpl<arrow::(anonymous namespace)::JemallocAllocator>::Reallocate(long, long, unsigned char**) (memory_pool.cc:258)
==7066== by 0x600C28A: arrow::PoolBuffer::Reserve(long) (buffer.cc:123)
==7066== by 0x600C0B4: arrow::PoolBuffer::Resize(long, bool) (buffer.cc:146)
==7066== by 0x61C7731: arrow::io::BufferOutputStream::Reserve(long) (memory.cc:123)
==7066== by 0x61C74FD: arrow::io::BufferOutputStream::Write(void const*, long) (memory.cc:105)
==7066== by 0x69980BD: arrow::ipc::internal::WriteIpcPayload(arrow::ipc::internal::IpcPayload const&, arrow::io::OutputStream*, int*) (writer.cc:554)
==7066== by 0x699F591: arrow::ipc::(anonymous namespace)::PayloadFileWriter::WritePayload(arrow::ipc::internal::IpcPayload const&) (writer.cc:1077)
==7066== by 0x699DECE: arrow::ipc::(anonymous namespace)::RecordBatchPayloadWriter::WriteRecordBatch(arrow::RecordBatch const&) (writer.cc:939)
==7066== Address 0x9000000 is in a rw- anonymous segment
==7066==
[ OK ] FileRoundTripTests/TestFileFormat.RoundTrip/1 (46 ms)
[ RUN ] FileRoundTripTests/TestFileFormat.RoundTrip/2
[ OK ] FileRoundTripTests/TestFileFormat.RoundTrip/2 (27 ms)
[ RUN ] FileRoundTripTests/TestFileFormat.RoundTrip/3
[ OK ] FileRoundTripTests/TestFileFormat.RoundTrip/3 (13 ms)
[ RUN ] FileRoundTripTests/TestFileFormat.RoundTrip/4
[ OK ] FileRoundTripTests/TestFileFormat.RoundTrip/4 (550 ms)
[ RUN ] FileRoundTripTests/TestFileFormat.RoundTrip/5
[ OK ] FileRoundTripTests/TestFileFormat.RoundTrip/5 (65 ms)
[ RUN ] FileRoundTripTests/TestFileFormat.RoundTrip/6
[ OK ] FileRoundTripTests/TestFileFormat.RoundTrip/6 (119 ms)
[ RUN ] FileRoundTripTests/TestFileFormat.RoundTrip/7
[ OK ] FileRoundTripTests/TestFileFormat.RoundTrip/7 (20 ms)
[ RUN ] FileRoundTripTests/TestFileFormat.RoundTrip/8
[ OK ] FileRoundTripTests/TestFileFormat.RoundTrip/8 (45 ms)
[ RUN ] FileRoundTripTests/TestFileFormat.RoundTrip/9
[ OK ] FileRoundTripTests/TestFileFormat.RoundTrip/9 (8 ms)
[ RUN ] FileRoundTripTests/TestFileFormat.RoundTrip/10
[ OK ] FileRoundTripTests/TestFileFormat.RoundTrip/10 (10 ms)
[ RUN ] FileRoundTripTests/TestFileFormat.RoundTrip/11
[ OK ] FileRoundTripTests/TestFileFormat.RoundTrip/11 (12 ms)
[ RUN ] FileRoundTripTests/TestFileFormat.RoundTrip/12
[ OK ] FileRoundTripTests/TestFileFormat.RoundTrip/12 (7 ms)
[ RUN ] FileRoundTripTests/TestFileFormat.RoundTrip/13
[ OK ] FileRoundTripTests/TestFileFormat.RoundTrip/13 (8 ms)
[ RUN ] FileRoundTripTests/TestFileFormat.RoundTrip/14
[ OK ] FileRoundTripTests/TestFileFormat.RoundTrip/14 (7 ms)
[ RUN ] FileRoundTripTests/TestFileFormat.RoundTrip/15
[ OK ] FileRoundTripTests/TestFileFormat.RoundTrip/15 (20 ms)
[ RUN ] FileRoundTripTests/TestFileFormat.RoundTrip/16
[ OK ] FileRoundTripTests/TestFileFormat.RoundTrip/16 (14 ms)
[----------] 17 tests from FileRoundTripTests/TestFileFormat (989 ms total)
[----------] 17 tests from StreamRoundTripTests/TestStreamFormat
[ RUN ] StreamRoundTripTests/TestStreamFormat.RoundTrip/0
[ OK ] StreamRoundTripTests/TestStreamFormat.RoundTrip/0 (11 ms)
[ RUN ] StreamRoundTripTests/TestStreamFormat.RoundTrip/1
[ OK ] StreamRoundTripTests/TestStreamFormat.RoundTrip/1 (37 ms)
[ RUN ] StreamRoundTripTests/TestStreamFormat.RoundTrip/2
==7066== Invalid read of size 4
==7066== at 0x6A2EF54: arena_run_split_remove (arena.c:411)
==7066== by 0x6A308C6: arena_run_split_small (arena.c:549)
==7066== by 0x6A27C6E: arena_run_alloc_small_helper (arena.c:1224)
==7066== by 0x6A27C6E: arena_run_alloc_small (arena.c:1241)
==7066== by 0x6A27C6E: arena_bin_nonfull_run_get (arena.c:2380)
==7066== by 0x6A27C6E: arena_bin_malloc_hard (arena.c:2421)
==7066== by 0x6A28694: arena_malloc_small (arena.c:2637)
==7066== by 0x6A28694: je_arrow_private_je_arena_malloc_hard (arena.c:2751)
==7066== by 0x6A1D590: je_arrow_private_je_ipallocztm (jemalloc_internal.h:1094)
==7066== by 0x6A1D590: je_arrow_private_je_ipalloct (jemalloc_internal.h:1108)
==7066== by 0x6A1D590: imallocx_flags (jemalloc.c:2154)
==7066== by 0x6A1D590: imallocx_no_prof (jemalloc.c:2228)
==7066== by 0x6A1D590: imallocx_body (jemalloc.c:2271)
==7066== by 0x6A1D590: je_arrow_mallocx (jemalloc.c:2289)
==7066== by 0x6029943: arrow::(anonymous namespace)::JemallocAllocator::AllocateAligned(long, unsigned char**) (memory_pool.cc:134)
==7066== by 0x602951B: arrow::BaseMemoryPoolImpl<arrow::(anonymous namespace)::JemallocAllocator>::Allocate(long, unsigned char**) (memory_pool.cc:245)
==7066== by 0x600C3BE: arrow::PoolBuffer::Reserve(long) (buffer.cc:125)
==7066== by 0x600C0B4: arrow::PoolBuffer::Resize(long, bool) (buffer.cc:146)
==7066== by 0x600A8CB: arrow::Status arrow::(anonymous namespace)::ResizePoolBuffer<std::shared_ptr<arrow::PoolBuffer>, std::shared_ptr<arrow::Buffer> >(std::shared_ptr<arrow::PoolBuffer>&&, long, std::shared_ptr<arrow::Buffer>*) (buffer.cc:176)
==7066== by 0x600A447: arrow::AllocateBuffer(arrow::MemoryPool*, long, std::shared_ptr<arrow::Buffer>*) (buffer.cc:185)
==7066== by 0x600ACB3: arrow::AllocateBuffer(long, std::shared_ptr<arrow::Buffer>*) (buffer.cc:194)
==7066== Address 0x9001008 is in a rw- anonymous segment
==7066==
==7066== Invalid write of size 8
==7066== at 0x6A2EF65: je_arrow_private_je_arena_mapbitsp_write (arena.h:927)
==7066== by 0x6A2EF65: je_arrow_private_je_arena_mapbits_unallocated_set (arena.h:957)
==7066== by 0x6A2EF65: arena_run_split_remove (arena.c:409)
==7066== by 0x6A308C6: arena_run_split_small (arena.c:549)
==7066== by 0x6A27C6E: arena_run_alloc_small_helper (arena.c:1224)
==7066== by 0x6A27C6E: arena_run_alloc_small (arena.c:1241)
==7066== by 0x6A27C6E: arena_bin_nonfull_run_get (arena.c:2380)
==7066== by 0x6A27C6E: arena_bin_malloc_hard (arena.c:2421)
==7066== by 0x6A28694: arena_malloc_small (arena.c:2637)
==7066== by 0x6A28694: je_arrow_private_je_arena_malloc_hard (arena.c:2751)
==7066== by 0x6A1D590: je_arrow_private_je_ipallocztm (jemalloc_internal.h:1094)
==7066== by 0x6A1D590: je_arrow_private_je_ipalloct (jemalloc_internal.h:1108)
==7066== by 0x6A1D590: imallocx_flags (jemalloc.c:2154)
==7066== by 0x6A1D590: imallocx_no_prof (jemalloc.c:2228)
==7066== by 0x6A1D590: imallocx_body (jemalloc.c:2271)
==7066== by 0x6A1D590: je_arrow_mallocx (jemalloc.c:2289)
==7066== by 0x6029943: arrow::(anonymous namespace)::JemallocAllocator::AllocateAligned(long, unsigned char**) (memory_pool.cc:134)
==7066== by 0x602951B: arrow::BaseMemoryPoolImpl<arrow::(anonymous namespace)::JemallocAllocator>::Allocate(long, unsigned char**) (memory_pool.cc:245)
==7066== by 0x600C3BE: arrow::PoolBuffer::Reserve(long) (buffer.cc:125)
==7066== by 0x600C0B4: arrow::PoolBuffer::Resize(long, bool) (buffer.cc:146)
==7066== by 0x600A8CB: arrow::Status arrow::(anonymous namespace)::ResizePoolBuffer<std::shared_ptr<arrow::PoolBuffer>, std::shared_ptr<arrow::Buffer> >(std::shared_ptr<arrow::PoolBuffer>&&, long, std::shared_ptr<arrow::Buffer>*) (buffer.cc:176)
==7066== by 0x600A447: arrow::AllocateBuffer(arrow::MemoryPool*, long, std::shared_ptr<arrow::Buffer>*) (buffer.cc:185)
==7066== by 0x600ACB3: arrow::AllocateBuffer(long, std::shared_ptr<arrow::Buffer>*) (buffer.cc:194)
==7066== Address 0x9001008 is in a rw- anonymous segment
==7066==
==7066== Invalid read of size 8
==7066== at 0x6A2E909: je_arrow_private_je_arena_miscelm_to_pageind (arena.h:743)
==7066== by 0x6A2E909: arena_miscelm_size_get (arena.c:55)
==7066== by 0x6A2E909: arena_avail_insert (arena.c:191)
==7066== by 0x6A308C6: arena_run_split_small (arena.c:549)
==7066== by 0x6A27C6E: arena_run_alloc_small_helper (arena.c:1224)
==7066== by 0x6A27C6E: arena_run_alloc_small (arena.c:1241)
==7066== by 0x6A27C6E: arena_bin_nonfull_run_get (arena.c:2380)
==7066== by 0x6A27C6E: arena_bin_malloc_hard (arena.c:2421)
==7066== by 0x6A28694: arena_malloc_small (arena.c:2637)
==7066== by 0x6A28694: je_arrow_private_je_arena_malloc_hard (arena.c:2751)
==7066== by 0x6A1D590: je_arrow_private_je_ipallocztm (jemalloc_internal.h:1094)
==7066== by 0x6A1D590: je_arrow_private_je_ipalloct (jemalloc_internal.h:1108)
==7066== by 0x6A1D590: imallocx_flags (jemalloc.c:2154)
==7066== by 0x6A1D590: imallocx_no_prof (jemalloc.c:2228)
==7066== by 0x6A1D590: imallocx_body (jemalloc.c:2271)
==7066== by 0x6A1D590: je_arrow_mallocx (jemalloc.c:2289)
==7066== by 0x6029943: arrow::(anonymous namespace)::JemallocAllocator::AllocateAligned(long, unsigned char**) (memory_pool.cc:134)
==7066== by 0x602951B: arrow::BaseMemoryPoolImpl<arrow::(anonymous namespace)::JemallocAllocator>::Allocate(long, unsigned char**) (memory_pool.cc:245)
==7066== by 0x600C3BE: arrow::PoolBuffer::Reserve(long) (buffer.cc:125)
==7066== by 0x600C0B4: arrow::PoolBuffer::Resize(long, bool) (buffer.cc:146)
==7066== by 0x600A8CB: arrow::Status arrow::(anonymous namespace)::ResizePoolBuffer<std::shared_ptr<arrow::PoolBuffer>, std::shared_ptr<arrow::Buffer> >(std::shared_ptr<arrow::PoolBuffer>&&, long, std::shared_ptr<arrow::Buffer>*) (buffer.cc:176)
==7066== by 0x600A447: arrow::AllocateBuffer(arrow::MemoryPool*, long, std::shared_ptr<arrow::Buffer>*) (buffer.cc:185)
==7066== by 0x600ACB3: arrow::AllocateBuffer(long, std::shared_ptr<arrow::Buffer>*) (buffer.cc:194)
==7066== Address 0x9001008 is in a rw- anonymous segment
==7066==
==7066== Invalid read of size 8
==7066== at 0x6A30889: je_arrow_private_je_arena_miscelm_to_pageind (arena.h:0)
==7066== by 0x6A30889: arena_run_split_small (arena.c:539)
==7066== by 0x6A27C6E: arena_run_alloc_small_helper (arena.c:1224)
==7066== by 0x6A27C6E: arena_run_alloc_small (arena.c:1241)
==7066== by 0x6A27C6E: arena_bin_nonfull_run_get (arena.c:2380)
==7066== by 0x6A27C6E: arena_bin_malloc_hard (arena.c:2421)
==7066== by 0x6A28694: arena_malloc_small (arena.c:2637)
==7066== by 0x6A28694: je_arrow_private_je_arena_malloc_hard (arena.c:2751)
==7066== by 0x6A1D590: je_arrow_private_je_ipallocztm (jemalloc_internal.h:1094)
==7066== by 0x6A1D590: je_arrow_private_je_ipalloct (jemalloc_internal.h:1108)
==7066== by 0x6A1D590: imallocx_flags (jemalloc.c:2154)
==7066== by 0x6A1D590: imallocx_no_prof (jemalloc.c:2228)
==7066== by 0x6A1D590: imallocx_body (jemalloc.c:2271)
==7066== by 0x6A1D590: je_arrow_mallocx (jemalloc.c:2289)
==7066== by 0x6029943: arrow::(anonymous namespace)::JemallocAllocator::AllocateAligned(long, unsigned char**) (memory_pool.cc:134)
==7066== by 0x602951B: arrow::BaseMemoryPoolImpl<arrow::(anonymous namespace)::JemallocAllocator>::Allocate(long, unsigned char**) (memory_pool.cc:245)
==7066== by 0x600C3BE: arrow::PoolBuffer::Reserve(long) (buffer.cc:125)
==7066== by 0x600C0B4: arrow::PoolBuffer::Resize(long, bool) (buffer.cc:146)
==7066== by 0x600A8CB: arrow::Status arrow::(anonymous namespace)::ResizePoolBuffer<std::shared_ptr<arrow::PoolBuffer>, std::shared_ptr<arrow::Buffer> >(std::shared_ptr<arrow::PoolBuffer>&&, long, std::shared_ptr<arrow::Buffer>*) (buffer.cc:176)
==7066== by 0x600A447: arrow::AllocateBuffer(arrow::MemoryPool*, long, std::shared_ptr<arrow::Buffer>*) (buffer.cc:185)
==7066== by 0x600ACB3: arrow::AllocateBuffer(long, std::shared_ptr<arrow::Buffer>*) (buffer.cc:194)
==7066== by 0x4F7E893: std::shared_ptr<arrow::NumericArray<arrow::Int32Type> > arrow::random::GenerateNumericArray<arrow::Int32Type, arrow::random::GenerateOptions<int, std::uniform_int_distribution<int> > >(long, arrow::random::GenerateOptions<int, std::uniform_int_distribution<int> >) (random.cc:109)
==7066== Address 0x9001008 is in a rw- anonymous segment
==7066==
==7066== Invalid read of size 8
==7066== at 0x6A2ED49: je_arrow_private_je_arena_bitselm_get_mutable (arena.h:710)
==7066== by 0x6A2ED49: je_arrow_private_je_arena_mapbitsp_get_mutable (arena.h:788)
==7066== by 0x6A2ED49: je_arrow_private_je_arena_mapbitsp_get_const (arena.h:795)
==7066== by 0x6A2ED49: je_arrow_private_je_arena_mapbits_get (arena.h:809)
==7066== by 0x6A2ED49: je_arrow_private_je_arena_mapbits_unallocated_size_get (arena.h:833)
==7066== by 0x6A2ED49: arena_run_split_remove (arena.c:391)
==7066== by 0x6A308C6: arena_run_split_small (arena.c:549)
==7066== by 0x6A27C6E: arena_run_alloc_small_helper (arena.c:1224)
==7066== by 0x6A27C6E: arena_run_alloc_small (arena.c:1241)
==7066== by 0x6A27C6E: arena_bin_nonfull_run_get (arena.c:2380)
==7066== by 0x6A27C6E: arena_bin_malloc_hard (arena.c:2421)
==7066== by 0x6A28694: arena_malloc_small (arena.c:2637)
==7066== by 0x6A28694: je_arrow_private_je_arena_malloc_hard (arena.c:2751)
==7066== by 0x6A1D590: je_arrow_private_je_ipallocztm (jemalloc_internal.h:1094)
==7066== by 0x6A1D590: je_arrow_private_je_ipalloct (jemalloc_internal.h:1108)
==7066== by 0x6A1D590: imallocx_flags (jemalloc.c:2154)
==7066== by 0x6A1D590: imallocx_no_prof (jemalloc.c:2228)
==7066== by 0x6A1D590: imallocx_body (jemalloc.c:2271)
==7066== by 0x6A1D590: je_arrow_mallocx (jemalloc.c:2289)
==7066== by 0x6029943: arrow::(anonymous namespace)::JemallocAllocator::AllocateAligned(long, unsigned char**) (memory_pool.cc:134)
==7066== by 0x602951B: arrow::BaseMemoryPoolImpl<arrow::(anonymous namespace)::JemallocAllocator>::Allocate(long, unsigned char**) (memory_pool.cc:245)
==7066== by 0x600C3BE: arrow::PoolBuffer::Reserve(long) (buffer.cc:125)
==7066== by 0x600C0B4: arrow::PoolBuffer::Resize(long, bool) (buffer.cc:146)
==7066== by 0x600A8CB: arrow::Status arrow::(anonymous namespace)::ResizePoolBuffer<std::shared_ptr<arrow::PoolBuffer>, std::shared_ptr<arrow::Buffer> >(std::shared_ptr<arrow::PoolBuffer>&&, long, std::shared_ptr<arrow::Buffer>*) (buffer.cc:176)
==7066== by 0x600A447: arrow::AllocateBuffer(arrow::MemoryPool*, long, std::shared_ptr<arrow::Buffer>*) (buffer.cc:185)
==7066== by 0x600ACB3: arrow::AllocateBuffer(long, std::shared_ptr<arrow::Buffer>*) (buffer.cc:194)
==7066== Address 0x9001008 is in a rw- anonymous segment
==7066==
==7066== Invalid read of size 8
==7066== at 0x6A2EDA1: je_arrow_private_je_arena_miscelm_to_pageind (arena.h:743)
==7066== by 0x6A2EDA1: arena_miscelm_size_get (arena.c:55)
==7066== by 0x6A2EDA1: arena_avail_remove (arena.c:205)
==7066== by 0x6A2EDA1: arena_run_split_remove (arena.c:398)
==7066== by 0x6A308C6: arena_run_split_small (arena.c:549)
==7066== by 0x6A27C6E: arena_run_alloc_small_helper (arena.c:1224)
==7066== by 0x6A27C6E: arena_run_alloc_small (arena.c:1241)
==7066== by 0x6A27C6E: arena_bin_nonfull_run_get (arena.c:2380)
==7066== by 0x6A27C6E: arena_bin_malloc_hard (arena.c:2421)
==7066== by 0x6A28694: arena_malloc_small (arena.c:2637)
==7066== by 0x6A28694: je_arrow_private_je_arena_malloc_hard (arena.c:2751)
==7066== by 0x6A1D590: je_arrow_private_je_ipallocztm (jemalloc_internal.h:1094)
==7066== by 0x6A1D590: je_arrow_private_je_ipalloct (jemalloc_internal.h:1108)
==7066== by 0x6A1D590: imallocx_flags (jemalloc.c:2154)
==7066== by 0x6A1D590: imallocx_no_prof (jemalloc.c:2228)
==7066== by 0x6A1D590: imallocx_body (jemalloc.c:2271)
==7066== by 0x6A1D590: je_arrow_mallocx (jemalloc.c:2289)
==7066== by 0x6029943: arrow::(anonymous namespace)::JemallocAllocator::AllocateAligned(long, unsigned char**) (memory_pool.cc:134)
==7066== by 0x602951B: arrow::BaseMemoryPoolImpl<arrow::(anonymous namespace)::JemallocAllocator>::Allocate(long, unsigned char**) (memory_pool.cc:245)
==7066== by 0x600C3BE: arrow::PoolBuffer::Reserve(long) (buffer.cc:125)
==7066== by 0x600C0B4: arrow::PoolBuffer::Resize(long, bool) (buffer.cc:146)
==7066== by 0x600A8CB: arrow::Status arrow::(anonymous namespace)::ResizePoolBuffer<std::shared_ptr<arrow::PoolBuffer>, std::shared_ptr<arrow::Buffer> >(std::shared_ptr<arrow::PoolBuffer>&&, long, std::shared_ptr<arrow::Buffer>*) (buffer.cc:176)
==7066== by 0x600A447: arrow::AllocateBuffer(arrow::MemoryPool*, long, std::shared_ptr<arrow::Buffer>*) (buffer.cc:185)
==7066== by 0x600ACB3: arrow::AllocateBuffer(long, std::shared_ptr<arrow::Buffer>*) (buffer.cc:194)
==7066== Address 0x9001008 is in a rw- anonymous segment
==7066==
==7066== Invalid read of size 8
==7066== at 0x6A30A03: je_arrow_private_je_arena_bitselm_get_mutable (arena.h:0)
==7066== by 0x6A30A03: je_arrow_private_je_arena_mapbitsp_get_mutable (arena.h:788)
==7066== by 0x6A30A03: je_arrow_private_je_arena_mapbitsp_get_const (arena.h:795)
==7066== by 0x6A30A03: je_arrow_private_je_arena_mapbits_get (arena.h:809)
==7066== by 0x6A30A03: je_arrow_private_je_arena_mapbits_unzeroed_get (arena.h:888)
==7066== by 0x6A30A03: arena_run_split_small (arena.c:553)
==7066== by 0x6A27C6E: arena_run_alloc_small_helper (arena.c:1224)
==7066== by 0x6A27C6E: arena_run_alloc_small (arena.c:1241)
==7066== by 0x6A27C6E: arena_bin_nonfull_run_get (arena.c:2380)
==7066== by 0x6A27C6E: arena_bin_malloc_hard (arena.c:2421)
==7066== by 0x6A28694: arena_malloc_small (arena.c:2637)
==7066== by 0x6A28694: je_arrow_private_je_arena_malloc_hard (arena.c:2751)
==7066== by 0x6A1D590: je_arrow_private_je_ipallocztm (jemalloc_internal.h:1094)
==7066== by 0x6A1D590: je_arrow_private_je_ipalloct (jemalloc_internal.h:1108)
==7066== by 0x6A1D590: imallocx_flags (jemalloc.c:2154)
==7066== by 0x6A1D590: imallocx_no_prof (jemalloc.c:2228)
==7066== by 0x6A1D590: imallocx_body (jemalloc.c:2271)
==7066== by 0x6A1D590: je_arrow_mallocx (jemalloc.c:2289)
==7066== by 0x6029943: arrow::(anonymous namespace)::JemallocAllocator::AllocateAligned(long, unsigned char**) (memory_pool.cc:134)
==7066== by 0x602951B: arrow::BaseMemoryPoolImpl<arrow::(anonymous namespace)::JemallocAllocator>::Allocate(long, unsigned char**) (memory_pool.cc:245)
==7066== by 0x600C3BE: arrow::PoolBuffer::Reserve(long) (buffer.cc:125)
==7066== by 0x600C0B4: arrow::PoolBuffer::Resize(long, bool) (buffer.cc:146)
==7066== by 0x600A8CB: arrow::Status arrow::(anonymous namespace)::ResizePoolBuffer<std::shared_ptr<arrow::PoolBuffer>, std::shared_ptr<arrow::Buffer> >(std::shared_ptr<arrow::PoolBuffer>&&, long, std::shared_ptr<arrow::Buffer>*) (buffer.cc:176)
==7066== by 0x600A447: arrow::AllocateBuffer(arrow::MemoryPool*, long, std::shared_ptr<arrow::Buffer>*) (buffer.cc:185)
==7066== by 0x600ACB3: arrow::AllocateBuffer(long, std::shared_ptr<arrow::Buffer>*) (buffer.cc:194)
==7066== by 0x4F7E893: std::shared_ptr<arrow::NumericArray<arrow::Int32Type> > arrow::random::GenerateNumericArray<arrow::Int32Type, arrow::random::GenerateOptions<int, std::uniform_int_distribution<int> > >(long, arrow::random::GenerateOptions<int, std::uniform_int_distribution<int> >) (random.cc:109)
==7066== Address 0x9001008 is in a rw- anonymous segment
==7066==
==7066== Invalid write of size 8
==7066== at 0x6A30A15: je_arrow_private_je_arena_mapbitsp_write (arena.h:927)
==7066== by 0x6A30A15: je_arrow_private_je_arena_mapbits_small_set (arena.h:1021)
==7066== by 0x6A30A15: arena_run_split_small (arena.c:555)
==7066== by 0x6A27C6E: arena_run_alloc_small_helper (arena.c:1224)
==7066== by 0x6A27C6E: arena_run_alloc_small (arena.c:1241)
==7066== by 0x6A27C6E: arena_bin_nonfull_run_get (arena.c:2380)
==7066== by 0x6A27C6E: arena_bin_malloc_hard (arena.c:2421)
==7066== by 0x6A28694: arena_malloc_small (arena.c:2637)
==7066== by 0x6A28694: je_arrow_private_je_arena_malloc_hard (arena.c:2751)
==7066== by 0x6A1D590: je_arrow_private_je_ipallocztm (jemalloc_internal.h:1094)
==7066== by 0x6A1D590: je_arrow_private_je_ipalloct (jemalloc_internal.h:1108)
==7066== by 0x6A1D590: imallocx_flags (jemalloc.c:2154)
==7066== by 0x6A1D590: imallocx_no_prof (jemalloc.c:2228)
==7066== by 0x6A1D590: imallocx_body (jemalloc.c:2271)
==7066== by 0x6A1D590: je_arrow_mallocx (jemalloc.c:2289)
==7066== by 0x6029943: arrow::(anonymous namespace)::JemallocAllocator::AllocateAligned(long, unsigned char**) (memory_pool.cc:134)
==7066== by 0x602951B: arrow::BaseMemoryPoolImpl<arrow::(anonymous namespace)::JemallocAllocator>::Allocate(long, unsigned char**) (memory_pool.cc:245)
==7066== by 0x600C3BE: arrow::PoolBuffer::Reserve(long) (buffer.cc:125)
==7066== by 0x600C0B4: arrow::PoolBuffer::Resize(long, bool) (buffer.cc:146)
==7066== by 0x600A8CB: arrow::Status arrow::(anonymous namespace)::ResizePoolBuffer<std::shared_ptr<arrow::PoolBuffer>, std::shared_ptr<arrow::Buffer> >(std::shared_ptr<arrow::PoolBuffer>&&, long, std::shared_ptr<arrow::Buffer>*) (buffer.cc:176)
==7066== by 0x600A447: arrow::AllocateBuffer(arrow::MemoryPool*, long, std::shared_ptr<arrow::Buffer>*) (buffer.cc:185)
==7066== by 0x600ACB3: arrow::AllocateBuffer(long, std::shared_ptr<arrow::Buffer>*) (buffer.cc:194)
==7066== by 0x4F7E893: std::shared_ptr<arrow::NumericArray<arrow::Int32Type> > arrow::random::GenerateNumericArray<arrow::Int32Type, arrow::random::GenerateOptions<int, std::uniform_int_distribution<int> > >(long, arrow::random::GenerateOptions<int, std::uniform_int_distribution<int> >) (random.cc:109)
==7066== Address 0x9001008 is in a rw- anonymous segment
==7066==
==7066== Invalid read of size 8
==7066== at 0x6A1BD5B: je_arrow_private_je_arena_bitselm_get_mutable (arena.h:0)
==7066== by 0x6A1BD5B: je_arrow_private_je_arena_mapbitsp_get_mutable (arena.h:788)
==7066== by 0x6A1BD5B: je_arrow_private_je_arena_mapbitsp_get_const (arena.h:795)
==7066== by 0x6A1BD5B: je_arrow_private_je_arena_mapbits_get (arena.h:809)
==7066== by 0x6A1BD5B: je_arrow_private_je_arena_mapbits_binind_get (arena.h:866)
==7066== by 0x6A1BD5B: je_arrow_private_je_arena_salloc (arena.h:1387)
==7066== by 0x6A1BD5B: je_arrow_private_je_isalloc (jemalloc_internal.h:1054)
==7066== by 0x6A1BD5B: je_arrow_private_je_p2rz (jemalloc_internal.h:1152)
==7066== by 0x6A1BD5B: je_arrow_mallocx (jemalloc.c:2292)
==7066== by 0x6029943: arrow::(anonymous namespace)::JemallocAllocator::AllocateAligned(long, unsigned char**) (memory_pool.cc:134)
==7066== by 0x602951B: arrow::BaseMemoryPoolImpl<arrow::(anonymous namespace)::JemallocAllocator>::Allocate(long, unsigned char**) (memory_pool.cc:245)
==7066== by 0x600C3BE: arrow::PoolBuffer::Reserve(long) (buffer.cc:125)
==7066== by 0x600C0B4: arrow::PoolBuffer::Resize(long, bool) (buffer.cc:146)
==7066== by 0x600A8CB: arrow::Status arrow::(anonymous namespace)::ResizePoolBuffer<std::shared_ptr<arrow::PoolBuffer>, std::shared_ptr<arrow::Buffer> >(std::shared_ptr<arrow::PoolBuffer>&&, long, std::shared_ptr<arrow::Buffer>*) (buffer.cc:176)
==7066== by 0x600A447: arrow::AllocateBuffer(arrow::MemoryPool*, long, std::shared_ptr<arrow::Buffer>*) (buffer.cc:185)
==7066== by 0x600ACB3: arrow::AllocateBuffer(long, std::shared_ptr<arrow::Buffer>*) (buffer.cc:194)
==7066== by 0x4F7E893: std::shared_ptr<arrow::NumericArray<arrow::Int32Type> > arrow::random::GenerateNumericArray<arrow::Int32Type, arrow::random::GenerateOptions<int, std::uniform_int_distribution<int> > >(long, arrow::random::GenerateOptions<int, std::uniform_int_distribution<int> >) (random.cc:109)
==7066== by 0x4F7E68D: arrow::random::RandomArrayGenerator::Int32(long, int, int, double) (random.cc:134)
==7066== by 0x4EF8323: arrow::ipc::test::MakeRandomInt32Array(long, bool, arrow::MemoryPool*, std::shared_ptr<arrow::Array>*, unsigned int) (test_common.cc:70)
==7066== by 0x4F01E6F: arrow::ipc::test::MakeNonNullRecordBatch(std::shared_ptr<arrow::RecordBatch>*) (test_common.cc:377)
==7066== Address 0x9001008 is in a rw- anonymous segment
==7066==
==7066== Invalid read of size 8
==7066== at 0x6A1BD5B: je_arrow_private_je_arena_bitselm_get_mutable (arena.h:0)
==7066== by 0x6A1BD5B: je_arrow_private_je_arena_mapbitsp_get_mutable (arena.h:788)
==7066== by 0x6A1BD5B: je_arrow_private_je_arena_mapbitsp_get_const (arena.h:795)
==7066== by 0x6A1BD5B: je_arrow_private_je_arena_mapbits_get (arena.h:809)
==7066== by 0x6A1BD5B: je_arrow_private_je_arena_mapbits_binind_get (arena.h:866)
==7066== by 0x6A1BD5B: je_arrow_private_je_arena_salloc (arena.h:1387)
==7066== by 0x6A1BD5B: je_arrow_private_je_isalloc (jemalloc_internal.h:1054)
==7066== by 0x6A1BD5B: je_arrow_private_je_p2rz (jemalloc_internal.h:1152)
==7066== by 0x6A1BD5B: je_arrow_mallocx (jemalloc.c:2292)
==7066== by 0x6029943: arrow::(anonymous namespace)::JemallocAllocator::AllocateAligned(long, unsigned char**) (memory_pool.cc:134)
==7066== by 0x6029B23: arrow::(anonymous namespace)::JemallocAllocator::ReallocateAligned(long, long, unsigned char**) (memory_pool.cc:145)
==7066== by 0x60296E3: arrow::BaseMemoryPoolImpl<arrow::(anonymous namespace)::JemallocAllocator>::Reallocate(long, long, unsigned char**) (memory_pool.cc:258)
==7066== by 0x600C28A: arrow::PoolBuffer::Reserve(long) (buffer.cc:123)
==7066== by 0x600C0B4: arrow::PoolBuffer::Resize(long, bool) (buffer.cc:146)
==7066== by 0x61C7731: arrow::io::BufferOutputStream::Reserve(long) (memory.cc:123)
==7066== by 0x61C74FD: arrow::io::BufferOutputStream::Write(void const*, long) (memory.cc:105)
==7066== by 0x696C029: arrow::ipc::internal::WriteMessage(arrow::Buffer const&, int, arrow::io::OutputStream*, int*) (metadata_internal.cc:1303)
==7066== by 0x6997D50: arrow::ipc::internal::WriteIpcPayload(arrow::ipc::internal::IpcPayload const&, arrow::io::OutputStream*, int*) (writer.cc:534)
==7066== by 0x699E286: arrow::ipc::(anonymous namespace)::PayloadStreamWriter::WritePayload(arrow::ipc::internal::IpcPayload const&) (writer.cc:1049)
==7066== by 0x699D3BC: arrow::ipc::(anonymous namespace)::RecordBatchPayloadWriter::Start() (writer.cc:955)
==7066== Address 0x9001008 is in a rw- anonymous segment
==7066==
==7066== Invalid read of size 8
==7066== at 0x6A1DFC5: je_arrow_private_je_arena_bitselm_get_mutable (arena.h:0)
==7066== by 0x6A1DFC5: je_arrow_private_je_arena_mapbitsp_get_mutable (arena.h:788)
==7066== by 0x6A1DFC5: je_arrow_private_je_arena_mapbitsp_get_const (arena.h:795)
==7066== by 0x6A1DFC5: je_arrow_private_je_arena_mapbits_get (arena.h:809)
==7066== by 0x6A1DFC5: je_arrow_private_je_arena_mapbits_binind_get (arena.h:866)
==7066== by 0x6A1DFC5: je_arrow_private_je_arena_salloc (arena.h:1387)
==7066== by 0x6A1DFC5: je_arrow_private_je_isalloc (jemalloc_internal.h:1054)
==7066== by 0x6A1DFC5: je_arrow_rallocx (jemalloc.c:2401)
==7066== by 0x6029BB9: arrow::(anonymous namespace)::JemallocAllocator::ReallocateAligned(long, long, unsigned char**) (memory_pool.cc:153)
==7066== by 0x60296E3: arrow::BaseMemoryPoolImpl<arrow::(anonymous namespace)::JemallocAllocator>::Reallocate(long, long, unsigned char**) (memory_pool.cc:258)
==7066== by 0x600C28A: arrow::PoolBuffer::Reserve(long) (buffer.cc:123)
==7066== by 0x600C0B4: arrow::PoolBuffer::Resize(long, bool) (buffer.cc:146)
==7066== by 0x61C7731: arrow::io::BufferOutputStream::Reserve(long) (memory.cc:123)
==7066== by 0x61C74FD: arrow::io::BufferOutputStream::Write(void const*, long) (memory.cc:105)
==7066== by 0x696C18B: arrow::ipc::internal::WriteMessage(arrow::Buffer const&, int, arrow::io::OutputStream*, int*) (metadata_internal.cc:1306)
==7066== by 0x6997D50: arrow::ipc::internal::WriteIpcPayload(arrow::ipc::internal::IpcPayload const&, arrow::io::OutputStream*, int*) (writer.cc:534)
==7066== by 0x699E286: arrow::ipc::(anonymous namespace)::PayloadStreamWriter::WritePayload(arrow::ipc::internal::IpcPayload const&) (writer.cc:1049)
==7066== by 0x699D3BC: arrow::ipc::(anonymous namespace)::RecordBatchPayloadWriter::Start() (writer.cc:955)
==7066== by 0x699E9D8: arrow::ipc::(anonymous namespace)::RecordBatchPayloadWriter::CheckStarted() (writer.cc:961)
==7066== Address 0x9001008 is in a rw- anonymous segment
==7066==
==7066== Invalid read of size 8
==7066== at 0x6A3DF82: je_arrow_private_je_arena_bitselm_get_mutable (arena.h:0)
==7066== by 0x6A3DF82: je_arrow_private_je_arena_mapbitsp_get_mutable (arena.h:788)
==7066== by 0x6A3DF82: je_arrow_private_je_arena_mapbitsp_get_const (arena.h:795)
==7066== by 0x6A3DF82: je_arrow_private_je_arena_mapbits_get (arena.h:809)
==7066== by 0x6A3DF82: je_arrow_private_je_arena_mapbits_binind_get (arena.h:866)
==7066== by 0x6A3DF82: je_arrow_private_je_arena_salloc (arena.h:1387)
==7066== by 0x6A3DF82: je_arrow_private_je_isalloc (jemalloc_internal.h:1054)
==7066== by 0x6A3DF82: je_arrow_private_je_quarantine (quarantine.c:120)
==7066== by 0x6A2B07C: je_arrow_private_je_isqalloc (jemalloc_internal.h:1203)
==7066== by 0x6A2B07C: je_arrow_private_je_arena_ralloc (arena.c:3407)
==7066== by 0x6A1E41B: je_arrow_private_je_iralloct (jemalloc_internal.h:1259)
==7066== by 0x6A1E41B: je_arrow_rallocx (jemalloc.c:2414)
==7066== by 0x6029BB9: arrow::(anonymous namespace)::JemallocAllocator::ReallocateAligned(long, long, unsigned char**) (memory_pool.cc:153)
==7066== by 0x60296E3: arrow::BaseMemoryPoolImpl<arrow::(anonymous namespace)::JemallocAllocator>::Reallocate(long, long, unsigned char**) (memory_pool.cc:258)
==7066== by 0x600C28A: arrow::PoolBuffer::Reserve(long) (buffer.cc:123)
==7066== by 0x600C0B4: arrow::PoolBuffer::Resize(long, bool) (buffer.cc:146)
==7066== by 0x61C7731: arrow::io::BufferOutputStream::Reserve(long) (memory.cc:123)
==7066== by 0x61C74FD: arrow::io::BufferOutputStream::Write(void const*, long) (memory.cc:105)
==7066== by 0x696C18B: arrow::ipc::internal::WriteMessage(arrow::Buffer const&, int, arrow::io::OutputStream*, int*) (metadata_internal.cc:1306)
==7066== by 0x6997D50: arrow::ipc::internal::WriteIpcPayload(arrow::ipc::internal::IpcPayload const&, arrow::io::OutputStream*, int*) (writer.cc:534)
==7066== by 0x699E286: arrow::ipc::(anonymous namespace)::PayloadStreamWriter::WritePayload(arrow::ipc::internal::IpcPayload const&) (writer.cc:1049)
==7066== Address 0x9001008 is in a rw- anonymous segment
==7066==
==7066== Invalid write of size 8
==7066== at 0x6A2E604: je_arrow_private_je_extent_node_arena_set (extent.h:178)
==7066== by 0x6A2E604: je_arrow_private_je_extent_node_init (extent.h:235)
==7066== by 0x6A2E604: arena_chunk_register (arena.c:598)
==7066== by 0x6A2E604: arena_chunk_alloc_internal_hard (arena.c:634)
==7066== by 0x6A2E604: arena_chunk_alloc_internal (arena.c:684)
==7066== by 0x6A2E604: arena_chunk_init_hard (arena.c:707)
==7066== by 0x6A2E604: arena_chunk_alloc (arena.c:763)
==7066== by 0x6A27C83: arena_run_alloc_small (arena.c:1248)
==7066== by 0x6A27C83: arena_bin_nonfull_run_get (arena.c:2380)
==7066== by 0x6A27C83: arena_bin_malloc_hard (arena.c:2421)
==7066== by 0x6A28694: arena_malloc_small (arena.c:2637)
==7066== by 0x6A28694: je_arrow_private_je_arena_malloc_hard (arena.c:2751)
==7066== by 0x6A2AEB6: je_arrow_private_je_ipallocztm (jemalloc_internal.h:1094)
==7066== by 0x6A2AEB6: je_arrow_private_je_ipalloct (jemalloc_internal.h:1108)
==7066== by 0x6A2AEB6: arena_ralloc_move_helper (arena.c:3367)
==7066== by 0x6A2AEB6: je_arrow_private_je_arena_ralloc (arena.c:3394)
==7066== by 0x6A1E41B: je_arrow_private_je_iralloct (jemalloc_internal.h:1259)
==7066== by 0x6A1E41B: je_arrow_rallocx (jemalloc.c:2414)
==7066== by 0x6029BB9: arrow::(anonymous namespace)::JemallocAllocator::ReallocateAligned(long, long, unsigned char**) (memory_pool.cc:153)
==7066== by 0x60296E3: arrow::BaseMemoryPoolImpl<arrow::(anonymous namespace)::JemallocAllocator>::Reallocate(long, long, unsigned char**) (memory_pool.cc:258)
==7066== by 0x600C28A: arrow::PoolBuffer::Reserve(long) (buffer.cc:123)
==7066== by 0x600C0B4: arrow::PoolBuffer::Resize(long, bool) (buffer.cc:146)
==7066== by 0x61C7731: arrow::io::BufferOutputStream::Reserve(long) (memory.cc:123)
==7066== by 0x61C74FD: arrow::io::BufferOutputStream::Write(void const*, long) (memory.cc:105)
==7066== by 0x696C18B: arrow::ipc::internal::WriteMessage(arrow::Buffer const&, int, arrow::io::OutputStream*, int*) (metadata_internal.cc:1306)
==7066== Address 0x9200000 is in a rw- anonymous segment
==7066==
==7066== Invalid write of size 8
==7066== at 0x6A2E608: je_arrow_private_je_extent_node_addr_set (extent.h:185)
==7066== by 0x6A2E608: je_arrow_private_je_extent_node_init (extent.h:236)
==7066== by 0x6A2E608: arena_chunk_register (arena.c:598)
==7066== by 0x6A2E608: arena_chunk_alloc_internal_hard (arena.c:634)
==7066== by 0x6A2E608: arena_chunk_alloc_internal (arena.c:684)
==7066== by 0x6A2E608: arena_chunk_init_hard (arena.c:707)
==7066== by 0x6A2E608: arena_chunk_alloc (arena.c:763)
==7066== by 0x6A27C83: arena_run_alloc_small (arena.c:1248)
==7066== by 0x6A27C83: arena_bin_nonfull_run_get (arena.c:2380)
==7066== by 0x6A27C83: arena_bin_malloc_hard (arena.c:2421)
==7066== by 0x6A28694: arena_malloc_small (arena.c:2637)
==7066== by 0x6A28694: je_arrow_private_je_arena_malloc_hard (arena.c:2751)
==7066== by 0x6A2AEB6: je_arrow_private_je_ipallocztm (jemalloc_internal.h:1094)
==7066== by 0x6A2AEB6: je_arrow_private_je_ipalloct (jemalloc_internal.h:1108)
==7066== by 0x6A2AEB6: arena_ralloc_move_helper (arena.c:3367)
==7066== by 0x6A2AEB6: je_arrow_private_je_arena_ralloc (arena.c:3394)
==7066== by 0x6A1E41B: je_arrow_private_je_iralloct (jemalloc_internal.h:1259)
==7066== by 0x6A1E41B: je_arrow_rallocx (jemalloc.c:2414)
==7066== by 0x6029BB9: arrow::(anonymous namespace)::JemallocAllocator::ReallocateAligned(long, long, unsigned char**) (memory_pool.cc:153)
==7066== by 0x60296E3: arrow::BaseMemoryPoolImpl<arrow::(anonymous namespace)::JemallocAllocator>::Reallocate(long, long, unsigned char**) (memory_pool.cc:258)
==7066== by 0x600C28A: arrow::PoolBuffer::Reserve(long) (buffer.cc:123)
==7066== by 0x600C0B4: arrow::PoolBuffer::Resize(long, bool) (buffer.cc:146)
==7066== by 0x61C7731: arrow::io::BufferOutputStream::Reserve(long) (memory.cc:123)
==7066== by 0x61C74FD: arrow::io::BufferOutputStream::Write(void const*, long) (memory.cc:105)
==7066== by 0x696C18B: arrow::ipc::internal::WriteMessage(arrow::Buffer const&, int, arrow::io::OutputStream*, int*) (metadata_internal.cc:1306)
==7066== Address 0x9200008 is in a rw- anonymous segment
==7066==
==7066== Invalid write of size 8
==7066== at 0x6A2E60C: je_arrow_private_je_extent_node_size_set (extent.h:192)
==7066== by 0x6A2E60C: je_arrow_private_je_extent_node_init (extent.h:237)
==7066== by 0x6A2E60C: arena_chunk_register (arena.c:598)
==7066== by 0x6A2E60C: arena_chunk_alloc_internal_hard (arena.c:634)
==7066== by 0x6A2E60C: arena_chunk_alloc_internal (arena.c:684)
==7066== by 0x6A2E60C: arena_chunk_init_hard (arena.c:707)
==7066== by 0x6A2E60C: arena_chunk_alloc (arena.c:763)
==7066== by 0x6A27C83: arena_run_alloc_small (arena.c:1248)
==7066== by 0x6A27C83: arena_bin_nonfull_run_get (arena.c:2380)
==7066== by 0x6A27C83: arena_bin_malloc_hard (arena.c:2421)
==7066== by 0x6A28694: arena_malloc_small (arena.c:2637)
==7066== by 0x6A28694: je_arrow_private_je_arena_malloc_hard (arena.c:2751)
==7066== by 0x6A2AEB6: je_arrow_private_je_ipallocztm (jemalloc_internal.h:1094)
==7066== by 0x6A2AEB6: je_arrow_private_je_ipalloct (jemalloc_internal.h:1108)
==7066== by 0x6A2AEB6: arena_ralloc_move_helper (arena.c:3367)
==7066== by 0x6A2AEB6: je_arrow_private_je_arena_ralloc (arena.c:3394)
==7066== by 0x6A1E41B: je_arrow_private_je_iralloct (jemalloc_internal.h:1259)
==7066== by 0x6A1E41B: je_arrow_rallocx (jemalloc.c:2414)
==7066== by 0x6029BB9: arrow::(anonymous namespace)::JemallocAllocator::ReallocateAligned(long, long, unsigned char**) (memory_pool.cc:153)
==7066== by 0x60296E3: arrow::BaseMemoryPoolImpl<arrow::(anonymous namespace)::JemallocAllocator>::Reallocate(long, long, unsigned char**) (memory_pool.cc:258)
==7066== by 0x600C28A: arrow::PoolBuffer::Reserve(long) (buffer.cc:123)
==7066== by 0x600C0B4: arrow::PoolBuffer::Resize(long, bool) (buffer.cc:146)
==7066== by 0x61C7731: arrow::io::BufferOutputStream::Reserve(long) (memory.cc:123)
==7066== by 0x61C74FD: arrow::io::BufferOutputStream::Write(void const*, long) (memory.cc:105)
==7066== by 0x696C18B: arrow::ipc::internal::WriteMessage(arrow::Buffer const&, int, arrow::io::OutputStream*, int*) (metadata_internal.cc:1306)
==7066== Address 0x9200010 is in a rw- anonymous segment
==7066==
==7066== Invalid write of size 8
==7066== at 0x6A2E610: je_arrow_private_je_extent_node_sn_set (extent.h:199)
==7066== by 0x6A2E610: je_arrow_private_je_extent_node_init (extent.h:238)
==7066== by 0x6A2E610: arena_chunk_register (arena.c:598)
==7066== by 0x6A2E610: arena_chunk_alloc_internal_hard (arena.c:634)
==7066== by 0x6A2E610: arena_chunk_alloc_internal (arena.c:684)
==7066== by 0x6A2E610: arena_chunk_init_hard (arena.c:707)
==7066== by 0x6A2E610: arena_chunk_alloc (arena.c:763)
==7066== by 0x6A27C83: arena_run_alloc_small (arena.c:1248)
==7066== by 0x6A27C83: arena_bin_nonfull_run_get (arena.c:2380)
==7066== by 0x6A27C83: arena_bin_malloc_hard (arena.c:2421)
==7066== by 0x6A28694: arena_malloc_small (arena.c:2637)
==7066== by 0x6A28694: je_arrow_private_je_arena_malloc_hard (arena.c:2751)
==7066== by 0x6A2AEB6: je_arrow_private_je_ipallocztm (jemalloc_internal.h:1094)
==7066== by 0x6A2AEB6: je_arrow_private_je_ipalloct (jemalloc_internal.h:1108)
==7066== by 0x6A2AEB6: arena_ralloc_move_helper (arena.c:3367)
==7066== by 0x6A2AEB6: je_arrow_private_je_arena_ralloc (arena.c:3394)
==7066== by 0x6A1E41B: je_arrow_private_je_iralloct (jemalloc_internal.h:1259)
==7066== by 0x6A1E41B: je_arrow_rallocx (jemalloc.c:2414)
==7066== by 0x6029BB9: arrow::(anonymous namespace)::JemallocAllocator::ReallocateAligned(long, long, unsigned char**) (memory_pool.cc:153)
==7066== by 0x60296E3: arrow::BaseMemoryPoolImpl<arrow::(anonymous namespace)::JemallocAllocator>::Reallocate(long, long, unsigned char**) (memory_pool.cc:258)
==7066== by 0x600C28A: arrow::PoolBuffer::Reserve(long) (buffer.cc:123)
==7066== by 0x600C0B4: arrow::PoolBuffer::Resize(long, bool) (buffer.cc:146)
==7066== by 0x61C7731: arrow::io::BufferOutputStream::Reserve(long) (memory.cc:123)
==7066== by 0x61C74FD: arrow::io::BufferOutputStream::Write(void const*, long) (memory.cc:105)
==7066== by 0x696C18B: arrow::ipc::internal::WriteMessage(arrow::Buffer const&, int, arrow::io::OutputStream*, int*) (metadata_internal.cc:1306)
==7066== Address 0x9200018 is in a rw- anonymous segment
==7066==
==7066== Invalid write of size 1
==7066== at 0x6A2E614: je_arrow_private_je_extent_node_zeroed_set (extent.h:206)
==7066== by 0x6A2E614: je_arrow_private_je_extent_node_init (extent.h:239)
==7066== by 0x6A2E614: arena_chunk_register (arena.c:598)
==7066== by 0x6A2E614: arena_chunk_alloc_internal_hard (arena.c:634)
==7066== by 0x6A2E614: arena_chunk_alloc_internal (arena.c:684)
==7066== by 0x6A2E614: arena_chunk_init_hard (arena.c:707)
==7066== by 0x6A2E614: arena_chunk_alloc (arena.c:763)
==7066== by 0x6A27C83: arena_run_alloc_small (arena.c:1248)
==7066== by 0x6A27C83: arena_bin_nonfull_run_get (arena.c:2380)
==7066== by 0x6A27C83: arena_bin_malloc_hard (arena.c:2421)
==7066== by 0x6A28694: arena_malloc_small (arena.c:2637)
==7066== by 0x6A28694: je_arrow_private_je_arena_malloc_hard (arena.c:2751)
==7066== by 0x6A2AEB6: je_arrow_private_je_ipallocztm (jemalloc_internal.h:1094)
==7066== by 0x6A2AEB6: je_arrow_private_je_ipalloct (jemalloc_internal.h:1108)
==7066== by 0x6A2AEB6: arena_ralloc_move_helper (arena.c:3367)
==7066== by 0x6A2AEB6: je_arrow_private_je_arena_ralloc (arena.c:3394)
==7066== by 0x6A1E41B: je_arrow_private_je_iralloct (jemalloc_internal.h:1259)
==7066== by 0x6A1E41B: je_arrow_rallocx (jemalloc.c:2414)
==7066== by 0x6029BB9: arrow::(anonymous namespace)::JemallocAllocator::ReallocateAligned(long, long, unsigned char**) (memory_pool.cc:153)
==7066== by 0x60296E3: arrow::BaseMemoryPoolImpl<arrow::(anonymous namespace)::JemallocAllocator>::Reallocate(long, long, unsigned char**) (memory_pool.cc:258)
==7066== by 0x600C28A: arrow::PoolBuffer::Reserve(long) (buffer.cc:123)
==7066== by 0x600C0B4: arrow::PoolBuffer::Resize(long, bool) (buffer.cc:146)
==7066== by 0x61C7731: arrow::io::BufferOutputStream::Reserve(long) (memory.cc:123)
==7066== by 0x61C74FD: arrow::io::BufferOutputStream::Write(void const*, long) (memory.cc:105)
==7066== by 0x696C18B: arrow::ipc::internal::WriteMessage(arrow::Buffer const&, int, arrow::io::OutputStream*, int*) (metadata_internal.cc:1306)
==7066== Address 0x9200020 is in a rw- anonymous segment
==7066==
==7066== Invalid write of size 2
==7066== at 0x6A2E618: je_arrow_private_je_extent_node_committed_set (extent.h:213)
==7066== by 0x6A2E618: je_arrow_private_je_extent_node_init (extent.h:240)
==7066== by 0x6A2E618: arena_chunk_register (arena.c:598)
==7066== by 0x6A2E618: arena_chunk_alloc_internal_hard (arena.c:634)
==7066== by 0x6A2E618: arena_chunk_alloc_internal (arena.c:684)
==7066== by 0x6A2E618: arena_chunk_init_hard (arena.c:707)
==7066== by 0x6A2E618: arena_chunk_alloc (arena.c:763)
==7066== by 0x6A27C83: arena_run_alloc_small (arena.c:1248)
==7066== by 0x6A27C83: arena_bin_nonfull_run_get (arena.c:2380)
==7066== by 0x6A27C83: arena_bin_malloc_hard (arena.c:2421)
==7066== by 0x6A28694: arena_malloc_small (arena.c:2637)
==7066== by 0x6A28694: je_arrow_private_je_arena_malloc_hard (arena.c:2751)
==7066== by 0x6A2AEB6: je_arrow_private_je_ipallocztm (jemalloc_internal.h:1094)
==7066== by 0x6A2AEB6: je_arrow_private_je_ipalloct (jemalloc_internal.h:1108)
==7066== by 0x6A2AEB6: arena_ralloc_move_helper (arena.c:3367)
==7066== by 0x6A2AEB6: je_arrow_private_je_arena_ralloc (arena.c:3394)
==7066== by 0x6A1E41B: je_arrow_private_je_iralloct (jemalloc_internal.h:1259)
==7066== by 0x6A1E41B: je_arrow_rallocx (jemalloc.c:2414)
==7066== by 0x6029BB9: arrow::(anonymous namespace)::JemallocAllocator::ReallocateAligned(long, long, unsigned char**) (memory_pool.cc:153)
==7066== by 0x60296E3: arrow::BaseMemoryPoolImpl<arrow::(anonymous namespace)::JemallocAllocator>::Reallocate(long, long, unsigned char**) (memory_pool.cc:258)
==7066== by 0x600C28A: arrow::PoolBuffer::Reserve(long) (buffer.cc:123)
==7066== by 0x600C0B4: arrow::PoolBuffer::Resize(long, bool) (buffer.cc:146)
==7066== by 0x61C7731: arrow::io::BufferOutputStream::Reserve(long) (memory.cc:123)
==7066== by 0x61C74FD: arrow::io::BufferOutputStream::Write(void const*, long) (memory.cc:105)
==7066== by 0x696C18B: arrow::ipc::internal::WriteMessage(arrow::Buffer const&, int, arrow::io::OutputStream*, int*) (metadata_internal.cc:1306)
==7066== Address 0x9200021 is in a rw- anonymous segment
==7066==
==7066==
==7066== More than 100 errors detected. Subsequent errors
==7066== will still be recorded, but in less detail than before.
==7066== Invalid write of size 8
==7066== at 0x6A2E84A: arena_chunk_alloc (arena.c:769)
==7066== by 0x6A27C83: arena_run_alloc_small (arena.c:1248)
==7066== by 0x6A27C83: arena_bin_nonfull_run_get (arena.c:2380)
==7066== by 0x6A27C83: arena_bin_malloc_hard (arena.c:2421)
==7066== by 0x6A28694: arena_malloc_small (arena.c:2637)
==7066== by 0x6A28694: je_arrow_private_je_arena_malloc_hard (arena.c:2751)
==7066== by 0x6A2AEB6: je_arrow_private_je_ipallocztm (jemalloc_internal.h:1094)
==7066== by 0x6A2AEB6: je_arrow_private_je_ipalloct (jemalloc_internal.h:1108)
==7066== by 0x6A2AEB6: arena_ralloc_move_helper (arena.c:3367)
==7066== by 0x6A2AEB6: je_arrow_private_je_arena_ralloc (arena.c:3394)
==7066== by 0x6A1E41B: je_arrow_private_je_iralloct (jemalloc_internal.h:1259)
==7066== by 0x6A1E41B: je_arrow_rallocx (jemalloc.c:2414)
==7066== by 0x6029BB9: arrow::(anonymous namespace)::JemallocAllocator::ReallocateAligned(long, long, unsigned char**) (memory_pool.cc:153)
==7066== by 0x60296E3: arrow::BaseMemoryPoolImpl<arrow::(anonymous namespace)::JemallocAllocator>::Reallocate(long, long, unsigned char**) (memory_pool.cc:258)
==7066== by 0x600C28A: arrow::PoolBuffer::Reserve(long) (buffer.cc:123)
==7066== by 0x600C0B4: arrow::PoolBuffer::Resize(long, bool) (buffer.cc:146)
==7066== by 0x61C7731: arrow::io::BufferOutputStream::Reserve(long) (memory.cc:123)
==7066== by 0x61C74FD: arrow::io::BufferOutputStream::Write(void const*, long) (memory.cc:105)
==7066== by 0x696C18B: arrow::ipc::internal::WriteMessage(arrow::Buffer const&, int, arrow::io::OutputStream*, int*) (metadata_internal.cc:1306)
==7066== Address 0x9000050 is in a rw- anonymous segment
==7066==
==7066== Invalid read of size 8
==7066== at 0x6A30A03: je_arrow_private_je_arena_bitselm_get_mutable (arena.h:0)
==7066== by 0x6A30A03: je_arrow_private_je_arena_mapbitsp_get_mutable (arena.h:788)
==7066== by 0x6A30A03: je_arrow_private_je_arena_mapbitsp_get_const (arena.h:795)
==7066== by 0x6A30A03: je_arrow_private_je_arena_mapbits_get (arena.h:809)
==7066== by 0x6A30A03: je_arrow_private_je_arena_mapbits_unzeroed_get (arena.h:888)
==7066== by 0x6A30A03: arena_run_split_small (arena.c:553)
==7066== by 0x6A27D39: arena_bin_nonfull_run_get (arena.c:0)
==7066== by 0x6A27D39: arena_bin_malloc_hard (arena.c:2421)
==7066== by 0x6A28694: arena_malloc_small (arena.c:2637)
==7066== by 0x6A28694: je_arrow_private_je_arena_malloc_hard (arena.c:2751)
==7066== by 0x6A2AEB6: je_arrow_private_je_ipallocztm (jemalloc_internal.h:1094)
==7066== by 0x6A2AEB6: je_arrow_private_je_ipalloct (jemalloc_internal.h:1108)
==7066== by 0x6A2AEB6: arena_ralloc_move_helper (arena.c:3367)
==7066== by 0x6A2AEB6: je_arrow_private_je_arena_ralloc (arena.c:3394)
==7066== by 0x6A1E41B: je_arrow_private_je_iralloct (jemalloc_internal.h:1259)
==7066== by 0x6A1E41B: je_arrow_rallocx (jemalloc.c:2414)
==7066== by 0x6029BB9: arrow::(anonymous namespace)::JemallocAllocator::ReallocateAligned(long, long, unsigned char**) (memory_pool.cc:153)
==7066== by 0x60296E3: arrow::BaseMemoryPoolImpl<arrow::(anonymous namespace)::JemallocAllocator>::Reallocate(long, long, unsigned char**) (memory_pool.cc:258)
==7066== by 0x600C28A: arrow::PoolBuffer::Reserve(long) (buffer.cc:123)
==7066== by 0x600C0B4: arrow::PoolBuffer::Resize(long, bool) (buffer.cc:146)
==7066== by 0x61C7731: arrow::io::BufferOutputStream::Reserve(long) (memory.cc:123)
==7066== by 0x61C74FD: arrow::io::BufferOutputStream::Write(void const*, long) (memory.cc:105)
==7066== by 0x696C18B: arrow::ipc::internal::WriteMessage(arrow::Buffer const&, int, arrow::io::OutputStream*, int*) (metadata_internal.cc:1306)
==7066== Address 0x9200078 is in a rw- anonymous segment
==7066==
==7066== Invalid write of size 8
==7066== at 0x6A30A15: je_arrow_private_je_arena_mapbitsp_write (arena.h:927)
==7066== by 0x6A30A15: je_arrow_private_je_arena_mapbits_small_set (arena.h:1021)
==7066== by 0x6A30A15: arena_run_split_small (arena.c:555)
==7066== by 0x6A27D39: arena_bin_nonfull_run_get (arena.c:0)
==7066== by 0x6A27D39: arena_bin_malloc_hard (arena.c:2421)
==7066== by 0x6A28694: arena_malloc_small (arena.c:2637)
==7066== by 0x6A28694: je_arrow_private_je_arena_malloc_hard (arena.c:2751)
==7066== by 0x6A2AEB6: je_arrow_private_je_ipallocztm (jemalloc_internal.h:1094)
==7066== by 0x6A2AEB6: je_arrow_private_je_ipalloct (jemalloc_internal.h:1108)
==7066== by 0x6A2AEB6: arena_ralloc_move_helper (arena.c:3367)
==7066== by 0x6A2AEB6: je_arrow_private_je_arena_ralloc (arena.c:3394)
==7066== by 0x6A1E41B: je_arrow_private_je_iralloct (jemalloc_internal.h:1259)
==7066== by 0x6A1E41B: je_arrow_rallocx (jemalloc.c:2414)
==7066== by 0x6029BB9: arrow::(anonymous namespace)::JemallocAllocator::ReallocateAligned(long, long, unsigned char**) (memory_pool.cc:153)
==7066== by 0x60296E3: arrow::BaseMemoryPoolImpl<arrow::(anonymous namespace)::JemallocAllocator>::Reallocate(long, long, unsigned char**) (memory_pool.cc:258)
==7066== by 0x600C28A: arrow::PoolBuffer::Reserve(long) (buffer.cc:123)
==7066== by 0x600C0B4: arrow::PoolBuffer::Resize(long, bool) (buffer.cc:146)
==7066== by 0x61C7731: arrow::io::BufferOutputStream::Reserve(long) (memory.cc:123)
==7066== by 0x61C74FD: arrow::io::BufferOutputStream::Write(void const*, long) (memory.cc:105)
==7066== by 0x696C18B: arrow::ipc::internal::WriteMessage(arrow::Buffer const&, int, arrow::io::OutputStream*, int*) (metadata_internal.cc:1306)
==7066== Address 0x9200078 is in a rw- anonymous segment
==7066==
==7066== Invalid read of size 8
==7066== at 0x6A1E455: je_arrow_private_je_arena_bitselm_get_mutable (arena.h:0)
==7066== by 0x6A1E455: je_arrow_private_je_arena_mapbitsp_get_mutable (arena.h:788)
==7066== by 0x6A1E455: je_arrow_private_je_arena_mapbitsp_get_const (arena.h:795)
==7066== by 0x6A1E455: je_arrow_private_je_arena_mapbits_get (arena.h:809)
==7066== by 0x6A1E455: je_arrow_private_je_arena_mapbits_binind_get (arena.h:866)
==7066== by 0x6A1E455: je_arrow_private_je_arena_salloc (arena.h:1387)
==7066== by 0x6A1E455: je_arrow_private_je_isalloc (jemalloc_internal.h:1054)
==7066== by 0x6A1E455: je_arrow_rallocx (jemalloc.c:2419)
==7066== by 0x6029BB9: arrow::(anonymous namespace)::JemallocAllocator::ReallocateAligned(long, long, unsigned char**) (memory_pool.cc:153)
==7066== by 0x60296E3: arrow::BaseMemoryPoolImpl<arrow::(anonymous namespace)::JemallocAllocator>::Reallocate(long, long, unsigned char**) (memory_pool.cc:258)
==7066== by 0x600C28A: arrow::PoolBuffer::Reserve(long) (buffer.cc:123)
==7066== by 0x600C0B4: arrow::PoolBuffer::Resize(long, bool) (buffer.cc:146)
==7066== by 0x61C7731: arrow::io::BufferOutputStream::Reserve(long) (memory.cc:123)
==7066== by 0x61C74FD: arrow::io::BufferOutputStream::Write(void const*, long) (memory.cc:105)
==7066== by 0x696C18B: arrow::ipc::internal::WriteMessage(arrow::Buffer const&, int, arrow::io::OutputStream*, int*) (metadata_internal.cc:1306)
==7066== by 0x6997D50: arrow::ipc::internal::WriteIpcPayload(arrow::ipc::internal::IpcPayload const&, arrow::io::OutputStream*, int*) (writer.cc:534)
==7066== by 0x699E286: arrow::ipc::(anonymous namespace)::PayloadStreamWriter::WritePayload(arrow::ipc::internal::IpcPayload const&) (writer.cc:1049)
==7066== by 0x699DECE: arrow::ipc::(anonymous namespace)::RecordBatchPayloadWriter::WriteRecordBatch(arrow::RecordBatch const&) (writer.cc:939)
==7066== by 0x699B966: arrow::ipc::RecordBatchStreamWriter::WriteRecordBatch(arrow::RecordBatch const&) (writer.cc:1167)
==7066== Address 0x9200078 is in a rw- anonymous segment
==7066==
==7066== Invalid read of size 8
==7066== at 0x6A1E4F8: je_arrow_private_je_arena_bitselm_get_mutable (arena.h:0)
==7066== by 0x6A1E4F8: je_arrow_private_je_arena_mapbitsp_get_mutable (arena.h:788)
==7066== by 0x6A1E4F8: je_arrow_private_je_arena_mapbitsp_get_const (arena.h:795)
==7066== by 0x6A1E4F8: je_arrow_private_je_arena_mapbits_get (arena.h:809)
==7066== by 0x6A1E4F8: je_arrow_private_je_arena_mapbits_binind_get (arena.h:866)
==7066== by 0x6A1E4F8: je_arrow_private_je_arena_salloc (arena.h:1387)
==7066== by 0x6A1E4F8: je_arrow_private_je_isalloc (jemalloc_internal.h:1054)
==7066== by 0x6A1E4F8: je_arrow_private_je_p2rz (jemalloc_internal.h:1152)
==7066== by 0x6A1E4F8: je_arrow_rallocx (jemalloc.c:2428)
==7066== by 0x6029BB9: arrow::(anonymous namespace)::JemallocAllocator::ReallocateAligned(long, long, unsigned char**) (memory_pool.cc:153)
==7066== by 0x60296E3: arrow::BaseMemoryPoolImpl<arrow::(anonymous namespace)::JemallocAllocator>::Reallocate(long, long, unsigned char**) (memory_pool.cc:258)
==7066== by 0x600C28A: arrow::PoolBuffer::Reserve(long) (buffer.cc:123)
==7066== by 0x600C0B4: arrow::PoolBuffer::Resize(long, bool) (buffer.cc:146)
==7066== by 0x61C7731: arrow::io::BufferOutputStream::Reserve(long) (memory.cc:123)
==7066== by 0x61C74FD: arrow::io::BufferOutputStream::Write(void const*, long) (memory.cc:105)
==7066== by 0x696C18B: arrow::ipc::internal::WriteMessage(arrow::Buffer const&, int, arrow::io::OutputStream*, int*) (metadata_internal.cc:1306)
==7066== by 0x6997D50: arrow::ipc::internal::WriteIpcPayload(arrow::ipc::internal::IpcPayload const&, arrow::io::OutputStream*, int*) (writer.cc:534)
==7066== by 0x699E286: arrow::ipc::(anonymous namespace)::PayloadStreamWriter::WritePayload(arrow::ipc::internal::IpcPayload const&) (writer.cc:1049)
==7066== by 0x699DECE: arrow::ipc::(anonymous namespace)::RecordBatchPayloadWriter::WriteRecordBatch(arrow::RecordBatch const&) (writer.cc:939)
==7066== by 0x699B966: arrow::ipc::RecordBatchStreamWriter::WriteRecordBatch(arrow::RecordBatch const&) (writer.cc:1167)
==7066== Address 0x9200078 is in a rw- anonymous segment
==7066==
==7066== Invalid read of size 8
==7066== at 0x6A1B044: je_arrow_private_je_arena_bitselm_get_mutable (arena.h:0)
==7066== by 0x6A1B044: je_arrow_private_je_arena_mapbitsp_get_mutable (arena.h:788)
==7066== by 0x6A1B044: je_arrow_private_je_arena_mapbitsp_get_const (arena.h:795)
==7066== by 0x6A1B044: je_arrow_private_je_arena_mapbits_get (arena.h:809)
==7066== by 0x6A1B044: je_arrow_private_je_arena_mapbits_binind_get (arena.h:866)
==7066== by 0x6A1B044: je_arrow_private_je_arena_salloc (arena.h:1387)
==7066== by 0x6A1B044: je_arrow_private_je_isalloc (jemalloc_internal.h:1054)
==7066== by 0x6A1B044: ifree (jemalloc.c:1891)
==7066== by 0x6A1FD35: je_arrow_dallocx (jemalloc.c:0)
==7066== by 0x6029D22: arrow::(anonymous namespace)::JemallocAllocator::DeallocateAligned(unsigned char*, long) (memory_pool.cc:165)
==7066== by 0x6029848: arrow::BaseMemoryPoolImpl<arrow::(anonymous namespace)::JemallocAllocator>::Free(unsigned char*, long) (memory_pool.cc:265)
==7066== by 0x600BE60: arrow::PoolBuffer::~PoolBuffer() (buffer.cc:114)
==7066== by 0x600E9D3: void __gnu_cxx::new_allocator<arrow::PoolBuffer>::destroy<arrow::PoolBuffer>(arrow::PoolBuffer*) (new_allocator.h:140)
==7066== by 0x600E967: void std::allocator_traits<std::allocator<arrow::PoolBuffer> >::destroy<arrow::PoolBuffer>(std::allocator<arrow::PoolBuffer>&, arrow::PoolBuffer*) (alloc_traits.h:487)
==7066== by 0x600E76B: std::_Sp_counted_ptr_inplace<arrow::PoolBuffer, std::allocator<arrow::PoolBuffer>, (__gnu_cxx::_Lock_policy)2>::_M_dispose() (shared_ptr_base.h:535)
==7066== by 0x4F5DAB: std::_Sp_counted_base<(__gnu_cxx::_Lock_policy)2>::_M_release() (shared_ptr_base.h:154)
==7066== by 0x4F5D59: std::__shared_count<(__gnu_cxx::_Lock_policy)2>::~__shared_count() (shared_ptr_base.h:684)
==7066== by 0x52AB48: std::__shared_ptr<arrow::Buffer, (__gnu_cxx::_Lock_policy)2>::~__shared_ptr() (shared_ptr_base.h:1123)
==7066== by 0x4E3AC4: std::shared_ptr<arrow::Buffer>::~shared_ptr() (shared_ptr.h:93)
==7066== Address 0x9001008 is in a rw- anonymous segment
==7066==
==7066== Invalid read of size 8
==7066== at 0x6A1B382: je_arrow_private_je_arena_bitselm_get_mutable (arena.h:0)
==7066== by 0x6A1B382: je_arrow_private_je_arena_mapbitsp_get_mutable (arena.h:788)
==7066== by 0x6A1B382: je_arrow_private_je_arena_mapbitsp_get_const (arena.h:795)
==7066== by 0x6A1B382: je_arrow_private_je_arena_mapbits_get (arena.h:809)
==7066== by 0x6A1B382: je_arrow_private_je_arena_mapbits_binind_get (arena.h:866)
==7066== by 0x6A1B382: je_arrow_private_je_arena_salloc (arena.h:1387)
==7066== by 0x6A1B382: je_arrow_private_je_isalloc (jemalloc_internal.h:1054)
==7066== by 0x6A1B382: je_arrow_private_je_p2rz (jemalloc_internal.h:1152)
==7066== by 0x6A1B382: ifree (jemalloc.c:1899)
==7066== by 0x6A1FD35: je_arrow_dallocx (jemalloc.c:0)
==7066== by 0x6029D22: arrow::(anonymous namespace)::JemallocAllocator::DeallocateAligned(unsigned char*, long) (memory_pool.cc:165)
==7066== by 0x6029848: arrow::BaseMemoryPoolImpl<arrow::(anonymous namespace)::JemallocAllocator>::Free(unsigned char*, long) (memory_pool.cc:265)
==7066== by 0x600BE60: arrow::PoolBuffer::~PoolBuffer() (buffer.cc:114)
==7066== by 0x600E9D3: void __gnu_cxx::new_allocator<arrow::PoolBuffer>::destroy<arrow::PoolBuffer>(arrow::PoolBuffer*) (new_allocator.h:140)
==7066== by 0x600E967: void std::allocator_traits<std::allocator<arrow::PoolBuffer> >::destroy<arrow::PoolBuffer>(std::allocator<arrow::PoolBuffer>&, arrow::PoolBuffer*) (alloc_traits.h:487)
==7066== by 0x600E76B: std::_Sp_counted_ptr_inplace<arrow::PoolBuffer, std::allocator<arrow::PoolBuffer>, (__gnu_cxx::_Lock_policy)2>::_M_dispose() (shared_ptr_base.h:535)
==7066== by 0x4F5DAB: std::_Sp_counted_base<(__gnu_cxx::_Lock_policy)2>::_M_release() (shared_ptr_base.h:154)
==7066== by 0x4F5D59: std::__shared_count<(__gnu_cxx::_Lock_policy)2>::~__shared_count() (shared_ptr_base.h:684)
==7066== by 0x52AB48: std::__shared_ptr<arrow::Buffer, (__gnu_cxx::_Lock_policy)2>::~__shared_ptr() (shared_ptr_base.h:1123)
==7066== by 0x4E3AC4: std::shared_ptr<arrow::Buffer>::~shared_ptr() (shared_ptr.h:93)
==7066== Address 0x9001008 is in a rw- anonymous segment
==7066==
==7066== Invalid read of size 8
==7066== at 0x6A3DF82: je_arrow_private_je_arena_bitselm_get_mutable (arena.h:0)
==7066== by 0x6A3DF82: je_arrow_private_je_arena_mapbitsp_get_mutable (arena.h:788)
==7066== by 0x6A3DF82: je_arrow_private_je_arena_mapbitsp_get_const (arena.h:795)
==7066== by 0x6A3DF82: je_arrow_private_je_arena_mapbits_get (arena.h:809)
==7066== by 0x6A3DF82: je_arrow_private_je_arena_mapbits_binind_get (arena.h:866)
==7066== by 0x6A3DF82: je_arrow_private_je_arena_salloc (arena.h:1387)
==7066== by 0x6A3DF82: je_arrow_private_je_isalloc (jemalloc_internal.h:1054)
==7066== by 0x6A3DF82: je_arrow_private_je_quarantine (quarantine.c:120)
==7066== by 0x6A1B400: je_arrow_private_je_iqalloc (jemalloc_internal.h:1185)
==7066== by 0x6A1B400: ifree (jemalloc.c:1900)
==7066== by 0x6A1FD35: je_arrow_dallocx (jemalloc.c:0)
==7066== by 0x6029D22: arrow::(anonymous namespace)::JemallocAllocator::DeallocateAligned(unsigned char*, long) (memory_pool.cc:165)
==7066== by 0x6029848: arrow::BaseMemoryPoolImpl<arrow::(anonymous namespace)::JemallocAllocator>::Free(unsigned char*, long) (memory_pool.cc:265)
==7066== by 0x600BE60: arrow::PoolBuffer::~PoolBuffer() (buffer.cc:114)
==7066== by 0x600E9D3: void __gnu_cxx::new_allocator<arrow::PoolBuffer>::destroy<arrow::PoolBuffer>(arrow::PoolBuffer*) (new_allocator.h:140)
==7066== by 0x600E967: void std::allocator_traits<std::allocator<arrow::PoolBuffer> >::destroy<arrow::PoolBuffer>(std::allocator<arrow::PoolBuffer>&, arrow::PoolBuffer*) (alloc_traits.h:487)
==7066== by 0x600E76B: std::_Sp_counted_ptr_inplace<arrow::PoolBuffer, std::allocator<arrow::PoolBuffer>, (__gnu_cxx::_Lock_policy)2>::_M_dispose() (shared_ptr_base.h:535)
==7066== by 0x4F5DAB: std::_Sp_counted_base<(__gnu_cxx::_Lock_policy)2>::_M_release() (shared_ptr_base.h:154)
==7066== by 0x4F5D59: std::__shared_count<(__gnu_cxx::_Lock_policy)2>::~__shared_count() (shared_ptr_base.h:684)
==7066== by 0x52AB48: std::__shared_ptr<arrow::Buffer, (__gnu_cxx::_Lock_policy)2>::~__shared_ptr() (shared_ptr_base.h:1123)
==7066== Address 0x9001008 is in a rw- anonymous segment
==7066==
[ OK ] StreamRoundTripTests/TestStreamFormat.RoundTrip/2 (51 ms)
[ RUN ] StreamRoundTripTests/TestStreamFormat.RoundTrip/3
[ OK ] StreamRoundTripTests/TestStreamFormat.RoundTrip/3 (13 ms)
[ RUN ] StreamRoundTripTests/TestStreamFormat.RoundTrip/4
[ OK ] StreamRoundTripTests/TestStreamFormat.RoundTrip/4 (532 ms)
[ RUN ] StreamRoundTripTests/TestStreamFormat.RoundTrip/5
[ OK ] StreamRoundTripTests/TestStreamFormat.RoundTrip/5 (60 ms)
[ RUN ] StreamRoundTripTests/TestStreamFormat.RoundTrip/6
[ OK ] StreamRoundTripTests/TestStreamFormat.RoundTrip/6 (125 ms)
[ RUN ] StreamRoundTripTests/TestStreamFormat.RoundTrip/7
[ OK ] StreamRoundTripTests/TestStreamFormat.RoundTrip/7 (21 ms)
[ RUN ] StreamRoundTripTests/TestStreamFormat.RoundTrip/8
[ OK ] StreamRoundTripTests/TestStreamFormat.RoundTrip/8 (38 ms)
[ RUN ] StreamRoundTripTests/TestStreamFormat.RoundTrip/9
[ OK ] StreamRoundTripTests/TestStreamFormat.RoundTrip/9 (8 ms)
[ RUN ] StreamRoundTripTests/TestStreamFormat.RoundTrip/10
[ OK ] StreamRoundTripTests/TestStreamFormat.RoundTrip/10 (10 ms)
[ RUN ] StreamRoundTripTests/TestStreamFormat.RoundTrip/11
[ OK ] StreamRoundTripTests/TestStreamFormat.RoundTrip/11 (11 ms)
[ RUN ] StreamRoundTripTests/TestStreamFormat.RoundTrip/12
[ OK ] StreamRoundTripTests/TestStreamFormat.RoundTrip/12 (7 ms)
[ RUN ] StreamRoundTripTests/TestStreamFormat.RoundTrip/13
[ OK ] StreamRoundTripTests/TestStreamFormat.RoundTrip/13 (7 ms)
[ RUN ] StreamRoundTripTests/TestStreamFormat.RoundTrip/14
[ OK ] StreamRoundTripTests/TestStreamFormat.RoundTrip/14 (7 ms)
[ RUN ] StreamRoundTripTests/TestStreamFormat.RoundTrip/15
[ OK ] StreamRoundTripTests/TestStreamFormat.RoundTrip/15 (20 ms)
[ RUN ] StreamRoundTripTests/TestStreamFormat.RoundTrip/16
[ OK ] StreamRoundTripTests/TestStreamFormat.RoundTrip/16 (14 ms)
[----------] 17 tests from StreamRoundTripTests/TestStreamFormat (977 ms total)
[----------] Global test environment tear-down
[==========] 134 tests from 21 test cases ran. (24744 ms total)
[ PASSED ] 134 tests.
==7066==
==7066== HEAP SUMMARY:
==7066== in use at exit: 6,600 bytes in 176 blocks
==7066== total heap usage: 504,000 allocs, 503,824 frees, 599,192,630 bytes allocated
==7066==
==7066== LEAK SUMMARY:
==7066== definitely lost: 0 bytes in 0 blocks
==7066== indirectly lost: 0 bytes in 0 blocks
==7066== possibly lost: 0 bytes in 0 blocks
==7066== still reachable: 6,600 bytes in 176 blocks
==7066== suppressed: 0 bytes in 0 blocks
==7066== Rerun with --leak-check=full to see details of leaked memory
==7066==
==7066== For counts of detected and suppressed errors, rerun with: -v
==7066== ERROR SUMMARY: 15196 errors from 108 contexts (suppressed: 0 from 0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment