Re: rawhide aarch64 Thunderbird FTBFS "internal compiler error: Segmentation fault"

2024-01-25 Thread Eike Rathke
Hi,

On Thursday, 2024-01-25 11:03:21 +, Peter Robinson wrote:

> There's at least one known ICE on aarch64 for gcc-14 so I suggest
> checking if it looks related.
> 
> https://bugzilla.redhat.com/show_bug.cgi?id=2259937

Yes, very much, specifically
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113485#c6 (pointed to by
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113573 being a duplicate
of) mentions Firefox, which has the identical source code there.

Thanks
  Eike

-- 
GPG key 0x6A6CD5B765632D3A - 2265 D7F3 A7B0 95CC 3918  630B 6A6C D5B7 6563 2D3A


signature.asc
Description: PGP signature
--
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: rawhide aarch64 Thunderbird FTBFS "internal compiler error: Segmentation fault"

2024-01-25 Thread Dan Horák
On Thu, 25 Jan 2024 11:03:21 +
Peter Robinson  wrote:

> Hi,
> 
> > Tried twice, same error, aarch64 build bails out with
> 
> There's at least one known ICE on aarch64 for gcc-14 so I suggest
> checking if it looks related.
> 
> https://bugzilla.redhat.com/show_bug.cgi?id=2259937

and I have opened https://bugzilla.redhat.com/show_bug.cgi?id=2260321
for EFL a moment ago


Dan

> 
> > | 34:29.97 *** WARNING *** there are active plugins, do not report this as 
> > a bug unless you can reproduce it without enabling any plugins.
> > | 34:29.97 Event| Plugins
> > | 34:29.97 PLUGIN_FINISH_UNIT   | annobin: Generate final 
> > annotations
> > | 34:29.97 PLUGIN_START_UNIT| annobin: Generate global 
> > annotations
> > | 34:29.97 PLUGIN_ALL_PASSES_START  | annobin: Generate 
> > per-function annotations
> > | 34:29.97 PLUGIN_ALL_PASSES_END| annobin: Register 
> > per-function end symbols
> > | 34:29.97 during RTL pass: split1
> > | 34:29.97 In file included from 
> > /builddir/build/BUILD/thunderbird-115.7.0/gfx/skia/skia/src/core/SkOpts.cpp:43:
> > | 34:29.97 
> > /builddir/build/BUILD/thunderbird-115.7.0/gfx/skia/skia/src/opts/SkBlitMask_opts.h:
> >  In function ‘void neon::blit_mask_d32_a8(SkPMColor*, size_t, const 
> > SkAlpha*, size_t, SkColor, int, int)’:
> > | 34:29.97 
> > /builddir/build/BUILD/thunderbird-115.7.0/gfx/skia/skia/src/opts/SkBlitMask_opts.h:234:1:
> >  internal compiler error: Segmentation fault
> > | 34:29.97   234 | }
> > | 34:29.97   | ^
> > | 34:30.04 Please submit a full bug report, with preprocessed source (by 
> > using -freport-bug).
> > | 34:30.04 See  for instructions.
> >
> > I'm not going to jump through hoops there.
> > All other platforms finished the build fine, f39 and f38 builds
> > completed also for aarch64.
> >
> > See https://kojipkgs.fedoraproject.org//work/tasks/9052/112279052/build.log 
> > of
> > https://koji.fedoraproject.org/koji/taskinfo?taskID=112279052 of
> > https://koji.fedoraproject.org/koji/taskinfo?taskID=112278913
> >
> >   Eike
> >
> > --
> > GPG key 0x6A6CD5B765632D3A - 2265 D7F3 A7B0 95CC 3918  630B 6A6C D5B7 6563 
> > 2D3A
> > --
> > ___
> > devel mailing list -- devel@lists.fedoraproject.org
> > To unsubscribe send an email to devel-le...@lists.fedoraproject.org
> > Fedora Code of Conduct: 
> > https://docs.fedoraproject.org/en-US/project/code-of-conduct/
> > List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
> > List Archives: 
> > https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
> > Do not reply to spam, report it: 
> > https://pagure.io/fedora-infrastructure/new_issue
> --
> ___
> devel mailing list -- devel@lists.fedoraproject.org
> To unsubscribe send an email to devel-le...@lists.fedoraproject.org
> Fedora Code of Conduct: 
> https://docs.fedoraproject.org/en-US/project/code-of-conduct/
> List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
> List Archives: 
> https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
> Do not reply to spam, report it: 
> https://pagure.io/fedora-infrastructure/new_issue
--
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: rawhide aarch64 Thunderbird FTBFS "internal compiler error: Segmentation fault"

2024-01-25 Thread Peter Robinson
Hi,

> Tried twice, same error, aarch64 build bails out with

There's at least one known ICE on aarch64 for gcc-14 so I suggest
checking if it looks related.

https://bugzilla.redhat.com/show_bug.cgi?id=2259937

> | 34:29.97 *** WARNING *** there are active plugins, do not report this as a 
> bug unless you can reproduce it without enabling any plugins.
> | 34:29.97 Event| Plugins
> | 34:29.97 PLUGIN_FINISH_UNIT   | annobin: Generate final 
> annotations
> | 34:29.97 PLUGIN_START_UNIT| annobin: Generate global 
> annotations
> | 34:29.97 PLUGIN_ALL_PASSES_START  | annobin: Generate per-function 
> annotations
> | 34:29.97 PLUGIN_ALL_PASSES_END| annobin: Register per-function 
> end symbols
> | 34:29.97 during RTL pass: split1
> | 34:29.97 In file included from 
> /builddir/build/BUILD/thunderbird-115.7.0/gfx/skia/skia/src/core/SkOpts.cpp:43:
> | 34:29.97 
> /builddir/build/BUILD/thunderbird-115.7.0/gfx/skia/skia/src/opts/SkBlitMask_opts.h:
>  In function ‘void neon::blit_mask_d32_a8(SkPMColor*, size_t, const SkAlpha*, 
> size_t, SkColor, int, int)’:
> | 34:29.97 
> /builddir/build/BUILD/thunderbird-115.7.0/gfx/skia/skia/src/opts/SkBlitMask_opts.h:234:1:
>  internal compiler error: Segmentation fault
> | 34:29.97   234 | }
> | 34:29.97   | ^
> | 34:30.04 Please submit a full bug report, with preprocessed source (by 
> using -freport-bug).
> | 34:30.04 See  for instructions.
>
> I'm not going to jump through hoops there.
> All other platforms finished the build fine, f39 and f38 builds
> completed also for aarch64.
>
> See https://kojipkgs.fedoraproject.org//work/tasks/9052/112279052/build.log of
> https://koji.fedoraproject.org/koji/taskinfo?taskID=112279052 of
> https://koji.fedoraproject.org/koji/taskinfo?taskID=112278913
>
>   Eike
>
> --
> GPG key 0x6A6CD5B765632D3A - 2265 D7F3 A7B0 95CC 3918  630B 6A6C D5B7 6563 
> 2D3A
> --
> ___
> devel mailing list -- devel@lists.fedoraproject.org
> To unsubscribe send an email to devel-le...@lists.fedoraproject.org
> Fedora Code of Conduct: 
> https://docs.fedoraproject.org/en-US/project/code-of-conduct/
> List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
> List Archives: 
> https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
> Do not reply to spam, report it: 
> https://pagure.io/fedora-infrastructure/new_issue
--
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


rawhide aarch64 Thunderbird FTBFS "internal compiler error: Segmentation fault"

2024-01-25 Thread Eike Rathke
Hi,

Tried twice, same error, aarch64 build bails out with

| 34:29.97 *** WARNING *** there are active plugins, do not report this as a 
bug unless you can reproduce it without enabling any plugins.
| 34:29.97 Event| Plugins
| 34:29.97 PLUGIN_FINISH_UNIT   | annobin: Generate final 
annotations
| 34:29.97 PLUGIN_START_UNIT| annobin: Generate global 
annotations
| 34:29.97 PLUGIN_ALL_PASSES_START  | annobin: Generate per-function 
annotations
| 34:29.97 PLUGIN_ALL_PASSES_END| annobin: Register per-function 
end symbols
| 34:29.97 during RTL pass: split1
| 34:29.97 In file included from 
/builddir/build/BUILD/thunderbird-115.7.0/gfx/skia/skia/src/core/SkOpts.cpp:43:
| 34:29.97 
/builddir/build/BUILD/thunderbird-115.7.0/gfx/skia/skia/src/opts/SkBlitMask_opts.h:
 In function ‘void neon::blit_mask_d32_a8(SkPMColor*, size_t, const SkAlpha*, 
size_t, SkColor, int, int)’:
| 34:29.97 
/builddir/build/BUILD/thunderbird-115.7.0/gfx/skia/skia/src/opts/SkBlitMask_opts.h:234:1:
 internal compiler error: Segmentation fault
| 34:29.97   234 | }
| 34:29.97   | ^
| 34:30.04 Please submit a full bug report, with preprocessed source (by using 
-freport-bug).
| 34:30.04 See  for instructions.

I'm not going to jump through hoops there.
All other platforms finished the build fine, f39 and f38 builds
completed also for aarch64.

See https://kojipkgs.fedoraproject.org//work/tasks/9052/112279052/build.log of
https://koji.fedoraproject.org/koji/taskinfo?taskID=112279052 of
https://koji.fedoraproject.org/koji/taskinfo?taskID=112278913

  Eike

-- 
GPG key 0x6A6CD5B765632D3A - 2265 D7F3 A7B0 95CC 3918  630B 6A6C D5B7 6563 2D3A


signature.asc
Description: PGP signature
--
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue