Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Mar 2020 17:19:29 +0000
From:      bugzilla-noreply@freebsd.org
To:        gecko@FreeBSD.org
Subject:   [Bug 244978] www/firefox: 74.0_5,1 coredumps on webgl content
Message-ID:  <bug-244978-21738-WIvM5n5j89@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-244978-21738@https.bugs.freebsd.org/bugzilla/>
References:  <bug-244978-21738@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D244978

--- Comment #3 from Remy Nonnenmacher <rno@nerim.net> ---
Recompiled with WITH_DEBUG=3D1 from port www/firefox. Got a very slow firef=
ox but
everything still stripped:

[root-rn:~]# l firefox.core=20
1481792 -rw-------  1 root  wheel  1516904448 Mar 29 17:28 firefox.core
[root-rn:~]# lldb -c firefox.core /usr/local/lib/firefox/firefox
(lldb) target create "/usr/local/lib/firefox/firefox" --core "firefox.core"
Core file '/root/firefox.core' (x86_64) was loaded.
(lldb) bt
* thread #1, name =3D 'firefox', stop reason =3D signal SIGSEGV
  * frame #0: 0x000000080143f16a libc.so.7`_thr_kill + 10
    frame #1: 0x000000080143d5a4 libc.so.7`raise + 52
    frame #2: 0x0000000811269391
libxul.so`___lldb_unnamed_symbol823841$$libxul.so + 305
    frame #3: 0x0000000812458b96
libxul.so`___lldb_unnamed_symbol929943$$libxul.so + 486
    frame #4: 0x000000080126f3be
libthr.so.3`___lldb_unnamed_symbol101$$libthr.so.3 + 222
    frame #5: 0x000000080126e97f
libthr.so.3`___lldb_unnamed_symbol82$$libthr.so.3 + 319
    frame #6: 0x00007ffffffff193
    frame #7: 0x000000080dc54858
libxul.so`___lldb_unnamed_symbol431546$$libxul.so + 424
    frame #8: 0x000000080dbeca26
libxul.so`___lldb_unnamed_symbol427146$$libxul.so + 38
    frame #9: 0x000000080dbecb03
libxul.so`___lldb_unnamed_symbol427147$$libxul.so + 211
    frame #10: 0x000000080db855b5
libxul.so`___lldb_unnamed_symbol423055$$libxul.so + 21

(Not very usefull. Strange frame 6).

Anyway, the problem appears only when running FF as root. All is fine when
running under a normal user. A recent authoritative enforcement ?

Chrome and Iridium works fine maybe because they refuse to run as root.

Please let me know how to get unstripped libs and binaries to get a usable
backtrace.

Thanks.

--=20
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-244978-21738-WIvM5n5j89>