[PCBC-131] multi-touch test crashes/segfaults Created: 05/Oct/12 Updated: 05/Oct/12 Resolved: 05/Oct/12 |
|
| Status: | Resolved |
| Project: | Couchbase PHP client library |
| Component/s: | None |
| Affects Version/s: | 1.1.0-dp5 |
| Fix Version/s: | 1.1.0-dp5 |
| Security Level: | Public |
| Type: | Bug | Priority: | Major |
| Reporter: | Mark Nunberg | Assignee: | Mark Nunberg |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Description |
|
NegativeExpiry/Touch segfaults. Simple as that.
function testTouch() { $this->assertExceptionRegexp( create_function('$oo', '$oo->touch("key", -1);'), array($this->getPersistOO()), self::$expiryRegexp ); } |