[kdevelop] [Bug 426561] Crash on startup while parsing python code

2020-09-15 Thread Gaël de Chalendar
https://bugs.kde.org/show_bug.cgi?id=426561

--- Comment #5 from Gaël de Chalendar (aka Kleag)  ---
Python 3.8.2

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdevelop] [Bug 426561] Crash on startup while parsing python code

2020-09-15 Thread Francis Herne
https://bugs.kde.org/show_bug.cgi?id=426561

Francis Herne  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|REPORTED|RESOLVED
 CC||m...@flherne.uk

--- Comment #4 from Francis Herne  ---


*** This bug has been marked as a duplicate of bug 426292 ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdevelop] [Bug 426561] Crash on startup while parsing python code

2020-09-15 Thread Sven Brauch
https://bugs.kde.org/show_bug.cgi?id=426561

Sven Brauch  changed:

   What|Removed |Added

 CC||m...@svenbrauch.de

--- Comment #3 from Sven Brauch  ---
This is a crash in the AST code, seems related to the Python 3.8 changes done
very recently probably. What Python version is your KDevelop using?

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdevelop] [Bug 426561] Crash on startup while parsing python code

2020-09-15 Thread Gaël de Chalendar
https://bugs.kde.org/show_bug.cgi?id=426561

--- Comment #2 from Gaël de Chalendar (aka Kleag)  ---
Even after removing duchain cache and stopping background syntax analyzer, it
continues to crash.

Correction: after several restarts and several cache removing, it stopped to
crash.


When it crashed, messages in the console were:

Connecting to deprecated signal
QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString)
created new snippet repo
"/home/gael/.local/share/ktexteditor_snippets/data/Bash.xml"
SnippetRepository(0x55bbb316b110)
Hspell: can't open /usr/share/hspell/hebrew.wgz.sizes.
kf.sonnet.clients.hspell: HSpellDict::HSpellDict: Init failed
kf.kio.widgets.kdirmodel: protocol mismatch: "" vs "file"
Cyclic dependency detected between
"file:///usr/lib/x86_64-linux-gnu/qt5/qml/org/kde/kirigami.2/styles/org.kde.desktop.plasma/Units.qml"
and
"file:///usr/lib/x86_64-linux-gnu/qt5/qml/org/kde/kirigami.2/styles/org.kde.desktop.plasma/Units.qml"
qrc:/qml/Develop.qml:139:21: QML Heading: Binding loop detected for property
"font.pointSize"
qrc:/qml/area_code.qml:87:9: QML Heading: Binding loop detected for property
"font.pointSize"
qrc:/qml/area_code.qml:63:9: QML Heading: Binding loop detected for property
"font.pointSize"
qrc:/qml/storage.js:24: TypeError: Cannot call method 'openDatabaseSync' of
undefined
kdevelop.plugins.python.duchain: tuple type object is not available
kdevelop.plugins.python.duchain:  [ !!! ] did not get a typetrack container
object when expecting one! Fix code / setup.
kdevelop.plugins.python.duchain:  [ !!! ] did not get a typetrack container
object when expecting one! Fix code / setup.
kdevelop.plugins.python.duchain: tuple type object is not available
kdevelop.plugins.python.duchain:  [ !!! ] did not get a typetrack container
object when expecting one! Fix code / setup.
kdevelop.plugins.python.duchain: tuple type object is not available
kdevelop.plugins.python.duchain: tuple type object is not available
kdevelop.plugins.python.duchain: tuple type object is not available
kdevelop.plugins.python.duchain: tuple type object is not available
python code checker error:
"/home/gael/.virtualenvs/pytorch/lib/python3.8/site-packages/pep8.py:110:
FutureWarning: Possible nested set at position 1\n  EXTRANEOUS_WHITESPACE_REGEX
= re.compile(r'[[({] | []}),;:]')\n"
remaining: 0 1075
kdevplatform.language: Could not open file
"/home/gael/.virtualenvs/pytorch/lib/python3.8/site-packages/torch/_C/__init__.py"
(path
"/home/gael/.virtualenvs/pytorch/lib/python3.8/site-packages/torch/_C/__init__.py"
)
OverflowError: Python int too large to convert to C long
kdevplatform.shell: Broken text-document: 
QUrl("file:///tmp/kdevelop_HfwQsq.patch")
qrc:/qml/storage.js:24: TypeError: Cannot call method 'openDatabaseSync' of
undefined
OverflowError: Python int too large to convert to C long
OverflowError: Python int too large to convert to C long
OverflowError: Python int too large to convert to C long
OverflowError: Python int too large to convert to C long
Unsupported _expr AST type:  37
Unsupported _expr AST type:  7500915
QSocketNotifier: Invalid socket 6 and type 'Read', disabling...
QSocketNotifier: Invalid socket 10 and type 'Read', disabling...
QSocketNotifier: Invalid socket 22 and type 'Read', disabling...
QSocketNotifier: Invalid socket 27 and type 'Read', disabling...
QSocketNotifier: Invalid socket 24 and type 'Read', disabling...
The X11 connection broke (error 1). Did the X11 server die?
ClassDeclarationData::baseClasses There were items left on destruction: 2208
ProblemData::diagnostics There were items left on destruction: 2629
DUContextData::m_uses There were items left on destruction: 29556

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdevelop] [Bug 426561] Crash on startup while parsing python code

2020-09-15 Thread Gaël de Chalendar
https://bugs.kde.org/show_bug.cgi?id=426561

--- Comment #1 from Gaël de Chalendar (aka Kleag)  ---
Created attachment 131676
  --> https://bugs.kde.org/attachment.cgi?id=131676=edit
New crash information added by DrKonqi

DrKonqi auto-attaching complete backtrace.

-- 
You are receiving this mail because:
You are watching all bug changes.