[valgrind] [Bug 385386] Assertion failed "szB >= CACHE_ENTRY_SIZE" on m_debuginfo/image.c:517

2020-01-22 Thread Julian Seward
https://bugs.kde.org/show_bug.cgi?id=385386 Julian Seward changed: What|Removed |Added Status|REPORTED|RESOLVED Resolution|---

[valgrind] [Bug 385386] Assertion failed "szB >= CACHE_ENTRY_SIZE" on m_debuginfo/image.c:517

2019-10-08 Thread Reimar Döffinger
https://bugs.kde.org/show_bug.cgi?id=385386 --- Comment #8 from Reimar Döffinger --- I can confirm that something trivial like e.g. below fixes it: --- a/coregrind/m_debuginfo/image.c +++ b/coregrind/m_debuginfo/image.c @@ -509,10 +509,10 @@ static UInt alloc_CEnt ( DiImage* img, SizeT szB,

[valgrind] [Bug 385386] Assertion failed "szB >= CACHE_ENTRY_SIZE" on m_debuginfo/image.c:517

2019-10-08 Thread Reimar Döffinger
https://bugs.kde.org/show_bug.cgi?id=385386 Reimar Döffinger changed: What|Removed |Added CC||k...@reimardoeffinger.de --- Comment #7

[valgrind] [Bug 385386] Assertion failed "szB >= CACHE_ENTRY_SIZE" on m_debuginfo/image.c:517

2019-07-26 Thread Matt
https://bugs.kde.org/show_bug.cgi?id=385386 --- Comment #6 from Matt --- We found that the assertion is no longer hit when we converted our application from compressed to uncompressed debug symbols. -- You are receiving this mail because: You are watching all bug changes.

[valgrind] [Bug 385386] Assertion failed "szB >= CACHE_ENTRY_SIZE" on m_debuginfo/image.c:517

2019-07-10 Thread Matt
https://bugs.kde.org/show_bug.cgi?id=385386 --- Comment #5 from Matt --- In the failure, the values are as such: szB=424 CACHE_ENTRY_SIZE=8192 -- You are receiving this mail because: You are watching all bug changes.

[valgrind] [Bug 385386] Assertion failed "szB >= CACHE_ENTRY_SIZE" on m_debuginfo/image.c:517

2019-07-10 Thread Matt
https://bugs.kde.org/show_bug.cgi?id=385386 Matt changed: What|Removed |Added CC||m...@protonmail.ch --- Comment #4 from Matt --- We are

[valgrind] [Bug 385386] Assertion failed "szB >= CACHE_ENTRY_SIZE" on m_debuginfo/image.c:517

2018-08-01 Thread Pedro Ferreira
https://bugs.kde.org/show_bug.cgi?id=385386 --- Comment #3 from Pedro Ferreira --- Despite my attempts, I am no longer able to trigger this. I do not recall what bug I was looking at when I stumbled onto this, and thus can't retrace my steps. Also, Gentoo has upgraded GCC since this was

[valgrind] [Bug 385386] Assertion failed "szB >= CACHE_ENTRY_SIZE" on m_debuginfo/image.c:517

2018-07-28 Thread Julian Seward
https://bugs.kde.org/show_bug.cgi?id=385386 --- Comment #2 from Julian Seward --- I can't imagine how this failed. Can you still reproduce it? -- You are receiving this mail because: You are watching all bug changes.

[valgrind] [Bug 385386] Assertion failed "szB >= CACHE_ENTRY_SIZE" on m_debuginfo/image.c:517

2017-10-05 Thread Pedro Ferreira
https://bugs.kde.org/show_bug.cgi?id=385386 --- Comment #1 from Pedro Ferreira --- Just prior to the crash, the last log message was: --15349-- Reading syms from /usr/lib64/libQt5Qml.so.5.7.1 --15349-- Considering /usr/lib/debug/usr/lib64/libQt5Qml.so.5.7.1.debug ..