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

Wiki page on how to debug package in case of seg fault #168

Open
fsquillace opened this issue Dec 22, 2016 · 1 comment
Open

Wiki page on how to debug package in case of seg fault #168

fsquillace opened this issue Dec 22, 2016 · 1 comment

Comments

@fsquillace
Copy link
Owner

A wiki page will be helpful for explaining how to troubleshoot issue in the presence of a segmentation fault. This is for internal usage as could help for the building of new JuNest images.

One important practice is even to compare packages between different JuNest images via pacman -Qq as, sometimes the segfault happens because of missing files.

Other useful page to consider:

@fsquillace
Copy link
Owner Author

coredumpctl list
coredumpctl info 3577
# To check if binary file contains symbols:
objdump --syms <binaryfile>

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

No branches or pull requests

1 participant