force-higher-level (TSA) crashes with free(): invalid next size (fast) #436
Replies: 1 comment
|
I will need to look into this. I elevated this question to an issue: |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi all,
I ran a TSA analysis for 2025 using all three Sentinel-2 sensors (SEN2A, SEN2B, SEN2C) and it crashed with:
Environment: FORCE v3.10.04 (Docker image
davidfrantz/force:3.10.04), Singularity container, single tile, Sentinel-2 10m BOA/QAI.I used the same PRM file as in previous years, but I received an error as soon as I added SEN2C as a sensor.
After digging into it, I found it requires a specific combination of four conditions — removing any one of them makes it work. I tested all combinations below on the exact same input images (only three scenes from August 2025, single tile, one image per sensor):
SENSORSSPECTRAL_ADJUSTSCREEN_QAIincludes SUBZEROSo it only crashes with all three sensors +
SPECTRAL_ADJUST = TRUE+SUBZEROinSCREEN_QAIat the same time. Any single change (dropping one sensor, disabling SPECTRAL_ADJUST, or removing SUBZERO) avoids the crash.I don't get it. Has anyone seen this before, or have an idea what could cause this? Find attached the prm file which leads to a crash.
sentinel_tsa_repex_minimal.zip
Best,
Dominique
All reactions