[valgrind] [Bug 398028] Assertion `csfi_fits` failing in simple C program

2018-09-26 Thread Philippe Waroquiers
https://bugs.kde.org/show_bug.cgi?id=398028 --- Comment #11 from Philippe Waroquiers --- Created attachment 115250 --> https://bugs.kde.org/attachment.cgi?id=115250=edit Change cfsi_fits checking to accept holes in rx mappings, with no cfsi refering to holes -- You are receiving this mail

[valgrind] [Bug 398028] Assertion `csfi_fits` failing in simple C program

2018-09-19 Thread Philippe Waroquiers
https://bugs.kde.org/show_bug.cgi?id=398028 --- Comment #10 from Philippe Waroquiers --- I was able to reproduce the crash with the provided library, thanks. Here is the analysis of the crash: After loading the cfi information, we check that the range [cfsi_minavma, cfsi_maxavma] is fully

[valgrind] [Bug 398028] Assertion `csfi_fits` failing in simple C program

2018-09-19 Thread Alexander
https://bugs.kde.org/show_bug.cgi?id=398028 --- Comment #9 from Alexander --- Created attachment 115095 --> https://bugs.kde.org/attachment.cgi?id=115095=edit libopenblasp-r0.3.3.so from debian testing which causes a crash in valgrind (In reply to Julian Seward from comment #8) > In that

[valgrind] [Bug 398028] Assertion `csfi_fits` failing in simple C program

2018-09-19 Thread Julian Seward
https://bugs.kde.org/show_bug.cgi?id=398028 --- Comment #8 from Julian Seward --- (In reply to Alexander from comment #6) > it turns out that the most simple example I could come up with consists > of a main.cpp file doing nothing. Link openblas and valgrind crashes > immediately. In that

[valgrind] [Bug 398028] Assertion `csfi_fits` failing in simple C program

2018-09-18 Thread Philippe Waroquiers
https://bugs.kde.org/show_bug.cgi?id=398028 Philippe Waroquiers changed: What|Removed |Added Summary|Assertion `csfi_fits` |Assertion `csfi_fits`

[valgrind] [Bug 398028] Assertion `csfi_fits` failing in simple C program with embedded Julia code.

2018-09-18 Thread Alexander
https://bugs.kde.org/show_bug.cgi?id=398028 --- Comment #7 from Alexander --- (In reply to Alexander from comment #6) Additional info: I'm using g++ (Debian 8.2.0-6) 8.2.0 on Debian testing, openblas 0.3.3+ds-1 and the latest git version of valgrind (97365bada64c27a40004c55793ff8988e59adf35)

[valgrind] [Bug 398028] Assertion `csfi_fits` failing in simple C program with embedded Julia code.

2018-09-18 Thread Alexander
https://bugs.kde.org/show_bug.cgi?id=398028 Alexander changed: What|Removed |Added CC||alexan...@lunar-orbit.de --- Comment #6 from

[valgrind] [Bug 398028] Assertion `csfi_fits` failing in simple C program with embedded Julia code.

2018-09-09 Thread Philippe Waroquiers
https://bugs.kde.org/show_bug.cgi?id=398028 --- Comment #5 from Philippe Waroquiers --- I tried with the last julia release, both with the pre-built and build from sources, problem does not reproduce. (tried on an ubuntu 18.04) We might maybe have an idea of what is happening if you run vith

[valgrind] [Bug 398028] Assertion `csfi_fits` failing in simple C program with embedded Julia code.

2018-09-04 Thread Kim
https://bugs.kde.org/show_bug.cgi?id=398028 --- Comment #4 from Kim --- Okay, I redownloaded and followed your steps for a successful build. The cfsi_fits assertion failure still persists, though. -- You are receiving this mail because: You are watching all bug changes.

[valgrind] [Bug 398028] Assertion `csfi_fits` failing in simple C program with embedded Julia code.

2018-09-03 Thread Philippe Waroquiers
https://bugs.kde.org/show_bug.cgi?id=398028 Philippe Waroquiers changed: What|Removed |Added CC||philippe.waroquiers@skynet.

[valgrind] [Bug 398028] Assertion `csfi_fits` failing in simple C program with embedded Julia code.

2018-09-03 Thread Kim
https://bugs.kde.org/show_bug.cgi?id=398028 --- Comment #2 from Kim --- Hm, I'm trying for an hour and I just get > valgrind: failed to start tool 'memcheck' for platform 'amd64-linux': No such > file or directory changing the install prefix didn't help, even though there exists >

[valgrind] [Bug 398028] Assertion `csfi_fits` failing in simple C program with embedded Julia code.

2018-09-03 Thread Julian Seward
https://bugs.kde.org/show_bug.cgi?id=398028 --- Comment #1 from Julian Seward --- I think this is now fixed in the trunk. At least, I fixed something that failed with the same assertion about a month back :-/ Try getting the source like this git clone git://sourceware.org/git/valgrind.git