Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Duplicate
-
Affects Version/s: 10.6.8, 10.8.3
-
Fix Version/s: N/A
-
Component/s: Embedded Server
-
Labels:None
-
Environment:OSX 12.4
Ubuntu focal 20.04
Description
Calling mysql_library_init after a call to mysql_library_end generates a crash.
The crash occurs in the function:
void one_thread_scheduler(scheduler_functions *func,...). On the second call of this function, func is NULL and this is the cause of the crash.
How to reproduce:
- mysql_library_init(...)
- mysql_library_end()
- mysql_library_init(...) --> Crash
It is important to be able to initialize the library several times in order to change the data directory.
Attachments
Issue Links
- duplicates
-
MDEV-24071 embedded server crashes when mysql_library_init called after mysql_library_end
-
- Open
-