[MDBF-106] More resolution on failures Created: 2020-06-24 Updated: 2022-04-28 |
|
| Status: | Open |
| Project: | MariaDB Foundation Development |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Task | Priority: | Major |
| Reporter: | Vlad Bogolin | Assignee: | Vlad Bogolin |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Issue Links: |
|
||||||||
| Description |
|
Suggestions from danblack 1. 'set print frame-arguments all' to a global gdb config file to ensure that structures are expanded in gdb backtraces rather than showing as ... (tip thanks to marko) 2. export UBSAN_OPTIONS=print_stacktrace=1 as global env variable so UBSAN builds have a complete BT of their failures in the mysql error log like |
| Comments |
| Comment by Daniel Black [ 2022-04-28 ] |
|
gdb execution done in mtr. Remaining:
UBSAN_OPTIONS might be possible to move to mtr. addr2line is producing garbage innodb traces. so add --loose-skip-stack-trace |