On Sun, 2007-09-16 at 19:29 +1000, skaller wrote: > create empty array length 20 > Set used of 0x649360 to 0 > No recorded usage! Creating store for data > Slot for usage is address 0x649480 > Get used of 0x649360 > Used slot at address 0xffffffffffffffff > /usr/local/bin/flx: line 517: 8239 Segmentation fault (core > dumped) ./ack 5 > > > JudyLGet is returning -1. This is a bug in Judy. > Should be returning the address of the slot 0x49480, > or, at worst NULL.
Ah, found bug in my code -- how I hate that moronically stupid C language. Was using &a instead of a for JudyLGet. -- John Skaller <skaller at users dot sf dot net> Felix, successor to C++: http://felix.sf.net ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Judy-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/judy-devel
