|
From: Joachim B. <joa...@gm...> - 2006-05-05 07:52:10
|
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 |