Minor issue with redirection in the specialized binary (with configuration priming): curl #53
Labels
bug
Generic bug
occamized-binary-exec-crash
The specialized binary generated by OCCAM crashes
over-specialization
When curl is specialized with configuration priming, it results in a working binary. However, when the the output of the binary is redirected to a file, a segmentation fault occurs. This fault does not occur when configuration priming is not turned on. Files to reproduce the issue can be found here. The issue can be reproduced in the following steps:
bash install_dependencies.sh
)This will result in a segmentation fault. However, when "> t_out" is removed, we get the expected output. If the --enable-config-prime flag is not used, there are no issues with redirection. This can be confirmed by running the test: make test
The text was updated successfully, but these errors were encountered: