Skip to content

Exceeding the limiting on numFastVars (cannot exceed 2^^13) #21207

@lllssskkk

Description

@lllssskkk

Hi, I'm security researcher. I'm right now playing around with queries. When i'm playing with one customized query, i got the following error :

Oops! A fatal internal error occurred. Details: com.semmle.util.exception.CatastrophicError: Invalid value 29616 for numFastVars (cannot exceed 2^^13)
    at           
    com.semmle.util.exception.Exceptions.assertion(Exceptions.java:105)
    com.semmle.bdd.SemmleBDDFactory.<init>(SemmleBDDFactory.java:265)

CodeQL’s internal BDD-based component (Binary Decision Diagrams) is trying to allocate/configure a structure with 29,616 “fast variables”, but it has a hard upper bound of 2^^13 = 8192.

Is there any way to increase the threshhold?

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions