dmpetrov commented on issue #43497:
URL: https://github.com/apache/arrow/issues/43497#issuecomment-3043723163

   This is lldb stack trace. I hope it will help.
   ```
   $ lldb python
   (lldb) run example.py
   Process 64890 launched: '/.../python' (arm64)
   Process 64890 stopped
   * thread #2, stop reason = exec
       frame #0: 0x00000001000147c0 dyld`_dyld_start
   dyld`_dyld_start:
   ->  0x1000147c0 <+0>:  mov    x0, sp
       0x1000147c4 <+4>:  and    sp, x0, #0xfffffffffffffff0
       0x1000147c8 <+8>:  mov    x29, #0x0 ; =0
       0x1000147cc <+12>: mov    x30, #0x0 ; =0
   Target 0: (Python) stopped.
   (lldb) c
   Process 64890 resuming
   Schema from dataset:
   URL: string
   TEXT: string
   WIDTH: double
   HEIGHT: double
   similarity: double
   punsafe: double
   pwatermark: double
   AESTHETIC_SCORE: double
   hash: int64
   
   Data from dataset:
                                                    URL  ...                 
hash
   0  https://endscan.com/media/36373/fb0bf7b2abe7ac...  ...   
929872200875109155
   1  https://static0.colliderimages.com/wordpress/w...  ...  
8338800302313723098
   2  https://images.squarespace-cdn.com/content/v1/...  ...  
7578604913656441916
   
   [3 rows x 9 columns]
   
   ^C
   
   Process 64890 stopped
   * thread #2, queue = 'com.apple.main-thread', stop reason = signal SIGSTOP
       frame #0: 0x00000001864ec3cc libsystem_kernel.dylib`__psynch_cvwait + 8
   libsystem_kernel.dylib`__psynch_cvwait:
   ->  0x1864ec3cc <+8>:  b.lo   0x1864ec3ec    ; <+40>
       0x1864ec3d0 <+12>: pacibsp
       0x1864ec3d4 <+16>: stp    x29, x30, [sp, #-0x10]!
       0x1864ec3d8 <+20>: mov    x29, sp
   Target 0: (Python) stopped.
   (lldb) thread backtrace all
   * thread #2, queue = 'com.apple.main-thread', stop reason = signal SIGSTOP
     * frame #0: 0x00000001864ec3cc libsystem_kernel.dylib`__psynch_cvwait + 8
       frame #1: 0x000000018652b0e0 libsystem_pthread.dylib`_pthread_cond_wait 
+ 984
       frame #2: 0x000000018645b298 
libc++.1.dylib`std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&)
 + 32
       frame #3: 0x00000001144e59d8 
libarrow.2000.dylib`arrow::internal::ThreadPool::Shutdown(bool) + 176
       frame #4: 0x00000001144e5874 
libarrow.2000.dylib`arrow::internal::ThreadPool::~ThreadPool() + 56
       frame #5: 0x00000001144e5b14 
libarrow.2000.dylib`arrow::internal::ThreadPool::~ThreadPool() + 12
       frame #6: 0x0000000114270378 
libarrow.2000.dylib`std::__1::shared_ptr<arrow::internal::ThreadPool>::~shared_ptr[abi:ue170006]()
 + 56
       frame #7: 0x00000001863e2944 libsystem_c.dylib`__cxa_finalize_ranges + 
480
       frame #8: 0x00000001863e2704 libsystem_c.dylib`exit + 44
       frame #9: 0x0000000186534dc8 
libdyld.dylib`dyld4::LibSystemHelpers::exit(int) const + 20
       frame #10: 0x000000018618acac 
dyld`dyld4::LibSystemHelpersWrapper::exit(int) const + 172
       frame #11: 0x000000018618abc8 dyld`start + 6124
     thread #3
       frame #0: 0x00000001864ea8b0 libsystem_kernel.dylib`__workq_kernreturn + 
8
   ```


-- 
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: github-unsubscr...@arrow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to