| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Problem with finished executable
I've just finished a program written in c++ and everything works perfectly when I compile and run it in xCode, but I when I launch the executable by itself and enter in the second variable I get a
"Segmentation fault logout [Process completed]" Any help would be greatly appreciated. |
|
#2
|
||||
|
||||
|
Hm, this is usually caused by invalid pointer manipulation. Ensure that you are not exceeding the bounds of any of your arrays and that you aren't passing any pointers to functions with mismatching declaration types....
(coincidentally, I'm trying to debug a segmentation fault myself at the moment )
__________________
Officially a member of the Itsacon fan club. Beer blasts are every friday at Viper_SB's house. I bring the chips. ![]() |
![]() |
| Viewing: Dev Articles Community Forums > Programming > C/C++ Help > Problem with finished executable |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|