Bug #3133
Import, XTZ, stackoverflow when importing DialGreg
Status: | New | Start date: | 07/16/2021 | ||
---|---|---|---|---|---|
Priority: | High | Due date: | |||
Assignee: | - | % Done: | 80% |
||
Category: | Import | Spent time: | - | ||
Target version: | TXM 0.8.3 |
Description
Importing the DialGreg BFM text causes a StackOverFLow exception and the import fails.
After the error, when trying to re-import, TXM's console says the corpus is already imported.
Associated revisions
fix stackoverlow error refs #3133
History
#1 Updated by Matthieu Decorde over 2 years ago
- Description updated (diff)
#2 Updated by Matthieu Decorde over 2 years ago
- Subject changed from Import, XTZ, stackoverflow whem importing DialGreg to Import, XTZ, stackoverflow when importing DialGreg
#3 Updated by Matthieu Decorde over 2 years ago
- Tracker changed from Task to Bug
- % Done changed from 0 to 80
Groovy code like
def value = "test" def getValue() { return valuue; }
will cause stackoverlow errors
#4 Updated by Matthieu Decorde 10 months ago
- Target version changed from TXM 0.8.2 to TXM 0.8.3