Ticket #183 (closed defect: fixed)
XCache 1.2.2 fails to compile properly
| Reported by: | shinji | Owned by: | moo |
|---|---|---|---|
| Priority: | major | Milestone: | 1.3.0 |
| Component: | build | Version: | 1.2.2 |
| Keywords: | Cc: | shinji@… | |
| Blocked By: | PHP Version: | 5.2.6 | |
| Application: | Need User Feedback: | no | |
| Other Exts: | SAPI: | Irrelevant | |
| Probability: | Blocking: |
Description
XCache 1.2.2 fails to compile properly breaking on function xc_fillinfo_dmz in xcache.c at line 451. The line contains an assert() call.
Build log is attached.
Note that I did find that commenting that one line allows xcache to compile and run successfully however I don't know what other functions are affected.
The line in question is
assert(avail == handlers->avail(mem));
Attachments
Change History
Note: See
TracTickets for help on using
tickets.


