Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Oct 2016 16:55:45 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 213706] Firefox BUS error using binary package on FreeBSD 9
Message-ID:  <bug-213706-13@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 213706
           Summary: Firefox BUS error using binary package on FreeBSD 9
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs@FreeBSD.org
          Reporter: hselasky@FreeBSD.org

Hi,

It looks like the binary built packages at FreeBSD assumes SSE optimizations
are allowed. This busfaults on my computer.

(gdb) info registers
rax            0x7fffffff29cc    140737488300492
rbx            0x826790b81    35005205377
rcx            0x0    0
rdx            0x0    0
rsi            0x826790b81    35005205377
rdi            0x826790bbb    35005205435
rbp            0x18    0x18
rsp            0x7fffffff2910    0x7fffffff2910
r8             0x7fffffff29cc    140737488300492
r9             0x1c    28
r10            0x3    3
r11            0x1d    29
r12            0x7fffffff29a0    140737488300448
r13            0x80004005    2147500037
r14            0x46    70
r15            0x8267903a2    35005203362
rip            0x80cce937b    0x80cce937b
eflags         0x10246    [ PF ZF IF RF ]
cs             0x43    67
ss             0x3b    59
ds             <unavailable>
es             <unavailable>
fs             <unavailable>
gs             <unavailable>

(gdb) x/i 0x80cce937b
=3D> 0x80cce937b:    movdqa (%rbx,%rdx,1),%xmm0
(gdb) print *(uint32_t *)0x826790b81
$2 =3D 1744856832=20

--HSP

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



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