Ticket #50 (new defect)

Opened 2 years ago

Last modified 16 months ago

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

Changed 2 years ago by moo

  • milestone changed from 1.0.3 to 1.2

Changed 2 years ago by moo

  • description modified (diff)
  • summary changed from trunk segfaults on php 5_2 test suite to race condiction creating mmap_path file (was trunk segfaults on php 5_2 test suite)

Changed 22 months ago by moo

  • milestone changed from 1.2 to 1.3.0

will be fixed in 1.3.0 after i cleaned up shm/locker/memmanager abstraction

Changed 22 months ago by moo

  • milestone changed from 1.3.0 to 2.0.0

Changed 16 months ago by moo

  • priority changed from major to trivial
  • sapi set to FastCGI
  • pending unset
Note: See TracTickets for help on using tickets.