Re: ASSERT: "bytes <= bufferSize" in file tools/qringbuffer.cpp, line 74

2017-06-13 Thread Lubomir I. Ivanov
On 13 June 2017 at 17:08, Thiago Macieira wrote: > On terça-feira, 13 de junho de 2017 03:09:51 PDT Linus Torvalds wrote: >> I seem to be the only one getting this, and I don't get it reliably >> either. It seems to be timing-related somehow, because it never >> happens under

Re: ASSERT: "bytes <= bufferSize" in file tools/qringbuffer.cpp, line 74

2017-06-13 Thread Thiago Macieira
On terça-feira, 13 de junho de 2017 03:09:51 PDT Linus Torvalds wrote: > I seem to be the only one getting this, and I don't get it reliably > either. It seems to be timing-related somehow, because it never > happens under gdb, but I *can* catch it with a core-dump and then get > gdb to show me

Re: ASSERT: "bytes <= bufferSize" in file tools/qringbuffer.cpp, line 74

2017-06-13 Thread Lubomir I. Ivanov
On 13 June 2017 at 13:09, Linus Torvalds wrote: > #14 0x7fa0764abe8b in Marble::MarbleModel::setMapThemeId(QString > const&) () from > /home/torvalds/src/install-root/lib/libssrfmarblewidget.so.21 looks very similar to a recent setMapThemId() related breakage

ASSERT: "bytes <= bufferSize" in file tools/qringbuffer.cpp, line 74

2017-06-13 Thread Linus Torvalds
I seem to be the only one getting this, and I don't get it reliably either. It seems to be timing-related somehow, because it never happens under gdb, but I *can* catch it with a core-dump and then get gdb to show me where it is. Backtrace appended in case it makes anybody go "yeah". This may be