Re: [Development] How to debug segfaulting test in Coin

2020-09-22 Thread Toni Saario
:00 AM To: Konstantin Tokarev ; Qt Project Development Mailing-List Subject: Re: [Development] How to debug segfaulting test in Coin The CORE_FILES_PATH environment variable describes a path to a directory which will contain the core files in case of a segfault. These are then uploaded to Coin

Re: [Development] How to debug segfaulting test in Coin

2020-09-22 Thread Toni Saario
behalf of Konstantin Tokarev Sent: Monday, September 21, 2020 7:28 PM To: Qt Project Development Mailing-List Subject: [Development] How to debug segfaulting test in Coin Hello, What is the usual procedure of debuggin test segfaults? As far as I can see now all configurations print "Skip uplo

[Development] How to debug segfaulting test in Coin

2020-09-21 Thread Konstantin Tokarev
Hello, What is the usual procedure of debuggin test segfaults? As far as I can see now all configurations print "Skip uploading core files because CORE_FILES_PATH is not set in the environment" so it's not possible to get any further then fact that test finished with segmentation fault. Is the