public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug d/104745] New: [12 regression] gdc.test/runnable/testaa.d FAILs
@ 2022-03-01 13:27 ro at gcc dot gnu.org
  2022-03-01 13:28 ` [Bug d/104745] " ro at gcc dot gnu.org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: ro at gcc dot gnu.org @ 2022-03-01 13:27 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104745

            Bug ID: 104745
           Summary: [12 regression] gdc.test/runnable/testaa.d FAILs
           Product: gcc
           Version: 12.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: d
          Assignee: ibuclaw at gdcproject dot org
          Reporter: ro at gcc dot gnu.org
  Target Milestone: ---
            Target: sparc*-sun-solaris2.11

Since 20211130, the gdc.test/runnable/testaa.d test FAILs on 64-bit SPARC:

+FAIL: gdc.test/runnable/testaa.d   execution test
+FAIL: gdc.test/runnable/testaa.d -fPIC   execution test
+FAIL: gdc.test/runnable/testaa.d -fPIC -shared-libphobos   execution test
+FAIL: gdc.test/runnable/testaa.d -shared-libphobos   execution test

Thread 2 received signal SIGBUS, Bus error.
[Switching to Thread 1 (LWP 1)]
_d_newitemU (_ti=0xffffffff7f1f26e0) at
/vol/gcc/src/hg/master/local/libphobos/libdruntime/rt/lifetime.d:1110
1110            *cast(TypeInfo*)(p + itemSize) = null; // the GC might not have
cleared this area
(gdb) bt
#0  _d_newitemU (_ti=0xffffffff7f1f26e0) at
/vol/gcc/src/hg/master/local/libphobos/libdruntime/rt/lifetime.d:1110
#1  0x0000000100176fa4 in rt.aaA.allocEntry(scope const(rt.aaA.Impl*), scope
const(void*)) (aa=0xffffffff7f1f03c0, pkey=0xffffffff7fffe358) at
/vol/gcc/src/hg/master/local/libphobos/libdruntime/rt/aaA.d:214
#2  0x000000010017786c in _aaGetX (paa=<optimized out>, ti=0x1000ff8f8
<initializer for TypeInfo_HAyaS6testaa__T10Array10970TCQy6C10970ZQy>,
valsz=<optimized out>, pkey=0xffffffff7fffe358, found=<optimized out>) at
/vol/gcc/src/hg/master/local/libphobos/libdruntime/rt/aaA.d:563
#3  0x0000000100177940 in _aaGetY (paa=0xffffffff7d399610, ti=0x1000ff8f8
<initializer for TypeInfo_HAyaS6testaa__T10Array10970TCQy6C10970ZQy>, valsz=1,
pkey=0xffffffff7fffe358) at
/vol/gcc/src/hg/master/local/libphobos/libdruntime/rt/aaA.d:511
#4  0x000000010011dbfc in testaa.C10970.this(immutable(char)[]) ()
#5  0x000000010011dc98 in testaa.test10970() ()
#6  0x0000000100120324 in D main ()

This could well be another instance of PR d/104743.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug d/104745] [12 regression] gdc.test/runnable/testaa.d FAILs
  2022-03-01 13:27 [Bug d/104745] New: [12 regression] gdc.test/runnable/testaa.d FAILs ro at gcc dot gnu.org
@ 2022-03-01 13:28 ` ro at gcc dot gnu.org
  2022-03-01 14:01 ` rguenth at gcc dot gnu.org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: ro at gcc dot gnu.org @ 2022-03-01 13:28 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104745

Rainer Orth <ro at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |12.0

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug d/104745] [12 regression] gdc.test/runnable/testaa.d FAILs
  2022-03-01 13:27 [Bug d/104745] New: [12 regression] gdc.test/runnable/testaa.d FAILs ro at gcc dot gnu.org
  2022-03-01 13:28 ` [Bug d/104745] " ro at gcc dot gnu.org
@ 2022-03-01 14:01 ` rguenth at gcc dot gnu.org
  2022-03-04 12:41 ` ibuclaw at gdcproject dot org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: rguenth at gcc dot gnu.org @ 2022-03-01 14:01 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104745

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P3                          |P4

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug d/104745] [12 regression] gdc.test/runnable/testaa.d FAILs
  2022-03-01 13:27 [Bug d/104745] New: [12 regression] gdc.test/runnable/testaa.d FAILs ro at gcc dot gnu.org
  2022-03-01 13:28 ` [Bug d/104745] " ro at gcc dot gnu.org
  2022-03-01 14:01 ` rguenth at gcc dot gnu.org
@ 2022-03-04 12:41 ` ibuclaw at gdcproject dot org
  2022-03-04 12:44 ` ibuclaw at gdcproject dot org
  2022-03-13 13:19 ` ibuclaw at gdcproject dot org
  4 siblings, 0 replies; 6+ messages in thread
From: ibuclaw at gdcproject dot org @ 2022-03-04 12:41 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104745

--- Comment #1 from Iain Buclaw <ibuclaw at gdcproject dot org> ---
*** Bug 104743 has been marked as a duplicate of this bug. ***

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug d/104745] [12 regression] gdc.test/runnable/testaa.d FAILs
  2022-03-01 13:27 [Bug d/104745] New: [12 regression] gdc.test/runnable/testaa.d FAILs ro at gcc dot gnu.org
                   ` (2 preceding siblings ...)
  2022-03-04 12:41 ` ibuclaw at gdcproject dot org
@ 2022-03-04 12:44 ` ibuclaw at gdcproject dot org
  2022-03-13 13:19 ` ibuclaw at gdcproject dot org
  4 siblings, 0 replies; 6+ messages in thread
From: ibuclaw at gdcproject dot org @ 2022-03-04 12:44 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104745

--- Comment #2 from Iain Buclaw <ibuclaw at gdcproject dot org> ---
Regression confirmed in upstream druntime. The `itemSize' reported by a
struct's TypeInfo need not be a multiple of pointer size.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug d/104745] [12 regression] gdc.test/runnable/testaa.d FAILs
  2022-03-01 13:27 [Bug d/104745] New: [12 regression] gdc.test/runnable/testaa.d FAILs ro at gcc dot gnu.org
                   ` (3 preceding siblings ...)
  2022-03-04 12:44 ` ibuclaw at gdcproject dot org
@ 2022-03-13 13:19 ` ibuclaw at gdcproject dot org
  4 siblings, 0 replies; 6+ messages in thread
From: ibuclaw at gdcproject dot org @ 2022-03-13 13:19 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104745

Iain Buclaw <ibuclaw at gdcproject dot org> changed:

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

--- Comment #3 from Iain Buclaw <ibuclaw at gdcproject dot org> ---
Fix committed in r12-7636.

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2022-03-13 13:19 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-01 13:27 [Bug d/104745] New: [12 regression] gdc.test/runnable/testaa.d FAILs ro at gcc dot gnu.org
2022-03-01 13:28 ` [Bug d/104745] " ro at gcc dot gnu.org
2022-03-01 14:01 ` rguenth at gcc dot gnu.org
2022-03-04 12:41 ` ibuclaw at gdcproject dot org
2022-03-04 12:44 ` ibuclaw at gdcproject dot org
2022-03-13 13:19 ` ibuclaw at gdcproject dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).