Opened 6 years ago
Closed 10 months ago
#145 closed defect (invalid)
segfault with xdebug and xcache
| Reported by: | complexero | Owned by: | moo |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | cacher | Version: | 1.2.1 |
| Keywords: | Cc: | ||
| Application: | PHP Version: | 5.2.0 | |
| Other Exts: | SAPI: | Irrelevant | |
| Probability: | Always | Blocked By: | |
| Blocking: |
Description
When enabling xdebug and xcache at the same time i get a segfault:
PHP 5.2.0-8+etch7~bpo.1 (cli) (built: Jul 7 2007 22:20:58)
Copyright (c) 1997-2006 The PHP Group
Zend Engine v2.2.0, Copyright (c) 1998-2006 Zend Technologies
Segmentation fault
Xdebug version 2.0.1
will attach the strace output
Attachments (1)
Change History (2)
Changed 6 years ago by complexero
comment:1 Changed 10 months ago by moo
- Resolution set to invalid
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.


the strace output shows that XCache is loaded after Xdebug which is an unsupported case. load XCache first