| Version 9 (modified by moo, 6 years ago) (diff) |
|---|
TracNav
- How to Report A Bug: How to report the bug in a helpful way
- Introduction: Introduction to XCache
- FeatureList: Feature list
- Faq: Frequently asked questions
Install From Source...
Install From Binary...
- INI Settings: XCache ini settings reference
- API: XCache API reference
- Testing: How XCache is being tested
How To Report A Bug
Quick Walkthrough
If you find a bug in XCache, you can help alot to find a fix for it by following some simple steps:
- Don't Panic
- if it's a compile/build problem
- configure problem: check last n lines error message that configure script outputs, and check config.log
- make problem: check last n lines error message that make outputs
- if it's a runtime problem
- if it's reproducable, make a minimum yet still reproducable php script
- collect information we need
- check your system version
- check your gcc version
- php version
- if it is a crash generate a Backtrace
- file a bug, or submit a patch
You can check the following sections for instructions on how to do all the steps above.

