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

bus error #784

Closed
ieliynehc opened this issue Jan 8, 2019 · 5 comments
Closed

bus error #784

ieliynehc opened this issue Jan 8, 2019 · 5 comments

Comments

@ieliynehc
Copy link

Sometimes, when my ODP application exits and restarts it, it will encounter bus error. As long as this phenomenon occurs, it will not disappear unless the Linux OS is restarted. If the Linux OS is not restarted, the bus error will appear every time the application is started.

Although restarting Linux OS can temporarily avoid this problem, after a few days, it will appear again.

Can I get any help from here? Thank you.

Linux CentOS 3.10.0-514-el7.x86_64
image

@Bill-Fischofer-Linaro
Copy link
Contributor

What level of ODP are you using? And what compiler (version and release) are you using to compile it and your application?

@ieliynehc
Copy link
Author

ODP v1.19.0.0
LINUX-GENERIC PLATFORM, not LINUX-DPDK。

gcc 4.8.5 20150623 (Red Hat 4.8.5-16) both for odp and application.
image

It occurs when packet pool creating.

@MatiasElo
Copy link
Collaborator

Hi,

Are you running ODP natively on CentOS or inside a container? How about huge pages?

You could build ODP with --enable-debug and --enable-debug-print flags to get more information. Are you checking pool capability (odp_pool_capability()) and using valid parameters for odp_pool_create()?

@muvarov
Copy link
Contributor

muvarov commented Jan 9, 2019

do you run this under docker (if yes, you have to increase shm size). More likely you have out of memory error.

@MatiasElo
Copy link
Collaborator

This issue should now be fixed (5ccc27c).

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

4 participants