[Bug 1890435] Re: gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation fault

2021-08-14 Thread Oibaf
Is this still an issue? I was able to only reproduce it on groovy, now
EoL.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1890435

Title:
  gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation
  fault

To manage notifications about this bug go to:
https://bugs.launchpad.net/gcc/+bug/1890435/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1890435] Re: gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation fault

2021-05-05 Thread Bug Watch Updater
** Changed in: gcc
   Status: Confirmed => In Progress

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1890435

Title:
  gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation
  fault

To manage notifications about this bug go to:
https://bugs.launchpad.net/gcc/+bug/1890435/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1890435] Re: gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation fault

2021-04-07 Thread Christian Ehrhardt 
Just FYI - as we were afraid of - this now starts to break SRUs and other 
service actions to qemu in Groovy. 
https://launchpad.net/ubuntu/+source/qemu/1:5.0-5ubuntu9.7/+build/21361775 just 
failed.
And without a better solution I'll need to trigger retry with fingers crossed.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1890435

Title:
  gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation
  fault

To manage notifications about this bug go to:
https://bugs.launchpad.net/gcc/+bug/1890435/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1890435] Re: gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation fault

2020-12-15 Thread Christian Ehrhardt 
On BareMetal now also triggered with -j1 (but there were multiple LXD
containers each running -j1 to increase the chance to find it).

/root/qemu-5.0/memory.c: In function ‘memory_region_write_accessor’:
/root/qemu-5.0/memory.c:485:1: internal compiler error: Segmentation fault
  485 | }
  | ^
0x56715f crash_signal
../../gcc/gcc/toplev.c:327
0x4599ad add_regs_to_insn_regno_info
../../gcc/gcc/lra.c:1445
0x459ab9 add_regs_to_insn_regno_info
../../gcc/gcc/lra.c:1537
0x459ab9 add_regs_to_insn_regno_info
../../gcc/gcc/lra.c:1537
0x45abc7 lra_update_insn_regno_info(rtx_insn*)
../../gcc/gcc/lra.c:1630
0x468985 lra_constraints(bool)
../../gcc/gcc/lra-constraints.c:5077
0x45bc15 lra(_IO_FILE*)
../../gcc/gcc/lra.c:2329
0x42d463 do_reload
../../gcc/gcc/ira.c:5802
0x42d463 execute
../../gcc/gcc/ira.c:5988
Please submit a full bug report,
with preprocessed source if appropriate.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1890435

Title:
  gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation
  fault

To manage notifications about this bug go to:
https://bugs.launchpad.net/gcc/+bug/1890435/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1890435] Re: gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation fault

2020-12-15 Thread Christian Ehrhardt 
So far 2/4 failed of r11-5879 on X-Gene BareMetal.

Doko asked me to try if I could get these to fail with -j1 as well (in
the past I was unable to do so, but it is worth a try).

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1890435

Title:
  gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation
  fault

To manage notifications about this bug go to:
https://bugs.launchpad.net/gcc/+bug/1890435/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1890435] Re: gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation fault

2020-12-15 Thread Christian Ehrhardt 
The canonistack machines I used to crash it (and likely the LP builders) are 
X-Gene as well.
So we might have a chance to lock this in on specific HW if there are other 
chip types I could use.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1890435

Title:
  gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation
  fault

To manage notifications about this bug go to:
https://bugs.launchpad.net/gcc/+bug/1890435/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1890435] Re: gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation fault

2020-12-15 Thread Christian Ehrhardt 
I was unable to trigger the issue on my rpi4 yet, but as you'd imagine it is 
rather slow.
But (thanks Dannf) I got access to an X-gene - and carrying my known bad setup 
there (LXD container export FTW) I was able to recreate this on bare-metal as 
well.


(Host) Kernel: 5.4.0-58-generic
Model: X-Gene - 8 cores
The guest is Hirsute building qemu 5.0 with r11-5879

I got two known bug signatures - once the common one we see most and
once a different one (that we've seen before with 20200507).

This happened on the first two runs, once it has run some hours I'll
post the rate of success-vs-fails as well.

--- ---

during RTL pass: reload
/root/qemu-5.0/fpu/softfloat.c: In function ‘soft_f64_muladd’:
/root/qemu-5.0/fpu/softfloat.c:1535:1: internal compiler error: Segmentation 
fault
 1535 | }
  | ^
0x56715f crash_signal
../../gcc/gcc/toplev.c:327
0x4599ad add_regs_to_insn_regno_info
../../gcc/gcc/lra.c:1445
0x459ab9 add_regs_to_insn_regno_info
../../gcc/gcc/lra.c:1537
0x459ab9 add_regs_to_insn_regno_info
../../gcc/gcc/lra.c:1537
0x45abc7 lra_update_insn_regno_info(rtx_insn*)
../../gcc/gcc/lra.c:1630
0x468985 lra_constraints(bool)
../../gcc/gcc/lra-constraints.c:5077
0x45bc15 lra(_IO_FILE*)
../../gcc/gcc/lra.c:2329
42d463 do_reload
../../gcc/gcc/ira.c:5802
0x42d463 execute
../../gcc/gcc/ira.c:5988
Please submit a full bug report,


--- ---

during RTL pass: reload
/root/qemu-5.0/linux-user/syscall.c: In function ‘do_syscall1.constprop’:
/root/qemu-5.0/linux-user/syscall.c:12479:1: internal compiler error: 
Segmentation fault
12479 | }
  | ^
0x56715f crash_signal
../../gcc/gcc/toplev.c:327
0x527e35 extract_plus_operands
../../gcc/gcc/rtlanal.c:6320
0x52d84b extract_plus_operands
../../gcc/gcc/rtlanal.c:6324
0x52d84b decompose_normal_address
../../gcc/gcc/rtlanal.c:6373
0x52d84b decompose_address(address_info*, rtx_def**, machine_mode, unsigned 
char, rtx_code)
../../gcc/gcc/rtlanal.c:6474
0x52dbc3 decompose_mem_address(address_info*, rtx_def*)
../../gcc/gcc/rtlanal.c:6493
0x463551 process_address_1
../../gcc/gcc/lra-constraints.c:3460
0x464c47 process_address
../../gcc/gcc/lra-constraints.c:3734
0x464c47 curr_insn_transform
../../gcc/gcc/lra-constraints.c:4049
0x468913 lra_constraints(bool)
../../gcc/gcc/lra-constraints.c:5138
0x45bc15 lra(_IO_FILE*)
../../gcc/gcc/lra.c:2329
0x42d463 do_reload
../../gcc/gcc/ira.c:5802
0x42d463 execute
../../gcc/gcc/ira.c:5988
Please submit a full bug report,

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1890435

Title:
  gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation
  fault

To manage notifications about this bug go to:
https://bugs.launchpad.net/gcc/+bug/1890435/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1890435] Re: gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation fault

2020-12-15 Thread Christian Ehrhardt 
Fails with -O1 as well, although I have to admit that different -O
levels are deeply integrated in qemus build system. So it is hard to
overwrite "all of them". Therefore - while I set -O1 and that affected
some builds, it isn't implying that all compiler calls were -O1.

I know dannf has made some bare-metal tests and so far none of those have 
failed.
Unfortunately our builders are VM based, so that isn't very helpful anyway.
Never the less I've transported my test container over to a box to build there.

Trying to maas-deploy a few more chip types didn't work out, but maybe
it will eventually with some help by the HWE team.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1890435

Title:
  gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation
  fault

To manage notifications about this bug go to:
https://bugs.launchpad.net/gcc/+bug/1890435/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1890435] Re: gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation fault

2020-12-13 Thread Christian Ehrhardt 
I left r11-5879 running over the weekend and it concluded with 37 of 75 runs 
failing
That is ~50%

I'll look at -O1 next

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1890435

Title:
  gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation
  fault

To manage notifications about this bug go to:
https://bugs.launchpad.net/gcc/+bug/1890435/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1890435] Re: gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation fault

2020-12-11 Thread Christian Ehrhardt 
r11-5879 - bad 8 of 10

So we know:
a) the bug has not been fixed yet
b) as we've seen with later GCC-10 runs, the chances to trigger further 
increased

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1890435

Title:
  gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation
  fault

To manage notifications about this bug go to:
https://bugs.launchpad.net/gcc/+bug/1890435/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1890435] Re: gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation fault

2020-12-11 Thread Christian Ehrhardt 
Indeed, gcc-10.2.1 with qemu 5.2 no more breaks 100%.
Here a good build log
https://launchpadlibrarian.net/510811599/buildlog_ubuntu-hirsute-armhf.qemu_1%3A5.2+dfsg-2ubuntu1~ppa2_BUILDING.txt.gz

I'll need a few more builds anyway and will let you know.
As mentioned before that does lower severity, but not close the bug.

** Changed in: gcc-10 (Ubuntu)
   Status: New => Confirmed

** Changed in: gcc-10 (Ubuntu)
   Importance: Critical => Medium

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1890435

Title:
  gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation
  fault

To manage notifications about this bug go to:
https://bugs.launchpad.net/gcc/+bug/1890435/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1890435] Re: gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation fault

2020-12-10 Thread Christian Ehrhardt 
In the test env (not LP build infra, but canonistack) I've got 30 good
runs on 10.2.1 which gives me some hope ...

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1890435

Title:
  gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation
  fault

To manage notifications about this bug go to:
https://bugs.launchpad.net/gcc/+bug/1890435/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1890435] Re: gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation fault

2020-12-10 Thread Christian Ehrhardt 
I'll give things a try in current Hirsute (gcc on 10.2.1, qemu on 5.2) building 
with gcc-10.
If we are back at a level where retries work I'm ok to lower severity.
I'll let you know about these results in a few days.

But since we have had the case of it reaching 100% breakage (and then
would be e.g. un-serviceable) I'm unsure if we should - even then -
fully close it.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1890435

Title:
  gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation
  fault

To manage notifications about this bug go to:
https://bugs.launchpad.net/gcc/+bug/1890435/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Re: [Bug 1890435] Re: gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation fault

2020-12-10 Thread Christian Ehrhardt 
On Thu, Dec 10, 2020 at 5:31 PM Dimitri John Ledkov
<1890...@bugs.launchpad.net> wrote:
>
> "just retry the build" is our solution to this issue.

It is not - in hirsute the builds of the actual package on LP hit 100%
fail-rate.
Unfortunately not in the repro, but due to the above the workaround
currently is to build with gcc-9 on armhf.
But that is not a long term solution.

Therefore also this IMHO can't be won't fix

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1890435

Title:
  gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation
  fault

To manage notifications about this bug go to:
https://bugs.launchpad.net/gcc/+bug/1890435/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1890435] Re: gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation fault

2020-12-10 Thread Christian Ehrhardt 
> "just retry the build" is our solution to this issue.

It is not - in hirsute the builds of the actual package on LP hit 100% 
fail-rate.
Unfortunately not in the repro, but due to the above the workaround currently 
is to build with gcc-9 on armhf.
But that is not a long term solution.

Therefore also this IMHO can't be "won't fix"

** Changed in: gcc-10 (Ubuntu)
   Status: Won't Fix => New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1890435

Title:
  gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation
  fault

To manage notifications about this bug go to:
https://bugs.launchpad.net/gcc/+bug/1890435/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1890435] Re: gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation fault

2020-12-10 Thread Dimitri John Ledkov
"just retry the build" is our solution to this issue. It's a bit a waste
of time hunting this all down at this point, unfortunately.

maybe we can try reproducing this on some publicly available hardware,
i.e. graviton2 on aws. But also not sure how much value there is in
doing this.

** Tags removed: rls-gg-incoming
** Tags added: rls-gg-notfixing

** Changed in: gcc-10 (Ubuntu)
   Status: Confirmed => Won't Fix

** Project changed: groovy => gcc

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1890435

Title:
  gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation
  fault

To manage notifications about this bug go to:
https://bugs.launchpad.net/gcc/+bug/1890435/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1890435] Re: gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation fault

2020-12-09 Thread Christian Ehrhardt 
As mentioned before - I didn't trust this result.
And with "likeliness" of this being so low we all know that results are 
unreliable.
Due to that now r10-6822 is

r10-6822 - bad 2 of 67

The signature was the same "add_regs_to_insn_regno_info (lra)" as before
on (again) different places tcg/tcg.c:2180 and fpu/softfloat.c:7133.

What to do from here ...
We could bisect again starting with r10-6822 and 20190425 and use at least like 
100 runs each.
But that would be a last resort as I'm on ~1run/h which means ~4 days each step.

I have a few "maybe we are lucky" things to try first:
- 10.2.1-1 in hirsute
- trunk gcc-r11-5879.tar.xz
- Doing a run with -O1

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1890435

Title:
  gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation
  fault

To manage notifications about this bug go to:
https://bugs.launchpad.net/groovy/+bug/1890435/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1890435] Re: gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation fault

2020-12-08 Thread Christian Ehrhardt 
r10-6823 bad 1 of 28

during RTL pass: reload
/root/qemu-5.0/migration/ram.c: In function ‘ram_load_postcopy’:
/root/qemu-5.0/migration/ram.c:3298:1: internal compiler error: Segmentation 
fault
 3298 | }
  | ^
0x524cf3 crash_signal
../../gcc/gcc/toplev.c:328
0x411e07 add_regs_to_insn_regno_info
../../gcc/gcc/lra.c:1509
0x411efb add_regs_to_insn_regno_info
../../gcc/gcc/lra.c:1531
0x411efb add_regs_to_insn_regno_info
../../gcc/gcc/lra.c:1531
0x411efb add_regs_to_insn_regno_info
../../gcc/gcc/lra.c:1531
0x412f21 lra_update_insn_regno_info(rtx_insn*)
../../gcc/gcc/lra.c:1624
0x413071 lra_update_insn_regno_info(rtx_insn*)
../../gcc/gcc/lra.c:1617
0x413071 lra_push_insn_1
../../gcc/gcc/lra.c:1774
0x42b373 spill_pseudos
../../gcc/gcc/lra-spills.c:523
0x42b373 lra_spill()
../../gcc/gcc/lra-spills.c:636
0x414163 lra(_IO_FILE*)
../../gcc/gcc/lra.c:2554
0x3e5b9d do_reload
../../gcc/gcc/ira.c:5523
0x3e5b9d execute
../../gcc/gcc/ira.c:5709
Please submit a full bug report,
with preprocessed source if appropriate


I'll give the hopefully good r10-6822 another few chances to fail, because - as 
it is obvious by now - it seems we can't rely much on these bisect results.

Afterwards I'll give 10.2.1-1 in Hirsute a try (requested by Doko)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1890435

Title:
  gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation
  fault

To manage notifications about this bug go to:
https://bugs.launchpad.net/groovy/+bug/1890435/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1890435] Re: gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation fault

2020-12-08 Thread Christian Ehrhardt 
Updated Result Overview:
20190425 good 0 of 13
r10-2027 good 0 of 4
r10-3040 good 0 of 4
r10-3400 good 0 of 4
r10-3657 good 0 of 5
r10-3727 good 0 of 3
r10-4054 other kind of bad 1 of 18 (signature different)
r10-6080 good 0 of 10
r10-6586 good 0 of 27
r10-6760 good 0 of 20
r10-6799 good 0 of 20
r10-6819 good 0 of 22
r10-6822 good 0 of 37 <- giving this more runs now
r10-6823 bad 1 of 28
r10-6824 bad 1 of 33
r10-6829 bad 2 of 35
r10-6839 bad 2 of 9
r10-7093 bad 2 of 19
20200507 bad 3 of 7

Signatures:
r10-4054 arm_legitimate_address_p (nonimmediate)
r10-6823 add_regs_to_insn_regno_info (lra)
r10-6824 add_regs_to_insn_regno_info (lra)
r10-6829 add_regs_to_insn_regno_info (lra)
r10-6839 add_regs_to_insn_regno_info (lra)
r10-7093 add_regs_to_insn_regno_info (lra)
r10-7093 add_regs_to_insn_regno_info (lra)
20200507 add_regs_to_insn_regno_info (lra)
20200507 avoid_constant_pool_reference (lra)
20200507 extract_plus_operands (lra)
ubu-10.2 add_regs_to_insn_regno_info (lra)
ubu-10.2 add_regs_to_insn_regno_info (lra)
ubu-10.2 avoid_constant_pool_reference (lra)
ubu-10.2 thumb2_legitimate_address_p (lra)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1890435

Title:
  gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation
  fault

To manage notifications about this bug go to:
https://bugs.launchpad.net/groovy/+bug/1890435/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1890435] Re: gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation fault

2020-12-07 Thread Christian Ehrhardt 
r10-6822 seems good.

Updated Result Overview:
20190425 good 0 of 13
r10-2027 good 0 of 4
r10-3040 good 0 of 4
r10-3400 good 0 of 4
r10-3657 good 0 of 5
r10-3727 good 0 of 3
r10-4054 other kind of bad 1 of 18 (signature different)
r10-6080 good 0 of 10
r10-6586 good 0 of 27
r10-6760 good 0 of 20
r10-6799 good 0 of 20
r10-6819 good 0 of 22
r10-6822 good 0 of 37
r10-6823 next
r10-6824 bad 1 of 33
r10-6829 bad 2 of 35
r10-6839 bad 2 of 9
r10-7093 bad 2 of 19
20200507 bad 3 of 7

Signatures:
r10-4054 arm_legitimate_address_p (nonimmediate)
r10-6824 add_regs_to_insn_regno_info (lra)
r10-6829 add_regs_to_insn_regno_info (lra)
r10-6839 add_regs_to_insn_regno_info (lra)
r10-7093 add_regs_to_insn_regno_info (lra)
r10-7093 add_regs_to_insn_regno_info (lra)
20200507 add_regs_to_insn_regno_info (lra)
20200507 avoid_constant_pool_reference (lra)
20200507 extract_plus_operands (lra)
ubu-10.2 add_regs_to_insn_regno_info (lra)
ubu-10.2 add_regs_to_insn_regno_info (lra)
ubu-10.2 avoid_constant_pool_reference (lra)
ubu-10.2 thumb2_legitimate_address_p (lra)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1890435

Title:
  gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation
  fault

To manage notifications about this bug go to:
https://bugs.launchpad.net/groovy/+bug/1890435/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1890435] Re: gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation fault

2020-12-06 Thread Christian Ehrhardt 
r10-6822 so far has 0 of 20, but I'll let it run another ~24h

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1890435

Title:
  gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation
  fault

To manage notifications about this bug go to:
https://bugs.launchpad.net/groovy/+bug/1890435/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1890435] Re: gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation fault

2020-12-06 Thread Christian Ehrhardt 
Updated Result Overview:
20190425 good 0 of 13
r10-2027 good 0 of 4
r10-3040 good 0 of 4
r10-3400 good 0 of 4
r10-3657 good 0 of 5
r10-3727 good 0 of 3
r10-4054 other kind of bad 1 of 18 (signature different)
r10-6080 good 0 of 10
r10-6586 good 0 of 27
r10-6760 good 0 of 20
r10-6799 good 0 of 20
r10-6819 good 0 of 22
r10-6822 next
r10-6824 bad 1 of 33
r10-6829 bad 2 of 35
r10-6839 bad 2 of 9
r10-7093 bad 2 of 19
20200507 bad 3 of 7

Signatures:
r10-4054 arm_legitimate_address_p (nonimmediate)
r10-6824 add_regs_to_insn_regno_info (lra)
r10-6829 add_regs_to_insn_regno_info (lra)
r10-6839 add_regs_to_insn_regno_info (lra)
r10-7093 add_regs_to_insn_regno_info (lra)
r10-7093 add_regs_to_insn_regno_info (lra)
20200507 add_regs_to_insn_regno_info (lra)
20200507 avoid_constant_pool_reference (lra)
20200507 extract_plus_operands (lra)
ubu-10.2 add_regs_to_insn_regno_info (lra)
ubu-10.2 add_regs_to_insn_regno_info (lra)
ubu-10.2 avoid_constant_pool_reference (lra)
ubu-10.2 thumb2_legitimate_address_p (lra)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1890435

Title:
  gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation
  fault

To manage notifications about this bug go to:
https://bugs.launchpad.net/groovy/+bug/1890435/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1890435] Re: gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation fault

2020-12-05 Thread Christian Ehrhardt 
r10-6824 bad 1 of 24, signature matches
We have only a few steps to go and need to increase the number of runs to be 
sure, so I'll let it run for a while longer.
Also - eventually - I'll re-run what we consider to be the last good, quite a 
few times to be sure.

Most likely I'll later today switch and test r10-6822 next.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1890435

Title:
  gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation
  fault

To manage notifications about this bug go to:
https://bugs.launchpad.net/groovy/+bug/1890435/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1890435] Re: gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation fault

2020-12-05 Thread Christian Ehrhardt 
r10-6829 has 2 fails in 35 runs
Signature matches, both are: add_regs_to_insn_regno_info (lra)
r10-6824 = next

Updated Result Overview:
20190425 good 0 of 13
r10-2027 good 0 of 4
r10-3040 good 0 of 4
r10-3400 good 0 of 4
r10-3657 good 0 of 5
r10-3727 good 0 of 3
r10-4054 other kind of bad 1 of 18 (signature different)
r10-6080 good 0 of 10
r10-6586 good 0 of 27
r10-6760 good 0 of 20
r10-6799 good 0 of 20
r10-6819 good 0 of 22
r10-6824 next
r10-6829 bad 2 of 35
r10-6839 bad 2 of 9
r10-7093 bad 2 of 19
20200507 bad 3 of 7

Signatures:
r10-4054 arm_legitimate_address_p (nonimmediate)
r10-6829 add_regs_to_insn_regno_info (lra)
r10-6839 add_regs_to_insn_regno_info (lra)
r10-7093 add_regs_to_insn_regno_info (lra)
r10-7093 add_regs_to_insn_regno_info (lra)
20200507 add_regs_to_insn_regno_info (lra)
20200507 avoid_constant_pool_reference (lra)
20200507 extract_plus_operands (lra)
ubu-10.2 add_regs_to_insn_regno_info (lra)
ubu-10.2 add_regs_to_insn_regno_info (lra)
ubu-10.2 avoid_constant_pool_reference (lra)
ubu-10.2 thumb2_legitimate_address_p (lra)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1890435

Title:
  gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation
  fault

To manage notifications about this bug go to:
https://bugs.launchpad.net/groovy/+bug/1890435/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1890435] Re: gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation fault

2020-12-03 Thread Christian Ehrhardt 
r10-6819 had 22 good runs.
r10-6829 will be the next to try.

Updated Result Overview:
20190425 good 0 of 13
r10-2027 good 0 of 4
r10-3040 good 0 of 4
r10-3400 good 0 of 4
r10-3657 good 0 of 5
r10-3727 good 0 of 3
r10-4054 other kind of bad 1 of 18 (signature different)
r10-6080 good 0 of 10
r10-6586 good 0 of 27
r10-6760 good 0 of 20
r10-6799 good 0 of 20
r10-6819 good 0 of 22
r10-6829 next
r10-6839 bad 2 of 9
r10-7093 bad 2 of 19
20200507 bad 3 of 7

Signatures:
r10-4054 arm_legitimate_address_p (nonimmediate)
r10-6839 add_regs_to_insn_regno_info (lra)
r10-7093 add_regs_to_insn_regno_info (lra)
r10-7093 add_regs_to_insn_regno_info (lra)
20200507 add_regs_to_insn_regno_info (lra)
20200507 avoid_constant_pool_reference (lra)
20200507 extract_plus_operands (lra)
ubu-10.2 add_regs_to_insn_regno_info (lra)
ubu-10.2 add_regs_to_insn_regno_info (lra)
ubu-10.2 avoid_constant_pool_reference (lra)
ubu-10.2 thumb2_legitimate_address_p (lra)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1890435

Title:
  gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation
  fault

To manage notifications about this bug go to:
https://bugs.launchpad.net/groovy/+bug/1890435/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1890435] Re: gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation fault

2020-12-03 Thread Christian Ehrhardt 
Completed 20 good runs on  r10-6799, continuing with r10-6819 as
planned.

Updated Result Overview:
20190425 good 0 of 13
r10-2027 good 0 of 4
r10-3040 good 0 of 4
r10-3400 good 0 of 4
r10-3657 good 0 of 5
r10-3727 good 0 of 3
r10-4054 other kind of bad 1 of 18 (signature different)
r10-6080 good 0 of 10
r10-6586 good 0 of 27
r10-6760 good 0 of 20
r10-6799 good 0 of 20
r10-6819 next
r10-6839 bad 2 of 9
r10-7093 bad 2 of 19
20200507 bad 3 of 7

Signatures:
r10-4054 arm_legitimate_address_p (nonimmediate)
r10-6839 add_regs_to_insn_regno_info (lra)
r10-7093 add_regs_to_insn_regno_info (lra)
r10-7093 add_regs_to_insn_regno_info (lra)
20200507 extract_plus_operands (lra)
20200507 avoid_constant_pool_reference (lra)
20200507 add_regs_to_insn_regno_info (lra)
ubu-10.2 add_regs_to_insn_regno_info (lra)
ubu-10.2 avoid_constant_pool_reference (lra)
ubu-10.2 thumb2_legitimate_address_p (lra)
ubu-10.2 add_regs_to_insn_regno_info (lra)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1890435

Title:
  gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation
  fault

To manage notifications about this bug go to:
https://bugs.launchpad.net/groovy/+bug/1890435/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1890435] Re: gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation fault

2020-12-02 Thread Christian Ehrhardt 
FYI: r10-6799 had 14 good runs so far, I'll let it run for a bit longer to be 
sure.
Then - later today - if nothing changes r10-6819 will be next.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1890435

Title:
  gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation
  fault

To manage notifications about this bug go to:
https://bugs.launchpad.net/groovy/+bug/1890435/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1890435] Re: gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation fault

2020-12-02 Thread Christian Ehrhardt 
Ok, r10-6760 reached 20 good runs and is considered good.
Doko was so kind to build 6779 6799 6819 for me - of which 6799 will be next.

Note: I've aligned the comments to all have the same style and dropped
the untested revisions.

Updated Result Overview:
20190425 good 0 of 13
r10-2027 good 0 of 4
r10-3040 good 0 of 4
r10-3400 good 0 of 4
r10-3657 good 0 of 5
r10-3727 good 0 of 3
r10-4054 other kind of bad 1 of 18 (signature different)
r10-6080 good 0 of 10
r10-6586 good 0 of 27
r10-6760 good 0 of 20
r10-6779 untested
r10-6799 next
r10-6819 untested
r10-6839 bad 2 of 9
r10-7093 bad 2 of 19
20200507 bad 3 of 7

Signatures:
r10-4054 arm_legitimate_address_p (nonimmediate)
r10-6839 add_regs_to_insn_regno_info (lra)
r10-7093 add_regs_to_insn_regno_info (lra)
r10-7093 add_regs_to_insn_regno_info (lra)
20200507 extract_plus_operands (lra)
20200507 avoid_constant_pool_reference (lra)
20200507 add_regs_to_insn_regno_info (lra)
ubu-10.2 add_regs_to_insn_regno_info (lra)
ubu-10.2 avoid_constant_pool_reference (lra)
ubu-10.2 thumb2_legitimate_address_p (lra)
ubu-10.2 add_regs_to_insn_regno_info (lra)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1890435

Title:
  gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation
  fault

To manage notifications about this bug go to:
https://bugs.launchpad.net/groovy/+bug/1890435/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1890435] Re: gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation fault

2020-12-01 Thread Christian Ehrhardt 
We'll need more runs to be sure, but so far r10-6760 seems good.
In preparation - could I requests builds between r10-6760 - r10-6839 please ?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1890435

Title:
  gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation
  fault

To manage notifications about this bug go to:
https://bugs.launchpad.net/groovy/+bug/1890435/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1890435] Re: gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation fault

2020-12-01 Thread Christian Ehrhardt 
Updated Result Overview:
20190425 good
r10-1014
r10-2027 good?4
r10-2533
r10-3040 good?4
r10-3220
r10-3400 good?4
r10-3450
r10-3475
r10-3478
r10-3593
r10-3622
r10-3657 good?5
r10-3727 good?3
r10-4054 other kind of bad - signature different, and rare?
r10-6080 good?10
r10-6586 good?27
r10-6760 next
r10-6839 bad (2 of 9)
r10-7093 bad, but slow to trigger (2 of 19)
20200507 bad bad bad

Signatures:
r10-4054 arm_legitimate_address_p (nonimmediate)
r10-6839 add_regs_to_insn_regno_info (lra)
r10-7093 add_regs_to_insn_regno_info (lra)
r10-7093 add_regs_to_insn_regno_info (lra)
20200507 extract_plus_operands (lra)
20200507 avoid_constant_pool_reference (lra)
20200507 add_regs_to_insn_regno_info (lra)
ubu-10.2 add_regs_to_insn_regno_info (lra)
ubu-10.2 avoid_constant_pool_reference (lra)
ubu-10.2 thumb2_legitimate_address_p (lra)
ubu-10.2 add_regs_to_insn_regno_info (lra)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1890435

Title:
  gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation
  fault

To manage notifications about this bug go to:
https://bugs.launchpad.net/groovy/+bug/1890435/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1890435] Re: gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation fault

2020-12-01 Thread Christian Ehrhardt 
2/7 runs of r10-6839 failed with
r10-6839 add_regs_to_insn_regno_info (lra)

Next will be r10-6760

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1890435

Title:
  gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation
  fault

To manage notifications about this bug go to:
https://bugs.launchpad.net/groovy/+bug/1890435/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1890435] Re: gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation fault

2020-12-01 Thread Christian Ehrhardt 
Add another 1/3 fails to r10-7093

Now I am on the next two
- r10-6760
- r10-6839

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1890435

Title:
  gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation
  fault

To manage notifications about this bug go to:
https://bugs.launchpad.net/groovy/+bug/1890435/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1890435] Re: gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation fault

2020-11-30 Thread Christian Ehrhardt 
r10-6586 - passed 27 good runs, no fails

Updated Result Overview:
20190425 good
r10-1014
r10-2027 good?4
r10-2533
r10-3040 good?4
r10-3220
r10-3400 good?4
r10-3450
r10-3475
r10-3478
r10-3593
r10-3622
r10-3657 good?5
r10-3727 good?3
r10-4054 other kind of bad - signature different, and rare?
r10-6080 good?10
r10-6586 good?27
r10-7093 bad, but slow to trigger (2 of 19)
20200507 bad bad bad

Signatures:
r10-4054 arm_legitimate_address_p (nonimmediate)
r10-7093 add_regs_to_insn_regno_info (lra)
r10-7093 add_regs_to_insn_regno_info (lra)
20200507 extract_plus_operands (lra)
20200507 avoid_constant_pool_reference (lra)
20200507 add_regs_to_insn_regno_info (lra)
ubu-10.2 add_regs_to_insn_regno_info (lra)
ubu-10.2 avoid_constant_pool_reference (lra)
ubu-10.2 thumb2_legitimate_address_p (lra)
ubu-10.2 add_regs_to_insn_regno_info (lra)

Next I'll run r10-7093 in this new setup.
@Doko - It would be great to have ~6760 be built for the likely next step.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1890435

Title:
  gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation
  fault

To manage notifications about this bug go to:
https://bugs.launchpad.net/groovy/+bug/1890435/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1890435] Re: gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation fault

2020-11-30 Thread Christian Ehrhardt 
Since this seems to become a reproducibility-fest I've spawned and
prepared two more workers using the same setup as the one we used
before. That should allow for some more runs/days to increase the rate
at we can process it - given the new insight to its unreliability.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1890435

Title:
  gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation
  fault

To manage notifications about this bug go to:
https://bugs.launchpad.net/groovy/+bug/1890435/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1890435] Re: gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation fault

2020-11-29 Thread Christian Ehrhardt 
FYI - another 8 runs without a crash on r10-7093.
My current working theory is that the root cause of the crash might have been 
added as early as r10-4054 but one or many later changes have increased the 
chance (think increase the race window or such) for the issue to trigger.
If that assumption is true and with the current testcase it is nearly 
impossible to properly bisect the "original root cause". And at the same time 
still hard to find the one that increased the race window - since crashing 
early does not surely imply we are in the high/low chance area.


We've had many runs with the base versions so that one is really good.
But any other good result we've had so far could - in theory - be challenged 
and needs ~30 good runs to be somewhat sure (puh that will be a lot of time).

I'm marking the old runs that are debatable with good?.

Also we might want to look for just the "new" crash signature.

20190425 good
r10-1014
r10-2027 good?4
r10-2533
r10-3040 good?4
r10-3220
r10-3400 good?4
r10-3450
r10-3475
r10-3478
r10-3593
r10-3622
r10-3657 good?5
r10-3727 good?3
r10-4054 other kind of bad - signature different, and rare?
r10-6080 good?10
r10-7093 bad, but slow to trigger
20200507 bad bad bad

Signatures:
r10-4054 arm_legitimate_address_p (nonimmediate)
r10-7093 add_regs_to_insn_regno_info (lra)
r10-7093 add_regs_to_insn_regno_info (lra)
20200507 extract_plus_operands (lra)
20200507 avoid_constant_pool_reference (lra)
20200507 add_regs_to_insn_regno_info (lra)
ubu-10.2 add_regs_to_insn_regno_info (lra)
ubu-10.2 avoid_constant_pool_reference (lra)
ubu-10.2 thumb2_legitimate_address_p (lra)
ubu-10.2 add_regs_to_insn_regno_info (lra)

Of course it could be that the same root cause surfaces as two different
signatures - but to it could as well be a multitude of issues. Therefore
- for now - "add_regs_to_insn_regno_info (lra)" is what I'll continue to
hunt for.

With some luck (do we have any in this?) the 10 runs on 6080 are sufficient.
Let us try r10-6586 next and plan for 15-30 runs to be sure it is good.
If hitting the issue I'll still re-run it so we can compare multiple signatures.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1890435

Title:
  gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation
  fault

To manage notifications about this bug go to:
https://bugs.launchpad.net/groovy/+bug/1890435/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1890435] Re: gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation fault

2020-11-29 Thread Christian Ehrhardt 
I'm not yet sure what we should learn from that - do we need 30 runs of
each step to be somewhat sure? That makes an already slow bisect even
slower ...

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1890435

Title:
  gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation
  fault

To manage notifications about this bug go to:
https://bugs.launchpad.net/groovy/+bug/1890435/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1890435] Re: gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation fault

2020-11-29 Thread Christian Ehrhardt 
Failed on #17
during RTL pass: reload

/root/qemu-5.0/fpu/softfloat.c: In function ‘soft_f64_muladd’:
/root/qemu-5.0/fpu/softfloat.c:1535:1: internal compiler error: Segmentation 
fault
 1535 | }
  | ^
cc -iquote /root/qemu-5.0/b/qemu/target/mips -iquote target/mips -iquote 
/root/qemu-5.0/tcg/arm -isystem /root/qemu-5.0/linux-headers -isystem 
/root/qemu-5.0/b/qemu/linux-headers -iquote . -iquote /root/qemu-5.0 -iquote 
/root/qemu-5.0/accel/tcg -iquote /root/qemu-5.0/include -iquote 
/root/qemu-5.0/disas/libvixl -I/usr/include/pixman-1   -pthread 
-I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include 
-pthread -I/usr/include/glib-2.0 
-I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -fPIE -DPIE  -D_GNU_SOURCE 
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes 
-Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes 
-fno-strict-aliasing -fno-common -fwrapv -std=gnu99  -g -O2 
-fdebug-prefix-map=/root/qemu-5.0=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wexpansion-to-defined 
-Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body 
-Wnested-externs -Wformat-security -Wformat-y2k -Winit-self 
-Wignored-qualifiers -Wold-style-declaration -Wold-style-definition 
-Wtype-limits -fstack-protector-strong -I/usr/include/p11-kit-1  
-DSTRUCT_IOVEC_DEFINED  -I/usr/include/libpng16  
-I/root/qemu-5.0/capstone/include -isystem ../linux-headers -iquote .. -iquote 
/root/qemu-5.0/target/mips -DNEED_CPU_H -iquote /root/qemu-5.0/include -MMD -MP 
-MT target/mips/helper.o -MF target/mips/helper.d -O2 -U_FORTIFY_SOURCE 
-D_FORTIFY_SOURCE=2 -g   -c -o target/mips/helper.o 
/root/qemu-5.0/target/mips/helper.c
0x527c2f crash_signal
../../gcc/gcc/toplev.c:328
0x4147bf add_regs_to_insn_regno_info
../../gcc/gcc/lra.c:1509
0x4148b3 add_regs_to_insn_regno_info
../../gcc/gcc/lra.c:1531
0x4148b3 add_regs_to_insn_regno_info
../../gcc/gcc/lra.c:1531
0x4158d9 lra_update_insn_regno_info(rtx_insn*)
../../gcc/gcc/lra.c:1624
0x415a29 lra_update_insn_regno_info(rtx_insn*)
../../gcc/gcc/lra.c:1617
0x415a29 lra_push_insn_1
../../gcc/gcc/lra.c:1774
0x42dd53 spill_pseudos
../../gcc/gcc/lra-spills.c:523
0x42dd53 lra_spill()
../../gcc/gcc/lra-spills.c:636
0x416b1b lra(_IO_FILE*)
../../gcc/gcc/lra.c:2554
0x3e84d1 do_reload
../../gcc/gcc/ira.c:5523
0x3e84d1 execute
../../gcc/gcc/ira.c:5709

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1890435

Title:
  gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation
  fault

To manage notifications about this bug go to:
https://bugs.launchpad.net/groovy/+bug/1890435/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1890435] Re: gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation fault

2020-11-28 Thread Christian Ehrhardt 
14 runs and going ...
It was never "so rare" when we were at the gcc that is in hirsute or 20200507.
I'll let it continue to run for now

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1890435

Title:
  gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation
  fault

To manage notifications about this bug go to:
https://bugs.launchpad.net/groovy/+bug/1890435/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1890435] Re: gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation fault

2020-11-27 Thread Christian Ehrhardt 
To be sure i was running r10-7093 again and so far got 8 good runs in a row :-/
If only we could have a better trigger :-/

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1890435

Title:
  gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation
  fault

To manage notifications about this bug go to:
https://bugs.launchpad.net/groovy/+bug/1890435/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1890435] Re: gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation fault

2020-11-27 Thread Christian Ehrhardt 
3 full runs good with r10-7093 but then I got:

/root/qemu-5.0/disas/nanomips.cpp: In member function ‘std::string 
NMD::JALRC_HB(uint64)’:
/root/qemu-5.0/disas/nanomips.cpp:7969:1: internal compiler error: Segmentation 
fault
 7969 | }
  | ^
0x602fa7 crash_signal
../../gcc/gcc/toplev.c:328
0x4f1f47 add_regs_to_insn_regno_info
../../gcc/gcc/lra.c:1509
0x4f203b add_regs_to_insn_regno_info
../../gcc/gcc/lra.c:1531
0x4f3061 lra_update_insn_regno_info(rtx_insn*)
../../gcc/gcc/lra.c:1624
0x505ca7 process_insn_for_elimination
../../gcc/gcc/lra-eliminations.c:1322
0x505ca7 lra_eliminate(bool, bool)
../../gcc/gcc/lra-eliminations.c:1372
0x500877 lra_constraints(bool)
../../gcc/gcc/lra-constraints.c:4856
0x4f4237 lra(_IO_FILE*)
../../gcc/gcc/lra.c:2437
0x4c5c59 do_reload
../../gcc/gcc/ira.c:5523
0x4c5c59 execute
../../gcc/gcc/ira.c:5709

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1890435

Title:
  gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation
  fault

To manage notifications about this bug go to:
https://bugs.launchpad.net/groovy/+bug/1890435/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1890435] Re: gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation fault

2020-11-27 Thread Christian Ehrhardt 
We again need to ask, is this the one we are hunting for - or might it be 
another issue in between.
Doko ?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1890435

Title:
  gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation
  fault

To manage notifications about this bug go to:
https://bugs.launchpad.net/groovy/+bug/1890435/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1890435] Re: gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation fault

2020-11-26 Thread Christian Ehrhardt 
Doko is so kind and builds r10-7093 got me.

20190425 good
r10-1014
r10-2027 good
r10-2533
r10-3040 good
r10-3220
r10-3400 good
r10-3450
r10-3475
r10-3478
r10-3593
r10-3622
r10-3657 good
r10-3727 good
r10-4054 other kind of bad?
r10-6080 good
r10-7093 next
20200507 bad bad bad

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1890435

Title:
  gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation
  fault

To manage notifications about this bug go to:
https://bugs.launchpad.net/groovy/+bug/1890435/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1890435] Re: gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation fault

2020-11-26 Thread Christian Ehrhardt 
Another crash with 20200507 at first try:

/root/qemu-5.0/fpu/softfloat.c: In function ‘float128_div’:
/root/qemu-5.0/fpu/softfloat.c:7504:1: internal compiler error: Segmentation 
fault
 7504 | }
  | ^

0x5518cb crash_signal
../../gcc/gcc/toplev.c:328
0x43e363 add_regs_to_insn_regno_info
../../gcc/gcc/lra.c:1512
0x43e465 add_regs_to_insn_regno_info
../../gcc/gcc/lra.c:1534
0x43e465 add_regs_to_insn_regno_info
../../gcc/gcc/lra.c:1534
0x43e51b add_regs_to_insn_regno_info
../../gcc/gcc/lra.c:1538
0x43f497 lra_update_insn_regno_info(rtx_insn*)
../../gcc/gcc/lra.c:1627
0x43f5dd lra_update_insn_regno_info(rtx_insn*)
../../gcc/gcc/lra.c:1620
0x43f5dd lra_push_insn_1
../../gcc/gcc/lra.c:1777
0x4579fb spill_pseudos
../../gcc/gcc/lra-spills.c:542
0x4579fb lra_spill()
../../gcc/gcc/lra-spills.c:655
0x4406bf lra(_IO_FILE*)
../../gcc/gcc/lra.c:2557
0x411f05 do_reload
../../gcc/gcc/ira.c:5523
0x411f05 execute
../../gcc/gcc/ira.c:5709

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1890435

Title:
  gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation
  fault

To manage notifications about this bug go to:
https://bugs.launchpad.net/groovy/+bug/1890435/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1890435] Re: gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation fault

2020-11-26 Thread Christian Ehrhardt 
Ok, 20200507 almost immediately triggered the ICE

/root/qemu-5.0/linux-user/syscall.c: In function ‘do_syscall1’:
/root/qemu-5.0/linux-user/syscall.c:12479:1: internal compiler error: 
Segmentation fault
12479 | }
  | ^

0x5518cb crash_signal
../../gcc/gcc/toplev.c:328
0x542673 avoid_constant_pool_reference(rtx_def*)
../../gcc/gcc/simplify-rtx.c:237
0x515cad commutative_operand_precedence(rtx_def*)
../../gcc/gcc/rtlanal.c:3482
0x515d6b swap_commutative_operands_p(rtx_def*, rtx_def*)
../../gcc/gcc/rtlanal.c:3543
0x53cacb simplify_binary_operation(rtx_code, machine_mode, rtx_def*, rtx_def*)
../../gcc/gcc/simplify-rtx.c:2333
0x53cb19 simplify_gen_binary(rtx_code, machine_mode, rtx_def*, rtx_def*)
../../gcc/gcc/simplify-rtx.c:189
0x44d033 lra_constraints(bool)
../../gcc/gcc/lra-constraints.c:4964
0x440653 lra(_IO_FILE*)
../../gcc/gcc/lra.c:2440
0x411f05 do_reload
../../gcc/gcc/ira.c:5523
0x411f05 execute
../../gcc/gcc/ira.c:5709


This triggered on the first build. While waiting for some builds between 
r10-6080 and 20200507 I'll rerun this version to get some stats on how early to 
expect it.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1890435

Title:
  gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation
  fault

To manage notifications about this bug go to:
https://bugs.launchpad.net/groovy/+bug/1890435/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1890435] Re: gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation fault

2020-11-25 Thread Christian Ehrhardt 
FYI - inquiry for the underlying HW/SW is in RT 128805 - I set Doko and
Rick to CC on that.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1890435

Title:
  gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation
  fault

To manage notifications about this bug go to:
https://bugs.launchpad.net/groovy/+bug/1890435/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1890435] Re: gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation fault

2020-11-25 Thread Christian Ehrhardt 
r10-6080 now had 10 good runs.

I'm going back to test 20200507 next - we had bad states with that
version so often this MUST trigger IMHO,

Reminder this runs on in armhf LXD containers on arm64 VMs (like our builds do).
I'm slowly getting the feeling it could be an issue with the underlying 
virtualization or bare metal.
We had a datacenter move, so the cloud runs on the same bare metal overall, but 
my instance could run on something else today than last week. If 20200507 no 
more triggers we have to investigate where the code is running.


20190425 good
r10-1014
r10-2027 good
r10-2533
r10-3040 good
r10-3220
r10-3400 good
r10-3450
r10-3475
r10-3478
r10-3593
r10-3622
r10-3657 good
r10-3727 good
r10-4054 other kind of bad?
r10-6080 good
20200507 bad ?next?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1890435

Title:
  gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation
  fault

To manage notifications about this bug go to:
https://bugs.launchpad.net/groovy/+bug/1890435/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1890435] Re: gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation fault

2020-11-24 Thread Christian Ehrhardt 
On this re-check r10-4054 had 7 complete runs without a fail.
So as I was afraid of in comment 71 already, it might have been another much 
more rare ICE hidden in there as well. Or OTOH we are cursed by some very bad 
statistical chances :-/.

I'll check r10-6080 next to see if it
a) reproduces an ICE faster
b) will show the same signature we saw more often before

20190425 good
r10-1014
r10-2027 good
r10-2533
r10-3040 good
r10-3220
r10-3400 good
r10-3450
r10-3475
r10-3478
r10-3593
r10-3622
r10-3657 good
r10-3727 good
r10-4054 other kind of bad?
r10-6080 next
20200507 bad

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1890435

Title:
  gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation
  fault

To manage notifications about this bug go to:
https://bugs.launchpad.net/groovy/+bug/1890435/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1890435] Re: gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation fault

2020-11-24 Thread Christian Ehrhardt 
r10-3727 had another 2.5 good runs, overall it LGTM now.
I'll re-run r10-4054 just to be sure not to hunt a ghost.

20190425 good
r10-1014
r10-2027 good
r10-2533
r10-3040 good
r10-3220
r10-3400 good
r10-3450
r10-3475
r10-3478
r10-3593
r10-3622
r10-3657 good
r10-3727 good
r10-4054 bad next
r10-6080
20200507 bad

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1890435

Title:
  gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation
  fault

To manage notifications about this bug go to:
https://bugs.launchpad.net/groovy/+bug/1890435/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1890435] Re: gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation fault

2020-11-23 Thread Christian Ehrhardt 
FYI: Systems are back up, restarted tests on r10-3727

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1890435

Title:
  gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation
  fault

To manage notifications about this bug go to:
https://bugs.launchpad.net/groovy/+bug/1890435/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1890435] Re: gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation fault

2020-11-21 Thread Christian Ehrhardt 
1.5 builds good on r10-3727, but that is not enough to make a decision.
Right now there is some machine downtime due to a datacenter move. Back
on Monday I guess.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1890435

Title:
  gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation
  fault

To manage notifications about this bug go to:
https://bugs.launchpad.net/groovy/+bug/1890435/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1890435] Re: gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation fault

2020-11-21 Thread Christian Ehrhardt 
r10-3657 had 5 good runs

Status:
20190425 good
r10-1014
r10-2027 good
r10-2533
r10-3040 good
r10-3220
r10-3400 good
r10-3450
r10-3475
r10-3478
r10-3593
r10-3622
r10-3657 good
r10-3727 next
r10-4054 bad
r10-6080
20200507 bad

I might want to do a re-run of r10-4054  if r10-3727 is also good. Just
to ensure we are not doing 6 more steps on something that won't fail.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1890435

Title:
  gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation
  fault

To manage notifications about this bug go to:
https://bugs.launchpad.net/groovy/+bug/1890435/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1890435] Re: gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation fault

2020-11-20 Thread Christian Ehrhardt 
r10-3400 is good

I need to switch to a different overview to make sure I can track this
:-)

20190425 good
r10-1014
r10-2027 good
r10-2533
r10-3040 good
r10-3220
r10-3400 good
r10-3450
r10-3475
r10-3478
r10-3593
r10-3622
r10-3657 next
r10-3727
r10-4054 bad
r10-6080
20200507 bad

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1890435

Title:
  gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation
  fault

To manage notifications about this bug go to:
https://bugs.launchpad.net/groovy/+bug/1890435/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1890435] Re: gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation fault

2020-11-19 Thread Christian Ehrhardt 
r10-3040 got 4.5 good passes before I aborted it - it seems to be good
as well.

That means next is r10-3400

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1890435

Title:
  gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation
  fault

To manage notifications about this bug go to:
https://bugs.launchpad.net/groovy/+bug/1890435/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1890435] Re: gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation fault

2020-11-19 Thread Christian Ehrhardt 
r10-2027 seems to be good passing 4 runs without a fail.

Continuing with r10-3040 next.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1890435

Title:
  gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation
  fault

To manage notifications about this bug go to:
https://bugs.launchpad.net/groovy/+bug/1890435/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1890435] Re: gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation fault

2020-11-18 Thread Christian Ehrhardt 
r10-4054 failed with

during RTL pass: reload
/root/qemu-5.0/fpu/softfloat.c: In function ‘sf_canonicalize’:
/root/qemu-5.0/fpu/softfloat.c:670:1: internal compiler error: Segmentation 
fault
  670 | }
  | ^

0x4b7443 crash_signal
../../gcc/gcc/toplev.c:326
0x66b7c7 thumb2_legitimate_address_p
../../gcc/gcc/config/arm/arm.c:8242
0x66bc31 arm_legitimate_address_p(machine_mode, rtx_def*, bool)
../../gcc/gcc/config/arm/arm.c:8657
0x458667 memory_address_addr_space_p(machine_mode, rtx_def*, unsigned char)
../../gcc/gcc/recog.c:1340
0x85b013 nonimmediate_soft_df_operand_1
../../gcc/gcc/config/arm/predicates.md:514
0x85b013 nonimmediate_soft_df_operand(rtx_def*, machine_mode)
../../gcc/gcc/config/arm/predicates.md:530
0x85b013 nonimmediate_soft_df_operand(rtx_def*, machine_mode)
../../gcc/gcc/config/arm/predicates.md:518


I'm unsure how to deal with this. It is an ICE, and it happened
throughout the RTL stage as before. But the signature seems to be a
different one.

It could be "bad" with the actual issue we look for hidden behind this.
It could be "good" as well with the actual issue we look fixed but hidden 
behind this.
Or it could be "bad" as in, this is the same issue but with a different 
signature.

For the time being I'll handle it as bad, with some luck we get our old
trace back further down the bisect. But @Doko please have a look at the
trace above (maybe it is a known one) and advise.

Starting on r10-2027

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1890435

Title:
  gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation
  fault

To manage notifications about this bug go to:
https://bugs.launchpad.net/groovy/+bug/1890435/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1890435] Re: gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation fault

2020-11-18 Thread Christian Ehrhardt 
20190425 can be considered good it completed 4.5 times before I scheduled the 
next run.
Next is r10-4054 which has -v of:
gcc version 10.0.0 20191022 (experimental) (GCC)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1890435

Title:
  gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation
  fault

To manage notifications about this bug go to:
https://bugs.launchpad.net/groovy/+bug/1890435/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1890435] Re: gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation fault

2020-11-18 Thread Christian Ehrhardt 
FYI currently on 20190425.
First build passed, but we need a few more to be sure.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1890435

Title:
  gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation
  fault

To manage notifications about this bug go to:
https://bugs.launchpad.net/groovy/+bug/1890435/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1890435] Re: gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation fault

2020-11-18 Thread Christian Ehrhardt 
Bisect step #1 - Expected to ICE and indeed does so.

gcc-20200507.tar.xz

/root/qemu-5.0/linux-user/syscall.c: In function ‘do_syscall1.constprop’:
/root/qemu-5.0/linux-user/syscall.c:12479:1: internal compiler error: 
Segmentation fault
12479 | }
  | ^

0x5518cb crash_signal
../../gcc/gcc/toplev.c:328
0x51299f extract_plus_operands
../../gcc/gcc/rtlanal.c:6314
0x51299f extract_plus_operands
../../gcc/gcc/rtlanal.c:6317
0x5185d1 decompose_normal_address
../../gcc/gcc/rtlanal.c:6366
0x5185d1 decompose_address(address_info*, rtx_def**, machine_mode, unsigned 
char, rtx_code)
../../gcc/gcc/rtlanal.c:6467
0x51892f decompose_mem_address(address_info*, rtx_def*)
../../gcc/gcc/rtlanal.c:6486
0x44822f process_address_1
../../gcc/gcc/lra-constraints.c:3367
0x449803 process_address
../../gcc/gcc/lra-constraints.c:3641
0x449803 curr_insn_transform
../../gcc/gcc/lra-constraints.c:3956
0x44cfd5 lra_constraints(bool)
../../gcc/gcc/lra-constraints.c:5029
0x440653 lra(_IO_FILE*)
../../gcc/gcc/lra.c:2440
0x411f05 do_reload
../../gcc/gcc/ira.c:5523
0x411f05 execute
../../gcc/gcc/ira.c:5709

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1890435

Title:
  gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation
  fault

To manage notifications about this bug go to:
https://bugs.launchpad.net/groovy/+bug/1890435/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1890435] Re: gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation fault

2020-11-17 Thread Christian Ehrhardt 
For the sake of a potential upstream change I was trying qemu from git up to 
current master, but it still fails with the same error: ‘TYPE_CANONICAL’ is not 
compatible.
Due to that - as long as the checking is enabled - qemu is unbuildable in 
Hirsute.

At the same time Doko and I began with tests for a potential bisect of
gcc.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1890435

Title:
  gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation
  fault

To manage notifications about this bug go to:
https://bugs.launchpad.net/groovy/+bug/1890435/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1890435] Re: gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation fault

2020-11-04 Thread Christian Ehrhardt 
Failed on the second run with:

during RTL pass: reload
/root/qemu-5.0/fpu/softfloat.c: In function ‘soft_f64_muladd’:
/root/qemu-5.0/fpu/softfloat.c:1535:1: internal compiler error: Segmentation 
fault
 1535 | }
  | ^
...
0x532aeb crash_signal
../../src/gcc/toplev.c:328
0x41ccd7 add_regs_to_insn_regno_info
../../src/gcc/lra.c:1515
0x41cdd9 add_regs_to_insn_regno_info
../../src/gcc/lra.c:1537
0x41cdd9 add_regs_to_insn_regno_info
../../src/gcc/lra.c:1537
0x41de9f lra_update_insn_regno_info(rtx_insn*)
../../src/gcc/lra.c:1630
0x42be95 lra_constraints(bool)
../../src/gcc/lra-constraints.c:4975
0x41f093 lra(_IO_FILE*)
../../src/gcc/lra.c:2443
0x3f0405 do_reload
../../src/gcc/ira.c:5527
0x3f0405 execute
../../src/gcc/ira.c:5713
Please submit a full bug report,
...
The bug is not reproducible, so it is likely a hardware or OS problem.

So we surely fixed the "TYPE_CANONICAL" issue in the checker builds.
But is this one that I hit now the same original issue we had before or a 
different one?
Can you derive that from the traceback?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1890435

Title:
  gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation
  fault

To manage notifications about this bug go to:
https://bugs.launchpad.net/groovy/+bug/1890435/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1890435] Re: gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation fault

2020-11-03 Thread Christian Ehrhardt 
FYI - Started a build run with 10.2.0-16ubuntu1.2

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1890435

Title:
  gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation
  fault

To manage notifications about this bug go to:
https://bugs.launchpad.net/groovy/+bug/1890435/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1890435] Re: gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation fault

2020-11-03 Thread Christian Ehrhardt 
I've learned that the gcc in hirsute has the checking enabled atm.
That explains why any qemu 5.1 build I do (merging) or Doko's rebuild on [1] 
fail atm.

New GCC build is coming in [2] that has the fix applied but the checking no 
more enabled.
Once built I'll re-test that one as well.

[1]: https://launchpad.net/ubuntu/+source/qemu/1:5.0-5ubuntu10
[2]: 
https://launchpad.net/~ubuntu-toolchain-r/+archive/ubuntu/volatile/+sourcepub/11742356/+listing-archive-extra

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1890435

Title:
  gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation
  fault

To manage notifications about this bug go to:
https://bugs.launchpad.net/groovy/+bug/1890435/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1890435] Re: gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation fault

2020-11-02 Thread Christian Ehrhardt 
Over night it made 5 complete runs and all worked.
@Doko - I think we can call this fix you have a good one at least from my 
current tests POV.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1890435

Title:
  gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation
  fault

To manage notifications about this bug go to:
https://bugs.launchpad.net/groovy/+bug/1890435/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1890435] Re: gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation fault

2020-11-02 Thread Christian Ehrhardt 
And FYI the test build with the new compiler by Doko still runs, but we
know that not failing on the first rounds isn't a 100% win. I'll let it
continue some hours and ping back later once it passed e.g. 5 rounds or
so which we never achieved before.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1890435

Title:
  gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation
  fault

To manage notifications about this bug go to:
https://bugs.launchpad.net/groovy/+bug/1890435/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1890435] Re: gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation fault

2020-11-02 Thread Christian Ehrhardt 
FYI as one would expect this continues to affect Hirsute just as much, I
just had a broken qemu-5.1 build on armhf.

/<>/qemu-5.1+dfsg/linux-user/m68k/signal.c:44:1: error:
‘TYPE_MODE’ of ‘TYPE_CANONICAL’ is not compatible

P.S. I'm still unsure if that "TYPE_CANONICAL" issue IS the formerly
seen crash or just a new issue on top with either the debug builds
and/or newer versions. Did anybody track the crashes down enough to know
if those are really "the same"?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1890435

Title:
  gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation
  fault

To manage notifications about this bug go to:
https://bugs.launchpad.net/groovy/+bug/1890435/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1890435] Re: gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation fault

2020-11-02 Thread Christian Ehrhardt 
I got a ping by Doko (thanks) to try
https://launchpad.net/~ubuntu-toolchain-r/+archive/ubuntu/test/+build/20227507

ii  cpp-10   10.2.0-16ubuntu1.1
armhfGNU C preprocessor
ii  g++-10   10.2.0-16ubuntu1.1
armhfGNU C++ compiler
ii  gcc-10   10.2.0-16ubuntu1.1
armhfGNU C compiler
ii  gcc-10-base:armhf10.2.0-16ubuntu1.1
armhfGCC, the GNU Compiler Collection (base package)
ii  libasan6:armhf   10.2.0-16ubuntu1.1
armhfAddressSanitizer -- a fast memory error detector
ii  libatomic1:armhf 10.2.0-16ubuntu1.1
armhfsupport library providing __atomic built-in functions
ii  libcc1-0:armhf   10.2.0-16ubuntu1.1
armhfGCC cc1 plugin for GDB
ii  libgcc-10-dev:armhf  10.2.0-16ubuntu1.1
armhfGCC support library (development files)
ii  libgcc-s1:armhf  10.2.0-16ubuntu1.1
armhfGCC support library
ii  libgomp1:armhf   10.2.0-16ubuntu1.1
armhfGCC OpenMP (GOMP) support library
ii  libstdc++-10-dev:armhf   10.2.0-16ubuntu1.1
armhfGNU Standard C++ Library v3 (development files)
ii  libstdc++-10-pic:armhf   10.2.0-16ubuntu1.1
armhfGNU Standard C++ Library v3 (shared library subset kit)
ii  libstdc++6:armhf 10.2.0-16ubuntu1.1
armhfGNU Standard C++ Library v3
ii  libubsan1:armhf  10.2.0-16ubuntu1.1
armhfUBSan -- undefined behaviour sanitizer (runtime)


I started my loop with that build and will report back later if that triggered 
the issue again (or another one).

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1890435

Title:
  gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation
  fault

To manage notifications about this bug go to:
https://bugs.launchpad.net/groovy/+bug/1890435/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1890435] Re: gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation fault

2020-10-29 Thread Bug Watch Updater
** Bug watch added: Debian Bug tracker #972789
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=972789

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1890435

Title:
  gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation
  fault

To manage notifications about this bug go to:
https://bugs.launchpad.net/groovy/+bug/1890435/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1890435] Re: gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation fault

2020-10-22 Thread Bug Watch Updater
** Changed in: groovy
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1890435

Title:
  gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation
  fault

To manage notifications about this bug go to:
https://bugs.launchpad.net/groovy/+bug/1890435/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1890435] Re: gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation fault

2020-10-22 Thread dann frazier
I've been able to reproduce reliably on X-Gene gear when running in a
KVM instance. I have not been able to reproduce outside of KVM, nor on
an alternate SoC (Hi1616). I *can* reproduce on a xenial kvm guest
running on a xenial X-Gene host - which suggests that correlation with
the LP builder upgrade is likely just coincidence. I also tried an older
xenial guest kernel just in case there was a kernel patch that was
backported to all releases that may have broke things - but I was also
able to reproduce there.

If I were to draw a conclusion at this stage, it would be that there may
very well be a low level issue causing this but, if so, it is unlikely a
new one.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1890435

Title:
  gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation
  fault

To manage notifications about this bug go to:
https://bugs.launchpad.net/groovy/+bug/1890435/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1890435] Re: gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation fault

2020-10-19 Thread dann frazier
I was talking to Matthias and he mentioned that this seems to be correlated 
with the LP builder upgrade to bionic:
  https://lists.ubuntu.com/archives/ubuntu-devel/2020-September/041158.html
  
I'm running some tests to see if there might be a lower level issue:
  
https://docs.google.com/spreadsheets/d/1zWsNIwMAPhyTSmd2aibXN_u9jDaGs8nOVXhTEraTclQ/edit

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1890435

Title:
  gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation
  fault

To manage notifications about this bug go to:
https://bugs.launchpad.net/groovy/+bug/1890435/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1890435] Re: gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation fault

2020-10-11 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: gcc-10 (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1890435

Title:
  gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation
  fault

To manage notifications about this bug go to:
https://bugs.launchpad.net/groovy/+bug/1890435/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1890435] Re: gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation fault

2020-10-07 Thread Bug Watch Updater
Launchpad has imported 1 comments from the remote bug at
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97323.

If you reply to an imported comment from within Launchpad, your comment
will be sent to the remote bug automatically. Read more about
Launchpad's inter-bugtracker facilities at
https://help.launchpad.net/InterBugTracking.


On 2020-10-07T17:17:37+00:00 Matthias Klose wrote:

seen on the gcc-10 branch and trunk 20201003 on arm-linux-gnueabihf.
Omitting -g works around the issue.

$ cat signal.i
typedef int a __attribute__((aligned(2)));
a b[1];

$ gcc -c -g -O0 signal.i
signal.i:2:1: error: 'TYPE_CANONICAL' is not compatible
2 | a b[1];
  | ^
 
unit-size 
align:32 warn_if_not_align:0 symtab:-144899760 alias-set -1 
canonical-type 0xf7a4f3c0 precision:32 min  
max 
pointer_to_this >
SI size  unit-size 
align:32 warn_if_not_align:0 symtab:0 alias-set -1 canonical-type 0xf751d7e0
domain  unit-size 
align:32 warn_if_not_align:0 symtab:0 alias-set -1 canonical-type 
0xf7a4f060 precision:32 min  max >
SI size  unit-size 
align:32 warn_if_not_align:0 symtab:0 alias-set -1 canonical-type 
0xf751d6c0 precision:32 min  max >>
signal.i:2:1: error: 'TYPE_MODE' of 'TYPE_CANONICAL' is not compatible
 
unit-size 
align:32 warn_if_not_align:0 symtab:-144899760 alias-set -1 
canonical-type 0xf7a4f3c0 precision:32 min  
max 
pointer_to_this >
SI size  unit-size 
align:32 warn_if_not_align:0 symtab:0 alias-set -1 canonical-type 0xf751d7e0
domain  unit-size 
align:32 warn_if_not_align:0 symtab:0 alias-set -1 canonical-type 
0xf7a4f060 precision:32 min  max >
SI size  unit-size 
align:32 warn_if_not_align:0 symtab:0 alias-set -1 canonical-type 
0xf751d6c0 precision:32 min  max >>
 
unit-size 
user align:16 warn_if_not_align:0 symtab:-144899808 alias-set -1 
canonical-type 0xf7a4f3c0 precision:32 min  
max >
no-force-blk BLK size  unit-size 
user align:16 warn_if_not_align:0 symtab:0 alias-set -1 canonical-type 
0xf751d7e0
domain  unit-size 
align:32 warn_if_not_align:0 symtab:0 alias-set -1 canonical-type 
0xf7a4f060 precision:32 min  max >
SI size  unit-size 
align:32 warn_if_not_align:0 symtab:0 alias-set -1 canonical-type 
0xf751d6c0 precision:32 min  max >>
signal.i:2:1: internal compiler error: 'verify_type' failed
0x980721 verify_type(tree_node const*)
../../src/gcc/tree.c:14727
0x3969e3 gen_type_die_with_usage
../../src/gcc/dwarf2out.c:25498
0x397fe9 gen_type_die
../../src/gcc/dwarf2out.c:25728
0x393fd5 gen_decl_die
../../src/gcc/dwarf2out.c:26399
0x394aed dwarf2out_decl
../../src/gcc/dwarf2out.c:26908
0x394f8f dwarf2out_early_global_decl
../../src/gcc/dwarf2out.c:26565
0x1c59b1 finish_decl(tree_node*, unsigned int, tree_node*, tree_node*, 
tree_node*)
../../src/gcc/c/c-decl.c:5453
0x223611 c_parser_declaration_or_fndef
../../src/gcc/c/c-parser.c:2336
0x22bbdf c_parser_external_declaration
../../src/gcc/c/c-parser.c:1745
0x22c451 c_parser_translation_unit
../../src/gcc/c/c-parser.c:1618
0x22c451 c_parse_file()
../../src/gcc/c/c-parser.c:21752
0x279abd c_common_parse_file()
../../src/gcc/c-family/c-opts.c:1190
Please submit a full bug report,
with preprocessed source if appropriate.

gcc is configured with

--with-arch=armv7-a --with-fpu=vfpv3-d16 --with-float=hard --with-mode=thumb 
--enable-checking=yes,extra,rtl
--enable-default-pie

a gcc configured with --enable-checking=release doesn't show this,
however segfaults in an unreproducible way in other places.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/gcc-10/+bug/1890435/comments/46


** Changed in: groovy
   Status: Unknown => New

** Changed in: groovy
   Importance: Unknown => Medium

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1890435

Title:
  gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation
  fault

To manage notifications about this bug go to:
https://bugs.launchpad.net/groovy/+bug/1890435/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1890435] Re: gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation fault

2020-10-07 Thread Matthias Klose
** Bug watch added: GCC Bugzilla #97323
   https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97323

** Also affects: groovy via
   https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97323
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1890435

Title:
  gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation
  fault

To manage notifications about this bug go to:
https://bugs.launchpad.net/groovy/+bug/1890435/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1890435] Re: gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation fault

2020-10-07 Thread Christian Ehrhardt 
** Attachment added: "list of installed packages"
   
https://bugs.launchpad.net/ubuntu/+source/gcc-10/+bug/1890435/+attachment/5418899/+files/dpkg-l.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1890435

Title:
  gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation
  fault

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gcc-10/+bug/1890435/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1890435] Re: gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation fault

2020-10-07 Thread Christian Ehrhardt 
The last one now is reproducible (not sure if that is what the segfault
was), but still useful.

$ cd /root/qemu-5.0/b/qemu/m68k-linux-user
$ cc -iquote /root/qemu-5.0/b/qemu/linux-user/m68k -iquote linux-user/m68k 
-iquote /root/qemu-5.0/tcg/arm -isystem /root/qemu-5.0/linux-headers -isystem 
/root/qemu-5.0/b/qemu/linux-headers -iquote . -iquote /root/qemu-5.0 -iquote 
/root/qemu-5.0/accel/tcg -iquote /root/qemu-5.0/include -iquote 
/root/qemu-5.0/disas/libvixl -I/usr/include/pixman-1   -pthread 
-I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include 
-pthread -I/usr/include/glib-2.0 
-I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -fPIE -DPIE  -D_GNU_SOURCE 
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes 
-Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes 
-fno-strict-aliasing -fno-common -fwrapv -std=gnu99  -g -O2 
-fdebug-prefix-map=/root/qemu-5.0=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wexpansion-to-defined 
-Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body 
-Wnested-externs -Wformat-security -Wformat-y2k -Winit-self 
-Wignored-qualifiers -Wold-style-declaration -Wold-style-definition 
-Wtype-limits -fstack-protector-strong -I/usr/include/p11-kit-1  
-DSTRUCT_IOVEC_DEFINED  -I/usr/include/libpng16  
-I/root/qemu-5.0/capstone/include -isystem ../linux-headers -iquote .. -iquote 
/root/qemu-5.0/target/m68k -DNEED_CPU_H -iquote /root/qemu-5.0/include 
-I/root/qemu-5.0/linux-user/m68k -I/root/qemu-5.0/linux-user/host/arm 
-I/root/qemu-5.0/linux-user -Ilinux-user/m68k -MMD -MP -MT 
linux-user/m68k/signal.o -MF linux-user/m68k/signal.d -O2 -U_FORTIFY_SOURCE 
-D_FORTIFY_SOURCE=2 -g   -c -o linux-user/m68k/signal.o 
/root/qemu-5.0/linux-user/m68k/signal.c
/root/qemu-5.0/linux-user/m68k/signal.c:44:1: error: ‘TYPE_CANONICAL’ is not 
compatible
   44 | };
  | ^
 
unit-size 
align:32 warn_if_not_align:0 symtab:-142400624 alias-set -1 
canonical-type 0xf7edb420 precision:32 min  max 

pointer_to_this >
SI size  unit-size 
align:32 warn_if_not_align:0 symtab:0 alias-set -1 canonical-type 0xf6ba1a80
domain  unit-size 
align:32 warn_if_not_align:0 symtab:0 alias-set -1 canonical-type 
0xf7edb060 precision:32 min  max >
SI size  unit-size 
align:32 warn_if_not_align:0 symtab:0 alias-set -1 canonical-type 
0xf73a0660 precision:32 min  max >>
/root/qemu-5.0/linux-user/m68k/signal.c:44:1: error: ‘TYPE_MODE’ of 
‘TYPE_CANONICAL’ is not compatible
 
unit-size 
align:32 warn_if_not_align:0 symtab:-142400624 alias-set -1 
canonical-type 0xf7edb420 precision:32 min  max 

pointer_to_this >
SI size  unit-size 
align:32 warn_if_not_align:0 symtab:0 alias-set -1 canonical-type 0xf6ba1a80
domain  unit-size 
align:32 warn_if_not_align:0 symtab:0 alias-set -1 canonical-type 
0xf7edb060 precision:32 min  max >
SI size  unit-size 
align:32 warn_if_not_align:0 symtab:0 alias-set -1 canonical-type 
0xf73a0660 precision:32 min  max >>
 
unit-size 
user align:16 warn_if_not_align:0 symtab:-152437184 alias-set -1 
canonical-type 0xf7edb420 precision:32 min  max 

pointer_to_this >
no-force-blk BLK size  unit-size 
user align:16 warn_if_not_align:0 symtab:0 alias-set -1 canonical-type 
0xf6ba1a80
domain  unit-size 
align:32 warn_if_not_align:0 symtab:0 alias-set -1 canonical-type 
0xf7edb060 precision:32 min  max >
SI size  unit-size 
align:32 warn_if_not_align:0 symtab:0 alias-set -1 canonical-type 
0xf73a0660 precision:32 min  max >>
/root/qemu-5.0/linux-user/m68k/signal.c:44:1: internal compiler error: 
‘verify_type’ failed
0x980721 verify_type(tree_node const*)
../../src/gcc/tree.c:14727
0x3969e3 gen_type_die_with_usage
../../src/gcc/dwarf2out.c:25498
0x397fe9 gen_type_die
../../src/gcc/dwarf2out.c:25728
0x393c69 gen_decl_die
../../src/gcc/dwarf2out.c:26436
0x395ccb gen_member_die
../../src/gcc/dwarf2out.c:25182
0x395ccb gen_struct_or_union_type_die
../../src/gcc/dwarf2out.c:25278
0x395ccb gen_tagged_type_die
../../src/gcc/dwarf2out.c:25479
0x396c33 gen_tagged_type_die
../../src/gcc/dwarf2out.c:25433
0x396c33 gen_type_die_with_usage
../../src/gcc/dwarf2out.c:25674
0x397fe9 gen_type_die
../../src/gcc/dwarf2out.c:25728
0x3938c7 gen_decl_die
../../src/gcc/dwarf2out.c:26360
0x394aed dwarf2out_decl
../../src/gcc/dwarf2out.c:26908
0x394f31 dwarf2out_type_decl
../../src/gcc/dwarf2out.c:26633
0x394f31 dwarf2out_type_decl
../../src/gcc/dwarf2out.c:26628
0x648c3b rest_of_type_compilation(tree_node*, int)
../../src/gcc/passes.c:339
0x1ce217 finish_struct(unsigned int, tree_node*, tree_node*, tree_node*, 
c_struct_parse_info*)
../../src/gcc/c/c-decl.c:8657
0x21eb69 

[Bug 1890435] Re: gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation fault

2020-10-07 Thread Christian Ehrhardt 
** Attachment added: ".i file after preprocessor"
   
https://bugs.launchpad.net/ubuntu/+source/gcc-10/+bug/1890435/+attachment/5418898/+files/signal.i

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1890435

Title:
  gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation
  fault

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gcc-10/+bug/1890435/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1890435] Re: gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation fault

2020-10-07 Thread Christian Ehrhardt 
The extra checks that are enabled trigger the same issues I was seeing
with gcc-snapshot (maybe they have it enabled as well?).

/root/qemu-5.0/linux-user/syscall.c: In function ‘do_setsockopt’:
/root/qemu-5.0/linux-user/syscall.c:1935:17: note: non-delegitimized UNSPEC 
UNSPEC_PIC_SYM (1) found in variable location
 1935 | static abi_long do_setsockopt(int sockfd, int level, int optname,
  | ^
...
/root/qemu-5.0/linux-user/syscall.c: In function ‘do_syscall1.constprop’:
/root/qemu-5.0/linux-user/syscall.c:7674:17: note: non-delegitimized UNSPEC 
UNSPEC_PIC_SYM (1) found in variable location
 7674 | static abi_long do_syscall1(void *cpu_env, int num, abi_long arg1,
  | ^~~
/root/qemu-5.0/linux-user/syscall.c:7674:17: note: non-delegitimized UNSPEC 
UNSPEC_PIC_SYM (1) found in variable location
/root/qemu-5.0/linux-user/syscall.c:7674:17: note: non-delegitimized UNSPEC 
UNSPEC_PIC_SYM (1) found in variable location
...


I see many of those, but all are only "note:" level and when searching for the 
actual issue I now find this more verbose output (next comment for readability):

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1890435

Title:
  gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation
  fault

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gcc-10/+bug/1890435/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1890435] Re: gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation fault

2020-10-07 Thread Christian Ehrhardt 
Does the following help anything, do you want source and preprocessed
source of it?

cc -iquote /root/qemu-5.0/b/qemu/linux-user/m68k -iquote linux-user/m68k 
-iquote /root/qemu-5.0/tcg/arm -isystem /root/qemu-5.0/linux-headers -isystem 
/root/qemu-5.0/b/qemu/linux-headers -iquote . -iquote /root/qemu-5.0 -iquote 
/root/qemu-5.0/accel/tcg -iquote /root/qemu-5.0/include -iquote 
/root/qemu-5.0/disas/libvixl -I/usr/include/pixman-1   -pthread 
-I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include 
-pthread -I/usr/include/glib-2.0 
-I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -fPIE -DPIE  -D_GNU_SOURCE 
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes 
-Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes 
-fno-strict-aliasing -fno-common -fwrapv -std=gnu99  -g -O2 
-fdebug-prefix-map=/root/qemu-5.0=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wexpansion-to-defined 
-Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body 
-Wnested-externs -Wformat-security -Wformat-y2k -Winit-self 
-Wignored-qualifiers -Wold-style-declaration -Wold-style-definition 
-Wtype-limits -fstack-protector-strong -I/usr/include/p11-kit-1  
-DSTRUCT_IOVEC_DEFINED  -I/usr/include/libpng16  
-I/root/qemu-5.0/capstone/include -isystem ../linux-headers -iquote .. -iquote 
/root/qemu-5.0/target/m68k -DNEED_CPU_H -iquote /root/qemu-5.0/include 
-I/root/qemu-5.0/linux-user/m68k -I/root/qemu-5.0/linux-user/host/arm 
-I/root/qemu-5.0/linux-user -Ilinux-user/m68k -MMD -MP -MT 
linux-user/m68k/signal.o -MF linux-user/m68k/signal.d -O2 -U_FORTIFY_SOURCE 
-D_FORTIFY_SOURCE=2 -g   -c -o linux-user/m68k/signal.o 
/root/qemu-5.0/linux-user/m68k/signal.c
/root/qemu-5.0/linux-user/m68k/signal.c:44:1: error: ‘TYPE_CANONICAL’ is not 
compatible
   44 | };
  | ^
 
unit-size 
align:32 warn_if_not_align:0 symtab:-146335680 alias-set -1 
canonical-type 0xf7af2420 precision:32 min  max 

pointer_to_this >
SI size  unit-size 
align:32 warn_if_not_align:0 symtab:0 alias-set -1 canonical-type 0xf64ca660
domain  unit-size 
align:32 warn_if_not_align:0 symtab:0 alias-set -1 canonical-type 
0xf7af2060 precision:32 min  max >
SI size  unit-size 
align:32 warn_if_not_align:0 symtab:0 alias-set -1 canonical-type 
0xf70dbd20 precision:32 min  max >>
/root/qemu-5.0/linux-user/m68k/signal.c:44:1: error: ‘TYPE_MODE’ of 
‘TYPE_CANONICAL’ is not compatible
 
unit-size 
align:32 warn_if_not_align:0 symtab:-146335680 alias-set -1 
canonical-type 0xf7af2420 precision:32 min  max 

pointer_to_this >
SI size  unit-size 
align:32 warn_if_not_align:0 symtab:0 alias-set -1 canonical-type 0xf64ca660
domain  unit-size 
align:32 warn_if_not_align:0 symtab:0 alias-set -1 canonical-type 
0xf7af2060 precision:32 min  max >
SI size  unit-size 
align:32 warn_if_not_align:0 symtab:0 alias-set -1 canonical-type 
0xf70dbd20 precision:32 min  max >>
 
unit-size 
user align:16 warn_if_not_align:0 symtab:-157413376 alias-set -1 
canonical-type 0xf7af2420 precision:32 min  max 

pointer_to_this >
no-force-blk BLK size  unit-size 
user align:16 warn_if_not_align:0 symtab:0 alias-set -1 canonical-type 
0xf64ca660
domain  unit-size 
align:32 warn_if_not_align:0 symtab:0 alias-set -1 canonical-type 
0xf7af2060 precision:32 min  max >
SI size  unit-size 
align:32 warn_if_not_align:0 symtab:0 alias-set -1 canonical-type 
0xf70dbd20 precision:32 min  max >>
/root/qemu-5.0/linux-user/m68k/signal.c:44:1: internal compiler error: 
‘verify_type’ failed
0x980721 verify_type(tree_node const*)
../../src/gcc/tree.c:14727
0x3969e3 gen_type_die_with_usage
../../src/gcc/dwarf2out.c:25498
0x397fe9 gen_type_die
../../src/gcc/dwarf2out.c:25728
0x393c69 gen_decl_die
../../src/gcc/dwarf2out.c:26436
0x395ccb gen_member_die
../../src/gcc/dwarf2out.c:25182
0x395ccb gen_struct_or_union_type_die
../../src/gcc/dwarf2out.c:25278
0x395ccb gen_tagged_type_die
../../src/gcc/dwarf2out.c:25479
0x396c33 gen_tagged_type_die
../../src/gcc/dwarf2out.c:25433
0x396c33 gen_type_die_with_usage
../../src/gcc/dwarf2out.c:25674
0x397fe9 gen_type_die
../../src/gcc/dwarf2out.c:25728
0x3938c7 gen_decl_die
../../src/gcc/dwarf2out.c:26360
0x394aed dwarf2out_decl
../../src/gcc/dwarf2out.c:26908
0x394f31 dwarf2out_type_decl
../../src/gcc/dwarf2out.c:26633
0x394f31 dwarf2out_type_decl
../../src/gcc/dwarf2out.c:26628
0x648c3b rest_of_type_compilation(tree_node*, int)
../../src/gcc/passes.c:339
0x1ce217 finish_struct(unsigned int, tree_node*, tree_node*, tree_node*, 
c_struct_parse_info*)
../../src/gcc/c/c-decl.c:8657
0x21eb69 c_parser_struct_or_union_specifier
../../src/gcc/c/c-parser.c:3438
0x21eb69 

[Bug 1890435] Re: gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation fault

2020-10-07 Thread Christian Ehrhardt 
FYI now Testing 10.2.0-14ubuntu0.2 from https://launchpad.net/~ubuntu-
toolchain-r/+archive/ubuntu/test/+sourcepub/11647665/+listing-archive-
extra

I've stopped setting -marm to trigger the issue "faster", please let me
know if you want me to continue to use -marm for those tests.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1890435

Title:
  gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation
  fault

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gcc-10/+bug/1890435/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1890435] Re: gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation fault

2020-10-06 Thread Christian Ehrhardt 
I spoke too soon after ~7.5 runs I got the following with -marm:

cc -iquote /root/qemu-5.0/b/user-static/target/arm -iquote target/arm -iquote 
/root/qemu-5.0/tcg/arm -isystem /root/qemu-5.0/linux-headers -isystem 
/root/qemu-5.0/b/user-static/linux-headers -iquote . -iquote /root/qemu-5.0 
-iquote /root/qemu-5.0/accel/tcg -iquote /root/qemu-5.0/include -iquote 
/root/qemu-5.0/disas/libvixl -pthread -I/usr/include/glib-2.0 
-I/usr/lib/arm-linux-gnueabihf/glib-2.0/include  -D_GNU_SOURCE 
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes 
-Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes 
-fno-strict-aliasing -fno-common -fwrapv -std=gnu99  -g -O2 
-fdebug-prefix-map=/root/qemu-5.0=. -fstack-protector-strong -Wformat 
-Werror=format-security -marm -Wdate-time -D_FORTIFY_SOURCE=2 
-Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value 
-Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security 
-Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration 
-Wold-style-definition -Wtype-limits -fstack-protector-strong  
-DLEGACY_RDMA_REG_MR  -I/usr/include/libpng16  
-I/root/qemu-5.0/capstone/include -isystem ../linux-headers -iquote .. -iquote 
/root/qemu-5.0/target/arm -DNEED_CPU_H -iquote /root/qemu-5.0/include 
-I/root/qemu-5.0/linux-user/aarch64 -I/root/qemu-5.0/linux-user/host/arm 
-I/root/qemu-5.0/linux-user -Ilinux-user/aarch64 -MMD -MP -MT 
target/arm/helper.o -MF target/arm/helper.d -O2 -U_FORTIFY_SOURCE 
-D_FORTIFY_SOURCE=2 -g   -c -o target/arm/helper.o 
/root/qemu-5.0/target/arm/helper.c
during RTL pass: reload
/root/qemu-5.0/linux-user/syscall.c: In function ‘do_syscall’:
/root/qemu-5.0/linux-user/syscall.c:12519:1: internal compiler error: 
Segmentation fault
12519 | }
  | ^
cc -iquote /root/qemu-5.0/b/user-static/target/arm -iquote target/arm -iquote 
/root/qemu-5.0/tcg/arm -isystem /root/qemu-5.0/linux-headers -isystem 
/root/qemu-5.0/b/user-static/linux-headers -iquote . -iquote /root/qemu-5.0 
-iquote /root/qemu-5.0/accel/tcg -iquote /root/qemu-5.0/include -iquote 
/root/qemu-5.0/disas/libvixl -pthread -I/usr/include/glib-2.0 
-I/usr/lib/arm-linux-gnueabihf/glib-2.0/include  -D_GNU_SOURCE 
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes 
-Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes 
-fno-strict-aliasing -fno-common -fwrapv -std=gnu99  -g -O2 
-fdebug-prefix-map=/root/qemu-5.0=. -fstack-protector-strong -Wformat 
-Werror=format-security -marm -Wdate-time -D_FORTIFY_SOURCE=2 
-Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value 
-Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security 
-Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration 
-Wold-style-definition -Wtype-limits -fstack-protector-strong  
-DLEGACY_RDMA_REG_MR  -I/usr/include/libpng16  
-I/root/qemu-5.0/capstone/include -isystem ../linux-headers -iquote .. -iquote 
/root/qemu-5.0/target/arm -DNEED_CPU_H -iquote /root/qemu-5.0/include 
-I/root/qemu-5.0/linux-user/aarch64 -I/root/qemu-5.0/linux-user/host/arm 
-I/root/qemu-5.0/linux-user -Ilinux-user/aarch64 -MMD -MP -MT 
target/arm/translate-sve.o -MF target/arm/translate-sve.d -O2 -U_FORTIFY_SOURCE 
-D_FORTIFY_SOURCE=2 -g   -c -o target/arm/translate-sve.o 
/root/qemu-5.0/target/arm/translate-sve.c
0x532d6b crash_signal
../../src/gcc/toplev.c:328
0x41d0c7 add_regs_to_insn_regno_info
../../src/gcc/lra.c:1515
0x41d1c9 add_regs_to_insn_regno_info
../../src/gcc/lra.c:1537
0x41d1c9 add_regs_to_insn_regno_info
../../src/gcc/lra.c:1537
0x41e28f lra_update_insn_regno_info(rtx_insn*)
../../src/gcc/lra.c:1630
0x42c1af lra_constraints(bool)
../../src/gcc/lra-constraints.c:4970
0x41f483 lra(_IO_FILE*)
../../src/gcc/lra.c:2443
0x3f0915 do_reload
../../src/gcc/ira.c:5527
0x3f0915 execute
../../src/gcc/ira.c:5713

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1890435

Title:
  gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation
  fault

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gcc-10/+bug/1890435/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1890435] Re: gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation fault

2020-10-05 Thread Christian Ehrhardt 
@Doko - I can confirm that with -marm the issue is gone.
I have had 6 full runs yesterday and overnight.

We can conclude, -mthumb is a requirement to trigger the issue.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1890435

Title:
  gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation
  fault

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gcc-10/+bug/1890435/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1890435] Re: gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation fault

2020-10-05 Thread Christian Ehrhardt 
Defaults:
# gcc -Q --help=target | grep  -e '-marm' -e '-mthumb'
  -marm [disabled]
  -mthumb   [enabled]
  -mthumb-interwork [enabled]

Doko suggested to change that by using -marm.
This is running since a while, but needs some more time to trigger ...

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1890435

Title:
  gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation
  fault

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gcc-10/+bug/1890435/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1890435] Re: gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation fault

2020-10-05 Thread Christian Ehrhardt 
gcc-snapshot still has various issues - but not the crash

/root/qemu-5.0/linux-user/m68k/signal.c:44:1: error: 'TYPE_CANONICAL' is not 
compatible
   44 | };
  | ^
...
/root/qemu-5.0/linux-user/m68k/signal.c:44:1: internal compiler error: 
'verify_type' failed

Can't continue with gcc-snapshot due to those (even with the newer
version).

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1890435

Title:
  gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation
  fault

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gcc-10/+bug/1890435/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1890435] Re: gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation fault

2020-10-05 Thread Christian Ehrhardt 
cc -iquote /root/qemu-5.0/b/qemu/accel/stubs -iquote accel/stubs -iquote 
/root/qemu-5.0/tcg/arm -isystem /root/qemu-5.0/linux-headers -isystem 
/root/qemu-5.0/b/qemu/linux-headers -iquote . -iquote /root/qemu-5.0 -iquote 
/root/qemu-5.0/accel/tcg -iquote /root/qemu-5.0/include -iquote 
/root/qemu-5.0/disas/libvixl -I/usr/include/pixman-1   -pthread 
-I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include 
-pthread -I/usr/include/glib-2.0 
-I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -fPIE -DPIE  -D_GNU_SOURCE 
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes 
-Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes 
-fno-strict-aliasing -fno-common -fwrapv -std=gnu99  -g -O2 
-fdebug-prefix-map=/root/qemu-5.0=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wexpansion-to-defined 
-Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body 
-Wnested-externs -Wformat-security -Wformat-y2k -Winit-self 
-Wignored-qualifiers -Wold-style-declaration -Wold-style-definition 
-Wtype-limits -fstack-protector-strong -I/usr/include/p11-kit-1  
-DSTRUCT_IOVEC_DEFINED  -I/usr/include/libpng16  
-I/root/qemu-5.0/capstone/include -isystem ../linux-headers -iquote .. -iquote 
/root/qemu-5.0/target/xtensa -DNEED_CPU_H -iquote /root/qemu-5.0/include -MMD 
-MP -MT accel/stubs/hax-stub.o -MF accel/stubs/hax-stub.d -O2 -U_FORTIFY_SOURCE 
-D_FORTIFY_SOURCE=2 -g   -c -o accel/stubs/hax-stub.o 
/root/qemu-5.0/accel/stubs/hax-stub.c
0x532d6b crash_signal
../../src/gcc/toplev.c:328
0x71769f thumb2_legitimate_address_p
../../src/gcc/config/arm/arm.c:8500
0x717c15 arm_legitimate_address_p(machine_mode, rtx_def*, bool)
../../src/gcc/config/arm/arm.c:8917
0x717c15 arm_legitimate_address_p(machine_mode, rtx_def*, bool)
../../src/gcc/config/arm/arm.c:8912
0x427eef valid_address_p
../../src/gcc/lra-constraints.c:331
0x427eef simplify_operand_subreg
../../src/gcc/lra-constraints.c:1514
0x4287ed curr_insn_transform
../../src/gcc/lra-constraints.c:3946
0x42c133 lra_constraints(bool)
../../src/gcc/lra-constraints.c:5031
0x41f483 lra(_IO_FILE*)
../../src/gcc/lra.c:2443
0x3f0915 do_reload
../../src/gcc/ira.c:5527
0x3f0915 execute
../../src/gcc/ira.c:5713

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1890435

Title:
  gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation
  fault

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gcc-10/+bug/1890435/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1890435] Re: gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation fault

2020-10-05 Thread Christian Ehrhardt 
I'll re-run and dump a few of them just to help you to get to the root
cause:

cc -iquote /root/qemu-5.0/b/qemu/block -iquote block -iquote 
/root/qemu-5.0/tcg/arm -isystem /root/qemu-5.0/linux-headers -isystem 
/root/qemu-5.0/b/qemu/linux-headers -iquote . -iquote /root/qemu-5.0 -iquote 
/root/qemu-5.0/accel/tcg -iquote /root/qemu-5.0/include -iquote 
/root/qemu-5.0/disas/libvixl -I/usr/include/pixman-1   -pthread 
-I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include 
-pthread -I/usr/include/glib-2.0 
-I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -fPIE -DPIE  -D_GNU_SOURCE 
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes 
-Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes 
-fno-strict-aliasing -fno-common -fwrapv -std=gnu99  -g -O2 
-fdebug-prefix-map=/root/qemu-5.0=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wexpansion-to-defined 
-Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body 
-Wnested-externs -Wformat-security -Wformat-y2k -Winit-self 
-Wignored-qualifiers -Wold-style-declaration -Wold-style-definition 
-Wtype-limits -fstack-protector-strong -I/usr/include/p11-kit-1  
-DSTRUCT_IOVEC_DEFINED  -I/usr/include/libpng16  
-I/root/qemu-5.0/capstone/include -I/root/qemu-5.0/tests 
-I/root/qemu-5.0/tests/qtest -MMD -MP -MT block/qcow2-snapshot.o -MF 
block/qcow2-snapshot.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g   -c -o 
block/qcow2-snapshot.o /root/qemu-5.0/block/qcow2-snapshot.c
0x532d6b crash_signal
../../src/gcc/toplev.c:328
0x41d0c7 add_regs_to_insn_regno_info
../../src/gcc/lra.c:1515
0x41d1c9 add_regs_to_insn_regno_info
../../src/gcc/lra.c:1537
0x41d1c9 add_regs_to_insn_regno_info
../../src/gcc/lra.c:1537
0x41e28f lra_update_insn_regno_info(rtx_insn*)
../../src/gcc/lra.c:1630
0x41e3d5 lra_update_insn_regno_info(rtx_insn*)
../../src/gcc/lra.c:1623
0x41e3d5 lra_push_insn_1
../../src/gcc/lra.c:1780
0x436bb5 spill_pseudos
../../src/gcc/lra-spills.c:542
0x436bb5 lra_spill()
../../src/gcc/lra-spills.c:655
0x41f4ef lra(_IO_FILE*)
../../src/gcc/lra.c:2560
0x3f0915 do_reload
../../src/gcc/ira.c:5527
0x3f0915 execute
../../src/gcc/ira.c:5713

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1890435

Title:
  gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation
  fault

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gcc-10/+bug/1890435/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1890435] Re: gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation fault

2020-10-05 Thread Christian Ehrhardt 
With this build the crash does still not leave a .crash file, but it is
more verbose

cc -iquote /root/qemu-5.0/b/user-static/linux-user -iquote linux-user -iquote 
/root/qemu-5.0/tcg/arm -isystem /root/qemu-5.0/linux-headers -isystem 
/root/qemu-5.0/b/user-static/linux-headers -iquote . -iquote /root/qemu-5.0 
-iquote /root/qemu-5.0/accel/tcg -iquote /root/qemu-5.0/include -iquote 
/root/qemu-5.0/disas/libvixl -pthread -I/usr/include/glib-2.0 
-I/usr/lib/arm-linux-gnueabihf/glib-2.0/include  -D_GNU_SOURCE 
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes 
-Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes 
-fno-strict-aliasing -fno-common -fwrapv -std=gnu99  -g -O2 
-fdebug-prefix-map=/root/qemu-5.0=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wexpansion-to-defined 
-Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body 
-Wnested-externs -Wformat-security -Wformat-y2k -Winit-self 
-Wignored-qualifiers -Wold-style-declaration -Wold-style-definition 
-Wtype-limits -fstack-protector-strong  -DLEGACY_RDMA_REG_MR  
-I/usr/include/libpng16  -I/root/qemu-5.0/capstone/include -isystem 
../linux-headers -iquote .. -iquote /root/qemu-5.0/target/arm -DNEED_CPU_H 
-iquote /root/qemu-5.0/include -I/root/qemu-5.0/linux-user/aarch64 
-I/root/qemu-5.0/linux-user/host/arm -I/root/qemu-5.0/linux-user 
-Ilinux-user/aarch64 -MMD -MP -MT linux-user/syscall.o -MF linux-user/syscall.d 
-O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g   -c -o linux-user/syscall.o 
/root/qemu-5.0/linux-user/syscall.c
during RTL pass: reload
/root/qemu-5.0/linux-user/syscall.c: In function ‘do_syscall1.constprop’:
/root/qemu-5.0/linux-user/syscall.c:12479:1: internal compiler error: 
Segmentation fault
12479 | }
  | ^
0x532d6b crash_signal
../../src/gcc/toplev.c:328
0x523a5b avoid_constant_pool_reference(rtx_def*)
../../src/gcc/simplify-rtx.c:237
0x4f6f9d commutative_operand_precedence(rtx_def*)
../../src/gcc/rtlanal.c:3482
0x4f705b swap_commutative_operands_p(rtx_def*, rtx_def*)
../../src/gcc/rtlanal.c:3543
0x51deb3 simplify_binary_operation(rtx_code, machine_mode, rtx_def*, rtx_def*)
../../src/gcc/simplify-rtx.c:2333
0x51df01 simplify_gen_binary(rtx_code, machine_mode, rtx_def*, rtx_def*)
../../src/gcc/simplify-rtx.c:189
0x42c191 lra_constraints(bool)
../../src/gcc/lra-constraints.c:4966
0x41f483 lra(_IO_FILE*)
../../src/gcc/lra.c:2443
0x3f0915 do_reload
../../src/gcc/ira.c:5527
0x3f0915 execute
../../src/gcc/ira.c:5713


Does this help you in any way?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1890435

Title:
  gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation
  fault

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gcc-10/+bug/1890435/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1890435] Re: gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation fault

2020-10-05 Thread Christian Ehrhardt 
As expected the non-strip removed the dbgsym:

The following packages will be REMOVED:
  gcc-10-dbgsym
The following packages will be upgraded:
  cpp-10 g++-10 gcc-10 gcc-10-base gcc-10-multilib libasan6 libatomic1 libcc1-0 
libgcc-10-dev libgcc-s1 libgomp1 libsfasan6 libsfatomic1 libsfgcc-10-dev 
libsfgcc-s1 libsfgomp1 libsfubsan1
  libstdc++-10-dev libstdc++-10-pic libstdc++6 libubsan1
21 upgraded, 0 newly installed, 1 to remove and 0 not upgraded.

This is now running and likely to crash later today.
But since I fail to get a crash dump before that (how to get one) will be the 
remaining issue we need to solve.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1890435

Title:
  gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation
  fault

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gcc-10/+bug/1890435/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1890435] Re: gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation fault

2020-10-03 Thread Christian Ehrhardt 
Doko passed me gcc-10 - 10.2.0-14ubuntu0.1 from 
https://launchpad.net/~ubuntu-toolchain-r/+archive/ubuntu/test/+packages.
Still building on armhf, but I'll give those a try once complete.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1890435

Title:
  gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation
  fault

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gcc-10/+bug/1890435/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1890435] Re: gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation fault

2020-10-03 Thread Christian Ehrhardt 
gcc-snapshot 1:20200917-1ubuntu1 fails in other places.

/root/qemu-5.0/linux-user/m68k/signal.c:44:1: internal compiler error: 
'verify_type' failed
0xf0afc3 internal_error(char const*, ...)
???:0
0x8fa705 verify_type(tree_node const*)
???:0
0x5f644b rest_of_type_compilation(tree_node*, int)
???:0
0x1f61c7 finish_struct(unsigned int, tree_node*, tree_node*, tree_node*, 
c_struct_parse_info*)
???:0
0x246ef9 c_parser_declspecs(c_parser*, c_declspecs*, bool, bool, bool, bool, 
bool, bool, bool, c_lookahead_kind)
???:0
0x254d81 c_parse_file()
???:0
0x2a3305 c_common_parse_file()
???:0


So gcc-snapshot is no good to try this :-/

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1890435

Title:
  gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation
  fault

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gcc-10/+bug/1890435/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1890435] Re: gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation fault

2020-10-02 Thread Christian Ehrhardt 
Trying gcc-snapshot 1:20200917-1ubuntu1 now

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1890435

Title:
  gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation
  fault

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gcc-10/+bug/1890435/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1890435] Re: gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation fault

2020-10-02 Thread Christian Ehrhardt 
https://launchpad.net/ubuntu/+source/gcc-9/9.3.0-18ubuntu1 ran 6
complete runs over night and can be considered good.

So the breakage was between 9.3.0-18ubuntu1 and 10-20200425-1ubuntu2

How to continue from here, will you throw me PPA builds and/or do you
still have debs anywhere I should try?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1890435

Title:
  gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation
  fault

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gcc-10/+bug/1890435/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1890435] Re: gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation fault

2020-10-01 Thread Christian Ehrhardt 
So all 10.x that I could get fail:
https://launchpad.net/ubuntu/+source/gcc-10/10-20200425-1ubuntu2 - fail
https://launchpad.net/ubuntu/+source/gcc-10/10.1.0-6ubuntu1 - fail
https://launchpad.net/ubuntu/+source/gcc-10/10.2.0-9ubuntu2 - fail
https://launchpad.net/ubuntu/+source/gcc-10/10.2.0-11ubuntu1 - fail

Now looking which 9.x I could try ...

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1890435

Title:
  gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation
  fault

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gcc-10/+bug/1890435/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1890435] Re: gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation fault

2020-10-01 Thread Christian Ehrhardt 
https://launchpad.net/ubuntu/+source/gcc-10/10.1.0-6ubuntu1 survived 2.5
runs but then crashed as well.

Now on https://launchpad.net/ubuntu/+source/gcc-10/10-20200425-1ubuntu2
... failing as well

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1890435

Title:
  gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation
  fault

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gcc-10/+bug/1890435/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1890435] Re: gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation fault

2020-09-30 Thread Christian Ehrhardt 
FYI: This passed two runs good by now, but that isn't enough. I need to
have it running over night to be sure about 10.1

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1890435

Title:
  gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation
  fault

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gcc-10/+bug/1890435/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1890435] Re: gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation fault

2020-09-30 Thread Christian Ehrhardt 
Downloaded the other two as well and running on
https://launchpad.net/ubuntu/+source/gcc-10/10.1.0-6ubuntu1 now

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1890435

Title:
  gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation
  fault

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gcc-10/+bug/1890435/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1890435] Re: gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation fault

2020-09-30 Thread Christian Ehrhardt 
https://launchpad.net/ubuntu/+source/gcc-10/10.2.0-11ubuntu1 - Fails

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1890435

Title:
  gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation
  fault

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gcc-10/+bug/1890435/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1890435] Re: gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation fault

2020-09-30 Thread Christian Ehrhardt 
There is a new gcc-10 version from two days ago in groovy now.
I was talking with doko and we wanted to try different gcc-10 versions in 
general trying to corner the issue to when it started to appear.

https://launchpad.net/ubuntu/+source/gcc-10/10-20200425-1ubuntu2 - WIP
https://launchpad.net/ubuntu/+source/gcc-10/10.1.0-6ubuntu1 - WIP
https://launchpad.net/ubuntu/+source/gcc-10/10.2.0-9ubuntu2 - fails
https://launchpad.net/ubuntu/+source/gcc-10/10.2.0-11ubuntu1 - WIP

I usually had the crash in 1-2 runs, so I will consider 4 good runs as
the issue being not present. Although there is some racyness to this I
just can't wait much longer without growing out of a day for a single
test :-/

I'll update once the I got more results

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1890435

Title:
  gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation
  fault

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gcc-10/+bug/1890435/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1890435] Re: gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation fault

2020-09-28 Thread Christian Ehrhardt 
It was brought up with foundations last week in our sync and mentioned
that someone will look into it for further guidance on the case. Since
nothing happened I'll add the rls-gg-incoming tag to make sure it is re-
visited in your bug meetings.

I beg you pardon, i know it is your tag and please feel free to remove
it if it really is incorrect here - but I just want (more or less any) a
response on this from someone able to decide if this is actually
critical (or not) and how to go on.

** Tags added: rls-gg-incoming

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1890435

Title:
  gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation
  fault

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gcc-10/+bug/1890435/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1890435] Re: gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation fault

2020-09-25 Thread Christian Ehrhardt 
I tried to isolate what was running concurrently and found 7 gcc calls.
I have set them up to run concurrently in endless loops each.
That way they reached a lot of iterations without triggering the issue :-/

I don't know how to continue :-/
But I can share a login to this system and show how to trigger the bug.

The following will get you there and trigger the bug usually in 1-2 loops (~4h 
on average)
$ ssh ubuntu@10.48.130.69
$ lxc exec groovy-gccfail bash
# cd qemu-5.0/
# i=1; export DEB_BUILD_OPTIONS=parallel=4; while debuild -i -us -uc -b -d; do 
echo "try $((i++)) complete" >> ~/build.log; done

@Doko could you take over from here as I'd hope you know how to force gcc to 
give you a dump?
I imported your key to the system mentioned above.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1890435

Title:
  gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation
  fault

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gcc-10/+bug/1890435/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1890435] Re: gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation fault

2020-09-24 Thread Christian Ehrhardt 
Interim Summary:
- hits armhf compiles of various large source projects, chances are it it 
completely random
  and just hits those more likely by compiling more
- build system auto-retries the compiles and they work on retry eventually 
reported as "The bug
  is not reproducible, so it is likely a hardware or OS problem."
- The bug always occurs on different source files, retrying a failed one works 
for hundreds of 
  times so it seems to be sort of random when it hits and not tied to the 
source.
- It seems we need concurrency to trigger it, but again it might just have 
increases the
  likeliness
- I can trigger it reliably now in ~2-8h of compile time on Canonistack when 
building qemu
  on an armhf LXD container on a arm64 Hosts (same as the builders)
- Despite my tries I'm unable to gather a crash dump of the gcc segfault and 
would be happy
  about a hint/advise on that.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1890435

Title:
  gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation
  fault

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gcc-10/+bug/1890435/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

  1   2   >