THREADPOOL - Create Information Schema Table for Threadpool
(MDEV-5019)
|
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Platform Windows |
| Affects Version/s: | None |
| Fix Version/s: | N/A |
| Type: | Technical task | Priority: | Minor |
| Reporter: | roberto spadim | Assignee: | Vladislav Vaintroub |
| Resolution: | Won't Do | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Different from UNIX, windows thread pool works with windows kernel, we should hack windows kernel to know about thread pool information |
| Comments |
| Comment by Vladislav Vaintroub [ 2021-11-24 ] | |||||||||||
|
It is hard to hack the kernel, if even the documented debugger command to look at the threadpool internals does not work
The debug symbols for ntdll are loaded, but it seems that "public" only symbols are not enough, People reported similar experience 10 years ago already - https://www.techsupportforum.com/threads/windbg-tp-command-problem.589531/
| |||||||||||
| Comment by Vladislav Vaintroub [ 2021-11-24 ] | |||||||||||
|
This does not really seems feasible. If we could at least debug those structs with a debugger , there could be a sign of hope. But currently, there is none. |