Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error on -sort option #126

Open
junkangler opened this issue Jan 2, 2024 · 2 comments
Open

Error on -sort option #126

junkangler opened this issue Jan 2, 2024 · 2 comments

Comments

@junkangler
Copy link

Error occurs with -sort option:
Undefined subroutine &main::dump_sorting called at /usr/lib/x86_64-linux-gnu/perl/5.34/Data/Dumper.pm line 449.

I think dump_sorting should be dumpSorting:
if($In::Opt{"SortDump"})
{
$Data::Dumper::Useperl = 1;
$Data::Dumper::Sortkeys = &dump_sorting;
}

@xiacunshun
Copy link

You are right. It is a mistake.
I think it because it is recommanded that abi-dumper is used to dump symbols then using ABICC to check the dump file.

@xiacunshun
Copy link

xiacunshun@d58fb8f

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants