My program is as follows;
#include #include int main() { char string[] = \"Gentlemen start your engines!\";
Program crashes because formatting routine tries to access a string at address 0x0000001D which is the result of strlen() where is nothing like a string and likely there's no acessible memory at all.
0x0000001D
strlen()