Re: [Development] QtQuick: new Drag&Drop crashes

2014-01-21 Thread Mitch Curtis
https://bugreports.qt-project.org/browse/QTBUG-35702 On 01/21/2014 09:54 AM, Fabien Castan wrote: > Hi, > I get some troubles in building Qt by myself... (errors with pch files). > Could someone with a debug version of qmlscene try to open the external > drag&drop example ? > > qmlscene > qt5/qtde

Re: [Development] QtQuick: new Drag&Drop crashes

2014-01-21 Thread Fabien Castan
Hi, I get some troubles in building Qt by myself... (errors with pch files). Could someone with a debug version of qmlscene try to open the external drag&drop example ? qmlscene qt5/qtdeclarative/examples/quick/externaldraganddrop/ externaldraganddrop.qml It's reproductible. Just try to drag the

Re: [Development] QtQuick: new Drag&Drop crashes

2014-01-20 Thread Thiago Macieira
Please run valgrind with debug-mode Qt too. Valgrinding release-mode Qt is not helpful. We need to know what these question marks mean: On terça-feira, 21 de janeiro de 2014 01:36:36, Fabien Castan wrote: > ==22064== Invalid read of size 8 > ==22064==at 0x6306D30: QDrag::mimeData() const (in

Re: [Development] QtQuick: new Drag&Drop crashes

2014-01-20 Thread Fabien Castan
Tested on ubuntu 13.10 64 bits. Valgrind result: ==22064== Memcheck, a memory error detector ==22064== Copyright (C) 2002-2012, and GNU GPL'd, by Julian Seward et al. ==22064== Using Valgrind-3.8.1 and LibVEX; rerun with -h for copyright info ==22064== Command: /opt/Qt5.2.0/5.2.0/gcc_64/bin/qmlsc

Re: [Development] QtQuick: new Drag&Drop crashes

2014-01-20 Thread Thiago Macieira
On terça-feira, 21 de janeiro de 2014 01:22:18, Fabien Castan wrote: > #0 0x7645bd34 in QDrag::mimeData() const () from > /opt/Qt5.2.0/5.2.0/gcc_64/bin/../lib/libQt5Gui.so.5 > #1 0x7fffef8df357 in ?? () from > /opt/Qt5.2.0/5.2.0/gcc_64/plugins/platforms/libqxcb.so > #2 0x7fffef8d

[Development] QtQuick: new Drag&Drop crashes

2014-01-20 Thread Fabien Castan
Hi, The example to use the new property "Drag.dragType: Drag.Automatic" crashes: /opt/Qt5.2.0/5.2.0/gcc_64/bin/qmlscene qt5/qtdeclarative/examples/quick/externaldraganddrop/externaldraganddrop.qml Program received signal SIGSEGV, Segmentation fault. 0x7645bd34 in QDrag::mimeData() const