flavio / qjson

QJson is a qt-based library that maps JSON data to QVariant objects.
http://qjson.sourceforge.net
GNU Lesser General Public License v2.1
287 stars 140 forks source link

Ubuntu 14.04 parse fail #78

Open acrap opened 9 years ago

acrap commented 9 years ago

Qt 5.2.1 ubuntu 14.04 x64 Crash with segfault on parse(QByteArray,bool) method

flavio commented 9 years ago

Does that happen with all types of JSON data or with a specific file? Are you using the ubuntu package or latest version from git?