mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-20 03:43:51 +00:00
Estimated hours taken: 0.1 I forgot to update the `.exp2' files in tests/debugger when I updated the `.exp' files for my changes to tabling. tests/debugger/loopcheck.exp2: tests/debugger/retry.exp2: Adjust the expected output. The change to ensure that `call_table_gen' goal features can't be removed alters the goal paths slightly.
33 lines
1.6 KiB
Plaintext
33 lines
1.6 KiB
Plaintext
1: 1 1 CALL pred loopcheck:main/2-0 (det) loopcheck.m:13
|
|
mdb> echo on
|
|
Command echo enabled.
|
|
mdb> context nextline
|
|
Contexts will be printed on the next line.
|
|
mdb> continue -a
|
|
2: 2 2 CALL pred loopcheck:loop/1-0 (erroneous)
|
|
loopcheck.m:21 (from loopcheck.m:14)
|
|
3: 2 2 ELSE pred loopcheck:loop/1-0 (erroneous) c2;e;
|
|
loopcheck.m:21
|
|
4: 2 2 ELSE pred loopcheck:loop/1-0 (erroneous) c2;e;e;
|
|
loopcheck.m:21
|
|
5: 3 3 CALL pred loopcheck:loop/1-0 (erroneous)
|
|
loopcheck.m:21 (from loopcheck.m:21)
|
|
6: 3 3 ELSE pred loopcheck:loop/1-0 (erroneous) c2;e;
|
|
loopcheck.m:21
|
|
7: 3 3 THEN pred loopcheck:loop/1-0 (erroneous) c2;e;t;
|
|
loopcheck.m:21
|
|
8: 4 4 CALL pred require:error/1-0 (erroneous)
|
|
require.m:89 (from loopcheck.m:21)
|
|
9: 4 4 EXCP pred require:error/1-0 (erroneous)
|
|
require.m:90 (from loopcheck.m:21)
|
|
10: 3 3 EXCP pred loopcheck:loop/1-0 (erroneous)
|
|
loopcheck.m:21 (from loopcheck.m:21)
|
|
11: 2 2 EXCP pred loopcheck:loop/1-0 (erroneous)
|
|
loopcheck.m:21 (from loopcheck.m:14)
|
|
12: 1 1 EXCP pred loopcheck:main/2-0 (det)
|
|
loopcheck.m:14
|
|
Uncaught exception:
|
|
Software Error: detected infinite recursion in pred loopcheck:loop/1
|
|
Last trace event was event #12.
|
|
Last trace event before the unhandled exception was event #8.
|