On 13 Feb 2009, at 22:01, Howard Chu wrote: > [email protected] wrote: > >> This looks a little strange to me... >> >> (gdb) p f2->f_choice >> Cannot access memory at address 0x39 >> (gdb) up >> #1 0x08155862 in tavl_insert (root=0x8afe590, data=0x8aefb88, >> fcmp=0x81399b0<pcache_query_cmp>, fdup=0x8154700<avl_dup_error>) >> at tavl.c:82 >> 82 cmp = fcmp( data, p->avl_data ); >> (gdb) p p->avl_data >> $1 = (void *) 0x8af62e0 >> (gdb) > > It appears you've compiled with debug and optimization, can you > please compile without optimization and try to reproduce this?
Sure, will do. Cheers Toby -- The University of Edinburgh is a charitable body, registered in Scotland, with registration number SC005336.
