unofficial mirror of help-guix@gnu.org 
 help / color / mirror / Atom feed
* valgrind error
@ 2022-03-08 12:09 Abhiseck Paira
  2022-03-08 12:42 ` Abhiseck Paira
  0 siblings, 1 reply; 2+ messages in thread
From: Abhiseck Paira @ 2022-03-08 12:09 UTC (permalink / raw)
  To: help-guix

Hi,

I am trying to learn C and according to the instruction I'm following
when I run:

$ valgrind ./hello-world.o

I get the following error:

--------------
$ valgrind ./hello-world.o

==4074== Memcheck, a memory error detector
==4074== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
==4074== Using Valgrind-3.18.1 and LibVEX; rerun with -h for copyright info
==4074== Command: ./hello-world.o
==4074== 

valgrind:  Fatal error at startup: a function redirection
valgrind:  which is mandatory for this platform-tool combination
valgrind:  cannot be set up.  Details of the redirection are:
valgrind:  
valgrind:  A must-be-redirected function
valgrind:  whose name matches the pattern:      strlen
valgrind:  in an object with soname matching:   ld-linux-x86-64.so.2
valgrind:  was not found whilst processing
valgrind:  symbols from the object with soname: ld-linux-x86-64.so.2
valgrind:  
valgrind:  Possible fixes: (1, short term): install glibc's debuginfo
valgrind:  package on this machine.  (2, longer term): ask the packagers
valgrind:  for your Linux distribution to please in future ship a non-
valgrind:  stripped ld.so (or whatever the dynamic linker .so is called)
valgrind:  that exports the above-named function using the standard
valgrind:  calling conventions for this platform.  The package you need
valgrind:  to install for fix (1) is called
valgrind:  
valgrind:    On Debian, Ubuntu:                 libc6-dbg
valgrind:    On SuSE, openSuSE, Fedora, RHEL:   glibc-debuginfo
valgrind:  
valgrind:  Note that if you are debugging a 32 bit process on a
valgrind:  64 bit system, you will need a corresponding 32 bit debuginfo
valgrind:  package (e.g. libc6-dbg:i386).
valgrind:  
valgrind:  Cannot continue -- exiting now.  Sorry.
---------------

I tried logging out/logging in but it didn't work, I have installed
"gcc-toolchain" and "gdb" packages, am I missing something else?

-- 
Abhiseck Paira
E34E 825B 979E EB9F 8505  F80E E93D 353B 7740 0709
https://paira.in


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: valgrind error
  2022-03-08 12:09 valgrind error Abhiseck Paira
@ 2022-03-08 12:42 ` Abhiseck Paira
  0 siblings, 0 replies; 2+ messages in thread
From: Abhiseck Paira @ 2022-03-08 12:42 UTC (permalink / raw)
  To: help-guix


I am sorry :-(, it seems the issue is answered already[1], when I searched
the mailing list with "valgrind" as the keyword it wasn't returned.

https://lists.gnu.org/archive/html/help-guix/2022-03/msg00036.html

Abhiseck Paira <abhiseckpaira@disroot.org> writes:

> Hi,
>
> I am trying to learn C and according to the instruction I'm following
> when I run:
>
> $ valgrind ./hello-world.o
>
> I get the following error:
>
> --------------
> $ valgrind ./hello-world.o
>
> ==4074== Memcheck, a memory error detector
> ==4074== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
> ==4074== Using Valgrind-3.18.1 and LibVEX; rerun with -h for copyright info
> ==4074== Command: ./hello-world.o
> ==4074== 
>
> valgrind:  Fatal error at startup: a function redirection
> valgrind:  which is mandatory for this platform-tool combination
> valgrind:  cannot be set up.  Details of the redirection are:
> valgrind:  
> valgrind:  A must-be-redirected function
> valgrind:  whose name matches the pattern:      strlen
> valgrind:  in an object with soname matching:   ld-linux-x86-64.so.2
> valgrind:  was not found whilst processing
> valgrind:  symbols from the object with soname: ld-linux-x86-64.so.2
> valgrind:  
> valgrind:  Possible fixes: (1, short term): install glibc's debuginfo
> valgrind:  package on this machine.  (2, longer term): ask the packagers
> valgrind:  for your Linux distribution to please in future ship a non-
> valgrind:  stripped ld.so (or whatever the dynamic linker .so is called)
> valgrind:  that exports the above-named function using the standard
> valgrind:  calling conventions for this platform.  The package you need
> valgrind:  to install for fix (1) is called
> valgrind:  
> valgrind:    On Debian, Ubuntu:                 libc6-dbg
> valgrind:    On SuSE, openSuSE, Fedora, RHEL:   glibc-debuginfo
> valgrind:  
> valgrind:  Note that if you are debugging a 32 bit process on a
> valgrind:  64 bit system, you will need a corresponding 32 bit debuginfo
> valgrind:  package (e.g. libc6-dbg:i386).
> valgrind:  
> valgrind:  Cannot continue -- exiting now.  Sorry.
> ---------------
>
> I tried logging out/logging in but it didn't work, I have installed
> "gcc-toolchain" and "gdb" packages, am I missing something else?


-- 
Abhiseck Paira
E34E 825B 979E EB9F 8505  F80E E93D 353B 7740 0709
https://abhiseck.neocities.org


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-03-08 12:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-08 12:09 valgrind error Abhiseck Paira
2022-03-08 12:42 ` Abhiseck Paira

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).