Skip to content

1.18: type "filenamehere" not found #14

@jengelh

Description

@jengelh

Input:

» cat x.c
#include <stdio.h>
int main()
{
        fprintf(stderr, "hi world\n");
        return 0;
}
» gcc x.c -Wall -ggdb3
» strip -s a.out

Observed behavior (pahole 1.18):

» pahole ./a.out 
pahole: type './a.out' not found
»

Expected behavior (like pahole 1.17):

» pahole a.out 
»

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions