paleolimbot opened a new issue, #1212: URL: https://github.com/apache/arrow-adbc/issues/1212
From the extended R checks added on #1210 ( https://github.com/apache/arrow-adbc/actions/runs/6568737953/job/17843601867?pr=1210 ) ``` ==7862== Warning: set address range perms: large range [0x26589000, 0x46589000) (noaccess) ==7862== Warning: client switching stacks? SP change: 0xb279ca8 --> 0xc0000667d8 ==7862== to suppress, use: --max-stackframe=824446995248 or greater ==7862== Warning: client switching stacks? SP change: 0xc000066778 --> 0xb279d38 ==7862== to suppress, use: --max-stackframe=824446995008 or greater ==7862== Warning: client switching stacks? SP change: 0xb279d38 --> 0xc000066778 ==7862== to suppress, use: --max-stackframe=824446995008 or greater ==7862== further instances of this message will not be shown. ==7862== Thread 2: ==7862== Conditional jump or move depends on uninitialised value(s) ==7862== at 0x20D3E8C3: runtime.adjustframe (stack.go:577) ==7862== by 0x20D49AED: runtime.gentraceback (traceback.go:332) ==7862== by 0x20D3EE94: runtime.copystack (stack.go:934) ==7862== by 0x20D3F416: runtime.newstack (stack.go:1114) ==7862== by 0x20D558FF: runtime.morestack.abi0 (asm_amd64.s:574) ==7862== by 0x20D5A486: runtime.newproc.abi0 (<autogenerated>:1) ==7862== by 0x21BE4CDF: ??? ==7862== ==7862== Conditional jump or move depends on uninitialised value(s) ==7862== at 0x20D3E8C9: runtime.adjustframe (stack.go:577) ==7862== by 0x20D49AED: runtime.gentraceback (traceback.go:332) ==7862== by 0x20D3EE94: runtime.copystack (stack.go:934) ==7862== by 0x20D3F416: runtime.newstack (stack.go:1114) ==7862== by 0x20D558FF: runtime.morestack.abi0 (asm_amd64.s:574) ==7862== by 0x20D5A486: runtime.newproc.abi0 (<autogenerated>:1) ==7862== by 0x21BE4CDF: ??? ==7862== Invalid read of size 32 ==7862== at 0x20CF2F6E: indexbytebody (indexbyte_amd64.s:126) ==7862== Address 0x14912990 is 0 bytes inside a block of size 31 alloc'd ==7862== at 0x4849013: operator new(unsigned long) (in /usr/libexec/valgrind/vgpreload_memcheck-amd64-linux.so) ==7862== by 0x99660BD: std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_mutate(unsigned long, unsigned long, char const*, unsigned long) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30) ==7862== by 0x996725D: std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_replace(unsigned long, unsigned long, char const*, unsigned long) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30) ==7862== by 0x2033C868: assign (basic_string.h:1459) ==7862== by 0x2033C868: operator= (basic_string.h:690) ==7862== by 0x2033C868: AdbcDatabaseSetOption (adbc_driver_manager.cc:773) ==7862== by 0x20340424: adbc_set_option<AdbcDatabase, char const*> (options.cc:51) ==7862== by 0x20340424: RAdbcDatabaseSetOption (options.cc:70) ``` And a lot of: ``` ==7862== Address 0xc000298350 is in a rw- anonymous segment ``` The details here are over my head (perhaps some of these should be suppressed) -- 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]
