Pranav2612000 commented on issue #3840: URL: https://github.com/apache/arrow-adbc/issues/3840#issuecomment-3695747234
When running with the `load_from_name` func commented, I see only 2 threads - the main thread and the test thread, which I think is the expected behaviour. When running the `load_from_name` enabled, I see 8 threads on the last line of the test ( before drop ). 1 main thread ( the test runner ), 1 test thread and 6 other threads all having this sort of stack trace ( IMG ) <img width="280" height="309" alt="Image" src="https://github.com/user-attachments/assets/95f6fba3-dfb2-4806-ade4-4a17820998f8" /> After the test completes, the main thread is stuck on `__ulock_wait` ( probably waiting for the test thread to complete ). The test thread has this trace <img width="456" height="235" alt="Image" src="https://github.com/user-attachments/assets/f8f7abf3-3caa-4495-a728-1bdeb0546813" /> and all other threads are still stuck on psynch_cvwait ( although with a slightly different trace ) <img width="454" height="113" alt="Image" src="https://github.com/user-attachments/assets/788f2556-08d8-4c8b-9fe2-7aba8bbe4853" /> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
