-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Labels
questionFurther information is requestedFurther information is requested
Description
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
Labels
questionFurther information is requestedFurther information is requested