[CONC-151] valgrind reports uninitialised value Created: 2015-11-16 Updated: 2015-11-17 |
|
| Status: | Open |
| Project: | MariaDB Connector/C |
| Component/s: | None |
| Affects Version/s: | 2.2.0 |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Major |
| Reporter: | chen yuanyuan | Assignee: | Georg Richter |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Environment: |
os:centos 6.7 64 bit |
||
| Description |
|
I wrote a C program to query mariadb in a infinite loop.during it was running under valgrind,I restarted mariadb,then valgrind show the following error(I have hidden my prog's call stack): [root@localhost mariadb-connector-c-master]# ==11514== Conditional jump or move depends on uninitialised value(s) I build connect/C from github master and tried again,it still had this problem |
| Comments |
| Comment by Georg Richter [ 2015-11-16 ] |
|
Hi, can you please rerun with valgriind option --track-origins=yes using branch connector_c_2.2 (git clone -b connector_c_2.2 .... ) and attach output? Thanks! |
| Comment by chen yuanyuan [ 2015-11-17 ] |
|
Hi, PS: |