[MDEV-15634] Windows, crash handler : better analysis for deadlocks. Created: 2018-03-22 Updated: 2018-03-22 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | None |
| Fix Version/s: | None |
| Type: | Task | Priority: | Major |
| Reporter: | Vladislav Vaintroub | Assignee: | Vladislav Vaintroub |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Description |
|
in some situations, e.g "Long semaphore wait" crashes by innodb (e.g The easiest way to fix would be to change he default for on Windows to core-file=1, because by default, windows minidumps are really tiny, and only contain stacks and info about loaded modules. Or we could force minidump writing on Windows , by changing value of core_file from inside Innodb, whenever it detects a deadlock. Or we could write all stacks trace in this situation, which is almost a no-brainer on Windows (but a brainer elsewhere |