Re: Ltdl and gcov

2009-08-02 Thread Thomas Moulard
On Thu, Jul 30, 2009 at 5:06 AM, Bob Friesenhahn wrote: > On Wed, 29 Jul 2009, Ralf Wildenhues wrote: >> >> My guess would be that coverage support is not suited for unloading >> plugins.  Maybe you can get more information about this on the gcc-help >> mailing list. > > It seems likely that the co

Re: Ltdl and gcov

2009-07-29 Thread Bob Friesenhahn
On Wed, 29 Jul 2009, Ralf Wildenhues wrote: My guess would be that coverage support is not suited for unloading plugins. Maybe you can get more information about this on the gcc-help mailing list. It seems likely that the counters for the functions and arcs are allocated within the instrumen

Re: Ltdl and gcov

2009-07-29 Thread Ralf Wildenhues
Hello Thomas, * Thomas Moulard wrote on Mon, Jul 27, 2009 at 11:43:24AM CEST: > I am trying to integrate gcov into my buildchain but I ran into the > following problem: if I compile my Autoconf/Automake/Libtool package > using -fprofile-arcs and -ftest-coverage, the program produces a

Ltdl and gcov

2009-07-27 Thread Thomas Moulard
Hello, I am trying to integrate gcov into my buildchain but I ran into the following problem: if I compile my Autoconf/Automake/Libtool package using -fprofile-arcs and -ftest-coverage, the program produces a segv at the end of the execution. This program load a ltdl plug-in, do a simple thing and

Re: gcov

2006-09-22 Thread Ralf Wildenhues
Hello Baurzhan, * Baurzhan Ismagulov wrote on Fri, Sep 22, 2006 at 03:28:09PM CEST: > > > When I call gcov under /dir/build, it says "stamp mismatch with graph > > > file" (perhaps the *.gc* files do not match a.o?). So I call it from > > > /dir/build/.lib

Re: gcov

2006-09-22 Thread Baurzhan Ismagulov
Hello Ralf, thanks much for your prompt answer! On Fri, Sep 22, 2006 at 02:59:15PM +0200, Ralf Wildenhues wrote: > > When I call gcov under /dir/build, it says "stamp mismatch with graph > > file" (perhaps the *.gc* files do not match a.o?). So I call it from > > /d

Re: gcov

2006-09-22 Thread Ralf Wildenhues
Hello Baurzhan, * Baurzhan Ismagulov wrote on Fri, Sep 22, 2006 at 02:19:32PM CEST: > /dir/ > /dir/build/ > /dir/build/.libs/ > /dir/build/.libs/a.o > /dir/prj/ > /dir/prj/a/ > /dir/prj/a/a.c > > When I call gcov under /dir/build, it says "stamp mismatch with

gcov

2006-09-22 Thread Baurzhan Ismagulov
Hello all, I use libtool 1.5.22 in my project. I have the following directory structure: /dir/ /dir/build/ /dir/build/.libs/ /dir/build/.libs/a.o /dir/build/a.lo /dir/build/a.o /dir/prj/ /dir/prj/a/ /dir/prj/a/a.c When I call gcov under /dir/build, it says "stamp mismatch with graph