pitrou commented on issue #40088:
URL: https://github.com/apache/arrow/issues/40088#issuecomment-2858562862

   I'm just seeing your stack trace btw:
   ```
   87 Python3                  0x0000000104cb4eb4 PyRun_StringFlags + 152
   88 LLDB                     0x0000000116b8f3f4 
lldb_private::python::runStringMultiLine(llvm::Twine const&, 
lldb_private::python::PythonDictionary const&, 
lldb_private::python::PythonDictionary const&) + 148
   89 LLDB                     0x0000000116b9503c 
lldb_private::ScriptInterpreterPythonImpl::ExecuteMultipleLines(char const*, 
lldb_private::ExecuteScriptOptions const&) + 884
   90 LLDB                     0x0000000116b9a5c8 
lldb_private::ScriptInterpreterPythonImpl::LoadScriptingModule(char const*, 
lldb_private::LoadScriptOptions const&, lldb_private::Status&, 
std::__1::shared_ptr<lldb_private::StructuredData::Object>*, 
lldb_private::FileSpec) + 1924
   91 LLDB                     0x0000000116d9342c 
CommandObjectCommandsScriptImport::DoExecute(lldb_private::Args&, 
lldb_private::CommandReturnObject&) + 328
   92 LLDB                     0x00000001167a5ad0 
lldb_private::CommandObjectParsed::Execute(char const*, 
lldb_private::CommandReturnObject&) + 656
   93 LLDB                     0x000000011679c75c 
lldb_private::CommandInterpreter::HandleCommand(char const*, 
lldb_private::LazyBool, lldb_private::CommandReturnObject&, bool) + 2024
   94 LLDB                     0x000000011679ff9c 
lldb_private::CommandInterpreter::IOHandlerInputComplete(lldb_private::IOHandler&,
 std::__1::basic_string<char, std::__1::char_traits<char>, 
std::__1::allocator<char>>&) + 828
   95 LLDB                     0x00000001166d77c8 
lldb_private::IOHandlerEditline::Run() + 304
   96 LLDB                     0x00000001166bc0c4 
lldb_private::Debugger::RunIOHandlers() + 140
   97 LLDB                     0x00000001167a1178 
lldb_private::CommandInterpreter::RunCommandInterpreter(lldb_private::CommandInterpreterRunOptions&)
 + 196
   98 LLDB                     0x000000011651d798 
lldb::SBDebugger::RunCommandInterpreter(bool, bool) + 124
   99 lldb                     0x00000001041402b8 Driver::MainLoop() + 2712
   100 lldb                     0x0000000104140d14 main + 2036
   101 dyld                     0x000000018145d0e0 start + 2360
   ```
   
   Is this the [Python scripting facility for 
LLDB](https://lldb.llvm.org/use/python.html)? Is it where the crash is 
happening?


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