[kdevelop] [Bug 363180] The qmljs parser crashes in QmlJS::getDeclaration

2017-09-15 Thread Jonathan Verner
https://bugs.kde.org/show_bug.cgi?id=363180

--- Comment #14 from Jonathan Verner  ---
"comment"=>"confirm"; its too late for me to be replying :-) Plus I forgot to
mention that my version is 5.1.2 With 5.2 (nightly AppImage) it doesn't crash
either.

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

[kdevelop] [Bug 363180] The qmljs parser crashes in QmlJS::getDeclaration

2017-09-15 Thread Jonathan Verner
https://bugs.kde.org/show_bug.cgi?id=363180

--- Comment #13 from Jonathan Verner  ---
I can comment that the crash does not appear anymore.

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

[kdevelop] [Bug 363180] The qmljs parser crashes in QmlJS::getDeclaration

2017-09-15 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=363180

Kevin Funk  changed:

   What|Removed |Added

 Resolution|--- |WAITINGFORINFO
 Status|UNCONFIRMED |RESOLVED

--- Comment #12 from Kevin Funk  ---
@Jonathan: Could you please check whether this is still a problem in newer
KDevelop?

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

[kdevelop] [Bug 363180] The qmljs parser crashes in QmlJS::getDeclaration

2016-05-28 Thread Jonathan Verner via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=363180

--- Comment #11 from Jonathan Verner  ---
@Denis: No problem, the workaround suggested by Kevin works o.k. for me. Great
to hear the bug is fixed in Kdevelop 5. I guess I will eventually be upgrading
to KDE 5 anyway.

Btw, kdevelop is the *BEST* IDE I ever used! Thanks for your hard and amazing
work.

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


[kdevelop] [Bug 363180] The qmljs parser crashes in QmlJS::getDeclaration

2016-05-28 Thread Denis Steckelmacher via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=363180

--- Comment #10 from Denis Steckelmacher  ---
I cannot reproduce the crash on KDevelop 5.0 (git version), that contains a
KDevelop5-ready version of QML/JS. Your bug seems to have been fixed in the
meantime. KDevelop 4 being still maintained (I think), I'll try to reproduce
the bug on that version with kdev-qmljs 1.7.0. It may take a couple days,
though, as I'm currently trying to fix bugs in the 5.0 version.

If your KDevelop is older than 4.7.3 (released this January, along with
kdevplatform 1.7.3), you may try to update it and see if the bug is still
present. The crash happens in
KDevelop::IndexedQualifiedIdentifier::IndexedQualifiedIdentifier(), quite deep
into KDevPlatform code. It may be caused by an improper use of the library by
kdev-qmljs, or by a bug that is now fixed.

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


[kdevelop] [Bug 363180] The qmljs parser crashes in QmlJS::getDeclaration

2016-05-28 Thread Jonathan Verner via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=363180

--- Comment #9 from Jonathan Verner  ---
Note that the problematic file assign.js is in the rxjs/util/ directory.

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


[kdevelop] [Bug 363180] The qmljs parser crashes in QmlJS::getDeclaration

2016-05-28 Thread Jonathan Verner via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=363180

--- Comment #8 from Jonathan Verner  ---
Created attachment 99227
  --> https://bugs.kde.org/attachment.cgi?id=99227=edit
The full node module showing the problem

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


[kdevelop] [Bug 363180] The qmljs parser crashes in QmlJS::getDeclaration

2016-05-28 Thread Denis Steckelmacher via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=363180

--- Comment #7 from Denis Steckelmacher  ---
Could you attach the contents of "./root" as a ZIP? If I open your file, it
parses properly but most of its types are unknown because "require('./root')"
does not find anything to import.

If ./root is large and/or contains files that you don't want to disclose, you
may want to try to build a simplified project with your file and an empty
./root directory, to which you progressively add files until the crash occurs.
This takes more time, though.

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


[kdevelop] [Bug 363180] The qmljs parser crashes in QmlJS::getDeclaration

2016-05-18 Thread Jonathan Verner via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=363180

--- Comment #6 from Jonathan Verner  ---
@Kevin Funk: Thanks very much! I should have googled for this, sorry for
wasting your time.

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


[kdevelop] [Bug 363180] The qmljs parser crashes in QmlJS::getDeclaration

2016-05-18 Thread Kevin Funk via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=363180

--- Comment #5 from Kevin Funk  ---
See here: http://comments.gmane.org/gmane.comp.kde.users.kdevelop/7102 -- HTH

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


[kdevelop] [Bug 363180] The qmljs parser crashes in QmlJS::getDeclaration

2016-05-18 Thread Jonathan Verner via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=363180

--- Comment #4 from Jonathan Verner  ---
P.S. As a shortterm workaround Is it possible to tell kdevelop to skip parsing
a given file?

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


[kdevelop] [Bug 363180] The qmljs parser crashes in QmlJS::getDeclaration

2016-05-17 Thread Kevin Funk via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=363180

Kevin Funk  changed:

   What|Removed |Added

 CC||steckde...@yahoo.fr

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


[kdevelop] [Bug 363180] The qmljs parser crashes in QmlJS::getDeclaration

2016-05-17 Thread Jonathan Verner via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=363180

--- Comment #2 from Jonathan Verner  ---
Created attachment 99033
  --> https://bugs.kde.org/attachment.cgi?id=99033=edit
File which crashes kdevelop

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


[kdevelop] [Bug 363180] The qmljs parser crashes in QmlJS::getDeclaration

2016-05-17 Thread Jonathan Verner via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=363180

--- Comment #1 from Jonathan Verner  ---
Created attachment 99032
  --> https://bugs.kde.org/attachment.cgi?id=99032=edit
first 100 and last 100 frames from backtrace

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