tinycc-devel
[Top][All Lists]
Advanced

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

Re: [Tinycc-devel] unreproductible 114 test error on RPi


From: Herman ten Brugge
Subject: Re: [Tinycc-devel] unreproductible 114 test error on RPi
Date: Fri, 2 Oct 2020 18:15:29 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.11.0

The problem on raspberry pi was that the key was sometimes forgotten when fork() was called.
I had more problems in the past on raspberry pi 32bits with pthread support.

The apple problem is due to the fact that there is a bug in the libc library. The io_mutex should be initialized in the child process after a fork().

    Herman

On 2020-10-02 06:12, Christian Jullien wrote:

Hi,

 

Testing mob on RPi (32bit), I’ve got an unreproducible error on 114 test

 

Test: 112_backtrace...

Test: 114_bound_signal...

Segmentation fault

--- 114_bound_signal.expect     2020-10-02 06:02:26.765856880 +0200

+++ 114_bound_signal.output     2020-10-02 06:03:00.505194578 +0200

@@ -1,2 +1 @@

start

-end

make[3]: *** [Makefile:117: 114_bound_signal.test] Error 1

 

It appended once but worked on next 2 consecutive tries.

 



reply via email to

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