[MDEV-22744] *SAN: sql/item_xmlfunc.cc:791:43: runtime error: downcast of address ... which does not point to an object of type 'Item_func' note: object is of type 'Item_bool' (on optimized builds) Created: 2020-05-28 Updated: 2020-05-30 Resolved: 2020-05-29 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | XML Functions |
| Affects Version/s: | 10.1, 10.5.4, 10.2, 10.3, 10.4 |
| Fix Version/s: | 10.5.4, 10.1.46, 10.2.33, 10.3.24, 10.4.14 |
| Type: | Bug | Priority: | Major |
| Reporter: | Roel Van de Paar | Assignee: | Alexander Barkov |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Leads to:
Setup:
Bug confirmed present in: |
| Comments |
| Comment by Alexander Barkov [ 2020-05-29 ] | ||||||||||
|
For some reasons this problem is not always repeatable in ASAN builds for versions before 10.5.
| ||||||||||
| Comment by Roel Van de Paar [ 2020-05-29 ] | ||||||||||
|
Confirmed fixed in 10.5.4 with proposed patch! Indeed not reproducible 10.1-10.3. Thanks |