pharo-rdbms / Pharo-SQLite3

Community-owned official SQLite3 binding for Pharo
MIT License
22 stars 20 forks source link

Connection tests segfaults in Pharo 11 #65

Closed gcotelli closed 1 year ago

gcotelli commented 1 year ago

Running the tests using a Pharo 11 image we consistently get a segmentation fault when finalizing SQLite3StatementExternalObject.

Using the same VM with a Pharo 10 image everything works as expected.

Virtual Machine
---------------
/usr/bin/pharo-vm/10-x86_64/lib/pharo-vm-10
CoInterpreter VMMaker-tonel.1 uuid: dee5446d-beb7-0d00-9fd2-81360cc4fcbd May 10 2023
StackToRegisterMappingCogit VMMaker-tonel.1 uuid: dee5446d-beb7-0d00-9fd2-81360cc4fcbd May 10 2023
v10.0.5 - Commit: 2757766f6 - Date: 2023-05-05 13:46:09 +0200

Pharo 10.0.5-2757766f6 built on May 10 2023 17:29:15 Compiler: 12.2.1 20230201
VMMaker versionString v10.0.5 - Commit: 2757766f6 - Date: 2023-05-05 13:46:09 +0200
CoInterpreter VMMaker-tonel.1 uuid: dee5446d-beb7-0d00-9fd2-81360cc4fcbd May 10 2023
StackToRegisterMappingCogit VMMaker-tonel.1 uuid: dee5446d-beb7-0d00-9fd2-81360cc4fcbd May 10 2023

Find attached the crash.dmp.txt file in case is useful for diagnosing the problem.