Hi,
I’m preparing a new release of our PolarDesigner plugin, and am running pluginval as part of our CI pipeline … but I’ve run into an issue where pluginval is segFault’ing during the “Automation…” test phase, at random times:
Test 1:
…
Starting tests in: pluginval / Automation…
Testing with sample rate [44100] and block size [64] and sub-block size [32]
Testing with sample rate [44100] and block size [128] and sub-block size [32]
Testing with sample rate [44100] and block size [256] and sub-block size [32]
Testing with sample rate [44100] and block size [512] and sub-block size [32]
Testing with sample rate [44100] and block size [1024] and sub-block size [32]
Testing with sample rate [48000] and block size [64] and sub-block size [32]
Testing with sample rate [48000] and block size [128] and sub-block size [32]
Testing with sample rate [48000] and block size [256] and sub-block size [32]
Testing with sample rate [48000] and block size [512] and sub-block size [32]
Testing with sample rate [48000] and block size [1024] and sub-block size [32]
Segmentation faultTest 2:
…Starting tests in: pluginval / Automation…
Testing with sample rate [44100] and block size [64] and sub-block size [32]
Testing with sample rate [44100] and block size [128] and sub-block size [32]
Testing with sample rate [44100] and block size [256] and sub-block size [32]
Testing with sample rate [44100] and block size [512] and sub-block size [32]
Testing with sample rate [44100] and block size [1024] and sub-block size [32]
Segmentation fault
I’m a little mystified as to what I should be looking for here - could someone give me a shove in the right direction? I’m building pluginval from source and running it in a debugger, and alas I’m not getting any really good clues from the stack trace, other than we’ve got a buffer overrun (0xC0000005)/segfault somewhere … however, what should I be looking for - we’ve not modified our Parameters much other than to add the version field …