Re: BUG: Problem with latest subversion libapreq2 on linux 64 bit amd (segfault accessing handle variable)
Bojan Smojver <[email protected]>
| Newsgroups | gmane.comp.apache.apreq |
|---|---|
| Message-ID | <[email protected]> |
On Thu, 2008-05-08 at 10:09 -0400, Zero Altitude wrote: > Do you mean other parts of the apache process? Yes. Usually, these kinds of things happen when one thread freed and then overwrote a chunk of memory and then another thread attempts to use the now invalid value. Or, this could be a stack overflow, for instance. -- Bojan