On Jun 1, 2006, at 1:16 PM, Paul Eggert wrote:
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 ma
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 regexe
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? Or maybe just an obvious goof on my part???
I am calling regexec() using:
int result = regexec(&d_preg, ss.substr(pos, len).c_str(), 1,
pmat