what with?
"segmentation fault"?:crackup:
I usually strategically insert
printf("does it bust here 1,2,3?\n"); or
cout << ... << '\n' equivalents
to see until what point it still executes.
The '\n' character is very important to flush the output buffer, otherwise it might
even execute that line, but you see no output.:tinfoil: