Skip to content

Instantly share code, notes, and snippets.

@yuya-maemichi-synspective
Created June 23, 2025 08:12
Show Gist options
  • Save yuya-maemichi-synspective/464836accc5e46b9a733686e30da3ed8 to your computer and use it in GitHub Desktop.
Save yuya-maemichi-synspective/464836accc5e46b9a733686e30da3ed8 to your computer and use it in GitHub Desktop.
DuckDB yaml ext crash log
INTERNAL Error:
Value::LIST(values) cannot be used to make an empty list - use Value::LIST(type, values) instead
Stack Trace:
0 _ZN6duckdb9ExceptionC2ENS_13ExceptionTypeERKNSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEE + 64
1 _ZN6duckdb17InternalExceptionC1ERKNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEE + 20
2 _ZN6duckdb5Value4LISTENS_6vectorIS0_Lb1EEE + 272
3 _ZN6duckdb10YAMLReader15YAMLNodeToValueERKN4YAML4NodeERKNS_11LogicalTypeE + 2904
4 _ZN6duckdb10YAMLReader15YAMLNodeToValueERKN4YAML4NodeERKNS_11LogicalTypeE + 2156
5 _ZN6duckdb10YAMLReader15YAMLNodeToValueERKN4YAML4NodeERKNS_11LogicalTypeE + 1740
6 _ZN6duckdb10YAMLReader20YAMLReadRowsFunctionERNS_13ClientContextERNS_18TableFunctionInputERNS_9DataChunkE + 948
7 duckdb::PhysicalTableScan::GetData(duckdb::ExecutionContext&, duckdb::DataChunk&, duckdb::OperatorSourceInput&) const + 80
8 duckdb::PipelineExecutor::FetchFromSource(duckdb::DataChunk&) + 136
9 duckdb::PipelineExecutor::Execute(unsigned long long) + 232
10 duckdb::PipelineTask::ExecuteTask(duckdb::TaskExecutionMode) + 236
11 duckdb::ExecutorTask::Execute(duckdb::TaskExecutionMode) + 192
12 duckdb::Executor::ExecuteTask(bool) + 252
13 duckdb::ClientContext::ExecuteTaskInternal(duckdb::ClientContextLock&, duckdb::BaseQueryResult&, bool) + 64
14 duckdb::PendingQueryResult::ExecuteInternal(duckdb::ClientContextLock&) + 60
15 duckdb::PendingQueryResult::Execute() + 56
16 duckdb_shell_sqlite3_print_duckbox + 368
17 duckdb_shell::ShellState::ExecutePreparedStatement(sqlite3_stmt*) + 920
18 duckdb_shell::ShellState::ExecuteSQL(char const*, char**) + 372
19 duckdb_shell::ShellState::RunInitialCommand(char*, bool) + 120
20 main + 2888
21 start + 2412
This error signals an assertion failure within DuckDB. This usually occurs due to unexpected conditions or errors in the program's logic.
For more information, see https://duckdb.org/docs/stable/dev/internal_errors
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment