Skip to content
This repository was archived by the owner on Dec 8, 2025. It is now read-only.
This repository was archived by the owner on Dec 8, 2025. It is now read-only.

Reduction producing an inifinite loop #1139

@asuonpaa

Description

@asuonpaa

I'm seeing the following reduced result even though infinite loops should not be produced by the reducer:

#version 320 es
precision highp int;
precision highp float;

void main()
{
 for(int r = 1; true; 1)
  {
  }
}

I've attached the folder I had under 'crashes' that shows this issue.

report.tar.gz

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions