I have a program, that runs perfectly fine on my Intel laptop and my G4 iMac. However when I take it over to an Intel iMac, it gives me the following error.
this happens weather I use the same compiled executable or try to rebuild it.
Code:
[Session started at 2008-10-20 09:41:15 -0700.]
2008-10-20 09:41:15.893 CSV to SHP[300:10b] An uncaught exception was raised
2008-10-20 09:41:15.894 CSV to SHP[300:10b] *** -[NSCFArray objectAtIndex:]: index (0) beyond bounds (0)
2008-10-20 09:41:15.895 CSV to SHP[300:10b] *** Terminating app due to uncaught exception 'NSRangeException', reason: '*** -[NSCFArray objectAtIndex:]: index (0) beyond bounds (0)'
2008-10-20 09:41:15.895 CSV to SHP[300:10b] Stack: (
2473353547,
2483985979,
2473353003,
2473353066,
2458917823,
2458383688,
9888,
2473412949,
2501085898,
2501045494,
2501043800,
2501042843,
2501042649,
2501041800
)
The Debugger has exited due to signal 5 (SIGTRAP).The Debugger has exited due to signal 5 (SIGTRAP).
this happens weather I use the same compiled executable or try to rebuild it.