Ticket #50 (new defect)
race condiction creating mmap_path file (was trunk segfaults on php 5_2 test suite)
| Reported by: | judas_iscariote | Owned by: | moo |
|---|---|---|---|
| Priority: | trivial | Milestone: | 2.0.0 |
| Component: | cacher | Version: | 1.2-dev |
| Keywords: | Cc: | ||
| Blocked By: | PHP Version: | ||
| Application: | Need User Feedback: | no | |
| Other Exts: | SAPI: | FastCGI | |
| Probability: | Blocking: |
Description (last modified by moo) (diff)
XCache trunk currently SEGV with the PHP test suite (5_2) you need to run the complete php test suite (or al least, one including the ext/standard/ test suite.
it either generates a fatal error or segv in
Fatal error: Call to undefined function () in /home/cristian/php5/ext/standard/tests/strings/substr_replace.php on line 874
however execution the test directly it works just fine, the funny thing is the fact line 874 does not exists, and sometimes the Call to undefined function () message is replaced for Call to undefined function X ().
Change History
Note: See
TracTickets for help on using
tickets.

