[Bug 243301] www/firefox: 72.0.1: Segmentation fault

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Jan 13 04:52:23 UTC 2020


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=243301

iron.udjin at gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|DUPLICATE                   |---
             Status|Closed                      |New

--- Comment #4 from iron.udjin at gmail.com ---
(In reply to Jan Beich from comment #3)
It's not a duplicate bug. Firefox crashed even withut DEBUG flag set:

$ firefox
[18583, Main Thread] WARNING: failed to freeze shm: Function not implemented:
file
/tmpfs/usr/ports/www/firefox/work/firefox-72.0.1/ipc/chromium/src/base/shared_memory_posix.cc,
line 289
Segmentation fault(core dumped)

I have rebuild it with DEBUG flag to provide you [I hope] useful debug info.
Because without debug backtrace is useless:

Core was generated by `firefox'.
Program terminated with signal SIGSEGV, Segmentation fault.
#0  0x00000008013cd24a in thr_kill () from /lib/libc.so.7
[Current thread is 1 (LWP 100780)]
(gdb) bt
#0  0x00000008013cd24a in thr_kill () from /lib/libc.so.7
#1  0x00000008013cd1c1 in raise () from /lib/libc.so.7
#2  0x000000080905ee12 in ?? () from /usr/local/lib/firefox/libxul.so
#3  0x000000080120856e in ?? () from /lib/libthr.so.3
#4  0x0000000801207a6e in ?? () from /lib/libthr.so.3
#5  <signal handler called>
#6  0x0000000807ce971d in ?? () from /usr/local/lib/firefox/libxul.so
#7  0x0000000805bf6efa in ?? () from /usr/local/lib/firefox/libxul.so
#8  0x0000000805bf70de in ?? () from /usr/local/lib/firefox/libxul.so
#9  0x0000000805bf3f7f in ?? () from /usr/local/lib/firefox/libxul.so
#10 0x0000000807f6071d in ?? () from /usr/local/lib/firefox/libxul.so
#11 0x0000000807fa592b in ?? () from /usr/local/lib/firefox/libxul.so
#12 0x0000000807fc8bd6 in ?? () from /usr/local/lib/firefox/libxul.so
#13 0x0000000805b42440 in ?? () from /usr/local/lib/firefox/libxul.so
#14 0x0000000805b5037f in ?? () from /usr/local/lib/firefox/libxul.so
#15 0x0000000805b4cb09 in ?? () from /usr/local/lib/firefox/libxul.so
#16 0x0000000805b52a57 in ?? () from /usr/local/lib/firefox/libxul.so
#17 0x0000000805ad566e in ?? () from /usr/local/lib/firefox/libxul.so
#18 0x0000000808faddc5 in ?? () from /usr/local/lib/firefox/libxul.so
#19 0x0000000805b42404 in ?? () from /usr/local/lib/firefox/libxul.so
#20 0x0000000805b5037f in ?? () from /usr/local/lib/firefox/libxul.so
#21 0x0000000805b50741 in ?? () from /usr/local/lib/firefox/libxul.so
#22 0x0000000805b47bbf in ?? () from /usr/local/lib/firefox/libxul.so
#23 0x0000000805ad582e in ?? () from /usr/local/lib/firefox/libxul.so
#24 0x0000000809069d13 in ?? () from /usr/local/lib/firefox/libxul.so
#25 0x000000080907124d in ?? () from /usr/local/lib/firefox/libxul.so
#26 0x00000008090721b8 in ?? () from /usr/local/lib/firefox/libxul.so
#27 0x00000008090726ae in ?? () from /usr/local/lib/firefox/libxul.so
#28 0x00000000010308b6 in ?? ()
#29 0x000000000103010d in _start ()
(gdb)

Here is build options:
        ALSA           : on
        CANBERRA       : off
        DBUS           : on
        DEBUG          : off
        FFMPEG         : on
        GCONF          : off
        JACK           : off
        LIBPROXY       : off
        OPTIMIZED_CFLAGS: off
        PROFILE        : off
        PULSEAUDIO     : off
        SNDIO          : off
        TEST           : off

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-gecko mailing list