-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 31/10/2019 18.30, Michael Hirmke wrote:
Hi,
with the latest Firefox version on Tumbleweed the Microfocus login page is crashing Firefox. This doesn't happen on other (login) pages. Any hint how to solve this? TIA!
------------------------< snip snip snip
----------------------------- Okt 31 18:24:30 thunder systemd-coredump[17287]: Process 17236 (Web Content) of user 10000 dumped core.
Do the same things they told me to do recently on another thread coredumpctl Take a PID of the list. coredumpctl info PID coredumpctl dump PID coredumpctl gdb PID At this point, gdb may spit output like this: Reading symbols from /usr/lib/tracker-extract...Missing separate debuginfo for /usr/lib/tracker-extract Try: zypper install -C "debuginfo(build-id)=746e3ade3a108f95f37ada0cef50ce74e35ed1f6" (no debugging symbols found)...done. So you have to take all those and install them. Take an editor and grab all those debuginfo strings, and construct a single line like this: zypper install -C \ "debuginfo(build-id)=1143c8f32aa72a6f9de46388fd43dbf3278868ac" \ "debuginfo(build-id)=798d6398f589eeeacfa7ff06fffaa349623e1881" ... Then repeat the "coredumpctl gdb PID" command", which will dump more info. Capture that. Then run "bt full" on that same gdb session, capture the text, and quit. Repeat for each PID related to a single crash. Submitt all that text in a bugzilla. - -- Carlos E. R. (from 15.1 x86_64 at Telcontar) -----BEGIN PGP SIGNATURE----- iF0EARECAB0WIQQZEb51mJKK1KpcU/W1MxgcbY1H1QUCXbstkwAKCRC1MxgcbY1H 1X6GAJwPH4ZXRCotAkXeLxf9xD9rnEKDrACfbFo7vSVxP+FeCoSNNSRBcL4x+HY= =TTB5 -----END PGP SIGNATURE----- -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org