|
From: Alfred E. H. <ae...@db...> - 2006-06-14 00:09:31
|
Hi I got this message from Valgrind v3.1.1 (Debian sid): $ valgrind app ==2705== Memcheck, a memory error detector. ==2705== Copyright (C) 2002-2005, and GNU GPL'd, by Julian Seward et al. ==2705== Using LibVEX rev 1575, a library for dynamic binary translation. ==2705== Copyright (C) 2004-2005, and GNU GPL'd, by OpenWorks LLP. ==2705== Using valgrind-3.1.1-Debian, a dynamic binary instrumentation framework. ==2705== Copyright (C) 2000-2005, and GNU GPL'd, by Julian Seward et al. ==2705== For more details, rerun with: -v ==2705== @@ don't know what type '=' is @@ parsing =i2 gave NULL type (i2 remains) Segmentation fault Any hints on how I can solve this? The same version of valgrind, is working fine on different machine. System info: gcc (GCC) 4.1.2 20060608 (prerelease) (Debian 4.1.1-3) Linux kernel 2.6.16 alfredh@dingo:~$ cat /proc/cpuinfo processor : 0 vendor_id : CentaurHauls cpu family : 6 model : 9 model name : VIA Nehemiah stepping : 1 cpu MHz : 1002.457 cache size : 64 KB fdiv_bug : no hlt_bug : no f00f_bug : no coma_bug : no fpu : yes fpu_exception : yes cpuid level : 1 wp : yes flags : fpu de tsc msr cx8 mtrr pge cmov mmx fxsr sse fxsr_opt bogomips : 2007.95 /alfred -- Alfred E. Heggestad <ae...@db...> Web: http://aeh.db.org/ VoIP: <sip:al...@sy...> Phone: +47 21 98 71 20 Mobile: +47 98 23 67 05 Skype: alfredheggestad |
|
From: Julian S. <js...@ac...> - 2006-06-14 00:17:23
|
> @@ don't know what type '=' is > @@ parsing =i2 gave NULL type (i2 remains) > Segmentation fault > > > Any hints on how I can solve this? Believed to be fixed in 3.2.0. Upgrade. J |
|
From: Alfred E. H. <ae...@db...> - 2006-06-14 01:07:36
|
Julian Seward wrote: >> @@ don't know what type '=' is >> @@ parsing =i2 gave NULL type (i2 remains) >> Segmentation fault >> >> >> Any hints on how I can solve this? > > Believed to be fixed in 3.2.0. Upgrade. > thanks, v3.2.0 works much better. instead, it reports: --11885-- DWARF2 CFI reader: unhandled CFI instruction 0:50 --11885-- DWARF2 CFI reader: unhandled CFI instruction 0:50 many thanks for your help! /alfred > J -- Alfred E. Heggestad <ae...@db...> Web: http://aeh.db.org/ VoIP: <sip:al...@sy...> Phone: +47 21 98 71 20 Mobile: +47 98 23 67 05 Skype: alfredheggestad |
|
From: Julian S. <js...@ac...> - 2006-06-14 11:33:42
|
> --11885-- DWARF2 CFI reader: unhandled CFI instruction 0:50 > --11885-- DWARF2 CFI reader: unhandled CFI instruction 0:50 Known bug (bogus debug info) in the libc? in SuSE 9.3 and some Debians, IIRC. If you search the valgrind dev or users list for that message I'm sure you'll see some discussion of it. Anyway I believe it's harmless. J |