You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In releases / branches which include the newer parser updates (>3.8 release code), missing close brace(s) causing seg faults for both scale functions and vector functions where the function ID is called before the definition is finished. The function definition being unfinished because it's missing one or more closing braces.
v3.8 beta two and earlier releases correctly complain about the function being called before it's defined and suggesting a missing brace might be the cause.
See the attached tarball for two scenes and a README detailing the fixes I've made to my playpen branch.
wfpokorny
changed the title
Missing close brace causing segfault in >v3.8 parser code [BUG] [Parser]
Missing close brace causing segfault in >v3.8 parser code.
Oct 3, 2021
In releases / branches which include the newer parser updates (>3.8 release code), missing close brace(s) causing seg faults for both scale functions and vector functions where the function ID is called before the definition is finished. The function definition being unfinished because it's missing one or more closing braces.
v3.8 beta two and earlier releases correctly complain about the function being called before it's defined and suggesting a missing brace might be the cause.
See the attached tarball for two scenes and a README detailing the fixes I've made to my playpen branch.
v4_povr_parserSegFault_missingBrace_Oct01_2021.tar.gz
The text was updated successfully, but these errors were encountered: