I have a reproducable error versions 4.7.2 and 4.7.3 of Textpad whereby vast amounts of system memory will be reserved (but will not appear in the process list in Win2k) and only gets freed when Textpad is closed, hence indicating to me that Textpad is the source of the issue.
This might be a manifestation of an issue reported fixed in version 4.7.2
* Failure to recover if an out-of-memory condition was hit when using a regular expression to split a very long line into short lines.
Basically I am manipulating 100kb XML files that are stored on one line. If I do the following:
1. Add a carriage return between all "><" markers using a regexp.
2. Remove all carriage returns using a regexp.
3. Add a carriage return between all "><" markers using a regexp.
During step 3 system memory in use will jump by several hundred MB. This is not attributed to the Textpad process in the Task Manager but Textpad is responsible. There seems to be no limit to the memory used
Can anyone else reproduce this?
Regards,
Stuart
Out Of Memory Error
Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard
- A bit iffy
- Posts: 15
- Joined: Thu Sep 16, 2004 1:15 pm
- Location: Brighton, England