Re: [Tinycc-devel] Seg fault with test 114 on Debian x64

2020-11-10 Thread Christian Jullien
@nongnu.org Subject: Re: [Tinycc-devel] Seg fault with test 114 on Debian x64 I pushed a patch for test 114. On old libc there seems to be a race condition with stdio and fork(). I could reproduce the problem (after about 1000 runs) on i686 with old fedora release. I can not reproduce the problem

Re: [Tinycc-devel] Seg fault with test 114 on Debian x64

2020-11-10 Thread Herman ten Brugge via Tinycc-devel
thread always executed? *From:*Tinycc-devel [mailto:tinycc-devel-bounces+eligis=orange...@nongnu.org] *On Behalf Of *Christian Jullien *Sent:* Monday, November 09, 2020 21:24 *To:* jull...@eligis.com; tinycc-devel@nongnu.org *Cc:* 'Herman ten Brugge' *Subject:* [Tinycc-devel] Seg fault with test

Re: [Tinycc-devel] Seg fault with test 114 on Debian x64

2020-11-09 Thread Christian Jullien
: Tinycc-devel [mailto:tinycc-devel-bounces+eligis=orange...@nongnu.org] On Behalf Of Christian Jullien Sent: Monday, November 09, 2020 21:24 To: jull...@eligis.com; tinycc-devel@nongnu.org Cc: 'Herman ten Brugge' Subject: [Tinycc-devel] Seg fault with test 114 on Debian x64 Hi again Herman, I

[Tinycc-devel] Seg fault with test 114 on Debian x64

2020-11-09 Thread Christian Jullien
Hi again Herman, I continue to test mod with your latest patch on the (many) machines I have. This time, it is a Debian 10.6 x86_64 fully up to date and, guess what?, it fails on test 114 with clang 7.0, (gcc worked). See log below: jullien@debian64:~$ uname -a Linux debian64