[Bug 1247026] Re: valgrind does not work on amd64 (strlen missing)

2020-11-08 Thread Aaron
Yes, still happening on 18 and 20. Any work arounds ? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1247026 Title: valgrind does not work on amd64 (strlen missing) To manage notifications about th

[Bug 1247026] Re: valgrind does not work on amd64 (strlen missing)

2019-05-05 Thread aaronfranke via ubuntu-bugs
This issue is still present on Ubuntu 18.04. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1247026 Title: valgrind does not work on amd64 (strlen missing) To manage notifications about this bug go

[Bug 1247026] Re: valgrind does not work on amd64 (strlen missing)

2018-01-03 Thread Rajesh
Hi All, I am facing with valgrind as below. Please let me know the solution for it. rajeshsingh@rajesh-dt:~/Downloads/valgrind-3.13.0$ uname -r 4.10.0-42-generic rajeshsingh@rajesh-dt:~/Downloads/valgrind-3.13.0$ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description:

[Bug 1247026] Re: valgrind does not work on amd64 (strlen missing)

2017-02-13 Thread Andy Igoshin
the same problem is in 16.04.2 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1247026 Title: valgrind does not work on amd64 (strlen missing) To manage notifications about this bug go to: https://bu

[Bug 1247026] Re: valgrind does not work on amd64 (strlen missing)

2017-02-13 Thread Andy Igoshin
sorry, it was a mistake. 16.04.2 everything is ok. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1247026 Title: valgrind does not work on amd64 (strlen missing) To manage notifications about this b

[Bug 1247026] Re: valgrind does not work on amd64 (strlen missing)

2015-11-04 Thread Kevin Funk
FWIW: Still an issue in 15.10, shipping valgrind-3.11.0. Still no proper fix for this...? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1247026 Title: valgrind does not work on amd64 (strlen missing

[Bug 1247026] Re: valgrind does not work on amd64 (strlen missing)

2015-05-06 Thread dmakreshanski
I was experiencing the same problem in Ubuntu 14.04. I assume the problem was related to the /lib64/ld-linux-x86-64.so.2 symlink as described above. As a workardound to avoid booting into live-cd I just replaced the link with ln -sf: ln -sf /lib/x86_64-linux-gnu/ld-2.17.so /lib64/ld-linux-x86-64

[Bug 1247026] Re: valgrind does not work on amd64 (strlen missing)

2014-12-08 Thread TJ
I've just hit this issue with 14.04 Trusty amd64 and like Adam, "valgrind ls" works but "valgrind ./a.out" for the (simple) C++ program I was working with (that demonstrates layout of objects in memory) induces the same "strlen" failure message. I tried to reproduce a minimal test case and couldn'

[Bug 1247026] Re: valgrind does not work on amd64 (strlen missing)

2014-02-10 Thread Sergey Grebenkin
I would say the previous works with corrections: 3) Reboot the system using a live-cd. Additional steps: 3a) mount -o rw /dev/sda1 /mnt 3b) mount --bind /dev /mnt/dev 3c) mount --bind /sys /mnt/sys 3d) mount --bind /proc /mnt/proc 4) cd /mnt/lib64 ln -s -r ../lib/x86_64-linux-gnu/ld-2.17.so ld-li

[Bug 1247026] Re: valgrind does not work on amd64 (strlen missing)

2013-11-27 Thread Lars Marqvart
It turns out that this problem was caused by libc6-amd64 being installed (this package was pulled in as a dependency of another package). On a amd64 system this does not make sense as the libc6-amd64 package is not "there", its contents is provided by the libc6 package. Installing libc6-amd64 re

[Bug 1247026] Re: valgrind does not work on amd64 (strlen missing)

2013-11-20 Thread Martin Pagh Goodwin
It fails on the released version 13.10. It worked on 13.04. If it works on 14.04, then there is hope, but we'd really like a fix for 13.10. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1247026 Title:

[Bug 1247026] Re: valgrind does not work on amd64 (strlen missing)

2013-11-19 Thread Adam Conrad
I can't actually reproduce this on trusty. Can someone give me a recipe to show that it's still failing? A simple "valgrind ls" on trusty/amd64 seems to work as expected here. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://b

[Bug 1247026] Re: valgrind does not work on amd64 (strlen missing)

