Summary: | valgrind SIGSEGV on startup gcc 4.4.1 ppc32 (G4) Ubuntu 9.10 | ||
---|---|---|---|
Product: | [Developer tools] valgrind | Reporter: | did447 |
Component: | general | Assignee: | Julian Seward <jseward> |
Status: | RESOLVED DUPLICATE | ||
Severity: | crash | CC: | albrecht.dress, bart.vanassche+kde, doomster |
Priority: | NOR | ||
Version: | 3.5.0 | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
did447
2009-11-12 05:35:43 UTC
Is that the gcc compiler included in Ubuntu Karmic Koala ? (In reply to comment #1) > Is that the gcc compiler included in Ubuntu Karmic Koala ? Yes it is, Ubuntu compiler and Ubuntu valgrind package. (In reply to comment #2) > (In reply to comment #1) > > Is that the gcc compiler included in Ubuntu Karmic Koala ? > > Yes it is, Ubuntu compiler and Ubuntu valgrind package. Did I understand correctly that the Valgrind package included in the ppc edition of Ubuntu Karmic Koala is broken ? If so, has this issue already been reported to Ubuntu via https://launchpad.net/ ? If not, can you please do this and post the Launchpad id here ? (In reply to comment #3) > (In reply to comment #2) > > (In reply to comment #1) > > > Is that the gcc compiler included in Ubuntu Karmic Koala ? > > > > Yes it is, Ubuntu compiler and Ubuntu valgrind package. > > Did I understand correctly that the Valgrind package included in the ppc > edition of Ubuntu Karmic Koala is broken ? If so, has this issue already been If it throws an exception in m_machine.c machine_get_hwcaps() then yes it's broken at least it's what I'm seeing here. > reported to Ubuntu via https://launchpad.net/ ? If not, can you please do this > and post the Launchpad id here ? I don't know how to use launchpad Didier I can confirm this bug, and also that the workaround works. OS Debian testing on PowerPC valgrind 3.6.0 gcc 4.4.5 The same bug is still present with Ubuntu 11.04 on PPC32: - machine: PowerPC G4 "Silver" - cpu PPC 7450/800 MHz - compiler gcc-4.5.2 (4.5.2-8ubuntu4) - libc glibc-2.13-1 (2.13-0ubuntu13) The optimisation fix seems to work, i.e. 'valgrind ls' doesn't crash. Ummm, I forgot to mention that Ubuntu 10.4 comes with Valgrind 3.6.1. I also opened an Ubuntu bug report <https://bugs.launchpad.net/ubuntu/+source/valgrind/+bug/783020>. This has been fixed in the trunk now (bug 259977). I was not aware that 259977 duplicates this bug. Closing as dup of 259977. *** This bug has been marked as a duplicate of bug 259977 *** |