View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000993 | Xdebug | Uncategorized | public | 2013-10-25 19:31 | 2017-04-08 04:35 |
| Reporter | Ivan Vlk | Assigned To | |||
| Priority | normal | Severity | minor | Reproducibility | have not tried |
| Status | resolved | Resolution | unable to reproduce | ||
| Platform | Linux | OS | Fedora | OS Version | 19 |
| Product Version | 2.2.3 | ||||
| Summary | 0000993: LAMP xdebug profiler loaded, but not creating any file anywhere | ||||
| Description | I have following setup in php.ini (Apache 2.4 / PHP 5.5 / Fedora 19): [XDebug] xdebug.profiler_enable = 1 By using PHP info, I can see Xdebug loaded and all setup directives properly loaded. However, I can't see any cachecgrind output anywhere. I've tried so much variations with some directives, using /tmp or /var/tmp + also different file names. Currently I left it as it's by default. SeLinux is disabled. /tmp has proper permissions. I have tried with _trigger directive and also with enabled by default. Without any cachegrind file anywhere, confirmed by using updatedb & locate cachegrind. | ||||
| Steps To Reproduce |
| ||||
| Additional Information | Apache 2.4 I'm happy to provide anything you need, just let me know | ||||
| Tags | No tags attached. | ||||
| Operating System | x64 Fedora 19 | ||||
| PHP Version | 5.1.0 | ||||
|
|
rpm -qa | grep phpphp-common-5.5.4-1.fc19.x86_64 |
|
|
According to this reply: http://stackoverflow.com/questions/19433690/lamp-xdebug-loaded-but-not-creating-any-file-anywhere/19917915?noredirect=1#19917915 ..sems, that file could be only in tree of actual web. Seems to me still like a bug, but at least we found workaround. |
|
|
Do you have selinux turned on? If so, turn it off and try again. |
|
|
Hi Derick, no, I have SeLinux switched off on my personal Laptop. |
|
|
Is this still causing a problem for you? |
|
|
Closing this, as the requested feedback whether it's still a problem wasn't answered. Please reopen this issue if necessary. |