2013-11-19 Thread Dmitrijs Ledkovs
"(this one is arm64 architecture and not aarch64)" Hm. is this bug report about x86_64 Intel/AMD or 64-bit ARM ? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1247026 Title: valgrind does not work

Re: [Bug 1247026] Re: valgrind does not work on amd64 (strlen missing)

2013-11-19 Thread Dmitrijs Ledkovs
On 19 November 2013 08:44, Manfred Hampl <1247...@bugs.launchpad.net> wrote: > *** This bug is a duplicate of bug 1236748 *** > https://bugs.launchpad.net/bugs/1236748 > > I do not think that this bug is a duplicate of bug #1236748 and redhat- > bugs #926688 (this one is arm64 architecture and

[Bug 1247026] Re: valgrind does not work on amd64 (strlen missing)

2013-11-19 Thread Bug Watch Updater
Launchpad has imported 10 comments from the remote bug at https://bugs.kde.org/show_bug.cgi?id=286864. If you reply to an imported comment from within Launchpad, your comment will be sent to the remote bug automatically. Read more about Launchpad's inter-bugtracker facilities at https://help.launc

[Bug 1247026] Re: valgrind does not work on amd64 (strlen missing)

2013-11-19 Thread Martin Pagh Goodwin
** This bug is no longer a duplicate of bug 1236748 valgrind needs Aarch64 port ** Also affects: valgrind via https://bugs.kde.org/show_bug.cgi?id=286864 Importance: Unknown Status: Unknown -- You received this bug notification because you are a member of Ubuntu Bugs, which is su

[Bug 1247026] Re: valgrind does not work on amd64 (strlen missing)

2013-11-19 Thread Manfred Hampl
*** This bug is a duplicate of bug 1236748 *** https://bugs.launchpad.net/bugs/1236748 I do not think that this bug is a duplicate of bug #1236748 and redhat- bugs #926688 (this one is arm64 architecture and not aarch64), but it seems to be the same as bug #1222550 and kde-bugs #286864 ** Bu

[Bug 1247026] Re: valgrind does not work on amd64 (strlen missing)

2013-11-19 Thread Manfred Hampl
*** This bug is a duplicate of bug 1236748 *** https://bugs.launchpad.net/bugs/1236748 see kde-bugs #286864 https://bugs.kde.org/show_bug.cgi?id=286864 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bug

[Bug 1247026] Re: valgrind does not work on amd64 (strlen missing)

2013-11-18 Thread Dmitrijs Ledkovs
*** This bug is a duplicate of bug 1236748 *** https://bugs.launchpad.net/bugs/1236748 ** This bug has been marked a duplicate of bug 1236748 valgrind needs Aarch64 port -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://b

[Bug 1247026] Re: valgrind does not work on amd64 (strlen missing)

2013-11-18 Thread Dmitrijs Ledkovs
*** This bug is a duplicate of bug 1236748 *** https://bugs.launchpad.net/bugs/1236748 Looks like duplicate of: https://bugs.launchpad.net/linaro-aarch64/+bug/1236748 and https://bugzilla.redhat.com/show_bug.cgi?id=926688 ** Bug watch added: Red Hat Bugzilla #926688 https://bugzilla.red

[Bug 1247026] Re: valgrind does not work on amd64 (strlen missing)

2013-11-18 Thread Martin Pagh Goodwin
Added a question to try to find a way to promote this bug: https://answers.launchpad.net/ubuntu/+source/glibc/+question/239393 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1247026 Title: valgrind

[Bug 1247026] Re: valgrind does not work on amd64 (strlen missing)

2013-11-15 Thread Martin Pagh Goodwin
** Changed in: glibc (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1247026 Title: valgrind does not work on amd64 (strlen missing) To manage notifications a

[Bug 1247026] Re: valgrind does not work on amd64 (strlen missing)

2013-11-15 Thread Martin Pagh Goodwin
** Also affects: glibc (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1247026 Title: valgrind does not work on amd64 (strlen missing) To manage n

[Bug 1247026] Re: valgrind does not work on amd64 (strlen missing)

2013-11-13 Thread Martin Pagh Goodwin
This is also reported against Linux Mint: https://bugs.launchpad.net/linuxmint/+bug/1222550 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1247026 Title: valgrind does not work on amd64 (strlen missi

[Bug 1247026] Re: valgrind does not work on amd64 (strlen missing)

2013-11-13 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: valgrind (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1247026 Title: v