Skip to content

Windows segfault with recursive Struct #8542

@0xNF

Description

@0xNF

The following fbs schema will crash flatc.exe. No errors, just a segfault.

namespace MySample.Recurse

struct RecurseType{
    id: ubyte;
    recurse_type: RecurseType;
}

Windows 11, 24H2
Current master branch, commit 1c51462

Metadata

Metadata

Assignees

Labels

flatcFlatBuffers Compilerneed-more-infoNeed more info/context to make a decision

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions