View Issue Details

IDProjectCategoryView StatusLast Update
0000993XdebugUncategorizedpublic2017-04-08 04:35
ReporterIvan Vlk Assigned Toderick  
PrioritynormalSeverityminorReproducibilityhave not tried
Status resolvedResolutionunable to reproduce 
PlatformLinux OSFedoraOS Version19
Product Version2.2.3 
Summary0000993: 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]
zend_extension="/usr/lib64/php/modules/xdebug.so"
xdebug.remote_enable = On
xdebug.remote_handler = dbgp
xdebug.remote_mode=req
xdebug.remote_port = 9000
xdebug.remote_host = localhost
xdebug.show_local_vars=On
xdebug.dump_undefined=On
xdebug.collect_return=On
xdebug.idekey=netbeans-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
  1. Install php-xdebug package
  2. set as above
  3. restart apache
  4. try to run any php web page
  5. cachegrind is not created
Additional Information

Apache 2.4

I'm happy to provide anything you need, just let me know

TagsNo tags attached.
Operating Systemx64 Fedora 19
PHP Version5.1.0

Activities

Ivan Vlk

2013-10-25 19:33

reporter   ~0002596

rpm -qa | grep php

php-common-5.5.4-1.fc19.x86_64
php-pecl-jsonc-1.3.2-2.fc19.x86_64
php-pecl-jsonc-devel-1.3.2-2.fc19.x86_64
php-ldap-5.5.4-1.fc19.x86_64
php-soap-5.5.4-1.fc19.x86_64
phpMyAdmin-3.5.8.1-1.fc19.noarch
php-mcrypt-5.5.4-1.fc19.x86_64
php-pear-1.9.4-20.fc19.noarch
php-xml-5.5.4-1.fc19.x86_64
php-mbstring-5.5.4-1.fc19.x86_64
php-cli-5.5.4-1.fc19.x86_64
php-pdo-5.5.4-1.fc19.x86_64
php-mysqlnd-5.5.4-1.fc19.x86_64
php-gd-5.5.4-1.fc19.x86_64
php-pecl-xdebug-2.2.3-1.fc19.x86_64
php-process-5.5.4-1.fc19.x86_64
php-php-gettext-1.0.11-7.fc19.noarch
php-5.5.4-1.fc19.x86_64
php-devel-5.5.4-1.fc19.x86_64

Ivan Vlk

2013-11-12 20:56

reporter   ~0002613

Last edited: 2013-11-12 20:57

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.

derick

2013-11-13 10:44

administrator   ~0002614

Do you have selinux turned on? If so, turn it off and try again.

Ivan Vlk

2013-11-13 11:59

reporter   ~0002616

Hi Derick, no, I have SeLinux switched off on my personal Laptop.

derick

2016-11-28 21:07

administrator   ~0003821

Is this still causing a problem for you?

derick

2016-12-23 21:25

administrator   ~0004097

Closing this, as the requested feedback whether it's still a problem wasn't answered. Please reopen this issue if necessary.

Issue History

Date Modified Username Field Change
2013-10-25 19:31 Ivan Vlk New Issue
2013-10-25 19:33 Ivan Vlk Note Added: 0002596
2013-11-12 20:56 Ivan Vlk Note Added: 0002613
2013-11-12 20:57 Ivan Vlk Note Edited: 0002613
2013-11-13 10:44 derick Note Added: 0002614
2013-11-13 10:44 derick Assigned To => derick
2013-11-13 10:44 derick Status new => feedback
2013-11-13 11:59 Ivan Vlk Note Added: 0002616
2013-11-13 11:59 Ivan Vlk Status feedback => assigned
2016-07-31 12:36 derick Category Usage problems => Usage problems (Crashes)
2016-07-31 12:38 derick Category Usage problems (Crashes) => Usage problems (Wrong Results)
2016-11-28 21:07 derick PHP Version 5.5-dev => 5.1.0
2016-11-28 21:07 derick Note Added: 0003821
2016-11-28 21:07 derick Status assigned => feedback
2016-12-23 21:25 derick Note Added: 0004097
2016-12-23 21:25 derick Status feedback => resolved
2016-12-23 21:25 derick Resolution open => unable to reproduce
2020-03-12 16:35 derick Category Usage problems (Wrong Results) => Variable Display
2020-03-12 16:38 derick Category Variable Display => Uncategorized