Root > Solving bugs in your code > Bug reports > Processes

Processes

Previous pageReturn to chapter overviewNext page   

Processes section of bug report contain list of running processes. This list can be disabled in options.

 

Note: processes list is automatically disabled for reporting leaks.

 

Processes Information:

----------------------------------------------------------------------------------------------------------

|ID |Name            |Description          |Version       |Memory  |Priority|Threads|Path                |

----------------------------------------------------------------------------------------------------------

|0  |[System Process]|                     |              |0       |        |2      |                    |

|4  |System          |                     |              |0       |Normal  |100    |                    |

|320|TSVNCache.exe   |TortoiseSVN cache    |1.8.0.24401   |11210752|Normal  |11     |C:\TortoiseSVN\bin\ |

|364|taskeng.exe     |Task Scheduler Engine|6.0.6002.18342|11407360|Normal  |11     |C:\Windows\System32\|

|404|svchost.exe     |                     |              |0       |Normal  |20     |                    |

|608|Project1.exe    |                     |1.0.0.0       |0       |Normal  |20     |C:\Projects\        |

...

----------------------------------------------------------------------------------------------------------

 

Example of a processes list (list is shortened)

 

The list contains the following columns:

ID value shows Process ID (PID). PID is unique system value that identifies running process within the system. List is sorted by this column;
Name value shows process name - that is a name of exe file. This value may be not available for some system processes. Please note that name of the process can be available, but full file name (i.e. path and name) and some other values can still be not available;
Description value shows description extracted from version information of host exe for the process (if available). "File description" field is used as source for description. This value is typically missed for system processes, because current process have no access to open system processes for retrieving information;
Version value shows version information of host exe (if available). dwFileVersion field from VS_FIXEDFILEINFO structure is used as source. This value is typically missed for system processes, because current process have no access to open system processes for retrieving information;
Memory value indicate process working set size in bytes. Please note that this value is not virtual memory of the process. This value is typically missed for system processes, because current process have no access to open system processes for retrieving information;
Priority value shows current process priority;
Threads value shows number of running threads inside process;
Path value shows folder which contain host exe. Path and name values form a full file name. This value is typically missed for system processes, because current process have no access to open system processes for retrieving information.

 

 

See also:




Send feedback... Build date: 2023-09-11
Last edited: 2023-03-07
PRIVACY STATEMENT
The documentation team uses the feedback submitted to improve the EurekaLog documentation. We do not use your e-mail address for any other purpose. We will remove your e-mail address from our system after the issue you are reporting has been resolved. While we are working to resolve this issue, we may send you an e-mail message to request more information about your feedback. After the issues have been addressed, we may send you an email message to let you know that your feedback has been addressed.


Permanent link to this article: https://www.eurekalog.com/help/eurekalog/bug_report_processes.php