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
A segfault is seen when we use the S3 filesystem of arrow. This is likely due to the s3fs instance being a static variable.
Even arrow 12.0.0 has use a workaround , the segfault still been seen in GraphAr.
Filters: test_graph_info_load_from_s3
===============================================================================
All tests passed (6 assertions in 1 test case)
=================================================================
==109782==ERROR: LeakSanitizer: detected memory leaks
Direct leak of 144 byte(s) in 1 object(s) allocated from:
#0 0x7efd830d4867 in __interceptor_malloc ../../../../src/libsanitizer/asan/asan_malloc_linux.cpp:145#1 0x7efd8055641d in CRYPTO_zalloc (/lib/x86_64-linux-gnu/libcrypto.so.3+0x1b741d)
Indirect leak of 488 byte(s) in 5 object(s) allocated from:
#0 0x7efd830d4867 in __interceptor_malloc ../../../../src/libsanitizer/asan/asan_malloc_linux.cpp:145#1 0x7efd8055641d in CRYPTO_zalloc (/lib/x86_64-linux-gnu/libcrypto.so.3+0x1b741d)
Indirect leak of 32 byte(s) in 1 object(s) allocated from:
#0 0x7efd830d4867 in __interceptor_malloc ../../../../src/libsanitizer/asan/asan_malloc_linux.cpp:145#1 0x7efd805a4795 in OPENSSL_sk_deep_copy (/lib/x86_64-linux-gnu/libcrypto.so.3+0x205795)
Indirect leak of 27 byte(s) in 2 object(s) allocated from:
#0 0x7efd830d4867 in __interceptor_malloc ../../../../src/libsanitizer/asan/asan_malloc_linux.cpp:145#1 0x7efd805573aa in CRYPTO_strdup (/lib/x86_64-linux-gnu/libcrypto.so.3+0x1b83aa)
Indirect leak of 24 byte(s) in 1 object(s) allocated from:
#0 0x7efd830d4867 in __interceptor_malloc ../../../../src/libsanitizer/asan/asan_malloc_linux.cpp:145#1 0x7efd8055641d in CRYPTO_zalloc (/lib/x86_64-linux-gnu/libcrypto.so.3+0x1b741d)#2 0x631b81101d92d7ff (<unknown module>)
Indirect leak of 5 byte(s) in 1 object(s) allocated from:
#0 0x7efd830d4867 in __interceptor_malloc ../../../../src/libsanitizer/asan/asan_malloc_linux.cpp:145#1 0x7efd80557452 in CRYPTO_strndup (/lib/x86_64-linux-gnu/libcrypto.so.3+0x1b8452)
Indirect leak of 3 byte(s) in 1 object(s) allocated from:
#0 0x7efd830d4c18 in __interceptor_realloc ../../../../src/libsanitizer/asan/asan_malloc_linux.cpp:164#1 0x7efd80554997 (/lib/x86_64-linux-gnu/libcrypto.so.3+0x1b5997)
SUMMARY: AddressSanitizer: 723 byte(s) leaked in 12 allocation(s).
The text was updated successfully, but these errors were encountered:
acezen
changed the title
[Bug]: AWS S3 filesystem got segment fault when shutdown
[Bug]: Loading from S3 filesystem got segment fault error
Jun 9, 2023
acezen
changed the title
[Bug]: Loading from S3 filesystem got segment fault error
[Bug]: Loading from S3 bucket got segment fault error
Jun 9, 2023
We hope to have a reliable fix for this in apache/arrow#36442
If you are able to easily reproduce the issue, could you perhaps try one of the wheels produced in apache/arrow#36442 (comment)
(click on the "crossbow" icon corresponding to your configuration, then click on "summary" in the Github Actions UI, and you should see a wheel artifact)
Is there an existing issue for this?
Current Behavior
A segfault is seen when we use the S3 filesystem of arrow. This is likely due to the s3fs instance being a static variable.
Even arrow 12.0.0 has use a workaround , the segfault still been seen in GraphAr.
And this is maybe a bug of upstream facebookincubator/velox#4562.
referent arrow issue: apache/arrow#15054
Expected Behavior
application exit with no error.
Minimal Reproducible Example
./test_info test_graph_info_load_from_s3
Environment
Link to GraphAr Logs
No response
Further Information
No response
The text was updated successfully, but these errors were encountered: