Giter VIP home page Giter VIP logo

Comments (3)

a-n-n-a-l-e-e avatar a-n-n-a-l-e-e commented on September 28, 2024

was able to reproduce while running unit tests in a loop (71 iterations) on an x64 darwin machine and generated a core file, backtrace pasted below.

$ ./test/unittest -a exclude:'[s3]' exclude:'Test closing database during long running query' exclude:'Test using a remote optimizer pass in case thats important to someone' exclude:'test/common/test_cast_hugeint.test' exclude:'test/sql/copy/csv/test_csv_remote.test' exclude:'test/sql/copy/parquet/test_parquet_remote.test' exclude:'test/sql/copy/parquet/test_parquet_remote_foreign_files.test' exclude:'test/sql/storage/compression/chimp/chimp_read.test' exclude:'test/sql/storage/compression/chimp/chimp_read_float.test' exclude:'test/sql/storage/compression/patas/patas_compression_ratio.test_coverage' exclude:'test/sql/storage/compression/patas/patas_read.test' exclude:'test/sql/json/read_json_objects.test' exclude:'test/sql/json/read_json.test' exclude:'test/sql/json/table/read_json_objects.test' exclude:'test/sql/json/table/read_json.test' exclude:'test/sql/copy/parquet/parquet_5968.test' exclude:'test/fuzzer/pedro/buffer_manager_out_of_memory.test' exclude:'test/sql/storage/compression/bitpacking/bitpacking_size_calculation.test' exclude:'test/sql/copy/parquet/delta_byte_array_length_mismatch.test' exclude:'test/sql/function/timestamp/test_icu_strptime.test' exclude:'test/sql/timezone/test_icu_timezone.test' exclude:'test/sql/copy/parquet/snowflake_lineitem.test' exclude:'test/sql/copy/parquet/test_parquet_force_download.test' exclude:'test/sql/copy/parquet/delta_byte_array_multiple_pages.test' exclude:'test/sql/copy/csv/test_csv_httpfs_prepared.test' exclude:'test/sql/copy/csv/test_csv_httpfs.test' exclude:'test/sql/settings/test_disabled_file_system_httpfs.test' exclude:'test/sql/copy/csv/parallel/test_parallel_csv.test' exclude:'test/sql/copy/csv/parallel/csv_parallel_httpfs.test' exclude:'test/common/test_cast_struct.test' exclude:'test/sql/copy/parquet/parquet_glob.test' exclude:'[!hide]' exclude:'test/sql/copy/csv/auto/test_csv_auto.test' exclude:'test/sql/table_function/read_text_and_blob.test' exclude:'test/sql/secrets/create_secret_non_writable_persistent_dir.test'
Filters: exclude:[s3] exclude:Test closing database during long running query exclude:Test using a remote optimizer pass in case thats important to someone exclude:test/common/test_cast_hugeint.test exclude:test/sql/copy/csv/test_csv_remote.test exclude:test/sql/copy/parquet/test_parquet_remote.test exclude:test/sql/copy/parquet/test_parquet_remote_foreign_files.test exclude:test/sql/storage/compression/chimp/chimp_read.test exclude:test/sql/storage/compression/chimp/chimp_read_float.test exclude:test/sql/storage/compression/patas/patas_compression_ratio.test_coverage exclude:test/sql/storage/compression/patas/patas_read.test exclude:test/sql/json/read_json_objects.test exclude:test/sql/json/read_json.test exclude:test/sql/json/table/read_json_objects.test exclude:test/sql/json/table/read_json.test exclude:test/sql/copy/parquet/parquet_5968.test exclude:test/fuzzer/pedro/buffer_manager_out_of_memory.test exclude:test/sql/storage/compression/bitpacking/bitpacking_size_calculation.test exclude:test/sql/copy/parquet/delta_byte_array_length_mismatch.test exclude:test/sql/function/timestamp/test_icu_strptime.test exclude:test/sql/timezone/test_icu_timezone.test exclude:test/sql/copy/parquet/snowflake_lineitem.test exclude:test/sql/copy/parquet/test_parquet_force_download.test exclude:test/sql/copy/parquet/delta_byte_array_multiple_pages.test exclude:test/sql/copy/csv/test_csv_httpfs_prepared.test exclude:test/sql/copy/csv/test_csv_httpfs.test exclude:test/sql/settings/test_disabled_file_system_httpfs.test exclude:test/sql/copy/csv/parallel/test_parallel_csv.test exclude:test/sql/copy/csv/parallel/csv_parallel_httpfs.test exclude:test/common/test_cast_struct.test exclude:test/sql/copy/parquet/parquet_glob.test exclude:[!hide] exclude:test/sql/copy/csv/auto/test_csv_auto.test exclude:test/sql/table_function/read_text_and_blob.test exclude:test/sql/secrets/create_secret_non_writable_persistent_dir.test
[1001/2851] (35%): test/sql/types/nested/list/list_aggregate_dict.test
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
unittest is a Catch v2.13.7 host application.
Run with -? for options

-------------------------------------------------------------------------------
test/sql/types/nested/list/list_aggregate_dict.test
-------------------------------------------------------------------------------
/Users/anna/tmp/duckdb/source/test/sqlite/test_sqllogictest.cpp:201
...............................................................................

/Users/anna/tmp/duckdb/source/test/sqlite/test_sqllogictest.cpp:201: FAILED:
  {Unknown expression after the reported line}
due to a fatal error condition:
  SIGSEGV - Segmentation violation signal

===============================================================================
test cases:   1002 |   1001 passed | 1 failed
assertions: 116973 | 116972 passed | 1 failed

Segmentation fault: 11 (core dumped)
(lldb) bt all
* thread #1
  * frame #0: 0x00007ff81d0a00da libsystem_kernel.dylib`__ulock_wait + 10
    frame #1: 0x00007ff81d0dcc95 libsystem_pthread.dylib`_pthread_join + 358
    frame #2: 0x000000010ee45258 libc++.1.0.dylib`std::__1::thread::join() + 24
    frame #3: 0x0000000112b4f1e3 libduckdb.dylib`duckdb::TaskScheduler::RelaunchThreadsInternal(int) + 291
    frame #4: 0x0000000112b4ef98 libduckdb.dylib`duckdb::TaskScheduler::~TaskScheduler() + 24
    frame #5: 0x0000000112ad8d33 libduckdb.dylib`duckdb::DatabaseInstance::~DatabaseInstance() + 211
    frame #6: 0x0000000112adb4b1 libduckdb.dylib`duckdb::DuckDB::~DuckDB() + 49
    frame #7: 0x000000010e831827 unittest`duckdb::SQLLogicTestRunner::~SQLLogicTestRunner() + 135
    frame #8: 0x000000010e84a7ec unittest`void testRunner<false, false>() + 1340
    frame #9: 0x000000010e86ec94 unittest`Catch::RunContext::invokeActiveTestCase() + 260
    frame #10: 0x000000010e86c93a unittest`Catch::RunContext::runCurrentTest(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >&) + 378
    frame #11: 0x000000010e86bf81 unittest`Catch::RunContext::runTest(Catch::TestCase const&) + 385
    frame #12: 0x000000010e872957 unittest`Catch::Session::runInternal() + 3879
    frame #13: 0x000000010e871962 unittest`Catch::Session::run() + 162
    frame #14: 0x000000010e88d5bd unittest`main + 4237
    frame #15: 0x000000011d32052e dyld`start + 462
  thread #2
    frame #0: 0x0000000112b566d0 libduckdb.dylib`duckdb::BufferHandle::~BufferHandle() + 32
    frame #1: 0x0000000112b90f14 libduckdb.dylib`duckdb::CompressedStringScanState::~CompressedStringScanState() + 132
    frame #2: 0x00000001123faa65 libduckdb.dylib`std::__1::vector<duckdb::ColumnScanState, std::__1::allocator<duckdb::ColumnScanState> >::~vector[abi:v160006]() + 197
    frame #3: 0x00000001123fa95a libduckdb.dylib`std::__1::unique_ptr<duckdb::ColumnScanState [], std::__1::default_delete<duckdb::ColumnScanState []> >::~unique_ptr[abi:v160006]() + 170
    frame #4: 0x00000001123fb500 libduckdb.dylib`duckdb::TableScanLocalState::~TableScanLocalState() + 144
    frame #5: 0x00000001123fb45e libduckdb.dylib`duckdb::TableScanLocalState::~TableScanLocalState() + 14
    frame #6: 0x00000001129ca59e libduckdb.dylib`duckdb::TableScanLocalSourceState::~TableScanLocalSourceState() + 46
    frame #7: 0x0000000112b50e41 libduckdb.dylib`duckdb::PipelineExecutor::~PipelineExecutor() + 321
    frame #8: 0x0000000112b4a22f libduckdb.dylib`duckdb::PipelineTask::ExecuteTask(duckdb::TaskExecutionMode) + 431
    frame #9: 0x0000000112b43a25 libduckdb.dylib`duckdb::ExecutorTask::Execute(duckdb::TaskExecutionMode) + 37
    frame #10: 0x0000000112b4f817 libduckdb.dylib`duckdb::TaskScheduler::ExecuteForever(std::__1::atomic<bool>*) + 375
    frame #11: 0x0000000112b561d2 libduckdb.dylib`void* std::__1::__thread_proxy[abi:v160006]<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct> >, void (*)(duckdb::TaskScheduler*, std::__1::atomic<bool>*), duckdb::TaskScheduler*, std::__1::atomic<bool>*> >(void*) + 66
    frame #12: 0x00007ff81d0db4e1 libsystem_pthread.dylib`_pthread_start + 125
    frame #13: 0x00007ff81d0d6f6b libsystem_pthread.dylib`thread_start + 15

from duckdb.

a-n-n-a-l-e-e avatar a-n-n-a-l-e-e commented on September 28, 2024

was running on x64 linux in a loop and on iteration 227 crashed with a SIGSEGV but with a different test but also in the BufferHandle deconstructor -- not sure if related, maybe that's just super common code so likely to crash when memory is corrupted.

$ ./test/unittest -a exclude:'[s3]' exclude:'Test closing database during long running query' exclude:'Test using a remote optimizer pass in case thats important to someone' exclude:'test/common/test_cast_hugeint.test' exclude:'test/sql/copy/csv/test_csv_remote.test' exclude:'test/sql/copy/parquet/test_parquet_remote.test' exclude:'test/sql/copy/parquet/test_parquet_remote_foreign_files.test' exclude:'test/sql/storage/compression/chimp/chimp_read.test' exclude:'test/sql/storage/compression/chimp/chimp_read_float.test' exclude:'test/sql/storage/compression/patas/patas_compression_ratio.test_coverage' exclude:'test/sql/storage/compression/patas/patas_read.test' exclude:'test/sql/json/read_json_objects.test' exclude:'test/sql/json/read_json.test' exclude:'test/sql/json/table/read_json_objects.test' exclude:'test/sql/json/table/read_json.test' exclude:'test/sql/copy/parquet/parquet_5968.test' exclude:'test/fuzzer/pedro/buffer_manager_out_of_memory.test' exclude:'test/sql/storage/compression/bitpacking/bitpacking_size_calculation.test' exclude:'test/sql/copy/parquet/delta_byte_array_length_mismatch.test' exclude:'test/sql/function/timestamp/test_icu_strptime.test' exclude:'test/sql/timezone/test_icu_timezone.test' exclude:'test/sql/copy/parquet/snowflake_lineitem.test' exclude:'test/sql/copy/parquet/test_parquet_force_download.test' exclude:'test/sql/copy/parquet/delta_byte_array_multiple_pages.test' exclude:'test/sql/copy/csv/test_csv_httpfs_prepared.test' exclude:'test/sql/copy/csv/test_csv_httpfs.test' exclude:'test/sql/settings/test_disabled_file_system_httpfs.test' exclude:'test/sql/copy/csv/parallel/test_parallel_csv.test' exclude:'test/sql/copy/csv/parallel/csv_parallel_httpfs.test' exclude:'test/common/test_cast_struct.test' exclude:'test/sql/copy/parquet/parquet_glob.test' exclude:'[!hide]' exclude:'test/sql/copy/csv/auto/test_csv_auto.test' exclude:'test/sql/table_function/read_text_and_blob.test' exclude:'test/sql/secrets/create_secret_non_writable_persistent_dir.test'
Filters: exclude:[s3] exclude:Test closing database during long running query exclude:Test using a remote optimizer pass in case thats important to someone exclude:test/common/test_cast_hugeint.test exclude:test/sql/copy/csv/test_csv_remote.test exclude:test/sql/copy/parquet/test_parquet_remote.test exclude:test/sql/copy/parquet/test_parquet_remote_foreign_files.test exclude:test/sql/storage/compression/chimp/chimp_read.test exclude:test/sql/storage/compression/chimp/chimp_read_float.test exclude:test/sql/storage/compression/patas/patas_compression_ratio.test_coverage exclude:test/sql/storage/compression/patas/patas_read.test exclude:test/sql/json/read_json_objects.test exclude:test/sql/json/read_json.test exclude:test/sql/json/table/read_json_objects.test exclude:test/sql/json/table/read_json.test exclude:test/sql/copy/parquet/parquet_5968.test exclude:test/fuzzer/pedro/buffer_manager_out_of_memory.test exclude:test/sql/storage/compression/bitpacking/bitpacking_size_calculation.test exclude:test/sql/copy/parquet/delta_byte_array_length_mismatch.test exclude:test/sql/function/timestamp/test_icu_strptime.test exclude:test/sql/timezone/test_icu_timezone.test exclude:test/sql/copy/parquet/snowflake_lineitem.test exclude:test/sql/copy/parquet/test_parquet_force_download.test exclude:test/sql/copy/parquet/delta_byte_array_multiple_pages.test exclude:test/sql/copy/csv/test_csv_httpfs_prepared.test exclude:test/sql/copy/csv/test_csv_httpfs.test exclude:test/sql/settings/test_disabled_file_system_httpfs.test exclude:test/sql/copy/csv/parallel/test_parallel_csv.test exclude:test/sql/copy/csv/parallel/csv_parallel_httpfs.test exclude:test/common/test_cast_struct.test exclude:test/sql/copy/parquet/parquet_glob.test exclude:[!hide] exclude:test/sql/copy/csv/auto/test_csv_auto.test exclude:test/sql/table_function/read_text_and_blob.test exclude:test/sql/secrets/create_secret_non_writable_persistent_dir.test
[1211/2851] (42%): test/sql/storage/types/struct/struct_storage.test
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
unittest is a Catch v2.13.7 host application.
Run with -? for options

-------------------------------------------------------------------------------
test/sql/storage/types/struct/struct_storage.test
-------------------------------------------------------------------------------
/home/anna/tmp/duckdb/source/test/sqlite/test_sqllogictest.cpp:201
...............................................................................

/home/anna/tmp/duckdb/source/test/sqlite/test_sqllogictest.cpp:201: FAILED:
  {Unknown expression after the reported line}
due to a fatal error condition:
  SIGSEGV - Segmentation violation signal

===============================================================================
test cases:   1212 |   1211 passed | 1 failed
assertions: 133758 | 133757 passed | 1 failed
(gdb) bt
Thread 1 (LWP 3566889):
#0  0x00007f4c148a8c95 in duckdb::BufferHandle::Destroy() () from /home/anna/tmp/duckdb/source/build/src/libduckdb.so
#1  0x00007f4c148a8d49 in duckdb::BufferHandle::~BufferHandle() () from /home/anna/tmp/duckdb/source/build/src/libduckdb.so
#2  0x00007f4c148d3d3c in duckdb::ValidityScanState::~ValidityScanState() () from /home/anna/tmp/duckdb/source/build/src/libduckdb.so
#3  0x00007f4c141f58cc in duckdb::TableScanLocalState::~TableScanLocalState() () from /home/anna/tmp/duckdb/source/build/src/libduckdb.so
#4  0x00007f4c14751ea1 in duckdb::TableScanLocalSourceState::~TableScanLocalSourceState() () from /home/anna/tmp/duckdb/source/build/src/libduckdb.so
#5  0x00007f4c148a6732 in duckdb::PipelineExecutor::~PipelineExecutor() () from /home/anna/tmp/duckdb/source/build/src/libduckdb.so
#6  0x00007f4c148a2a78 in duckdb::PipelineTask::ExecuteTask(duckdb::TaskExecutionMode) () from /home/anna/tmp/duckdb/source/build/src/libduckdb.so
#7  0x00007f4c1489aba5 in duckdb::ExecutorTask::Execute(duckdb::TaskExecutionMode) () from /home/anna/tmp/duckdb/source/build/src/libduckdb.so
#8  0x00007f4c1489a0c9 in duckdb::TaskScheduler::ExecuteForever(std::atomic<bool>*) () from /home/anna/tmp/duckdb/source/build/src/libduckdb.so
#9  0x00007f4c124e8683 in execute_native_thread_routine () from /nix/store/1s98ricsglmfjjqkfnpvywnip5z7gp9q-gcc-13.2.0-lib/lib/libstdc++.so.6
#10 0x00007f4c122a2383 in start_thread () from /nix/store/cyrrf49i2hm1w7vn2j945ic3rrzgxbqs-glibc-2.38-44/lib/libc.so.6
#11 0x00007f4c1232500c in clone3 () from /nix/store/cyrrf49i2hm1w7vn2j945ic3rrzgxbqs-glibc-2.38-44/lib/libc.so.6

