Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

316
Vistas
"Illegal Instruction (core dumped)" occuring in valgrind

No matter what the program is, valgrind gives nearly the same output :

Illegal Instruction (core dumped).

Even in this underlying program it shows the same

#include<stdio.h>

void fun(int *i)
{
    printf(" %d \n",*i);
}

int main()
{
    int j=90;
    fun(&j);
    return 0;
}
over 4 years ago · Santiago Trujillo
1 Respuestas
Responde la pregunta

0

Your valgrind is broken, or is not compatible with your C library.

To confirm this, first see if you can run the valgrind binary at all:

valgrind --help

(if that fails, maybe the binary is corrupt or is for a different architecture)

Then try within something you didn't write:

valgrind /bin/true

(if that fails, perhaps it's not compatible with your C library)

Assuming one or more of those fails, you will need to reinstall valgrind and try again.

over 4 years ago · Santiago Trujillo Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda