Bug#783293: browsers crash with 'illegal instruction' on i586

2015-04-28 Thread Lisandro Damián Nicanor Pérez Meyer
tag 783293 moreinfo
thanks

Hi Hikaru! Is there any chance for you to see if this also happens with arora? 
The difference here is that arora currently uses Qt5 and it would be useful to 
know if the bug is also reproducible there.

Kinds regards, Lisandro.

-- 
All of us have bad luck and good luck. The man who persists through
the bad luck - who keeps right on going - is the man who is there
when the good luck comes - and is ready to receive it.

Lisandro Damián Nicanor Pérez Meyer
http://perezmeyer.com.ar/
http://perezmeyer.blogspot.com/


signature.asc
Description: This is a digitally signed message part.


Processed: Re: Bug#783293: browsers crash with 'illegal instruction' on i586

2015-04-28 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tags 783293 +wontfix
Bug #783293 [libqtwebkit4,libjavascriptcoregtk-3.0-0] browsers using webkit 
crash with 'illegal instruction' on i586
Added tag(s) wontfix.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
783293: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=783293
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/handler.s.c.143024476021958.transcr...@bugs.debian.org



Bug#783293: browsers crash with 'illegal instruction' on i586

2015-04-28 Thread Sune Vuorela
tags 783293 +wontfix
thanks

On Saturday 25 April 2015 20:29:57 Bernhard Übelacker wrote:
> I tried as a workaround to build a libqtwebkit package with attached
> little modification (does disable JIT, like for other archs).
> With this the browser does not crash.
> 
> Again unfortunately this packages have not distinct files for i586 and
> i686 like e.g. libav.
> Therefore would such a change affect every x86 user of this package.
> So this is also just a workaround.

I agree that just disabling the JITter is not an option. If someone improves 
the jitter, or making jitting optional for these architectures, we can look 
into it again. Until a patch shows up that does that, I'm going to mark this 
wontfix from the qt side of things.

/Sune
-- 
I didn’t stop pretending when I became an adult, it’s just that when I was a 
kid I was pretending that I fit into the rules and structures of this world. 
And now that I’m an adult, I pretend that those rules and structures exist.
   - zefrank


--
To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/1703197.eg6Bg0m2Qz@dabney



Problem with icon theme in qt5 in Jessie

2015-04-28 Thread Michael Krylov
Hello.

I've just switched to Jessie and stumbled upon some kind of bug, which
I will describe here.

I use LXDE with some qt applications, like transmission-qt. When I
launched transmission-qt, I noticed that icon theme that I use in gtk
applications (elementary) has not been activated, instead of that
default gnome 3 theme was used. I tried to find reason for that in
configuration (e.g. environmental variables, gconf, etc), but that was
in vain. Finally I tried to check another qt5 application icon theme,
qpdfviewer, and, when I installed that, icon theme magically became
right. But when I uninstalled it, icon theme broke again.

I noticed that qpdfview depends on libqt5svg5, so I decided to install
it separately, and yeah, installing this package fixed that icon theme
bug. I suppose that if icon theme use svg icons and this package is not
installed, it won't work.

So, I want to suggest creating a dependency in some package (libqt5gui5
maybe?) to libqt5svg5 to fix that bug.

Anyways, thank you for your hard work! And sorry for my bad english...

--
Best regards,
Krylov Michael.


-- 
To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20150428181514.ga3...@sqrt.uni.cx



Bug#783293: browsers crash with 'illegal instruction' on i586

2015-04-28 Thread Emilio Pozuelo Monfort
On 25/04/15 20:29, Bernhard Übelacker wrote:
> Hello hikaru,
> tried to have a look at the browser crashes.
> 
> Unfortunately there it seems some part of the webkit engine does generate code
> 'just in time'. But this generator uses instructions like 'fucomip', which is
> only available on later than pentium.
> 
> I tried as a workaround to build a libqtwebkit package with attached little
> modification (does disable JIT, like for other archs).
> With this the browser does not crash.
> 
> Again unfortunately this packages have not distinct files for i586 and i686 
> like
> e.g. libav.
> Therefore would such a change affect every x86 user of this package.
> So this is also just a workaround.
> 
> (I have not tested it, but I would expect this is the
> same case for libjavascriptcoregtk-3.0-0.)

If you can try webkitgtk, you should be able to set JavaScriptCoreUseJIT=0 in
the environment as a workaround.

Cheers,
Emilio


-- 
To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/553fe232.60...@debian.org



Re: Problem with icon theme in qt5 in Jessie

2015-04-28 Thread Lisandro Damián Nicanor Pérez Meyer
On Tuesday 28 April 2015 21:15:14 Michael Krylov wrote:
> Hello.

Hi Michael!
 
> I've just switched to Jessie and stumbled upon some kind of bug, which
> I will describe here.
> 
> I use LXDE with some qt applications, like transmission-qt. When I
> launched transmission-qt, I noticed that icon theme that I use in gtk
> applications (elementary) has not been activated, instead of that
> default gnome 3 theme was used. I tried to find reason for that in
> configuration (e.g. environmental variables, gconf, etc), but that was
> in vain. Finally I tried to check another qt5 application icon theme,
> qpdfviewer, and, when I installed that, icon theme magically became
> right. But when I uninstalled it, icon theme broke again.
> 
> I noticed that qpdfview depends on libqt5svg5, so I decided to install
> it separately, and yeah, installing this package fixed that icon theme
> bug. I suppose that if icon theme use svg icons and this package is not
> installed, it won't work.

Indeed I see the issue here.

> So, I want to suggest creating a dependency in some package (libqt5gui5
> maybe?) to libqt5svg5 to fix that bug.

Sadly that's not possible because libqt5svg5 depends on libqt5gui5, adding it 
would create a circular dependency.

*Maybe* we can consider adding a Recommends, but I'm not actually sure that's 
the best place to add it :-/

> Anyways, thank you for your hard work! And sorry for my bad english...

Thanks you for reporting the issue :) And your english is quite right :D


-- 
Sea estricto cuando envíe y tolerante cuando reciba. En otras palabras, solo
envíe paquetes que cumplan rigurosamente con lo estándares, pero espere
paquetes que tal vez no cumplan del todo y trate de lidiar con ellos.
  Andrew S. Tanenbaum, de su libro "Computer Networks"

Lisandro Damián Nicanor Pérez Meyer
http://perezmeyer.com.ar/
http://perezmeyer.blogspot.com/


signature.asc
Description: This is a digitally signed message part.