Skip to content

Instantly share code, notes, and snippets.

@ondrik
Created March 24, 2020 07:42
Show Gist options
  • Save ondrik/949a6859f0dc5c4166deda4f3c62cae2 to your computer and use it in GitHub Desktop.
Save ondrik/949a6859f0dc5c4166deda4f3c62cae2 to your computer and use it in GitHub Desktop.
Unhandled Exception:
System.Exception: While processing \\A ( $pattern ) \\z ---> Microsoft.Automata.AutomataException: SetIsEmpty
at Microsoft.Automata.BDD.GetMin () [0x0001c] in <ed37cda930154c81bcbcc9b765463995>:0
at Microsoft.Automata.SymbolicRegexNode`1+<>c__DisplayClass109_0[S].<GetFixedPrefix>b__3 (Microsoft.Automata.BDD x) [0x00000] in <ed37cda930154c81bcbcc9b765463995>:0
at Microsoft.Automata.SymbolicRegexNode`1+<>c__DisplayClass109_1[S].<GetFixedPrefix>b__4 (Microsoft.Automata.BDD x) [0x00000] in <ed37cda930154c81bcbcc9b765463995>:0
at System.Array.ConvertAll[TInput,TOutput] (TInput[] array, System.Converter`2[TInput,TOutput] converter) [0x00032] in <d0e12f672b88444ab4b6d9b2ecf20142>:0
at Microsoft.Automata.SymbolicRegexNode`1[S].GetFixedPrefix (Microsoft.Automata.CharSetSolver css) [0x000b2] in <ed37cda930154c81bcbcc9b765463995>:0
at Microsoft.Automata.SymbolicRegex`1[S]..ctor (Microsoft.Automata.SymbolicRegexNode`1[S] sr, Microsoft.Automata.CharSetSolver css, Microsoft.Automata.BDD[] minterms, System.Int32 StateLimit, System.Int32 startSetSizeLimit) [0x001f9] in <ed37cda930154c81bcbcc9b765463995>:0
at Microsoft.Automata.SymbolicRegexUInt64..ctor (Microsoft.Automata.SymbolicRegexBuilder`1[S] builder, Microsoft.Automata.SymbolicRegexNode`1[S] sr, Microsoft.Automata.CharSetSolver solver, Microsoft.Automata.BDD[] minterms, System.Int32 StateLimit, System.Int32 startSetSizeLimit) [0x00025] in <ed37cda930154c81bcbcc9b765463995>:0
at Microsoft.Automata.SymbolicRegexUInt64..ctor (Microsoft.Automata.SymbolicRegexNode`1[S] sr, Microsoft.Automata.CharSetSolver solver, Microsoft.Automata.BDD[] minterms, System.Int32 StateLimit, System.Int32 startSetSizeLimit) [0x0000d] in <ed37cda930154c81bcbcc9b765463995>:0
at Microsoft.Automata.RegexExtensionMethods.Compile (System.Text.RegularExpressions.Regex regex, System.Boolean keepAnchors, System.Boolean unwindLowerBounds, System.Text.RegularExpressions.Regex[] regexes) [0x000c0] in <ed37cda930154c81bcbcc9b765463995>:0
at CounterAutomataBench.Program.FilterRegexes (System.String[] regexes) [0x00075] in <65980c1bb6264917a9f0e90fad485961>:0
--- End of inner exception stack trace ---
at CounterAutomataBench.Program.FilterRegexes (System.String[] regexes) [0x000be] in <65980c1bb6264917a9f0e90fad485961>:0
at CounterAutomataBench.Program.BenchmarkFile (System.String path, System.Int32 timeout) [0x0000c] in <65980c1bb6264917a9f0e90fad485961>:0
at CounterAutomataBench.Program.Main (System.String[] args) [0x00026] in <65980c1bb6264917a9f0e90fad485961>:0
[ERROR] FATAL UNHANDLED EXCEPTION: System.Exception: While processing \\A ( $pattern ) \\z ---> Microsoft.Automata.AutomataException: SetIsEmpty
at Microsoft.Automata.BDD.GetMin () [0x0001c] in <ed37cda930154c81bcbcc9b765463995>:0
at Microsoft.Automata.SymbolicRegexNode`1+<>c__DisplayClass109_0[S].<GetFixedPrefix>b__3 (Microsoft.Automata.BDD x) [0x00000] in <ed37cda930154c81bcbcc9b765463995>:0
at Microsoft.Automata.SymbolicRegexNode`1+<>c__DisplayClass109_1[S].<GetFixedPrefix>b__4 (Microsoft.Automata.BDD x) [0x00000] in <ed37cda930154c81bcbcc9b765463995>:0
at System.Array.ConvertAll[TInput,TOutput] (TInput[] array, System.Converter`2[TInput,TOutput] converter) [0x00032] in <d0e12f672b88444ab4b6d9b2ecf20142>:0
at Microsoft.Automata.SymbolicRegexNode`1[S].GetFixedPrefix (Microsoft.Automata.CharSetSolver css) [0x000b2] in <ed37cda930154c81bcbcc9b765463995>:0
at Microsoft.Automata.SymbolicRegex`1[S]..ctor (Microsoft.Automata.SymbolicRegexNode`1[S] sr, Microsoft.Automata.CharSetSolver css, Microsoft.Automata.BDD[] minterms, System.Int32 StateLimit, System.Int32 startSetSizeLimit) [0x001f9] in <ed37cda930154c81bcbcc9b765463995>:0
at Microsoft.Automata.SymbolicRegexUInt64..ctor (Microsoft.Automata.SymbolicRegexBuilder`1[S] builder, Microsoft.Automata.SymbolicRegexNode`1[S] sr, Microsoft.Automata.CharSetSolver solver, Microsoft.Automata.BDD[] minterms, System.Int32 StateLimit, System.Int32 startSetSizeLimit) [0x00025] in <ed37cda930154c81bcbcc9b765463995>:0
at Microsoft.Automata.SymbolicRegexUInt64..ctor (Microsoft.Automata.SymbolicRegexNode`1[S] sr, Microsoft.Automata.CharSetSolver solver, Microsoft.Automata.BDD[] minterms, System.Int32 StateLimit, System.Int32 startSetSizeLimit) [0x0000d] in <ed37cda930154c81bcbcc9b765463995>:0
at Microsoft.Automata.RegexExtensionMethods.Compile (System.Text.RegularExpressions.Regex regex, System.Boolean keepAnchors, System.Boolean unwindLowerBounds, System.Text.RegularExpressions.Regex[] regexes) [0x000c0] in <ed37cda930154c81bcbcc9b765463995>:0
at CounterAutomataBench.Program.FilterRegexes (System.String[] regexes) [0x00075] in <65980c1bb6264917a9f0e90fad485961>:0
--- End of inner exception stack trace ---
at CounterAutomataBench.Program.FilterRegexes (System.String[] regexes) [0x000be] in <65980c1bb6264917a9f0e90fad485961>:0
at CounterAutomataBench.Program.BenchmarkFile (System.String path, System.Int32 timeout) [0x0000c] in <65980c1bb6264917a9f0e90fad485961>:0
at CounterAutomataBench.Program.Main (System.String[] args) [0x00026] in <65980c1bb6264917a9f0e90fad485961>:0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment