code-google-com / arora

Automatically exported from code.google.com/p/arora
0 stars 0 forks source link

Arora crash #957

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Compile arora from trunk (May 24, 2011)
2.Compile QT 4.8.2
3.Run Arora on cortex A8 arm based device

What is the expected output? 
Arora running

What do you see instead?
A crash

The code crashs on src/toolbarsearch.cpp when the line 
     m_completer = new QCompleter(this);
has been executed.

I changed the line in the following way (as qt browser example does):
     m_completer = new QCompleter(m_model,this);
and arora works well.

Original issue reported on code.google.com by lucamarz...@gmail.com on 7 Jun 2012 at 10:21

GoogleCodeExporter commented 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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago

Original comment by ice...@gmail.com on 8 Jun 2012 at 2:46

GoogleCodeExporter commented 9 years ago
Fixed in rev b14441dd83c080c1dae3a34f4c825c68b2299c2c

Original comment by ice...@gmail.com on 13 Jun 2012 at 2:54

GoogleCodeExporter commented 9 years ago
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