Details
-
Bug
-
Status: Open (View Workflow)
-
Major
-
Resolution: Unresolved
-
10.5
-
None
Description
Split from MDEV-21166 as per kou.
10.5-mroonga-udf-initialized-check github.com/kou/server.git 10.5.26 ed9fa5c22266bb7dbc39870825694d880b4ad953 (Debug, UBASAN) |
10.5.26-dbg>SELECT mroonga_snippet ('',0,0,'',0,0,'','','','',''); # UBSAN, or
|
ERROR 1123 (HY000): Can't initialize function 'mroonga_snippet'; Unknown charset: <>
|
10.5.26-dbg>SELECT mroonga_snippet ('',0,0, 0,0,0,'','','','',''); # UBSAN + SIGSEGV
|
ERROR 1123 (HY000): Can't initialize function 'mroonga_snippet'; Unknown charset ID: <0>
|
Attachments
Issue Links
- split from
-
MDEV-21166 Creating and running a mroonga function causes various crashes, UBSAN member call on null pointer, UBSAN access within null pointer
- Closed