[Bug 1711337] Re: Firefox crashes at start on armv7L after 55.0.1 update

2018-09-19 Thread herrtimson via ubuntu-bugs
so the next update for thunderbird will carry this error? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1711337 Title: Firefox crashes at start on armv7L after 55.0.1 update To manage

[Bug 1711337] Re: Firefox crashes at start on armv7L after 55.0.1 update

2018-07-21 Thread herrtimson via ubuntu-bugs
still fails over and over again with 14.04 and 16.04! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1711337 Title: Firefox crashes at start on armv7L after 55.0.1 update To manage notifications

[Bug 1563184] Re: Chromium-browser armhf crashes with "InitializeSandbox() called with multiple threads in process gpu-process"

2018-05-21 Thread herrtimson via ubuntu-bugs
With trusty 14.04 and chromium 65, it gives a few warning about 'Failed to launch GPU process' and 'Lost UI shared context', but these are no show stoppers, browser works fine. For the newer ubuntu versions I don't know, the newer kernels don't work with this device. Xenial and above got 66, are

[Bug 1711337] Re: Firefox crashes at start on armv7L after 55.0.1 update

2018-05-05 Thread herrtimson via ubuntu-bugs
Well, for me it doesn't really work. Downloaded this deb file from the github repo: firefox_59.0.2.build1-0ubuntu0.14.04.4_armhf.deb , installed it with dpkg -i , and got the error of 'ungültiger maschienenbefehl', which I am not sure what it does mean at all. Could be illegal assembler

[Bug 1711337] Re: Firefox crashes at start on armv7L after 55.0.1 update

2018-05-04 Thread herrtimson via ubuntu-bugs
With debian file I mean the xz file which has all the patches, build scripts and so on, it should be called firefox_59.0.2+build1-0ubuntu0.14.04.4.debian.tar.xz -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1711337] Re: Firefox crashes at start on armv7L after 55.0.1 update

2018-05-04 Thread herrtimson via ubuntu-bugs
Ah, cool thing! Could you please post a split patch against the debian file, so that I can see what you have changed exactly and how? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1711337 Title:

[Bug 1711337] Re: Firefox crashes at start on armv7L after 55.0.1 update

2018-04-07 Thread herrtimson via ubuntu-bugs
The patch unbreaks the compile of firefox-60 betas on armhf, but at the same time it fixes the startup segfault which I had with the toolchain pasted in #120 with stable firefox. The skia thing could be another story, therefore it would be helpfull to test build this with a trusty toolchain, or

[Bug 1711337] Re: Firefox crashes at start on armv7L after 55.0.1 update

2018-04-06 Thread herrtimson via ubuntu-bugs
toolchain used is: glibc-2.25, binutils-2.29.1, gcc-7.3.0 rust-1.24.1, cargo 0.25.0, and llvm/clang-5 please test this with trusty toolchain! ** Attachment added: "firefox-59.0.2-arm-gcc7.png"

[Bug 1711337] Re: Firefox crashes at start on armv7L after 55.0.1 update

2018-04-06 Thread herrtimson via ubuntu-bugs
This patch should make it work! I was more lucky than anything else, because there is a compile error with firefox-60.0 betas on armhf which made me find https://bugzilla.mozilla.org/show_bug.cgi?id=1434526 ** Bug watch added: Mozilla Bugzilla #1434526

[Bug 1711337] Re: Firefox crashes at start on armv7L after 55.0.1 update

2018-04-01 Thread herrtimson via ubuntu-bugs
The fix from 59.0.1 to 59.0.2 is literally two lines, it shouldn't be a problem. Thank you for all of your effort, what you write about the messy assembler code seems reasonable. The more I read through the comments in that file, the more I wonder how this could ever worked out in the past.

[Bug 1711337] Re: Firefox crashes at start on armv7L after 55.0.1 update

2018-03-26 Thread herrtimson via ubuntu-bugs
@jdonald: how can I direct the output of 'layout asm' from gdb into a textfile? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1711337 Title: Firefox crashes at start on armv7L after 55.0.1 update

[Bug 1711337] Re: Firefox crashes at start on armv7L after 55.0.1 update

2018-03-24 Thread herrtimson via ubuntu-bugs
If I use gcc-6.4.0 to compile with -g I get the same corrupt stack error as @levente before. Currently thinking about upgrading to gcc-7, as a last ressort, or waiting for bionic release in roughly a month or so. -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 1711337] Re: Firefox crashes at start on armv7L after 55.0.1 update

2018-03-23 Thread herrtimson via ubuntu-bugs
Ubuntu builds firefox for trusty with g++-4.9 , I checked this on amd64 some time ago and the build logs tell me that the armhf toolchain is as well g++-4.9 0:08.79 checking for the target C++ compiler... /<>/firefox-59.0.1+build1/debian/gcc-mozilla/g++ 0:08.90 checking whether the target C++

[Bug 1711337] Re: Firefox crashes at start on armv7L after 55.0.1 update

2018-03-19 Thread herrtimson via ubuntu-bugs
This is the freebsd patch from their bug report. It was generated against their ports tree, I edited it so that it can be applied against the firefox source tree instead. This is not an official patch, and it fixes freebsd only, but still it might be helpfull to see what they changed. It is

[Bug 1711337] Re: Firefox crashes at start on armv7L after 55.0.1 update

2018-03-19 Thread herrtimson via ubuntu-bugs
there is one bug at mozilla about clang and arm, but it is more about android, I guess. Still: https://bug635044.bugzilla.mozilla.org/show_bug.cgi?id=1163171 Also freebsd builds with clang by default, they have a bug with a patch to fix it at their end for armv7, it might be possible to adapt

[Bug 1711337] Re: Firefox crashes at start on armv7L after 55.0.1 update

2018-03-19 Thread herrtimson via ubuntu-bugs
I wrote an email to Chris Coulson, asking for some assistance with the cflags. Hopefully he'll read it. What you're saying about hardware requirements is not really true. Firefox is pretty demanding in terms of memory, yes, but per job mostly. On amd64 and if you build with gcc, it needs roughly

[Bug 1711337] Re: Firefox crashes at start on armv7L after 55.0.1 update

2018-03-19 Thread herrtimson via ubuntu-bugs
Hmm, why don't you poke the person who's responsible for the packaging with this, to adjust the build script in a matter of passing different cflags if using armv7 and trusty? I'm not really keen on setting up a specific chroot for trusty, mostly because I have a limited internet connection. The

[Bug 1711337] Re: Firefox crashes at start on armv7L after 55.0.1 update

2018-03-19 Thread herrtimson via ubuntu-bugs
@Chituc #92 : don't think I can provide about:buildconfig from 57.x , because they segfault. If there's a chance to get the output of about:buildconfig regardless the segfault at startup, I'm all eager to learn about this. On trusty, one can see the browser window maybe for 1/3 of a second or so,

[Bug 1711337] Re: Firefox crashes at start on armv7L after 55.0.1 update

2018-03-16 Thread herrtimson via ubuntu-bugs
bug still not solved, got the update to firefox-59 on lubuntu-14.04 today, it still segfaults. So I spent a few hours to an install of arch linux on my rpi2, simply because firefox never had this issue over there, and it still doesn't hit this bug as of today. arch linux is rolling release, atm

[Bug 1711337] Re: Firefox crashes at start on armv7L after 55.0.1 update

2018-03-08 Thread herrtimson via ubuntu-bugs
Which is the bug id for the mentioned skia bug? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1711337 Title: Firefox crashes at start on armv7L after 55.0.1 update To manage notifications about