[gnome-db] valgrind invalid read
Massimo Cora' <[email protected]>
| Newsgroups | gmane.comp.gnome.db |
|---|---|
| Message-ID | <[email protected]> |
Hi Vivien, while running Anjuta on valgrind we discovered a strange thing happening on libgda, gda-holder.c : 1044 # ==14546== ERROR SUMMARY: 172533 errors from 188 contexts (suppressed: 201 from 9) # ==14546== Invalid read of size 1 # ==14546== at 0x4C264C4: strcmp (mc_replace_strmem.c:412) # ==14546== by 0x1482D9F2: real_gda_holder_set_const_value (gda-holder.c:1044) # ==14546== by 0x14589148: sdb_engine_add_new_db_file (symbol-db-engine-core.c:763) The question is: can the current_val have some uninitialized value/memory that causes the warning? The type of the value is a string, so maybe there's a dangling pointer? thanks and regards, Massimo