I've been trying to track down a bug in my system, which uses
Judy .. I decided to try Valgrind.. I am getting a LOT of these:
==22122== Conditional jump or move depends on uninitialised value(s)
==22122== at 0x432F6E: JudyLPrev (flx_judy.pak:3662)
which refers to
{ SEARCHLEAFNATIVE(Word_t, Pjlw, LeafPop1, Index); }
==22122== Conditional jump or move depends on uninitialised value(s)
==22122== at 0x438950: JudyLGet (flx_judy.pak:3662)
==22122== by 0x428478: JudyLLast (flx_judy.pak:34209)
Line 34209 reads:
if ((PValue = JudyLGet(PArray, *PIndex, PJError)) == PPJERR)
I guess this means a jump based on PValue, which isn't initialised
until after the JudyLGet() ..
[Judy seems to work so this report for information only]
--
John Skaller <skaller at users dot sf dot net>
Felix, successor to C++: http://felix.sf.net
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Judy-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/judy-devel