Results 5 comments of acajic

OK, the problem has been encountered before, it is a iOS 7.1 thing: 1) https://github.com/mwaterfall/MWPhotoBrowser/issues/121 2) https://github.com/enormego/PhotoViewer/issues/33 3) http://stackoverflow.com/questions/20251344/ios-crash-issue-exc-bad-access 4) http://stackoverflow.com/questions/19183555/thread-1-exc-bad-access-code-1-address-0xf00000c I managed to fix it by setting some scrollView's...

I am running into the same issue (August 28th 2014)

I am having the same problem when executing most simple `freeglut` example code. ``` glutInit(&argc, argv); glutInitDisplayMode(GLUT_DEPTH | GLUT_DOUBLE | GLUT_RGBA); glutInitWindowPosition(500, 500);//optional glutInitWindowSize(800, 600); //optional glutCreateWindow("OpenGL First Window"); glutMainLoop();...

alexandrewillame, I did like you specified and everything finally worked. Thank you.

I am also experiencing this error. Although this issue is closed here: https://github.com/ethz-asl/ethzasl_ptam/issues/39 it did not help me to solve the problem. I am on Ubuntu 14.04 LTS running ROS...