lidavidm commented on issue #1531:
URL: https://github.com/apache/arrow-adbc/issues/1531#issuecomment-2007756904

   Or actually, please use the updated wheels here (scroll down to 
"python3.12-windows" etc): 
https://github.com/apache/arrow-adbc/actions/runs/8347053159?pr=1599
   
   Also, please extract "adbc_driver_postgresql.pdb" from the ZIP file and 
place it next to your script/in the PWD so that the backtrace handler can find 
it. If all goes well, a crash should print something like this, which will let 
us debug the issue:
   
   ```
   #5    Object "", at 00007FF860185F99, in PyBytes_Repeat
   #4    Object "", at 00007FF899441D61, in AdbcDriver::operator=
   #3    Object "", at 00007FF89946D5C6, in AdbcConnectionSetOption
   #2    Source "C:\Users\User\arrow-adbc\c\driver\sqlite\sqlite.c", line 254, 
in SqliteConnectionSetOption [00007FF84A115712]
   #1    Source "C:\Users\User\arrow-adbc\c\driver\sqlite\sqlite.c", line 145, 
in ExecuteQuery [00007FF84A115215]
   #0    Object "", at 00007FF860EAFF3E, in memset
   ```


-- 
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]

Reply via email to