Skip to content

Detect stack overflow and reduce stack usage on debug build #1465

Closed as not planned
@Eason0729

Description

@Eason0729

related to apache/datafusion#12731

The issue is that unoptimized(debug) build consume more stack memory, which known to cause stack overflow if stack size is less than 1MiB.

Expected change:

  1. Return error on stack overflow
  2. Reduce stack usage (or grow stack

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions