The attached tarball (1453711833_bug_bundle.tar.gz) gives the testcase as an exact match of our system, including some handy utilities

$ vi 1453711833_mybase     # STEP1: Update the base path in this file (usually the only change required!). If you use a non-binary distribution, please update SOURCE_DIR location also
$ ./1453711833_init        # STEP2: Initializes the data dir
$ ./1453711833_start       # STEP3: Starts mysqld
$ ./1453711833_cl          # STEP4: To check mysqld is up
$ ./1453711833_run_pquery  # STEP5: Run the testcase with the pquery binary
$ ./1453711833_run         # OPTIONAL: Run the testcase with the mysql CLI (may not reproduce the issue, as the pquery binary was used for the original testcase reduction)
$ vi /dev/shm/1453711833/error.log.out  # STEP6: Verify the error log
$ ./1453711833_gdb         # OPTIONAL: Brings you to a gdb prompt with gdb attached to the used mysqld and attached to the generated core
$ ./1453711833_parse_core  # STEP7: Creates 1453711833_STD.gdb and 1453711833_FULL.gdb; standard and full variables gdb stack traces
