Details
-
Bug
-
Resolution: Fixed
-
P0: Blocker
-
6.10
-
None
-
rhel 9.4
-
5426df2fc (dev), b9dc9c4cb (6.9)
Description
agent:2025/02/24 10:53:43 build.go:404: QDEBUG : tst_qquickdeferred::noSpuriousBinding() qml: hi agent:2025/02/24 10:53:43 build.go:404: PASS : tst_qquickdeferred::noSpuriousBinding() agent:2025/02/24 10:53:43 build.go:404: malloc_consolidate(): unaligned fastbin chunk detected agent:2025/02/24 10:53:43 build.go:404: Received signal 6 (SIGABRT) agent:2025/02/24 10:53:43 build.go:404: abortedIncubation function time: 156ms, total time: 190ms The test tst_qquickdeferred failed due to a timeout and a crash caused by an unaligned fastbin chunk detected, leading to a SIGABRT signal. This suggests a potential memory corruption issue, which is not directly related to the changes made in the context menu or text editing controls. Failed Platform: rhel-9.4
This has happened at least a couple of times now, and is one of the things blocking integration of the rest of the ContextMenu patches.