|
From: Julian S. <js...@ac...> - 2006-05-05 12:12:44
|
Which version of Valgrind is this with? And what CPU ? Can you make the shared lib available so we can look at what the debug info reader is doing? J On Friday 05 May 2006 08:25, Joachim Bauernberger wrote: > Dear list, > > we get the following assert when using valgrind: > > --24267-- Reading syms from > /utran/ngrncOmodel/lib/linux/debug/libcschnappi.so (0x1C491000) > valgrind: symtab.c:377 (vgModuleLocal_addCfiSI): Assertion 'cfisi->len > 0 > && cfisi->len < 2000000' failed > > could someone tell me how I can interpret this assert and whether it would > be safe to remove it? > > our program uses some shared libs and one of them is extremely big (200 > MB+). The assert happens during reading the symbols from this huge shared > lib. > > thanks, > joachim |