Query stalling on string generation predicate, how to log actual evaluation? #15742
-
I have a query that is generating the string output column for a select expression in a predicate.
When I run this query on certain (ruby) databases, I get a stall when this predicate is to be evaluated. I'm not familiar with CodeQL internals so something like a random stall during a predicate is hard to debug. I used the
My first question is how can I get even more detailed logs? I mean sure there seems to be a worker/task model which is stalling and passing the task to separate workers when it reaches the My second question would be how can I fix this immediately? The predicates used in Any help would be greatly appreciated, thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
You seem to select arbitrary combinations of |
Beta Was this translation helpful? Give feedback.
To get more detailed logging you could use the structured evaluator log options: