Re: Program crash with regex wrapper after translation
- Posted by Robert Craig <rds at RapidEuphoria.com> Jan 04, 2002
- 463 views
Andy Serpa writes: > I've been using Karl Bochert's wrappers (regex.zip in the archive) for > the PCRE regular expression library, which work great under the > interpreter, but when translated to C causes a crash whenever the > regex_free function is called (which frees up memory when you are done > with a compiled pattern). Check the argument that's passed to regex_free(). It's possible that it's wrong when you use the interpreter, but it just doesn't cause a crash. If it looks ok, then please send me a small program that works with the 2.3 alpha interpreter, but not with the 2.3 alpha translator. If you are still using the 2.2 translator, please install 2.3 alpha, interpreter and translator. Regards, Rob Craig Rapid Deployment Software http://www.RapidEuphoria.com