Re: "c" programming question - regexec related

2001-01-11 Thread Bruce A. Mallett
Some of my programs use regcomp/regexec on RH7 and I've not seen a problem. Memory problems can be most insidious .. you might want to compile against something like efence or (if you've the luxury of a platform supporting it), Purify. - Bruce Rick Forrister wrote: > Am having a problem w

"c" programming question - regexec related

2001-01-11 Thread Rick Forrister
Am having a problem with a regcomp/regex expression in a program I'm working on; one of the compiled regex_t structs appears to become corrupted after about 3 calls to regexec. Which leads to a crash of the program. Wondering if anyone else has seen this behaviour; it's occuring on RH 7.0 with