I am building a GUI using Gnomes Clutter API / cogl. I just got started trying to incorporate cogl.

This function,

cogl_rectangle (float x_1, float x_2, float y_1, float y_2);

Gives me an unhandled exception saying that there was an attempt to read or write protected memory, this is often an indication that other memory is corrupted.

Anyone have an idea what might be causing this?

link|improve this question

1  
Hard to say without seeing any code. Also, have you tried building the application with debug info turned on (-g flag to gcc) and running it in the debugger? You can also use programs such as Valgrind to help you find memory problems. – Joachim Pileborg Jan 25 at 7:01
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.