[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kdevelop-bugs
Subject:    [Bug 160825] New: clicking in valgrind opens wrong file,
From:       bernd buschinski <b.buschinski () web ! de>
Date:       2008-04-14 14:29:03
Message-ID: 20080414162902.160825.b.buschinski () web ! de
[Download RAW message or body]

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=160825         
           Summary: clicking in valgrind opens wrong file, cant handle same
                    filename
           Product: kdevelop
           Version: unspecified
          Platform: Gentoo Packages
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: general
        AssignedTo: kdevelop-bugs kdevelop org
        ReportedBy: b.buschinski web de


Version:           3.5.1-svn (using KDE 3.5.9)
Installed from:    Gentoo Packages
Compiler:          gcc-4.2.3 
OS:                Linux

When I create qt4 project, with 2 sub-projects (applications)
"a" and "b"
"a" contains just a main.cpp
int main()
{
    return 0;
}

"b" contains a main.cpp too
#include <stdlib.h>
void createAMemleak()
{
    int* t;
    t = (int*)malloc(sizeof(int)*10);
    t[0] = 0;
}
int main()
{
    createAMemleak();
    return 0;
}

which creates a memleak, now when run valgrind it shows me the memleak

But not comes the problem, when I click on it(in the valgrind output) it opens the \
wrong main.cpp in "a" but there is no memleak, not even the function \
"createAMemleak()"

_______________________________________________
KDevelop-bugs mailing list
KDevelop-bugs@kdevelop.org
https://barney.cs.uni-potsdam.de/mailman/listinfo/kdevelop-bugs


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic