James Gallagher <[EMAIL PROTECTED]> writes: > I've found what appears to be a stack corruption when using regexec() > on a PPC Mac running OS/X 10.3.9. I was wondering if this is a known > problem?
I don't know of any such problem. Looks like you may have to debug it. > After the call to regexec(), access to pmatch[0] fails with > BAD_ACCESS error. That's weird. Is pmatch in static storage? If not, can you reproduce the problem with pmatch in static storage?