ensisoft / newsflash-plus

The Worlds Best Newsreader!
6 stars 0 forks source link

Memory corruption in WebEngine #21

Open ensisoft opened 9 years ago

ensisoft commented 9 years ago

Sometimes when submitting QNAM requests glibc detects a memory corruption and prints some diagnostics such as \ glibc detected * ...: invalid fastbin entry (free): 0x00007fc384ced120 ** malloc(): memory corruption (fast): 0x000000000063b6fd

The culprit for this error seems to be somewhere in Qt but this is not yet confirmed.

ensisoft commented 9 years ago

Seems likely to be connected to the issue here https://bugreports.qt.io/browse/QTBUG-22694

ensisoft commented 9 years ago

app/unit_test/unit_test_webengine.cpp will demonstrate the issue.