I: unknown keys defined in configuration file: use_lib64 [?1049h[?1h= *[?25l .______.  ____ ____ __| _/\_ |__ _/ ___\ / ___\ / __ | | __ \ \ \___/ /_/ > /_/ | | \_\ \ \___ >___ /\____ | |___ / \/_____/ \/ \/ a curses debuggerversion 0.6.8type q to exit type help for GDB help type :help for CGDB help[?25h GNU gdb (GDB) Fedora 7.7.1-21.fc20 Copyright (C) 2014 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "x86_64-redhat-linux-gnu". Type "show configuration" for configuration details. For bug reporting instructions, please see: . Find the GDB manual and other documentation resources online at: . For help, type "help". Type "apropos word" to search for commands related to "word"... Reading symbols from /home/neil/jhbuild/checkout/piglit/bin/varying-packing-simple...done. (gdb) [?25l /home/neil/jhbuild/checkout/piglit/tests/spec/glsl-1.10/execution/varying-packing/simple.c  94|  * else 95|  * gl_FragColor = vec4(0.0, 1.0, 0.0, 1.0); 96|  * } 97|  */ 98| #include "piglit-util-gl.h" 99| 100| static void 101| parse_args(int argc, char *argv[], struct piglit_gl_test_config *config); 102| 103+>PIGLIT_GL_TEST_CONFIG_BEGIN 104| 105|config.window_visual = PIGLIT_GL_VISUAL_RGB | PIGLIT_GL_VISUAL_DOUBLE; 106|parse_args(argc, argv, &config); 107| 108| PIGLIT_GL_TEST_CONFIG_END 109| 110| static GLuint prog; 111| static GLint i_location;[?25h quit [?1049l [?1l>