|
From: Ivan N. <iva...@sb...> - 2007-01-18 14:11:23
|
Hi, When i run memcheck on a an empty program, just return 0 in main, I get: --6095-- DWARF2 CFI reader: unhandled CFI instruction 0:50 --6095-- DWARF2 CFI reader: unhandled CFI instruction 0:50 The system is: Linux xubuntu 2.6.15-27-686 #1 SMP PREEMPT Fri Dec 8 18:00:07 UTC 2006 i686 GNU/Linux valgrind-3.1.0-Debian (running in vmware on top of windows) Does anyone know what these messages mean? Thanks, -- Ivan http://www.0x4849.net |
|
From: Nicholas N. <nj...@cs...> - 2007-01-18 22:59:12
|
On Thu, 18 Jan 2007, Ivan Novick wrote: > When i run memcheck on a an empty program, just return 0 in main, I get: > > --6095-- DWARF2 CFI reader: unhandled CFI instruction 0:50 > --6095-- DWARF2 CFI reader: unhandled CFI instruction 0:50 > > The system is: > > Linux xubuntu 2.6.15-27-686 #1 SMP PREEMPT Fri Dec 8 18:00:07 UTC 2006 > i686 GNU/Linux > valgrind-3.1.0-Debian > (running in vmware on top of windows) > > Does anyone know what these messages mean? It's just that there is debug information in the program that Valgrind cannot handled (possibly because it's malformed). You can ignore it. Nick |