Changes between Version 6 and Version 7 of HowToReportABug
- Timestamp:
- 2007-04-07T01:54:34Z (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
HowToReportABug
v6 v7 2 2 [[PageOutline]] 3 3 = How To Report A Bug = 4 4 == Quick Walkthrough == 5 5 If you find a bug in XCache, you can help alot to find a fix for it by following some simple steps: 6 6 … … 20 20 You can check the following sections for instructions on how to do all the steps above. 21 21 22 == Checking System Version == 22 == Long Walkthrough == 23 === Checking System Version === 23 24 {{{ 24 25 #!ShellExample … … 27 28 }}} 28 29 29 == Checking gcc/glibc Version==30 === Checking gcc/glibc Version === 30 31 {{{ 31 32 #!ShellExample … … 37 38 }}} 38 39 39 == Checking PHP Version==40 === Checking PHP Version === 40 41 {{{ 41 42 #!ShellExample … … 57 58 }}} 58 59 59 == Generating a Backtrace==60 === Generating a Backtrace === 60 61 61 === If you don't have a core file yet===62 ==== If you don't have a core file yet ==== 62 63 Read [http://bugs.php.net/bugs-generating-backtrace.php generating a Backtrace] on php.net. 63 64 * config xcache.coredump_directory in /etc/php.ini … … 70 71 * PHP FastCGI: Simply setup normal webserver-fastcgi configuration, and access the script that crashes PHP 71 72 * PHP As Apache Module: Run httpd -X, and access the script that crashes PHP 72 === Once you have the core file===73 ==== Once you have the core file ==== 73 74 check where the coredump is 74 75 {{{ … … 101 102 }}} 102 103 103 == Filing A Bug==104 === Filing A Bug === 104 105 File bug [/xcache/newticket here]. We need as much information as possible. It will greatly helps us tracing it down. 105 106 106 == Submiting A Patch==107 === Submiting A Patch === 107 108 If you've managed to write a patch, you may attach it at [/xcache/newticket here] too. It would helps us a lot if you generate the bug with: 108 109 {{{