Skip to content

core dump when calling the list aggregate function. #9949

@yiyuanliu

Description

@yiyuanliu

What happens?

create table tbl as select unnest(generate_series(500000000)) as id;
select list(id) from tbl;
Segmentation fault (core dumped)

To Reproduce

see above

OS:

ubuntu 2204

DuckDB Version:

v0.9.3-dev1411 7d5150c

DuckDB Client:

cli

Full Name:

Yiyuan Liu

Affiliation:

High-Flyer AI

Have you tried this on the latest main branch?

I have tested with a main build

Have you tried the steps to reproduce? Do they include all relevant data and configuration? Does the issue you report still appear there?

  • Yes, I have

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions