regexec() and OS/X

2006-06-01 Thread James Gallagher
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

Re: regexec() and OS/X

2006-06-01 Thread Paul Eggert
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

Re: regexec() and OS/X

2006-06-02 Thread James Gallagher
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