https://bugzilla.novell.com/show_bug.cgi?id=348719 User jensseidel@users.sf.net added comment https://bugzilla.novell.com/show_bug.cgi?id=348719#c10 --- Comment #10 from Jens Seidel <jensseidel@users.sf.net> 2008-04-02 08:09:25 MST --- OK, try the following program: #include <GL/glut.h> int main(int argc, char *argv[]) { glutInit(&argc, argv); glutInitWindowSize(1024, 768); int windows = glutCreateWindow("Hello World"); // glutMainLoop(); glutDestroyWindow(windows); return 0; } Once I start it in a loop (say 15 iterations) I see the virtual memory increasing by approximately 150 MB. Any hint? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.