[MDEV-28889] Embedded server crashes when mysql_library_init called after mysql_library_end Created: 2022-06-19 Updated: 2022-07-05 Resolved: 2022-07-05 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Embedded Server |
| Affects Version/s: | 10.6.8, 10.8.3 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | Lucien Schreiber | Assignee: | Vladislav Vaintroub |
| Resolution: | Duplicate | Votes: | 0 |
| Labels: | None | ||
| Environment: |
OSX 12.4 |
||
| Issue Links: |
|
||||||||
| Description |
|
Calling mysql_library_init after a call to mysql_library_end generates a crash. The crash occurs in the function: How to reproduce:
It is important to be able to initialize the library several times in order to change the data directory. |
| Comments |
| Comment by Vladislav Vaintroub [ 2022-07-05 ] |
|
talucien, instead of creating a duplicate bug (even the title is identical), you could simply add yourself as watcher or comment on the original MDEV-24071 |