Thread overview
[Issue 22844] [REG 2.089] SIGBUS, Bus error in _d_newitemU
Mar 04, 2022
RazvanN
Mar 04, 2022
Dlang Bot
Mar 04, 2022
Iain Buclaw
Mar 04, 2022
Iain Buclaw
Mar 04, 2022
Iain Buclaw
Mar 04, 2022
Dlang Bot
March 04, 2022
https://issues.dlang.org/show_bug.cgi?id=22844

RazvanN <razvan.nitu1305@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |razvan.nitu1305@gmail.com

--- Comment #1 from RazvanN <razvan.nitu1305@gmail.com> ---
It would help if you could provide a code snippet that reproduces this error.

--
March 04, 2022
https://issues.dlang.org/show_bug.cgi?id=22844

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
@ibuclaw created dlang/druntime pull request #3774 "fix Issue 22844 - [REG 2.089] SIGBUS, Bus error in _d_newitemU" fixing this issue:

- fix Issue 22844 - [REG 2.089] SIGBUS, Bus error in _d_newitemU

https://github.com/dlang/druntime/pull/3774

--
March 04, 2022
https://issues.dlang.org/show_bug.cgi?id=22844

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ibuclaw@gdcproject.org

--- Comment #3 from Iain Buclaw <ibuclaw@gdcproject.org> ---
(In reply to RazvanN from comment #1)
> It would help if you could provide a code snippet that reproduces this error.

Lots of testsuite failures, code snippets are useless because you wouldn't be able to reproduce it on x86.

--
March 04, 2022
https://issues.dlang.org/show_bug.cgi?id=22844

--- Comment #4 from Iain Buclaw <ibuclaw@gdcproject.org> ---
(In reply to Iain Buclaw from comment #3)
> (In reply to RazvanN from comment #1)
> > It would help if you could provide a code snippet that reproduces this error.
> 
> Lots of testsuite failures, code snippets are useless because you wouldn't be able to reproduce it on x86.
i.e:
runnable/testaa.d
runnable/sdtor.d

We're lucky the bootstrap isn't broken on SPARC given how widespread _d_newitemU is used.

--
March 04, 2022
https://issues.dlang.org/show_bug.cgi?id=22844

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           See Also|                            |https://issues.dlang.org/sh
                   |                            |ow_bug.cgi?id=22846

--
March 04, 2022
https://issues.dlang.org/show_bug.cgi?id=22844

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #5 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/druntime pull request #3774 "fix Issue 22844 - [REG 2.089] SIGBUS, Bus error in _d_newitemU" was merged into master:

- cf3d144352e0265438bb65c95aa85a8908dde131 by Iain Buclaw:
  fix Issue 22844 - [REG 2.089] SIGBUS, Bus error in _d_newitemU

https://github.com/dlang/druntime/pull/3774

--