Details
-
Bug
-
Status: Closed (View Workflow)
-
Blocker
-
Resolution: Fixed
-
10.2.11, 10.1(EOL), 10.2(EOL)
-
centos fully patched running java connector 2.1.2
-
10.1.31, 10.2.13
Description
Our solution follows a model which maintains most of the database manipulation logic in stored procedures.
When I upgraded from 10.2.9 to 10.2.11 I immediately got a failure in existing established code. This code also continues to function on 10.1.28 without problem.
I have prepared a database dump and a script which create a repeatable error.
to avoid shipping all of the code in the database I cut down the number of procedures shipped to a minimum, and the problem is now occurring in a different procedure so it looks like a general error rather than something that is specific to a partiiuclar error in our code.
I dont want to load up the database dump onto a public web site so can I provide that separately when this bug is picked up.
I have attached below the server.cnf file, the error log associated with the current repeatable crash plus a couple of other error logs from previous tests, plus the script to generate this problem.
To recreate:
- create a database ipswichdb;
- create a user ipswichdba and essentially grant them super user administrator status to the database.
- mysql -u ipswichdb -p <ip_2018_01_02_togo.sql
- mysql -u ipswichdba -p <ip_error_gen.sql
the error files below I generated by using first deleting my current error log and then doing a systemctl restart mariadb after loading the database and before running the test script.
Also I actually run the test script in Heidi, but I get the same effect whether its hedi or a more complex java app that I am running that normally triggers the problem.
Using the 2.1.2 java connector
Attachments
Issue Links
- is duplicated by
-
MDEV-14858 MariaDB 10.1.30 Segfault
-
- Closed
-
-
MDEV-14914 MariaDB 10.2.12 crashes after midnight
-
- Closed
-
-
MDEV-15037 JOIN::optimize() crash in case of in or exists
-
- Closed
-
-
MDEV-15186 Server Crash on Subquery / Union / Temp Table in Nested Stored Proc
-
- Closed
-
-
MDEV-15187 MariaDB crashes when running a stored procedure
-
- Closed
-
- relates to
-
MDEV-15347 Valgrind or ASAN errors in mysql_make_view on query from information_schema
-
- Closed
-
Activity
Field | Original Value | New Value |
---|---|---|
Labels | need_feedback |
Description |
Our solution follows a model which maintains most of the database manipulation logic in stored procedures.
When I upgraded from 10.2.9 to 10.2.11 I immediately got a failure in existing established code. This code also continues to function on 10.1.28 without problem. I have prepared a database dump and a script which create a repeatable error. to avoid shipping all of the code in the database I cut down the number of procedures shipped to a minimum, and the problem is now occurring in a different procedure so it looks like a general error rather than something that is specific to a partiiuclar error in our code. I dont want to load up the database dump onto a public web site so can I provide that separately when this bug is picked up. |
Our solution follows a model which maintains most of the database manipulation logic in stored procedures.
When I upgraded from 10.2.9 to 10.2.11 I immediately got a failure in existing established code. This code also continues to function on 10.1.28 without problem. I have prepared a database dump and a script which create a repeatable error. to avoid shipping all of the code in the database I cut down the number of procedures shipped to a minimum, and the problem is now occurring in a different procedure so it looks like a general error rather than something that is specific to a partiiuclar error in our code. I dont want to load up the database dump onto a public web site so can I provide that separately when this bug is picked up. I have attached below the server.cnf file, the error log associated with the current repeatable crash plus a couple of other error logs from previous tests, plus the script to generate this problem. |
Attachment | bug_error.log [ 44828 ] | |
Attachment | bug_error_2.log [ 44829 ] | |
Attachment | error_mariadb.log [ 44830 ] | |
Attachment | ip_error_gen.sql [ 44831 ] | |
Attachment | server.cnf [ 44832 ] |
Description |
Our solution follows a model which maintains most of the database manipulation logic in stored procedures.
When I upgraded from 10.2.9 to 10.2.11 I immediately got a failure in existing established code. This code also continues to function on 10.1.28 without problem. I have prepared a database dump and a script which create a repeatable error. to avoid shipping all of the code in the database I cut down the number of procedures shipped to a minimum, and the problem is now occurring in a different procedure so it looks like a general error rather than something that is specific to a partiiuclar error in our code. I dont want to load up the database dump onto a public web site so can I provide that separately when this bug is picked up. I have attached below the server.cnf file, the error log associated with the current repeatable crash plus a couple of other error logs from previous tests, plus the script to generate this problem. |
Our solution follows a model which maintains most of the database manipulation logic in stored procedures.
When I upgraded from 10.2.9 to 10.2.11 I immediately got a failure in existing established code. This code also continues to function on 10.1.28 without problem. I have prepared a database dump and a script which create a repeatable error. to avoid shipping all of the code in the database I cut down the number of procedures shipped to a minimum, and the problem is now occurring in a different procedure so it looks like a general error rather than something that is specific to a partiiuclar error in our code. I dont want to load up the database dump onto a public web site so can I provide that separately when this bug is picked up. I have attached below the server.cnf file, the error log associated with the current repeatable crash plus a couple of other error logs from previous tests, plus the script to generate this problem. To recreate: * create a database ipswichdb; * create a user ipswichdba and essentially grant them super user administrator status to the database. * mysql -u ipswichdb -p <ip_dumpfile.sql * mysql -u ipswichdba -p <ip_error_gen.sql the error files below I generated by using first deleting my current error log and then doing a systemctl restart mariadb after loading the database and before running the test script. Also I actually run the test script in Heidi, but I get the same effect wether its hedi or a more complex java app that I am running that normally triggers the problem. |
Description |
Our solution follows a model which maintains most of the database manipulation logic in stored procedures.
When I upgraded from 10.2.9 to 10.2.11 I immediately got a failure in existing established code. This code also continues to function on 10.1.28 without problem. I have prepared a database dump and a script which create a repeatable error. to avoid shipping all of the code in the database I cut down the number of procedures shipped to a minimum, and the problem is now occurring in a different procedure so it looks like a general error rather than something that is specific to a partiiuclar error in our code. I dont want to load up the database dump onto a public web site so can I provide that separately when this bug is picked up. I have attached below the server.cnf file, the error log associated with the current repeatable crash plus a couple of other error logs from previous tests, plus the script to generate this problem. To recreate: * create a database ipswichdb; * create a user ipswichdba and essentially grant them super user administrator status to the database. * mysql -u ipswichdb -p <ip_dumpfile.sql * mysql -u ipswichdba -p <ip_error_gen.sql the error files below I generated by using first deleting my current error log and then doing a systemctl restart mariadb after loading the database and before running the test script. Also I actually run the test script in Heidi, but I get the same effect wether its hedi or a more complex java app that I am running that normally triggers the problem. |
Our solution follows a model which maintains most of the database manipulation logic in stored procedures.
When I upgraded from 10.2.9 to 10.2.11 I immediately got a failure in existing established code. This code also continues to function on 10.1.28 without problem. I have prepared a database dump and a script which create a repeatable error. to avoid shipping all of the code in the database I cut down the number of procedures shipped to a minimum, and the problem is now occurring in a different procedure so it looks like a general error rather than something that is specific to a partiiuclar error in our code. I dont want to load up the database dump onto a public web site so can I provide that separately when this bug is picked up. I have attached below the server.cnf file, the error log associated with the current repeatable crash plus a couple of other error logs from previous tests, plus the script to generate this problem. To recreate: * create a database ipswichdb; * create a user ipswichdba and essentially grant them super user administrator status to the database. * mysql -u ipswichdb -p <ip_dumpfile.sql * mysql -u ipswichdba -p <ip_error_gen.sql the error files below I generated by using first deleting my current error log and then doing a systemctl restart mariadb after loading the database and before running the test script. Also I actually run the test script in Heidi, but I get the same effect whether its hedi or a more complex java app that I am running that normally triggers the problem. |
Attachment | stacktrace.txt [ 44836 ] |
Description |
Our solution follows a model which maintains most of the database manipulation logic in stored procedures.
When I upgraded from 10.2.9 to 10.2.11 I immediately got a failure in existing established code. This code also continues to function on 10.1.28 without problem. I have prepared a database dump and a script which create a repeatable error. to avoid shipping all of the code in the database I cut down the number of procedures shipped to a minimum, and the problem is now occurring in a different procedure so it looks like a general error rather than something that is specific to a partiiuclar error in our code. I dont want to load up the database dump onto a public web site so can I provide that separately when this bug is picked up. I have attached below the server.cnf file, the error log associated with the current repeatable crash plus a couple of other error logs from previous tests, plus the script to generate this problem. To recreate: * create a database ipswichdb; * create a user ipswichdba and essentially grant them super user administrator status to the database. * mysql -u ipswichdb -p <ip_dumpfile.sql * mysql -u ipswichdba -p <ip_error_gen.sql the error files below I generated by using first deleting my current error log and then doing a systemctl restart mariadb after loading the database and before running the test script. Also I actually run the test script in Heidi, but I get the same effect whether its hedi or a more complex java app that I am running that normally triggers the problem. |
Our solution follows a model which maintains most of the database manipulation logic in stored procedures.
When I upgraded from 10.2.9 to 10.2.11 I immediately got a failure in existing established code. This code also continues to function on 10.1.28 without problem. I have prepared a database dump and a script which create a repeatable error. to avoid shipping all of the code in the database I cut down the number of procedures shipped to a minimum, and the problem is now occurring in a different procedure so it looks like a general error rather than something that is specific to a partiiuclar error in our code. I dont want to load up the database dump onto a public web site so can I provide that separately when this bug is picked up. I have attached below the server.cnf file, the error log associated with the current repeatable crash plus a couple of other error logs from previous tests, plus the script to generate this problem. To recreate: * create a database ipswichdb; * create a user ipswichdba and essentially grant them super user administrator status to the database. * mysql -u ipswichdb -p <ip_dumpfile.sql * mysql -u ipswichdba -p <ip_error_gen.sql the error files below I generated by using first deleting my current error log and then doing a systemctl restart mariadb after loading the database and before running the test script. Also I actually run the test script in Heidi, but I get the same effect whether its hedi or a more complex java app that I am running that normally triggers the problem. Using the 2.1.2 java connector |
Description |
Our solution follows a model which maintains most of the database manipulation logic in stored procedures.
When I upgraded from 10.2.9 to 10.2.11 I immediately got a failure in existing established code. This code also continues to function on 10.1.28 without problem. I have prepared a database dump and a script which create a repeatable error. to avoid shipping all of the code in the database I cut down the number of procedures shipped to a minimum, and the problem is now occurring in a different procedure so it looks like a general error rather than something that is specific to a partiiuclar error in our code. I dont want to load up the database dump onto a public web site so can I provide that separately when this bug is picked up. I have attached below the server.cnf file, the error log associated with the current repeatable crash plus a couple of other error logs from previous tests, plus the script to generate this problem. To recreate: * create a database ipswichdb; * create a user ipswichdba and essentially grant them super user administrator status to the database. * mysql -u ipswichdb -p <ip_dumpfile.sql * mysql -u ipswichdba -p <ip_error_gen.sql the error files below I generated by using first deleting my current error log and then doing a systemctl restart mariadb after loading the database and before running the test script. Also I actually run the test script in Heidi, but I get the same effect whether its hedi or a more complex java app that I am running that normally triggers the problem. Using the 2.1.2 java connector |
Our solution follows a model which maintains most of the database manipulation logic in stored procedures.
When I upgraded from 10.2.9 to 10.2.11 I immediately got a failure in existing established code. This code also continues to function on 10.1.28 without problem. I have prepared a database dump and a script which create a repeatable error. to avoid shipping all of the code in the database I cut down the number of procedures shipped to a minimum, and the problem is now occurring in a different procedure so it looks like a general error rather than something that is specific to a partiiuclar error in our code. I dont want to load up the database dump onto a public web site so can I provide that separately when this bug is picked up. I have attached below the server.cnf file, the error log associated with the current repeatable crash plus a couple of other error logs from previous tests, plus the script to generate this problem. To recreate: * create a database ipswichdb; * create a user ipswichdba and essentially grant them super user administrator status to the database. * mysql -u ipswichdb -p <ip_2018_01_02_togo.sql * mysql -u ipswichdba -p <ip_error_gen.sql the error files below I generated by using first deleting my current error log and then doing a systemctl restart mariadb after loading the database and before running the test script. Also I actually run the test script in Heidi, but I get the same effect whether its hedi or a more complex java app that I am running that normally triggers the problem. Using the 2.1.2 java connector |
Environment | centos fully patched | centos fully patched running java connector 2.1.2 |
Labels | need_feedback |
Priority | Major [ 3 ] | Critical [ 2 ] |
Priority | Critical [ 2 ] | Major [ 3 ] |
Component/s | Stored routines [ 13905 ] | |
Fix Version/s | 10.2 [ 14601 ] | |
Fix Version/s | 10.1 [ 16100 ] | |
Affects Version/s | 10.2 [ 14601 ] | |
Affects Version/s | 10.1 [ 16100 ] | |
Priority | Major [ 3 ] | Critical [ 2 ] |
Status | Open [ 1 ] | Confirmed [ 10101 ] |
Assignee | Oleksandr Byelkin [ sanja ] |
Link |
This issue is duplicated by |
Link |
This issue is duplicated by |
Priority | Critical [ 2 ] | Blocker [ 1 ] |
Labels | regression |
Link |
This issue is duplicated by |
Assignee | Oleksandr Byelkin [ sanja ] | Sergei Petrunia [ psergey ] |
Sprint | 10.1.31 [ 225 ] |
Assignee | Sergei Petrunia [ psergey ] | Oleksandr Byelkin [ sanja ] |
Status | Confirmed [ 10101 ] | In Progress [ 3 ] |
Status | In Progress [ 3 ] | Stalled [ 10000 ] |
Assignee | Oleksandr Byelkin [ sanja ] | Sergei Golubchik [ serg ] |
Status | Stalled [ 10000 ] | In Review [ 10002 ] |
Assignee | Sergei Golubchik [ serg ] | Sergei Petrunia [ psergey ] |
Assignee | Sergei Petrunia [ psergey ] | Oleksandr Byelkin [ sanja ] |
Status | In Review [ 10002 ] | Stalled [ 10000 ] |
Sprint | 10.1.31 [ 225 ] | 10.1.31, 10.2.13 [ 225, 228 ] |
Status | Stalled [ 10000 ] | In Progress [ 3 ] |
Fix Version/s | 10.3.5 [ 22905 ] | |
Fix Version/s | 10.1.31 [ 22907 ] | |
Fix Version/s | 10.2.13 [ 22910 ] | |
Fix Version/s | 10.2 [ 14601 ] | |
Fix Version/s | 10.1 [ 16100 ] | |
Resolution | Fixed [ 1 ] | |
Status | In Progress [ 3 ] | Closed [ 6 ] |
Link |
This issue is duplicated by |
Link |
This issue is duplicated by |
Link |
This issue relates to |
Workflow | MariaDB v3 [ 84709 ] | MariaDB v4 [ 153505 ] |
You can upload the dump to ftp.askmonty.org/private.