Re: [Qt-creator] Odd QtCreator hang

2018-04-25 Thread Murphy, Sean
> Am 17.04.2018 um 18:01 schrieb Murphy, Sean: > >>> Disassembler > >>> 0x7741000c cc int3 > >>> 0x7741000d <+0x0001>c3 ret > >>> 0x7741000e <+0x0002>90 nop > >> > >> There are other threads running at that time. The output

Re: [Qt-creator] Odd QtCreator hang

2018-04-25 Thread Robert Löhning
Am 17.04.2018 um 18:01 schrieb Murphy, Sean: Disassembler 0x7741000c cc int3 0x7741000d <+0x0001>c3 ret 0x7741000e <+0x0002>90 nop There are other threads running at that time. The output of 'thread apply all backtrace

Re: [Qt-creator] Odd QtCreator hang

2018-04-17 Thread Murphy, Sean
> > Disassembler > > 0x7741000c cc int3 > > 0x7741000d <+0x0001>c3 ret > > 0x7741000e <+0x0002>90 nop > > There are other threads running at that time. The output of > 'thread apply all backtrace full' would be

Re: [Qt-creator] Odd QtCreator hang

2018-04-17 Thread André Pönitz
On Tue, Apr 17, 2018 at 12:27:07PM +, Murphy, Sean wrote: > > > I've got an odd hang with QtCreator when debugging my software. > > Oh, as you are on Windows, that's the third platform that show > > clipboard-related strage effects. > > > > We already have QTCREATORBUG-20262 and QTBUG-67729.

Re: [Qt-creator] Odd QtCreator hang

2018-04-17 Thread Murphy, Sean
> > I've got an odd hang with QtCreator when debugging my software. > Oh, as you are on Windows, that's the third platform that show > clipboard-related strage effects. > > We already have QTCREATORBUG-20262 and QTBUG-67729. Can you please > check > these? I had stumbled upon QTBUG-67729

Re: [Qt-creator] Odd QtCreator hang

2018-04-17 Thread André Hartmann
Hi Sean, I've got an odd hang with QtCreator when debugging my software. Oh, as you are on Windows, that's the third platform that show clipboard-related strage effects. We already have QTCREATORBUG-20262 and QTBUG-67729. Can you please check these? Regards, André [1]

[Qt-creator] Odd QtCreator hang

2018-04-16 Thread Murphy, Sean
I've got an odd hang with QtCreator when debugging my software. I've got the following function where I'm trying to copy the data out of a QTableView to the clipboard in a format that will allow the resulting data to be pasted directly into an Excel spreadsheet. Here's the function: void