Ticket #102 (closed defect: fixed)
Segmentation fault with xcache.var_size=16K and small array
| Reported by: | blueyed | Owned by: | moo |
|---|---|---|---|
| Priority: | major | Milestone: | 1.2.2 |
| Component: | cacher | Version: | 1.2-dev |
| Keywords: | Cc: | ||
| Blocked By: | PHP Version: | PHP_5_2 | |
| Application: | Need User Feedback: | no | |
| Other Exts: | SAPI: | Irrelevant | |
| Probability: | Always | Blocking: |
Description
I wanted to store just a small array and therefor have set xcache.var_size to 16K.
Unfortunately this resulted in a segmentation fault, either because of xcache_get() or xcache_set() - I have not investigated further.
After setting xcache.var_size to 512K it worked and the size of the data itself (an array) gets displayed as "482.00 b" in the XCache admin.
Change History
Note: See
TracTickets for help on using
tickets.

