On 9/22/20 6:06 PM, John Paul Adrian Glaubitz wrote:
> Hmm, now it fails with __alignof__():
>
> (sid-m68k-sbuild)root@epyc:/# debfoster -f
> debfoster: /usr/include/atomic_ops/sysdeps/loadstore/atomic_load.h:31:
> AO_load: Assertion `((size_t)addr & (__alignof__(*addr) - 1)) == 0' failed.
> qemu
Hi Adrian,
On Tue, Sep 22, 2020 at 5:23 PM John Paul Adrian Glaubitz
wrote:
> On 9/22/20 3:27 PM, John Paul Adrian Glaubitz wrote:
> >>> That a typical bad alignment check. It should use __alignof__, not
> >>> sizeof.
> >>
> >> Aha, I was assuming something like that already but I wasn't sure si
On 9/22/20 5:23 PM, John Paul Adrian Glaubitz wrote:> On 9/22/20 3:27 PM, John
Paul Adrian Glaubitz wrote:
That a typical bad alignment check. It should use __alignof__, not
sizeof.
>>>
>>> Aha, I was assuming something like that already but I wasn't sure since
>>> libatomic-ops wasn't
On 9/22/20 3:27 PM, John Paul Adrian Glaubitz wrote:
>>> That a typical bad alignment check. It should use __alignof__, not
>>> sizeof.
>>
>> Aha, I was assuming something like that already but I wasn't sure since
>> libatomic-ops wasn't
>> updated for a while in Debian [1].
>
> What would be th
On Sep 22 2020, John Paul Adrian Glaubitz wrote:
> root@pacman:~# debfoster
> debfoster: /usr/include/atomic_ops/sysdeps/loadstore/atomic_load.h:31:
> AO_load: Assertion `((size_t)addr & (sizeof(*addr) - 1)) == 0' failed.
That a typical bad alignment check. It should use __alignof__, not
sizeof
On 9/22/20 3:24 PM, John Paul Adrian Glaubitz wrote:
> On 9/22/20 3:22 PM, Andreas Schwab wrote:
>> On Sep 22 2020, John Paul Adrian Glaubitz wrote:
>>
>>> root@pacman:~# debfoster
>>> debfoster: /usr/include/atomic_ops/sysdeps/loadstore/atomic_load.h:31:
>>> AO_load: Assertion `((size_t)addr & (s
On 9/22/20 3:22 PM, Andreas Schwab wrote:
> On Sep 22 2020, John Paul Adrian Glaubitz wrote:
>
>> root@pacman:~# debfoster
>> debfoster: /usr/include/atomic_ops/sysdeps/loadstore/atomic_load.h:31:
>> AO_load: Assertion `((size_t)addr & (sizeof(*addr) - 1)) == 0' failed.
>
> That a typical bad al
Hi!
Could someone install the "debfoster" command please on real hardware and test
whether
it crashes like it does on qemu?
root@pacman:~# debfoster
debfoster: /usr/include/atomic_ops/sysdeps/loadstore/atomic_load.h:31: AO_load:
Assertion `((size_t)addr & (sizeof(*addr) - 1)) == 0' failed.
Abor
8 matches
Mail list logo