You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
@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
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
Additional context
The text was updated successfully, but these errors were encountered: