bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug ld/31009] regression: assertion fail ../../bfd/merge.c:243


From: jonny.weir at clearpool dot io
Subject: [Bug ld/31009] regression: assertion fail ../../bfd/merge.c:243
Date: Tue, 31 Oct 2023 16:10:42 +0000

https://sourceware.org/bugzilla/show_bug.cgi?id=31009

--- Comment #5 from Jonny Weir <jonny.weir at clearpool dot io> ---
Ignore that last message, it is misleading, this is a more accurate
representation of what is happening with the values:

bfdtab->count + 1 = 1 | table->nbuckets = 8192 | table->nbuckets * 2 / 3 = 5461
bfdtab->count + 1 = 2 | table->nbuckets = 8192 | table->nbuckets * 2 / 3 = 5461
bfdtab->count + 1 = 3 | table->nbuckets = 8192 | table->nbuckets * 2 / 3 = 5461
bfdtab->count + 1 = 4 | table->nbuckets = 8192 | table->nbuckets * 2 / 3 = 5461
bfdtab->count + 1 = 5 | table->nbuckets = 8192 | table->nbuckets * 2 / 3 = 5461
bfdtab->count + 1 = 6 | table->nbuckets = 8192 | table->nbuckets * 2 / 3 = 5461
...
bfdtab->count + 1 = 1937 | table->nbuckets = 65536 | table->nbuckets * 2 / 3 =
43690
bfdtab->count + 1 = 1938 | table->nbuckets = 65536 | table->nbuckets * 2 / 3 =
43690
bfdtab->count + 1 = 1 | table->nbuckets = 8192 | table->nbuckets * 2 / 3 = 5461
bfdtab->count + 1 = 2 | table->nbuckets = 8192 | table->nbuckets * 2 / 3 = 5461
...
bfdtab->count + 1 = 998 | table->nbuckets = 262144 | table->nbuckets * 2 / 3 =
174762
bfdtab->count + 1 = 999 | table->nbuckets = 262144 | table->nbuckets * 2 / 3 =
174762
bfdtab->count + 1 = 1000 | table->nbuckets = 262144 | table->nbuckets * 2 / 3 =
174762
bfdtab->count + 1 = 1001 | table->nbuckets = 262144 | table->nbuckets * 2 / 3 =
174762
bfdtab->count + 1 = 1002 | table->nbuckets = 262144 | table->nbuckets * 2 / 3 =
174762
bfdtab->count + 1 = 1003 | table->nbuckets = 262144 | table->nbuckets * 2 / 3 =
174762
...
bfdtab->count + 1 = 1047 | table->nbuckets = 262144 | table->nbuckets * 2 / 3 =
174762
bfdtab->count + 1 = 1048 | table->nbuckets = 262144 | table->nbuckets * 2 / 3 =
174762
bfdtab->count + 1 = 1049 | table->nbuckets = 524288 | table->nbuckets * 2 / 3 =
349525
bfdtab->count + 1 = 1050 | table->nbuckets = 524288 | table->nbuckets * 2 / 3 =
349525
...
bfdtab->count + 1 = 1594 | table->nbuckets = 524288 | table->nbuckets * 2 / 3 =
349525
bfdtab->count + 1 = 1595 | table->nbuckets = 524288 | table->nbuckets * 2 / 3 =
349525
bfdtab->count + 1 = 1596 | table->nbuckets = 524288 | table->nbuckets * 2 / 3 =
349525
bfdtab->count + 1 = 1597 | table->nbuckets = 524288 | table->nbuckets * 2 / 3 =
349525
bfdtab->count + 1 = 1598 | table->nbuckets = 524288 | table->nbuckets * 2 / 3 =
349525
bfdtab->count + 1 = 1599 | table->nbuckets = 2147483648 | table->nbuckets * 2 /
3 = 0
bfdtab->count + 1 = 1600 | table->nbuckets = 2147483648 | table->nbuckets * 2 /
3 = 0
bfdtab->count + 1 = 1601 | table->nbuckets = 2147483648 | table->nbuckets * 2 /
3 = 0
bfdtab->count + 1 = 1602 | table->nbuckets = 2147483648 | table->nbuckets * 2 /
3 = 0
...
bfdtab->count + 1 = 755246 | table->nbuckets = 2147483648 | table->nbuckets * 2
/ 3 = 0
bfdtab->count + 1 = 755247 | table->nbuckets = 2147483648 | table->nbuckets * 2
/ 3 = 0
bfdtab->count + 1 = 755248 | table->nbuckets = 2147483648 | table->nbuckets * 2
/ 3 = 0

-- 
You are receiving this mail because:
You are on the CC list for the bug.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]