Commit d3af460
committed
Fix bug in CYCLE_TRANS_INT
The addition of CycleFromList uncovered a bug in CYCLE_TRANS_INT. This
patch by Max Horn hopefully fixes that.
His failure description (abbreviated) was:
The problem is that `AssPlist` can trigger a GC. The change by chance
happened to fill the heap in such a way that a GC happened at that spot1 parent 6039e1a commit d3af460
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3102 | 3102 | | |
3103 | 3103 | | |
3104 | 3104 | | |
| 3105 | + | |
3105 | 3106 | | |
3106 | 3107 | | |
3107 | 3108 | | |
| |||
3116 | 3117 | | |
3117 | 3118 | | |
3118 | 3119 | | |
| 3120 | + | |
3119 | 3121 | | |
3120 | 3122 | | |
3121 | 3123 | | |
| |||
0 commit comments