* [Buildroot] [Bug 11966] New: Valgrind segfaults on startup on armhf
@ 2019-06-18 14:34 bugzilla at busybox.net
2019-06-18 14:36 ` [Buildroot] [Bug 11966] " bugzilla at busybox.net
` (4 more replies)
0 siblings, 5 replies; 6+ messages in thread
From: bugzilla at busybox.net @ 2019-06-18 14:34 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=11966
Bug ID: 11966
Summary: Valgrind segfaults on startup on armhf
Product: buildroot
Version: 2019.02
Hardware: Other
OS: Linux
Status: NEW
Severity: normal
Priority: P5
Component: Other
Assignee: unassigned at buildroot.uclibc.org
Reporter: andreas.kremser.ext at b-plus.com
CC: buildroot at uclibc.org
Target Milestone: ---
When upgrading buildroot 2018.02.9 to buildroot 2019.02 valgrind begins to
segfault at startup on our armhf Target, while it runs successfully on aarch64.
The problem occurs on VALGRIND_VERSION=3.14
changing the recipe to build
VALGRIND_VERSION=3.12
with 0004-Fixes-for-musl-libc.patch
and without 0003-configure.ac-disable-gcc-march-mips64r2-detection.patch
enables valgrind to start successfully again.
We use the following toolchain:
https://releases.linaro.org/components/toolchain/binaries/7.2-2017.11/arm-linux-gnueabihf/gcc-linaro-7.2.1-2017.11-x86_64_arm-linux-gnueabihf.tar.xz
Changing the compiler to 7.4-2019.02 or 6.5-2018.12 does not make a difference.
--
You are receiving this mail because:
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] [Bug 11966] Valgrind segfaults on startup on armhf
2019-06-18 14:34 [Buildroot] [Bug 11966] New: Valgrind segfaults on startup on armhf bugzilla at busybox.net
@ 2019-06-18 14:36 ` bugzilla at busybox.net
2019-06-18 14:37 ` bugzilla at busybox.net
` (3 subsequent siblings)
4 siblings, 0 replies; 6+ messages in thread
From: bugzilla at busybox.net @ 2019-06-18 14:36 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=11966
--- Comment #1 from andreas.kremser.ext at b-plus.com ---
Created attachment 8111
--> https://bugs.busybox.net/attachment.cgi?id=8111&action=edit
Patch to downgrade valgrind to 3.12
--
You are receiving this mail because:
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] [Bug 11966] Valgrind segfaults on startup on armhf
2019-06-18 14:34 [Buildroot] [Bug 11966] New: Valgrind segfaults on startup on armhf bugzilla at busybox.net
2019-06-18 14:36 ` [Buildroot] [Bug 11966] " bugzilla at busybox.net
@ 2019-06-18 14:37 ` bugzilla at busybox.net
2019-06-18 14:39 ` bugzilla at busybox.net
` (2 subsequent siblings)
4 siblings, 0 replies; 6+ messages in thread
From: bugzilla at busybox.net @ 2019-06-18 14:37 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=11966
--- Comment #2 from andreas.kremser.ext at b-plus.com ---
Created attachment 8116
--> https://bugs.busybox.net/attachment.cgi?id=8116&action=edit
Allow Selection of Valgrind on aarch64
--
You are receiving this mail because:
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] [Bug 11966] Valgrind segfaults on startup on armhf
2019-06-18 14:34 [Buildroot] [Bug 11966] New: Valgrind segfaults on startup on armhf bugzilla at busybox.net
2019-06-18 14:36 ` [Buildroot] [Bug 11966] " bugzilla at busybox.net
2019-06-18 14:37 ` bugzilla at busybox.net
@ 2019-06-18 14:39 ` bugzilla at busybox.net
2019-07-05 21:35 ` bugzilla at busybox.net
2024-06-15 14:49 ` bugzilla
4 siblings, 0 replies; 6+ messages in thread
From: bugzilla at busybox.net @ 2019-06-18 14:39 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=11966
--- Comment #3 from andreas.kremser.ext at b-plus.com ---
Created attachment 8121
--> https://bugs.busybox.net/attachment.cgi?id=8121&action=edit
buildroot config
--
You are receiving this mail because:
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] [Bug 11966] Valgrind segfaults on startup on armhf
2019-06-18 14:34 [Buildroot] [Bug 11966] New: Valgrind segfaults on startup on armhf bugzilla at busybox.net
` (2 preceding siblings ...)
2019-06-18 14:39 ` bugzilla at busybox.net
@ 2019-07-05 21:35 ` bugzilla at busybox.net
2024-06-15 14:49 ` bugzilla
4 siblings, 0 replies; 6+ messages in thread
From: bugzilla at busybox.net @ 2019-07-05 21:35 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=11966
--- Comment #4 from Peter Seiderer <ps.report@gmx.net> ---
Does an update to valgrind-3.15 (buildroot git) work?
Does the same failure happen in case you use an buildroot generated toolchain?
Does the failure happen when you use Nulgrind (BR2_PACKAGE_VALGRIND_NULGRIND,
'--tool=none')?
Any valgrind output before/while segfault?
--
You are receiving this mail because:
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] [Bug 11966] Valgrind segfaults on startup on armhf
2019-06-18 14:34 [Buildroot] [Bug 11966] New: Valgrind segfaults on startup on armhf bugzilla at busybox.net
` (3 preceding siblings ...)
2019-07-05 21:35 ` bugzilla at busybox.net
@ 2024-06-15 14:49 ` bugzilla
4 siblings, 0 replies; 6+ messages in thread
From: bugzilla @ 2024-06-15 14:49 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=11966
Yann E. MORIN <yann.morin.1998@free.fr> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |yann.morin.1998@free.fr
Resolution|--- |MOVED
Status|NEW |RESOLVED
--- Comment #5 from Yann E. MORIN <yann.morin.1998@free.fr> ---
Thank you for your report.
The issue tracker for the Buildroot project has been moved to
the Gitlab.com issue tracker:
https://gitlab.com/buildroot.org/buildroot/-/issues
We are taking this opportunity to close old issues in this old
tracker. If you believe your issue is still relevant, please
open one in the new issue tracker.
Thank you!
--
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2024-06-15 14:49 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-06-18 14:34 [Buildroot] [Bug 11966] New: Valgrind segfaults on startup on armhf bugzilla at busybox.net
2019-06-18 14:36 ` [Buildroot] [Bug 11966] " bugzilla at busybox.net
2019-06-18 14:37 ` bugzilla at busybox.net
2019-06-18 14:39 ` bugzilla at busybox.net
2019-07-05 21:35 ` bugzilla at busybox.net
2024-06-15 14:49 ` bugzilla
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox