Created
November 7, 2014 17:36
-
-
Save tiagovignatti/4a0073c0cb6744429548 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
root@fisu:/home/tiago/git/intel-gpu-tools/tests# gdb --args ./kms_flip | |
GNU gdb (Ubuntu 7.7-0ubuntu3.1) 7.7 | |
Copyright (C) 2014 Free Software Foundation, Inc. | |
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> | |
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-linux-gnu". | |
Type "show configuration" for configuration details. | |
For bug reporting instructions, please see: | |
<http://www.gnu.org/software/gdb/bugs/>. | |
Find the GDB manual and other documentation resources online at: | |
<http://www.gnu.org/software/gdb/documentation/>. | |
For help, type "help". | |
Type "apropos word" to search for commands related to "word"... | |
Reading symbols from ./kms_flip...done. | |
(gdb) r | |
Starting program: /home/tiago/git/intel-gpu-tools/tests/kms_flip | |
[Thread debugging using libthread_db enabled] | |
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1". | |
IGT-Version: 1.8-gc049c39 (x86_64) (Linux: 3.13.0-39-generic x86_64) | |
Unable to force state on VGA-1 | |
Using monotonic timestamps | |
^C | |
Program received signal SIGINT, Interrupt. | |
0x00007ffff738d3a0 in __read_nocancel () at ../sysdeps/unix/syscall-template.S:81 | |
81 ../sysdeps/unix/syscall-template.S: No such file or directory. | |
(gdb) bt | |
#0 0x00007ffff738d3a0 in __read_nocancel () at ../sysdeps/unix/syscall-template.S:81 | |
#1 0x0000000000404695 in read (__nbytes=1024, __buf=0x7fffffffe040, __fd=5) at /usr/include/x86_64-linux-gnu/bits/unistd.h:44 | |
#2 test_nonblocking_read (in=<optimized out>) at kms_flip.c:1524 | |
#3 main (argc=<optimized out>, argv=<optimized out>) at kms_flip.c:1622 | |
(gdb) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment