Re: qt4 broken on i686

2021-08-19 Thread Jakub Bogusz
On Wed, Aug 18, 2021 at 10:34:48PM +0200, Jan Rękorajski wrote:
> New builds of qt4 on i686 exhibit crashes (ex. linguist in avogadro), or
> infinite looping (ex. meinproc4 in kde4-kig).
> 
> I'm running out of ideas[1] and time to troubleshoot this and would
> appreciate if anyone would be willing to try and figure out WTF is
> broken there.
> 
> [1] neither -O0, nor -std=gnu98 seem to do the trick, it could be a
> glibc 2.34 issue, but I don't have resources at hand to validate it.

I don't know yet if it's related to glibc, gcc or binutils, but simple
testcase is searching in empty QMap:

```
#include 

int main()
{
QMap mm;
mm.constFind(999);
}
```

It hangs even on carme-x86_64.

Issue is probably related to shared_null static field (SIOF?)


-- 
Jakub Boguszhttp://qboosh.pl/
___
pld-devel-en mailing list
pld-devel-en@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-devel-en


Re: BuildConflicts on builders

2021-08-19 Thread Jan Rękorajski
On Thu, 19 Aug 2021, Jan Palus wrote:

> Did 
> http://git.pld-linux.org/?p=projects/pld-builder.new.git;a=commit;h=b2679a6
> land on builders yet? If not would it be possible to deploy it?

Done.

-- 
Jan Rękorajski| PLD/Linux
SysAdm | bagginspld-linux.org | http://www.pld-linux.org/
___
pld-devel-en mailing list
pld-devel-en@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-devel-en


BuildConflicts on builders

2021-08-19 Thread Jan Palus
Did http://git.pld-linux.org/?p=projects/pld-builder.new.git;a=commit;h=b2679a6
land on builders yet? If not would it be possible to deploy it?
___
pld-devel-en mailing list
pld-devel-en@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-devel-en