Closed GoogleCodeExporter closed 9 years ago
I changed the qt demo browser using the same way of arora to create the
completer:
m_completer = new QCompleter(this);
m_completer->setModel(m_stringListModel);
in this way also qt browser crashes.
So it seems a QT bug.
Original comment by lucamarz...@gmail.com
on 7 Jun 2012 at 10:35
Hmmm, so should we change to workaround the issue or report a bug to Qt?
Original comment by ice...@gmail.com
on 8 Jun 2012 at 4:25
Anyway, I already reported the bug to Qt:
https://bugreports.qt-project.org/browse/QTBUG-26064
in the meanwhile, I think arora has to applay the workaround.
Original comment by lucamarz...@gmail.com
on 8 Jun 2012 at 12:13
Original comment by ice...@gmail.com
on 8 Jun 2012 at 2:46
Fixed in rev b14441dd83c080c1dae3a34f4c825c68b2299c2c
Original comment by ice...@gmail.com
on 13 Jun 2012 at 2:54
hi,
Iam using Ti Am335x processor based on ARM Cortex A8. I am using
qt-everywhere-opensource-src-4.8.4 and QtWebkit. I compiled
qt-everywhere-opensource-src-4.8.4, QtWebkit and Arora from ptxdist buildsytem.
I am able to run qt demos & examples successfully. But when I am trying to run
arora web browser it is getting crashed by giving Illegal instruction. I am
running arora as below:
root@phyBOARD-WEGA-AM335x:~ arora --help
Illegal instruction
My arora version is 0.11
Original comment by vattipal...@gmail.com
on 5 Jun 2014 at 12:43
Original issue reported on code.google.com by
lucamarz...@gmail.com
on 7 Jun 2012 at 10:21