from duckdb.

a-n-n-a-l-e-e avatar a-n-n-a-l-e-e commented on September 28, 2024

another SIGSEGV on x64 linux but in test Issue #6931 - test windows unicode path. this time compiled using llvm16 toolchain (like on darwin) rather than the default gcc-13. SIGSEGV on iteration 434. machine was moderately loaded around time of SIGSEGV

./build/test/unittest -a exclude:'[s3]' exclude:'Test closing database during long running query' exclude:'Test using a remote optimizer pass in case thats important to someone' exclude:'test/common/test_cast_hugeint.test' exclude:'test/sql/copy/csv/test_csv_remote.test' exclude:'test/sql/copy/parquet/test_parquet_remote.test' exclude:'test/sql/copy/parquet/test_parquet_remote_foreign_files.test' exclude:'test/sql/storage/compression/chimp/chimp_read.test' exclude:'test/sql/storage/compression/chimp/chimp_read_float.test' exclude:'test/sql/storage/compression/patas/patas_compression_ratio.test_coverage' exclude:'test/sql/storage/compression/patas/patas_read.test' exclude:'test/sql/json/read_json_objects.test' exclude:'test/sql/json/read_json.test' exclude:'test/sql/json/table/read_json_objects.test' exclude:'test/sql/json/table/read_json.test' exclude:'test/sql/copy/parquet/parquet_5968.test' exclude:'test/fuzzer/pedro/buffer_manager_out_of_memory.test' exclude:'test/sql/storage/compression/bitpacking/bitpacking_size_calculation.test' exclude:'test/sql/copy/parquet/delta_byte_array_length_mismatch.test' exclude:'test/sql/function/timestamp/test_icu_strptime.test' exclude:'test/sql/timezone/test_icu_timezone.test' exclude:'test/sql/copy/parquet/snowflake_lineitem.test' exclude:'test/sql/copy/parquet/test_parquet_force_download.test' exclude:'test/sql/copy/parquet/delta_byte_array_multiple_pages.test' exclude:'test/sql/copy/csv/test_csv_httpfs_prepared.test' exclude:'test/sql/copy/csv/test_csv_httpfs.test' exclude:'test/sql/settings/test_disabled_file_system_httpfs.test' exclude:'test/sql/copy/csv/parallel/test_parallel_csv.test' exclude:'test/sql/copy/csv/parallel/csv_parallel_httpfs.test' exclude:'test/common/test_cast_struct.test' exclude:'test/sql/copy/parquet/parquet_glob.test' exclude:'[!hide]' exclude:'test/sql/copy/csv/auto/test_csv_auto.test' exclude:'test/sql/table_function/read_text_and_blob.test' exclude:'test/sql/secrets/create_secret_non_writable_persistent_dir.test'
Filters: exclude:[s3] exclude:Test closing database during long running query exclude:Test using a remote optimizer pass in case thats important to someone exclude:test/common/test_cast_hugeint.test exclude:test/sql/copy/csv/test_csv_remote.test exclude:test/sql/copy/parquet/test_parquet_remote.test exclude:test/sql/copy/parquet/test_parquet_remote_foreign_files.test exclude:test/sql/storage/compression/chimp/chimp_read.test exclude:test/sql/storage/compression/chimp/chimp_read_float.test exclude:test/sql/storage/compression/patas/patas_compression_ratio.test_coverage exclude:test/sql/storage/compression/patas/patas_read.test exclude:test/sql/json/read_json_objects.test exclude:test/sql/json/read_json.test exclude:test/sql/json/table/read_json_objects.test exclude:test/sql/json/table/read_json.test exclude:test/sql/copy/parquet/parquet_5968.test exclude:test/fuzzer/pedro/buffer_manager_out_of_memory.test exclude:test/sql/storage/compression/bitpacking/bitpacking_size_calculation.test exclude:test/sql/copy/parquet/delta_byte_array_length_mismatch.test exclude:test/sql/function/timestamp/test_icu_strptime.test exclude:test/sql/timezone/test_icu_timezone.test exclude:test/sql/copy/parquet/snowflake_lineitem.test exclude:test/sql/copy/parquet/test_parquet_force_download.test exclude:test/sql/copy/parquet/delta_byte_array_multiple_pages.test exclude:test/sql/copy/csv/test_csv_httpfs_prepared.test exclude:test/sql/copy/csv/test_csv_httpfs.test exclude:test/sql/settings/test_disabled_file_system_httpfs.test exclude:test/sql/copy/csv/parallel/test_parallel_csv.test exclude:test/sql/copy/csv/parallel/csv_parallel_httpfs.test exclude:test/common/test_cast_struct.test exclude:test/sql/copy/parquet/parquet_glob.test exclude:[!hide] exclude:test/sql/copy/csv/auto/test_csv_auto.test exclude:test/sql/table_function/read_text_and_blob.test exclude:test/sql/secrets/create_secret_non_writable_persistent_dir.test
[164/2851] (5%): Issue #6931 - test windows unicode path
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
unittest is a Catch v2.13.7 host application.
Run with -? for options

-------------------------------------------------------------------------------
Issue #6931 - test windows unicode path
-------------------------------------------------------------------------------
/home/anna/tmp/duckdbclang/source/test/api/test_windows_unicode_path.cpp:34
...............................................................................

/home/anna/tmp/duckdbclang/source/test/api/test_windows_unicode_path.cpp:34: FAILED:
  {Unknown expression after the reported line}
due to a fatal error condition:
  SIGSEGV - Segmentation violation signal

===============================================================================
test cases:   165 |   164 passed | 1 failed
assertions: 69427 | 69426 passed | 1 failed
(gdb) bt
#0  0x00007f7dfcdb204d in duckdb::BufferHandle::~BufferHandle() () from /home/anna/tmp/duckdbclang/source/build/src/libduckdb.so
#1  0x00007f7dfcdf9cdb in duckdb::BitpackingScanState<long, long>::~BitpackingScanState() () from /home/anna/tmp/duckdbclang/source/build/src/libduckdb.so
#2  0x00007f7dfc61e340 in std::__1::default_delete<duckdb::ColumnScanState []>::_EnableIfConvertible<duckdb::ColumnScanState>::type std::__1::default_delete<duckdb::ColumnScanState []>::operator()[abi:v160006]<duckdb::ColumnScanState>(duckdb::ColumnScanState*) const ()
   from /home/anna/tmp/duckdbclang/source/build/src/libduckdb.so
#3  0x00007f7dfc61ec9f in duckdb::TableScanLocalState::~TableScanLocalState() () from /home/anna/tmp/duckdbclang/source/build/src/libduckdb.so
#4  0x00007f7dfc61ecb9 in duckdb::TableScanLocalState::~TableScanLocalState() () from /home/anna/tmp/duckdbclang/source/build/src/libduckdb.so
#5  0x00007f7dfcc0eed9 in duckdb::TableScanLocalSourceState::~TableScanLocalSourceState() () from /home/anna/tmp/duckdbclang/source/build/src/libduckdb.so
#6  0x00007f7dfcdaa991 in duckdb::PipelineExecutor::~PipelineExecutor() () from /home/anna/tmp/duckdbclang/source/build/src/libduckdb.so
#7  0x00007f7dfcda2024 in duckdb::PipelineTask::ExecuteTask(duckdb::TaskExecutionMode) () from /home/anna/tmp/duckdbclang/source/build/src/libduckdb.so
#8  0x00007f7dfcd9c9e4 in duckdb::ExecutorTask::Execute(duckdb::TaskExecutionMode) () from /home/anna/tmp/duckdbclang/source/build/src/libduckdb.so
#9  0x00007f7dfcda6cc8 in duckdb::TaskScheduler::ExecuteForever(std::__1::atomic<bool>*) () from /home/anna/tmp/duckdbclang/source/build/src/libduckdb.so
#10 0x00007f7dfcdb1bce in void* std::__1::__thread_proxy[abi:v160006]<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct> >, void (*)(duckdb::TaskScheduler*, std::__1::atomic<bool>*), duckdb::TaskScheduler*, std::__1::atomic<bool>*> >(void*) () from /home/anna/tmp/duckdbclang/source/build/src/libduckdb.so
#11 0x00007f7dfa7c0383 in start_thread () from /nix/store/cyrrf49i2hm1w7vn2j945ic3rrzgxbqs-glibc-2.38-44/lib/libc.so.6
#12 0x00007f7dfa84300c in clone3 () from /nix/store/cyrrf49i2hm1w7vn2j945ic3rrzgxbqs-glibc-2.38-44/lib/libc.so.6

from duckdb.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.