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

there are many SIGSEGV message in the strace log of the alluxio fuse process #18583

Open
wwq2333 opened this issue Apr 19, 2024 · 3 comments
Open
Labels
type-bug This issue is about a bug

Comments

@wwq2333
Copy link

wwq2333 commented Apr 19, 2024

Alluxio Version:
2.9.3

Describe the bug
there are many SIGSEGV message in the strace log of the alluxio fuse process;
however, the fuse process did not exit abnormally, and the data read was normal;
will this phenomenon cause any problems?

To Reproduce
continuously read data via fuse, and strace the fuse process at the same time

strace -f -tt  -q  -T -P /dev/fuse  -x -y -p ${fuse-pid}

Additional context
image
image

@wwq2333 wwq2333 added the type-bug This issue is about a bug label Apr 19, 2024
@jja725
Copy link
Contributor

jja725 commented Apr 19, 2024

@LuQQiu @jiacheliu3 Do you have any idea on this issue?

@wwq2333
Copy link
Author

wwq2333 commented Apr 24, 2024

Any suggestions? @LuQQiu @jiacheliu3

@LuQQiu
Copy link
Contributor

LuQQiu commented Apr 24, 2024

@wwq2333 Looks like the issue in the JNIFUSE bridge between java and C++. It could be related to the object management, manage object cross java and C++ is error prone, together with strace, the thread/object management could be even more complciated

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type-bug This issue is about a bug
Projects
None yet
Development

No branches or pull requests

3 participants