[Bug 226224] devel/qtcreator: segfaults when trying to parse a QML file

2018-11-23 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=226224

Tobias C. Berner  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|In Progress |Closed

--- Comment #7 from Tobias C. Berner  ---
(In reply to Raul Becker from comment #6)
Thanks for following up on this. In this case I will close this now, and remove
the patch with the next update.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 226224] devel/qtcreator: segfaults when trying to parse a QML file

2018-11-17 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=226224

Raul Becker  changed:

   What|Removed |Added

 CC||raul.bec...@iki.fi

--- Comment #6 from Raul Becker  ---
Just informing you that I tried to compile/build qtcreator 4.8 beta as a normal
release version (no changes) and this bug has magically disappeared.
QML(javascript) designer tool works without issues.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 226224] devel/qtcreator: segfaults when trying to parse a QML file

2018-04-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=226224

Adriaan de Groot  changed:

   What|Removed |Added

 Status|Open|In Progress

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 226224] devel/qtcreator: segfaults when trying to parse a QML file

2018-04-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=226224

--- Comment #5 from Adriaan de Groot  ---
I didn't want to dig much deeper than qmljscontext, but I suspect there's an
underlying problem with memory management. During debug-by-printf I found that
there were weird values for *this ending up in Context::imports() -- for
objects that were never allocated. Inserting this silly qDebug() stops that.

qtcreator still hangs on exit, sometimes.

I'm hoping, actually, that this goes away by magic with the next version of
qtcreator, in spite of upstream's "meh" attitude.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 226224] devel/qtcreator: segfaults when trying to parse a QML file

2018-04-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=226224

--- Comment #4 from commit-h...@freebsd.org ---
A commit references this bug:

Author: adridg
Date: Fri Apr 13 11:56:51 UTC 2018
New revision: 467236
URL: https://svnweb.freebsd.org/changeset/ports/467236

Log:
  Massage devel/qtcreator to not crash on opening files.

  The patch describes itself as a hack. It is.

  PR:   226224
  Reported by:  j...@ixsystems.com
  Approved by:  tcberner (mentor, implicit)

Changes:
  head/devel/qtcreator/Makefile
  head/devel/qtcreator/files/
  head/devel/qtcreator/files/patch-src_libs_qmljs_qmljscontext.cpp

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 226224] devel/qtcreator: segfaults when trying to parse a QML file

2018-04-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=226224

Adriaan de Groot  changed:

   What|Removed |Added

 Status|New |Open
 CC||adr...@freebsd.org

--- Comment #3 from Adriaan de Groot  ---
So the upstream bug reaction is "yeah, whatevs".

I have never used qtcreator before, so the instructions to reproduce were
slightly mystifying to me. Here's what I did:

 1) run qtcreator from command line
 2) click *projects* button, then *new project*
 3) select *qt quick application - empty* and click *choose*
 4) leave all project settings at default; click *next* four times and then
*finish*
 5) a window appears, briefly, and then it cores out

Backtrace is basically the same as already reported:

(gdb) bt
#0  0x00081c108d02 in QmlJS::Context::imports ()
   from /usr/local/lib/qtcreator/libQmlJS.so.4
#1  0x00081c108db0 in QmlJS::Context::lookupType ()
   from /usr/local/lib/qtcreator/libQmlJS.so.4
#2  0x00081c10930c in QmlJS::Context::lookupReference ()
   from /usr/local/lib/qtcreator/libQmlJS.so.4
#3  0x00081c094758 in QmlJS::PrototypeIterator::hasNext ()

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 226224] devel/qtcreator: segfaults when trying to parse a QML file

2018-03-30 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=226224

Tobias C. Berner  changed:

   What|Removed |Added

URL||https://bugreports.qt.io/br
   ||owse/QTCREATORBUG-20183

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 226224] devel/qtcreator: segfaults when trying to parse a QML file

2018-03-07 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=226224

--- Comment #2 from q5sys  ---
Interestingly enough in an attempt to dig into this more I manually built
qtcreator with "qmake qtcreator.pro CONFIG+=debug && make && make install" and
this crash no longer occurs.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 226224] devel/qtcreator: segfaults when trying to parse a QML file

2018-03-03 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=226224

Tobias C. Berner  changed:

   What|Removed |Added

 CC||tcber...@freebsd.org
  Flags|maintainer-feedback?(kde@Fr |maintainer-feedback+
   |eeBSD.org)  |

--- Comment #1 from Tobias C. Berner  ---
Hi there

Yes, I can confirm this behaviour. 


mfg Tobias

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 226224] devel/qtcreator: segfaults when trying to parse a QML file

2018-02-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=226224

w.schwarzenf...@utanet.at changed:

   What|Removed |Added

Summary|devel/qtcreator |devel/qtcreator: segfaults
   ||when trying to parse a QML
   ||file
 CC||w.schwarzenf...@utanet.at

-- 
You are receiving this mail because:
You are the assignee for the bug.