Re: [lldb-dev] issue with lldb9 and python3.5

2019-10-28 Thread Ted Woodward via lldb-dev
Internally on Windows we use Python 3.5.1. I just ran our latest nightly, and was able to run the script interpreter in lldb without issues. I want to upgrade to 3.7.x, but I need to get permission from our lawyers to ship it. Looking forward to that… From: lldb-dev On Behalf Of Adrian

Re: [lldb-dev] issue with lldb9 and python3.5

2019-10-28 Thread Adrian McCarthy via lldb-dev
+1 Yes, for Windows, I'd be happy if we said Python 3.6+. On Mon, Oct 28, 2019 at 10:07 AM Jonas Devlieghere via lldb-dev < lldb-dev@lists.llvm.org> wrote: > On Mon, Oct 28, 2019 at 10:04 AM Jonas Devlieghere > wrote: > > > > On Mon, Oct 28, 2019 at 9:32 AM Tom Stellard > wrote: > > > > > > On

Re: [lldb-dev] issue with lldb9 and python3.5

2019-10-28 Thread Jonas Devlieghere via lldb-dev
On Mon, Oct 28, 2019 at 10:04 AM Jonas Devlieghere wrote: > > On Mon, Oct 28, 2019 at 9:32 AM Tom Stellard wrote: > > > > On 10/28/2019 09:29 AM, Jonas Devlieghere wrote: > > > Yes, Python 3.5 is not supported. We "officially" support Python 2.7 > > > and Python 3.7. I'm sorry if we forgot that

Re: [lldb-dev] issue with lldb9 and python3.5

2019-10-28 Thread Jonas Devlieghere via lldb-dev
On Mon, Oct 28, 2019 at 9:32 AM Tom Stellard wrote: > > On 10/28/2019 09:29 AM, Jonas Devlieghere wrote: > > Yes, Python 3.5 is not supported. We "officially" support Python 2.7 > > and Python 3.7. I'm sorry if we forgot that in the release notes. > > > > Is there a specific reason why 3.5 is not

[lldb-dev] [Bug 43830] lldb crashes when loading Python 3.6 interpreter

2019-10-28 Thread via lldb-dev
https://bugs.llvm.org/show_bug.cgi?id=43830 sguel...@redhat.com changed: What|Removed |Added Assignee|lldb-dev@lists.llvm.org |sguel...@redhat.com -- You are receiving

[lldb-dev] [Bug 43830] New: lldb crashes when loading Python 3.6 interpreter

2019-10-28 Thread via lldb-dev
https://bugs.llvm.org/show_bug.cgi?id=43830 Bug ID: 43830 Summary: lldb crashes when loading Python 3.6 interpreter Product: lldb Version: 9.0 Hardware: PC OS: Linux Status: NEW Severity: enhancement

Re: [lldb-dev] issue with lldb9 and python3.5

2019-10-28 Thread Tom Stellard via lldb-dev
On 10/28/2019 09:29 AM, Jonas Devlieghere wrote: > Yes, Python 3.5 is not supported. We "officially" support Python 2.7 > and Python 3.7. I'm sorry if we forgot that in the release notes. > Is there a specific reason why 3.5 is not supported? Is it because of this issue? -Tom > On Mon, Oct

Re: [lldb-dev] issue with lldb9 and python3.5

2019-10-28 Thread Jonas Devlieghere via lldb-dev
Yes, Python 3.5 is not supported. We "officially" support Python 2.7 and Python 3.7. I'm sorry if we forgot that in the release notes. On Mon, Oct 28, 2019 at 7:06 AM Tom Stellard via lldb-dev wrote: > > + lldb-dev > > On 10/28/2019 07:06 AM, Tom Stellard wrote: > > On 10/28/2019 03:50 AM,

Re: [lldb-dev] issue with lldb9 and python3.5

2019-10-28 Thread Tom Stellard via lldb-dev
+ lldb-dev On 10/28/2019 07:06 AM, Tom Stellard wrote: > On 10/28/2019 03:50 AM, Romaric Jodin via lldb-dev wrote: >> Hi everyone, >> >> I have lldb crashing since I've updated to lldb9. Seems like there is a >> issue with python3.5. Everything seems to work fine with python3.7. >> Am I missing

[lldb-dev] issue with lldb9 and python3.5

2019-10-28 Thread Romaric Jodin via lldb-dev
Hi everyone, I have lldb crashing since I've updated to lldb9. Seems like there is a issue with python3.5. Everything seems to work fine with python3.7. Am I missing something? Or is it a known issue? $ lldb (lldb) script #0 0x7f3d324c9c2a llvm::sys::PrintStackTrace(llvm::raw_ostream&)