[Bug 1784349] Re: SEGV during startup on Power 8 system

2019-04-26 Thread Paul White
Thanks for confirming. Closing as fixed.

** Changed in: firefox (Ubuntu)
   Status: Incomplete => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1784349

Title:
  SEGV during startup on Power 8 system

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/1784349/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1784349] Re: SEGV during startup on Power 8 system

2019-04-26 Thread Paul Menzel
I tested this yesterday with Ubuntu 18.10, and Firefox did crash
anymore. So this can be tagged as solved. I do not know the first fixed
version though.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1784349

Title:
  SEGV during startup on Power 8 system

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/1784349/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1784349] Re: SEGV during startup on Power 8 system

2019-04-15 Thread Paul White
Upstream bug #1507035 was closed "RESOLVED FIXED" on 2018-11-14 with
a target milestone of mozilla65.

@paulmenzel, has the release of Firefox 65 and/or 66 resolved the issue?

** Changed in: firefox (Ubuntu)
   Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1784349

Title:
  SEGV during startup on Power 8 system

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/1784349/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1784349] Re: SEGV during startup on Power 8 system

2018-11-14 Thread Paul Menzel
The upstream bug report was marked as a duplicate of #1507035 [1]. That
has a patch attached [2]., fixing the issue.

Please apply as soon as possible.

[1]: https://bugzilla.mozilla.org/show_bug.cgi?id=1507035
[2]: https://hg.mozilla.org/integration/autoland/rev/236f09f4709d


** Bug watch added: Mozilla Bugzilla #1507035
   https://bugzilla.mozilla.org/show_bug.cgi?id=1507035

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1784349

Title:
  SEGV during startup on Power 8 system

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/1784349/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1784349] Re: SEGV during startup on Power 8 system

2018-09-08 Thread Paul Menzel
Firefox 62.0 was released, and the problem is still happening.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1784349

Title:
  SEGV during startup on Power 8 system

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/1784349/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1784349] Re: SEGV during startup on Power 8 system

2018-07-30 Thread Joel Stanley
This also happens on Power9. I was able to reproduce it with upstream's
trunk as of last week.

** Bug watch added: Mozilla Bugzilla #1477176
   https://bugzilla.mozilla.org/show_bug.cgi?id=1477176

** Also affects: firefox via
   https://bugzilla.mozilla.org/show_bug.cgi?id=1477176
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1784349

Title:
  SEGV during startup on Power 8 system

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/1784349/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1784349] Re: SEGV during startup on Power 8 system

2018-07-30 Thread Paul Menzel
Here is the backtrace when starting it with `firefox -g`.

```
#0  0x0001e96c in arena_t::SplitRun(arena_run_t*, unsigned long, bool, 
bool) (this=0x7770, aRun=0x74a1, aSize=1048576, aLarge=false, 
aZero=false) at 
/build/firefox-aPxmMP/firefox-61.0.1+build1/memory/build/mozjemalloc.cpp:2334
#1  0x0001ed1c in arena_t::AllocRun(unsigned long, bool, bool) 
(this=0x7770, aSize=1048576, aLarge=false, aZero=false) at 
/build/firefox-aPxmMP/firefox-61.0.1+build1/memory/build/mozjemalloc.cpp:2558
#2  0x000100010f70 in arena_t::GetNonFullBinRun(arena_bin_t*) 
(this=, aBin=0x777008d8) at 
/build/firefox-aPxmMP/firefox-61.0.1+build1/memory/build/mozjemalloc.cpp:2808
#3  0x00010001306c in arena_t::MallocSmall(unsigned long, bool) 
(aZero=true, aSize=, this=0x7770) at 
/build/firefox-aPxmMP/firefox-61.0.1+build1/memory/build/mozjemalloc.cpp:2954
#4  0x00010001306c in arena_t::Malloc(unsigned long, bool) (aZero=true, 
aSize=, this=0x7770) at 
/build/firefox-aPxmMP/firefox-61.0.1+build1/memory/build/mozjemalloc.cpp:3011
#5  0x00010001306c in BaseAllocator::calloc(unsigned long, unsigned long) 
(aSize=, aNum=, this=) at 
/build/firefox-aPxmMP/firefox-61.0.1+build1/memory/build/mozjemalloc.cpp:4190
#6  0x00010001306c in Allocator::calloc(unsigned long, 
unsigned long) (arg2=, arg1=) at 
/build/firefox-aPxmMP/firefox-61.0.1+build1/memory/build/malloc_decls.h:38
#7  0x00010001306c in calloc(size_t, size_t) (arg1=, 
arg2=) at 
/build/firefox-aPxmMP/firefox-61.0.1+build1/memory/build/malloc_decls.h:38
#8  0x7570b8e0 in xcb_connect_to_fd () at 
/usr/lib/powerpc64le-linux-gnu/libxcb.so.1
#9  0x7571318c in xcb_connect_to_display_with_auth_info () at 
/usr/lib/powerpc64le-linux-gnu/libxcb.so.1
#10 0x757139b0 in xcb_connect () at 
/usr/lib/powerpc64le-linux-gnu/libxcb.so.1
#11 0x765929fc in _XConnectXCB () at 
/usr/lib/powerpc64le-linux-gnu/libX11.so.6
#12 0x7657b6e4 in XOpenDisplay () at 
/usr/lib/powerpc64le-linux-gnu/libX11.so.6
#13 0x767be32c in  () at /usr/lib/powerpc64le-linux-gnu/libgdk-3.so.0
#14 0x76771f68 in gdk_display_manager_open_display () at 
/usr/lib/powerpc64le-linux-gnu/libgdk-3.so.0
#15 0x7676efac in gdk_display_open () at 
/usr/lib/powerpc64le-linux-gnu/libgdk-3.so.0
#16 0x7272cbf4 in XREMain::XRE_mainStartup(bool*) (this=0x7fffd978, 
aExitFlag=0x7fffd8f8) at 
/build/firefox-aPxmMP/firefox-61.0.1+build1/toolkit/xre/nsAppRunner.cpp:4081
#17 0x727313ec in XREMain::XRE_mainStartup(bool*) 
(aExitFlag=0x7fffd8f8, this=0x7fffd978) at 
/build/firefox-aPxmMP/firefox-61.0.1+build1/obj-powerpc64le-linux-gnu/dist/include/nsCOMPtr.h:313
#18 0x727313ec in XREMain::XRE_main(int, char**, 
mozilla::BootstrapConfig const&) (this=0x7fffd978, argc=1, 
argv=0x7068, aConfig=...) at 
/build/firefox-aPxmMP/firefox-61.0.1+build1/toolkit/xre/nsAppRunner.cpp:4964
#19 0x72731910 in XRE_main(int, char**, mozilla::BootstrapConfig 
const&) (argc=, argv=0x7068, aConfig=...) at 
/build/firefox-aPxmMP/firefox-61.0.1+build1/toolkit/xre/nsAppRunner.cpp:5071
#20 0x727337c4 in mozilla::BootstrapImpl::XRE_main(int, char**, 
mozilla::BootstrapConfig const&) (this=, argc=, 
argv=, aConfig=...) at 
/build/firefox-aPxmMP/firefox-61.0.1+build1/toolkit/xre/Bootstrap.cpp:49
#21 0x00016208 in do_main(int, char**, char**) (argc=, 
argv=0x7068, envp=) at 
/build/firefox-aPxmMP/firefox-61.0.1+build1/browser/app/nsBrowserApp.cpp:231
#22 0x00015898 in main(int, char**, char**) (argc=, 
argv=0x7068, envp=0x7078) at 
/build/firefox-aPxmMP/firefox-61.0.1+build1/browser/app/nsBrowserApp.cpp:304
```

** Attachment added: "Full backtrace (t a a bt f)"
   
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1784349/+attachment/5169568/+files/firefox-crash-gdb.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1784349

Title:
  SEGV during startup on Power 8 system

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1784349/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs