[MDEV-24879] Client crash on undefined charsetsdir Created: 2021-02-16 Updated: 2021-03-24 Resolved: 2021-03-24 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Character Sets, Scripts & Clients |
| Affects Version/s: | 10.5.8 |
| Fix Version/s: | 10.2.38, 10.3.29, 10.4.19, 10.5.10 |
| Type: | Bug | Priority: | Minor |
| Reporter: | Michael Joost | Assignee: | Sergei Golubchik |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Linux, likely any |
||
| Description |
|
Location of segfault: Expected behavior: Workaround:
|
| Comments |
| Comment by Sergei Golubchik [ 2021-02-17 ] |
|
I cannot repeat that, there is no crash for me, charset_info isn't NULL, because ascii is a compiled-in charset, so it does not need any character-sets-dir. How did you compile? |
| Comment by Michael Joost [ 2021-02-18 ] |
|
This was compiled from unmodified sources. According to hints found at BLFS, compile option -DWITH_EXTRA_CHARSETS=complex was used. |