[Heaptrack] [Bug 412954] Software tests fails after build

2020-01-07 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=412954 --- Comment #18 from syst...@mdc-berlin.de --- Now, the current maser compiles on CentOS 7.7. Thanks a lot. -- You are receiving this mail because: You are watching all bug changes.

[Heaptrack] [Bug 412954] Software tests fails after build

2020-01-07 Thread Milian Wolff
https://bugs.kde.org/show_bug.cgi?id=412954 --- Comment #17 from Milian Wolff --- Can you try again please? It's quite odd, it seems as if your system compiles the test with -O2 despite the fact that it should be compiled in Debug mode (i.e. with -O0). Anyhow, the patch I pushed just now should

[Heaptrack] [Bug 412954] Software tests fails after build

2020-01-07 Thread Milian Wolff
https://bugs.kde.org/show_bug.cgi?id=412954 Milian Wolff changed: What|Removed |Added Resolution|--- |FIXED Latest

[Heaptrack] [Bug 412954] Software tests fails after build

2020-01-06 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=412954 --- Comment #15 from syst...@mdc-berlin.de --- Hi Milian, mock is the tool, to build the rpm packages in an clean chroot environment, so that the result will be reproducible. It is used in the RedHat world for build the rpm package from the srpm one. I

[Heaptrack] [Bug 412954] Software tests fails after build

2019-12-09 Thread Milian Wolff
https://bugs.kde.org/show_bug.cgi?id=412954 --- Comment #14 from Milian Wolff --- I don't know mock, nor if the compiler flags are to be blamed. can you try without mock, and without the compiler flags? -- You are receiving this mail because: You are watching all bug changes.

[Heaptrack] [Bug 412954] Software tests fails after build

2019-12-06 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=412954 --- Comment #13 from syst...@mdc-berlin.de --- Hi, I use an CentOS7 64 bit VM(KVM) in which the mock tool build the software. This are the compiler flags which are used to build it: + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions

[Heaptrack] [Bug 412954] Software tests fails after build

2019-12-06 Thread Milian Wolff
https://bugs.kde.org/show_bug.cgi?id=412954 --- Comment #12 from Milian Wolff --- FTR: ``` [root@60d1986599c5 build]# ./tests/auto/tst_inject === All tests passed (23 assertions in 2 test cases) [root@60d1986599c5

[Heaptrack] [Bug 412954] Software tests fails after build

2019-12-06 Thread Milian Wolff
https://bugs.kde.org/show_bug.cgi?id=412954 --- Comment #11 from Milian Wolff --- Just tried it with a centos 7.7 docker image with devtools 7 - the test works there as expected. I would say you either need to provide me with a docker image or virtual machine to reproduce this properly, or

[Heaptrack] [Bug 412954] Software tests fails after build

2019-12-06 Thread Milian Wolff
https://bugs.kde.org/show_bug.cgi?id=412954 --- Comment #10 from Milian Wolff --- it helps in showing that we do setup everything correctly, but then fail to intercept the calls to malloc etc. that centos machine of yours - is it using 64bit or 32bit? do you have any special devtools or other

[Heaptrack] [Bug 412954] Software tests fails after build

2019-12-06 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=412954 --- Comment #9 from syst...@mdc-berlin.de --- Hi, I have add this code: const auto contents = file.readContents(); std::cerr << "contents is:" << contents << std::endl; REQUIRE(!contents.empty()); ... Now I get this result: 5: Test command:

[Heaptrack] [Bug 412954] Software tests fails after build

2019-12-05 Thread Milian Wolff
https://bugs.kde.org/show_bug.cgi?id=412954 --- Comment #8 from Milian Wolff --- That's very odd - could you please change the code for the test and dump the `contents` variable to stdout? Maybe it's some security feature in CentOS 7.7 that prevents our injector code from working? I'll have to

[Heaptrack] [Bug 412954] Software tests fails after build

2019-12-03 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=412954 syst...@mdc-berlin.de changed: What|Removed |Added Ever confirmed|0 |1 Resolution|FIXED

[Heaptrack] [Bug 412954] Software tests fails after build

2019-12-02 Thread Milian Wolff
https://bugs.kde.org/show_bug.cgi?id=412954 Milian Wolff changed: What|Removed |Added Status|REPORTED|RESOLVED Resolution|---

[Heaptrack] [Bug 412954] Software tests fails after build

2019-11-15 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=412954 --- Comment #5 from syst...@mdc-berlin.de --- I have tried the last master today, but the result is the same as in comment #3 cd /builddir/build/BUILD/heaptrack-master/my_build/src/analyze/gui && /usr/lib64/ccache/c++ -DKCOREADDONS_LIB -DQT_CORE_LIB

[Heaptrack] [Bug 412954] Software tests fails after build

2019-11-14 Thread Milian Wolff
https://bugs.kde.org/show_bug.cgi?id=412954 --- Comment #4 from Milian Wolff --- try again, that should be fixed by now, cf. bug 413108 -- You are receiving this mail because: You are watching all bug changes.

[Heaptrack] [Bug 412954] Software tests fails after build

2019-10-15 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=412954 --- Comment #3 from syst...@mdc-berlin.de --- The last master fails before the tests. See the build master attachment. /builddir/build/BUILD/heaptrack-master/src/analyze/gui/parser.cpp:37:13: error: specialization of 'template struct std::hash' in

[Heaptrack] [Bug 412954] Software tests fails after build

2019-10-15 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=412954 --- Comment #2 from syst...@mdc-berlin.de --- Created attachment 123228 --> https://bugs.kde.org/attachment.cgi?id=123228=edit Build log of master -- You are receiving this mail because: You are watching all bug changes.

[Heaptrack] [Bug 412954] Software tests fails after build

2019-10-15 Thread Milian Wolff
https://bugs.kde.org/show_bug.cgi?id=412954 --- Comment #1 from Milian Wolff --- can you try a newer version than 1.1 - i.e. latest git master - and see if it fails there too? -- You are receiving this mail because: You are watching all bug changes.