Details
-
Bug
-
Resolution: Cannot Reproduce
-
Not Evaluated
-
None
-
5.8.0
-
None
-
Distributor ID: Ubuntu
Description: Ubuntu 16.04.1 LTS
Release: 16.04
Codename: xenial
g++ --version
g++ (Ubuntu 5.4.0-6ubuntu1~16.04.4) 5.4.0 20160609
Copyright (C) 2015 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
qmake --version
QMake version 3.1
Using Qt version 5.8.0 in /opt/qt/5.8/gcc_64/lib
protoc --version
libprotoc 2.6.1
Distributor ID: Ubuntu Description: Ubuntu 16.04.1 LTS Release: 16.04 Codename: xenial g++ --version g++ (Ubuntu 5.4.0-6ubuntu1~16.04.4) 5.4.0 20160609 Copyright (C) 2015 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. qmake --version QMake version 3.1 Using Qt version 5.8.0 in /opt/qt/5.8/gcc_64/lib protoc --version libprotoc 2.6.1
Description
After upgrade Qt to 5.8.0, when I close the application is linked with protobuf, I've got the error message.
-
-
- Error in `./test': double free or corruption (out): 0x0000000000791be0 ***
======= Backtrace: =========
/lib/x86_64-linux-gnu/libc.so.6(+0x777e5)[0x7fb344cf67e5]
/lib/x86_64-linux-gnu/libc.so.6(+0x7fe0a)[0x7fb344cfee0a]
/lib/x86_64-linux-gnu/libc.so.6(cfree+0x4c)[0x7fb344d0298c]
/usr/lib/x86_64-linux-gnu/libprotobuf-lite.so.9(_ZN6google8protobuf8internal28DestroyDefaultRepeatedFieldsEv+0x1f)[0x7fb331b0149f]
/usr/lib/x86_64-linux-gnu/libprotobuf.so.9(_ZN6google8protobuf23ShutdownProtobufLibraryEv+0x8b)[0x7fb34657eb3b]
/usr/lib/x86_64-linux-gnu/libmirprotobuf.so.3(+0x20329)[0x7fb331f47329]
/lib64/ld-linux-x86-64.so.2(+0x10c17)[0x7fb34685fc17]
/lib/x86_64-linux-gnu/libc.so.6(+0x39ff8)[0x7fb344cb8ff8]
/lib/x86_64-linux-gnu/libc.so.6(+0x3a045)[0x7fb344cb9045]
/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf7)[0x7fb344c9f837]
- Error in `./test': double free or corruption (out): 0x0000000000791be0 ***
-