View Issue Details

IDProjectCategoryView StatusLast Update
0001404XdebugUncategorizedpublic2017-04-17 16:50
Reporteronkeltem Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
PlatformLinuxOSDebianOS VersionJessy
Product Version2.5.0 
Fixed in Version2.5.2 
Summary0001404: Execution time is calculated incorretly
Description

There's a problem with profiler logs created while executing Drupal drush script: execution time counts to very bug number.

There are actually two log files created upon each drush run because of the way it works — small and big, so I attach both.

Let me note that on IRC Derick assumed it can be related to register_shutdown_function() usage.

Steps To Reproduce

I haven't created a clean test-case for this. But I believe anyone can reproduce it with these simple steps:

1) composer require drush/drush:8.1.10
2) ./vendor/bin/drush

Now see in the resulting profiler log file.

TagsNo tags attached.
Operating System
PHP Version5.6.20-5.6.24

Activities

derick

2017-04-17 16:50

administrator   ~0004272

This ended up being two bugs. Both this one, as well as 0001419. Both are fixed for the upcoming 2.5.2 release though.

Thanks for your report.