GNU DDD 3.3.11 (i486-pc-linux-gnu) Copyright (C) 1995-1999 Technische Universität Braunschweig, Germany. Copyright (C) 1999-2001 Universität Passau, Germany. Copyright (C) 2001 Universität des Saarlandes, Germany. Copyright (C) 2001-2004 Free Software Foundation, Inc. Compiled with GCC 4.0.1 20050701 (prerelease) (Debian 4.0.0-12), GNU libc 2.3 Requires X11R6, Xt11R6, Motif 2.1 (GNU/LessTif Version 2.1 Release 0.93.94) Includes XPM 3.4.11, Athena Panner (7000002L), DDD core Built 2005-07-10 by Daniel Schepler . $ ddd ebox_c + /bin/sh -c 'exec gdb -q -fullname '\''ebox_c'\''' # Hello, world! # Starting GDB... # Enabling core dumps... # Enabling core dumps...done. # Running GDB (pid 11795, tty /dev/pts/7)... # Current language: C/C++ # Searching "vsllib/ddd.vsl"... # Trying "/home/lorenzen/.ddd/vsllib/ddd.vsl" # Trying "/usr/share/ddd/vsllib/ddd.vsl" # Searching "vsllib/ddd.vsl"..."/usr/share/ddd/vsllib/ddd.vsl". 2008.01.31 18:03:17 <- "Using host libthread_db library \"/lib/tls/libthread_db.so.1\".\n" 2008.01.31 18:03:17 <- "(gdb) " 2008.01.31 18:03:17 -> "set prompt (gdb) \n" 2008.01.31 18:03:17 <- "(gdb) " 2008.01.31 18:03:17 -> "set height 0\n" 2008.01.31 18:03:17 <- "(gdb) " 2008.01.31 18:03:17 -> "set width 0\n" 2008.01.31 18:03:17 <- "(gdb) " 2008.01.31 18:03:17 -> "set annotate 1\n" 2008.01.31 18:03:17 <- "(gdb) " 2008.01.31 18:03:17 -> " set verbose off\n" 2008.01.31 18:03:17 <- "(gdb) " 2008.01.31 18:03:17 -> "info line\n" 2008.01.31 18:03:17 <- "No line number information available.\n" 2008.01.31 18:03:17 <- "(gdb) " 2008.01.31 18:03:17 -> "list\n" 2008.01.31 18:03:17 <- "55\t h_fd(NP, SPACING, psi, hpsi);\n" "56\t}\n" "57\t\n" "58\t\n" "59\tint main() {\n" "60\t int iter, i;\n" "61\t double eps, eval;\n" 2008.01.31 18:03:17 <- "62\t double *psi, *hpsi, *potential;\n" "63\t\n" "64\t psi \t = malloc(NP*sizeof(double));\n" 2008.01.31 18:03:17 <- "(gdb) " 2008.01.31 18:03:17 -> "info line\n" 2008.01.31 18:03:17 <- "Line 64 of \"ebox_c.c\" starts at address 0x8048919 and ends at 0x8048928 .\n" 2008.01.31 18:03:17 <- "\032\032/home/lorenzen/work/desk/cecam-coding-school/debugging-testing/examples/ebox0/ebox_c/src/ebox_c.c:64:1563:beg:0x8048919\n" 2008.01.31 18:03:17 <- "(gdb) " 2008.01.31 18:03:17 -> "output 4711\n" 2008.01.31 18:03:17 <- "4711" 2008.01.31 18:03:17 <- "(gdb) " 2008.01.31 18:03:17 -> "show language\n" 2008.01.31 18:03:17 <- "The current source language is \"auto; currently c\".\n" 2008.01.31 18:03:17 <- "(gdb) " 2008.01.31 18:03:17 -> "show version\n" 2008.01.31 18:03:17 <- "GNU gdb 6.4.90-debian\n" "Copyright (C) 2006 Free Software Foundation, Inc.\n" "GDB is free software, covered by the GNU General Public License, and you are\n" "welcome to change it and/or distribute copies of it under certain conditions.\n" "Type \"show copying\" to see the conditions.\n" "There is absolutely no warranty for GDB. Type \"show warranty\" for details.\n" "This GDB was configured as \"i486-linux-gnu\".\n" 2008.01.31 18:03:17 <- "(gdb) " 2008.01.31 18:03:17 -> "pwd\n" 2008.01.31 18:03:17 <- "Working directory /home/lorenzen/work/desk/cecam-coding-school/debugging-testing/examples/ebox0/ebox_c/src.\n" 2008.01.31 18:03:17 <- "(gdb) " 2008.01.31 18:03:17 -> "info breakpoints\n" 2008.01.31 18:03:17 <- "No breakpoints or watchpoints.\n" 2008.01.31 18:03:17 <- "(gdb) " 2008.01.31 18:03:17 -> "show history filename\n" 2008.01.31 18:03:17 <- "The filename in which to record the command history is \"/home/lorenzen/.gdb_history\".\n" 2008.01.31 18:03:17 <- "(gdb) " 2008.01.31 18:03:17 -> "show history size\n" 2008.01.31 18:03:17 <- "The size of the command history is 256.\n" 2008.01.31 18:03:17 <- "(gdb) " # Reading file "/home/lorenzen/work/desk/cecam-coding-school/debugging-testing/examples/ebox0/ebox_c/src/ebox_c.c"... # Reading file "/home/lorenzen/work/desk/cecam-coding-school/debugging-testing/examples/ebox0/ebox_c/src/ebox_c.c"...done. # File "/home/lorenzen/work/desk/cecam-coding-school/debugging-testing/examples/ebox0/ebox_c/src/ebox_c.c" 117 lines, 3244 characters # Setting buttons... # Setting buttons...done. 2008.01.31 18:03:17 -> "set confirm off\n" 2008.01.31 18:03:17 <- "(gdb) " 2008.01.31 18:03:17 -> "source /tmp/dddJ49DoP\n" 2008.01.31 18:03:17 <- "(gdb) " 2008.01.31 18:03:17 -> "info breakpoints\n" 2008.01.31 18:03:17 <- "No breakpoints or watchpoints.\n" "(gdb) " 2008.01.31 18:03:17 -> "info source\n" 2008.01.31 18:03:17 <- "Current source file is ebox_c.c\n" "Compilation directory is /home/lorenzen/work/desk/cecam-coding-school/debugging-testing/examples/ebox0/ebox_c/src\n" "Located in /home/lorenzen/work/desk/cecam-coding-school/debugging-testing/examples/ebox0/ebox_c/src/ebox_c.c\n" "Contains 117 lines.\n" "Source language is c.\n" "Compiled with DWARF 2 debugging format.\n" "Does not include preprocessor macro info.\n" 2008.01.31 18:03:17 <- "(gdb) " 2008.01.31 18:03:17 -> "# reset\n" 2008.01.31 18:03:17 <- "(gdb) " 2008.01.31 18:03:17 -> "info breakpoints\n" 2008.01.31 18:03:17 <- "No breakpoints or watchpoints.\n" 2008.01.31 18:03:17 <- "(gdb) " 2008.01.31 18:03:17 -> "display\n" 2008.01.31 18:03:17 <- "(gdb) " 2008.01.31 18:03:17 -> "info display\n" 2008.01.31 18:03:17 <- "There are no auto-display expressions now.\n" 2008.01.31 18:03:17 <- "(gdb) " 2008.01.31 18:03:17 -> "set environment TERM dumb\n" 2008.01.31 18:03:17 <- "(gdb) " 2008.01.31 18:03:17 -> "info files\n" 2008.01.31 18:03:17 <- "Symbols from \"/home/lorenzen/work/desk/cecam-coding-school/debugging-testing/examples/ebox0/ebox_c/src/ebox_c\".\n" "Local exec file:\n" "\t`/home/lorenzen/work/desk/cecam-coding-school/debugging-testing/examples/ebox0/ebox_c/src/ebox_c\', file type elf32-i386.\n" "\tEntry point: 0x80487e0\n" "\t0x08048114 - 0x08048127 is .interp\n" "\t0x08048128 - 0x08048148 is .note.ABI-tag\n" "\t0x08048148 - 0x08048208 is .hash\n" "\t0x08048208 - 0x080483d8 is .dynsym\n" "\t0x080483d8 - 0x0804852d is .dynstr\n" "\t0x0804852e - 0x08048568 is .gnu.version\n" "\t0x08048568 - 0x080485b8 is .gnu.version_r\n" "\t0x080485b8 - 0x080485c0 is .rel.dyn\n" "\t0x080485c0 - 0x08048668 is .rel.plt\n" "\t0x08048668 - 0x0804867f is .init\n" "\t0x08048680 - 0x080487e0 is .plt\n" "\t0x080487e0 - 0x08049714 is .text\n" "\t0x08049714 - 0x08049730 is .fini\n" "\t0x08049730 - 0x080498f1 is .rodata\n" "\t0x080498f4 - 0x080498f8 is .eh_frame\n" "\t0x0804a8f8 - 0x0804a900 is .ctors\n" "\t0x0804a900 - 0x0804a908 is .dtors\n" "\t0x0804a908 - 0x0804a90c is .jcr\n" "\t0x0804a90c - 0x0804a9f4 is .dynamic\n" "\t0x0804a9f4 - 0x0804a9f8 is .got\n" "\t0x0804a9f8 - 0x0804aa58 is .got.plt\n" "\t0x0804aa58 - 0x0804aa64 is .data\n" "\t0x0804aa64 - 0x0804aa68 is .bss\n" 2008.01.31 18:03:17 <- "(gdb) " 2008.01.31 18:03:17 -> "info program\n" 2008.01.31 18:03:17 <- "The program being debugged is not being run.\n" 2008.01.31 18:03:17 <- "(gdb) " # Starting GDB...done. # Welcome to DDD 3.3.11 "Rhubarb" (i486-pc-linux-gnu) 2008.01.31 18:03:17 -> "help detach\n" 2008.01.31 18:03:17 <- "Detach a process or file previously attached.\n" "If a process, it is no longer traced, and it continues its execution. If\n" "you were debugging a file, the file is closed and gdb no longer accesses it.\n" 2008.01.31 18:03:17 <- "(gdb) " 2008.01.31 18:03:17 -> "help run\n" 2008.01.31 18:03:17 <- "Start debugged program. You may specify arguments to give it.\n" "Args may include \"*\", or \"[...]\"; they are expanded using \"sh\".\n" "Input and output redirection with \">\", \"<\", or \">>\" are also allowed.\n" "\n" "With no arguments, uses arguments last specified (with \"run\" or \"set args\").\n" "To cancel previous arguments and run with no arguments,\n" "use \"set args\" without arguments.\n" 2008.01.31 18:03:17 <- "(gdb) " 2008.01.31 18:03:17 -> "help step\n" 2008.01.31 18:03:17 <- "Step program until it reaches a different source line.\n" "Argument N means do this N times (or till program stops for another reason).\n" 2008.01.31 18:03:17 <- "(gdb) " 2008.01.31 18:03:17 -> "help stepi\n" 2008.01.31 18:03:17 <- "Step one instruction exactly.\n" "Argument N means do this N times (or till program stops for another reason).\n" 2008.01.31 18:03:17 <- "(gdb) " 2008.01.31 18:03:17 -> "help next\n" 2008.01.31 18:03:17 <- "Step program, proceeding through subroutine calls.\n" "Like the \"step\" command as long as subroutine calls do not happen;\n" "when they do, the call is treated as one instruction.\n" "Argument N means do this N times (or till program stops for another reason).\n" 2008.01.31 18:03:17 <- "(gdb) " 2008.01.31 18:03:17 -> "help nexti\n" 2008.01.31 18:03:17 <- "Step one instruction, but proceed through subroutine calls.\n" "Argument N means do this N times (or till program stops for another reason).\n" 2008.01.31 18:03:17 <- "(gdb) " 2008.01.31 18:03:18 -> "help until\n" 2008.01.31 18:03:18 <- "Execute until the program reaches a source line greater than the current\n" "or a specified location (same args as break command) within the current frame.\n" 2008.01.31 18:03:18 <- "(gdb) " 2008.01.31 18:03:18 -> "help finish\n" 2008.01.31 18:03:18 <- "Execute until selected stack frame returns.\n" "Upon return, the value returned is printed and put in the value history.\n" 2008.01.31 18:03:18 <- "(gdb) " 2008.01.31 18:03:18 -> "help cont\n" 2008.01.31 18:03:18 <- "Continue program being debugged, after signal or breakpoint.\n" "If proceeding from breakpoint, a number N may be used as an argument,\n" "which means to set the ignore count of that breakpoint to N - 1 (so that\n" "the breakpoint won\'t break until the Nth time it is reached).\n" 2008.01.31 18:03:18 <- "(gdb) " 2008.01.31 18:03:18 -> "help signal\n" 2008.01.31 18:03:18 <- "Continue program giving it signal specified by the argument.\n" "An argument of \"0\" means continue program without giving it a signal.\n" 2008.01.31 18:03:18 <- "(gdb) " 2008.01.31 18:03:18 -> "help kill\n" 2008.01.31 18:03:18 <- "Kill execution of program being debugged.\n" 2008.01.31 18:03:18 <- "(gdb) " 2008.01.31 18:03:18 -> "help up\n" 2008.01.31 18:03:18 <- "Select and print stack frame that called this one.\n" "An argument says how many frames up to go.\n" 2008.01.31 18:03:18 <- "(gdb) " 2008.01.31 18:03:18 -> "help down\n" 2008.01.31 18:03:18 <- "Select and print stack frame called by this one.\n" "An argument says how many frames down to go.\n" 2008.01.31 18:03:18 <- "(gdb) " 2008.01.31 18:03:20 -> "output psi\n" 2008.01.31 18:03:20 <- "No symbol \"psi\" in current context.\n" 2008.01.31 18:03:20 <- "(gdb) " 2008.01.31 18:03:20 -> "output eps\n" 2008.01.31 18:03:20 <- "No symbol \"eps\" in current context.\n" 2008.01.31 18:03:20 <- "(gdb) " 2008.01.31 18:03:23 -> "break ebox_c.c:83\n" 2008.01.31 18:03:23 <- "Breakpoint 1 at 0x8048a0d: file ebox_c.c, line 83.\n" 2008.01.31 18:03:23 <- "(gdb) " 2008.01.31 18:03:23 -> "info breakpoints\n" 2008.01.31 18:03:23 <- "Num Type Disp Enb Address What\n" 2008.01.31 18:03:23 <- "1 breakpoint keep y 0x08048a0d in main at ebox_c.c:83\n" 2008.01.31 18:03:23 <- "(gdb) " 2008.01.31 18:03:23 -> "output iter\n" 2008.01.31 18:03:23 <- "No symbol \"iter\" in current context.\n" 2008.01.31 18:03:23 <- "(gdb) " 2008.01.31 18:03:24 -> "output double\n" 2008.01.31 18:03:24 <- "Attempt to use a type name as an expression\n" 2008.01.31 18:03:24 <- "(gdb) " 2008.01.31 18:03:26 -> "set environment TERM dumb\n" 2008.01.31 18:03:26 <- "(gdb) " 2008.01.31 18:03:26 -> "run\n" 2008.01.31 18:03:26 <- "[Thread debugging using libthread_db enabled]\n" 2008.01.31 18:03:26 <- "[New Thread -1217480128 (LWP 11799)]\n" 2008.01.31 18:03:26 <- "This is ebox_c_0, version 0.1\n" "Send bugreports to \n" "============================================================\n" "\n" 2008.01.31 18:03:26 <- "[Switching to Thread -1217480128 (LWP 11799)]\n" 2008.01.31 18:03:26 <- "\n" 2008.01.31 18:03:26 <- "Breakpoint 1, main () at ebox_c.c:83\n" 2008.01.31 18:03:26 <- "\032\032/home/lorenzen/work/desk/cecam-coding-school/debugging-testing/examples/ebox0/ebox_c/src/ebox_c.c:83:2214:beg:0x8048a0d\n" 2008.01.31 18:03:26 <- "(gdb) " 2008.01.31 18:03:26 -> "info breakpoints\n" 2008.01.31 18:03:26 <- "Num Type Disp Enb Address What\n" 2008.01.31 18:03:26 <- "1 breakpoint keep y 0x08048a0d in main at ebox_c.c:83\n" "\tbreakpoint already hit 1 time\n" 2008.01.31 18:03:26 <- "(gdb) " 2008.01.31 18:03:26 -> "output double\n" 2008.01.31 18:03:26 <- "Attempt to use a type name as an expression\n" 2008.01.31 18:03:26 <- "(gdb) " 2008.01.31 18:03:28 -> "output psi\n" 2008.01.31 18:03:28 <- "(double *) 0x804b008" 2008.01.31 18:03:28 <- "(gdb) " 2008.01.31 18:03:28 -> "output write_function\n" 2008.01.31 18:03:28 <- "{void (int, double, char *, double *)} 0x8049454 " 2008.01.31 18:03:28 <- "(gdb) " 2008.01.31 18:03:36 -> "frame\n" 2008.01.31 18:03:36 <- "#0 main () at ebox_c.c:83\n" "\032\032/home/lorenzen/work/desk/cecam-coding-school/debugging-testing/examples/ebox0/ebox_c/src/ebox_c.c:83:2214:beg:0x8048a0d\n" 2008.01.31 18:03:36 <- "(gdb) " 2008.01.31 18:03:36 -> "display psi[0]@100\n" 2008.01.31 18:03:36 <- "(gdb) " 2008.01.31 18:03:36 -> "display\n" 2008.01.31 18:03:36 <- "1: psi[0] @ 100" 2008.01.31 18:03:36 <- " = {1.2405320331782183e-11, 3.3385625717427227e-11, 8.8069426383358552e-11, 2.2772196648985667e-10, 5.7716341401372713e-10, 1.4338600748796178e-09, 3.491635184140066e-09, 8.3342219175711989e-09, 1.9499136072698011e-08, 4.4717734174479448e-08, 1.0052135179688833e-07, 2.2148838731167893e-07, 4.7836314452100772e-07, 1.0126947848978647e-06, 2.101423309634277e-06, 4.2742766425126469e-06, 8.5216917355555345e-06, 1.6653408024577475e-05, 3.1900283013305814e-05, 5.9896308867309669e-05, 0.00011023504751051987, 0.00019886274867980981, 0.00035164244624805532, 0.00060948533116971567, 0.0010354743207533069, 0.0017243662689430559, 0.002814711029939685, 0.0045035213034883542, 0.0070629273378753554, 0.010857538188423731, 0.016360331644858873, 0.024163895621006973, 0.034982908115643328, 0.04964310966232912, 0.069051983338132158, 0.094147208263846108, 0.12582091704466278, 0.1648209284871652, 0.21163426137959268, 0.26636288347377313, 0.32860604532840859, 0.39736672810111856, 0.47100071057155646, 0.54722475389138747, 0.62319508178934291, 0.69565900341926623, 0.76117219176935613, 0.81636340301583776, 0.85821924972972174, 0.88435591701017746, 0.89324384173800231, 0.88435591701017746, 0.85821924972972174, 0.81636340301583776, 0.76117219176935613, 0.69565900341926623, 0.62319508178934291, 0.54722475389138747, 0.47100071057155646, 0.39736672810111856, 0.32860604532840859, 0.26636288347377313, 0.21163426137959268, 0.1648209284871652, 0.12582091704466278, 0.094147208263846108" 2008.01.31 18:03:36 <- ", 0.069051983338132158, 0.04964310966232912, 0.034982908115643328, 0.024163895621006973, 0.016360331644858873, 0.010857538188423731, 0.0070629273378753554, 0.0045035213034883542, 0.002814711029939685, 0.0017243662689430559, 0.0010354743207533069, 0.00060948533116971567, 0.00035164244624805532, 0.00019886274867980981, 0.00011023504751051987, 5.9896308867309669e-05, 3.1900283013305814e-05, 1.6653408024577475e-05, 8.5216917355555345e-06, 4.2742766425126469e-06, 2.101423309634277e-06, 1.0126947848978647e-06, 4.7836314452100772e-07, 2.2148838731167893e-07, 1.0052135179688833e-07, 4.4717734174479448e-08, 1.9499136072698011e-08, 8.3342219175711989e-09, 3.491635184140066e-09, 1.4338600748796178e-09, 5.7716341401372713e-10, 2.2772196648985667e-10, 8.8069426383358552e-11, 3.3385625717427227e-11}\n" 2008.01.31 18:03:36 <- "(gdb) " # Creating display... # Creating display...done. >> "set term xlib\n" "set parametric\n" "set urange [0:1]\n" "set vrange [0:1]\n" "set trange [0:1]" >> "set noborder\n" "plot \"/tmp/ddd1ILQqF\" title \"psi[0] @ 100\"" 2008.01.31 18:03:36 -> "output &(psi[0] @ 100)\n" # Display 1: psi[0] @ 100 (enabled, scope main) 2008.01.31 18:03:36 <- "(double (*)[100]) 0x804b008" 2008.01.31 18:03:36 <- "(gdb) " # Display 1: psi[0] @ 100 (enabled, scope main, address 0x804b008) << "G0 18874396" << "QD\n" "A90\n" "A0\n" "W0001\n" "L-002\n" "M03210326\n" "V03480326\n" "M39340326\n" "V39070326\n" "J0002\n" "QF\n" "T02810326 0\n" "W0001\n" "L-002\n" "M03210736\n" "V03480736\n" "M39340736\n" "V39070736\n" "J0002\n" "T02810736 0.1\n" "W0001\n" "L-002\n" "M03211146\n" "V03481146\n" "M39341146\n" "V39071146\n" "J0002\n" "T02811146 0.2\n" "W0001\n" "L-002\n" "M03211556\n" "V03481556\n" "M39341556\n" "V39071556\n" "J0002\n" "T02811556 0.3\n" "W0001\n" "L-002\n" "M03211966\n" "V03481966\n" "M39341966\n" "V39071966\n" "J0002\n" "T02811966 0.4\n" "W0001\n" "L-002\n" "M03212376\n" "V03482376\n" "M39342376\n" "V39072376\n" "J0002\n" "T02812376 0.5\n" "W0001\n" "L-002\n" "M03212786\n" "V03482786\n" "M39342786\n" "V39072786\n" "J0002\n" "T02812786 0.6\n" "W0001\n" "L-002\n" "M03213196\n" "V03483196\n" "M39343196\n" "V39073196\n" "J0002\n" "T02813196 0.7\n" "W0001\n" "L-002\n" "M03213606\n" "V03483606\n" "M39343606\n" "V39073606\n" "J0002\n" "T02813606 0.8\n" "W0001\n" "L-002\n" "M03214016\n" "V03484016\n" "M39344016\n" "V39074016\n" "J0002\n" "T02814016 0.9\n" "W0001\n" "L-002\n" "A0\n" "M03210326\n" "V03210366\n" "M03214016\n" "V03213976\n" "J0001\n" "T03210163 0\n" "W0001\n" "L-002\n" "M06820326\n" "V06820366\n" "M06824016\n" "V06823976\n" "J0001\n" "T06820163 10\n" "W0001\n" "L-002\n" "M10440326\n" "V10440366\n" "M10444016\n" "V10443976\n" "J0001\n" "T10440163 20\n" "W0001\n" "L-002\n" "M14050326\n" "V14050366\n" "M14054016\n" "V14053976\n" "J0001\n" "T14050163 30\n" "W0001\n" "L-002\n" "M17660326\n" "V17660366\n" "M17664016\n" "V17663976\n" "J0001\n" "T17660163 40\n" "W0001\n" "L-002\n" "M21280326\n" "V21280366\n" "M21284016\n" "V21283976\n" "J0001\n" "T21280163 50\n" "W0001\n" "L-002\n" "M24890326\n" "V24890366\n" "M24894016\n" "V24893976\n" "J0001\n" "T24890163 60\n" "W0001\n" "L-002\n" "M28500326\n" "V28500366\n" "M28504016\n" "V28503976\n" "J0001\n" "T28500163 70\n" "W0001\n" "L-002\n" "M32110326\n" "V32110366\n" "M32114016\n" "V32113976\n" "J0001\n" "T32110163 80\n" "W0001\n" "L-002\n" "M35730326\n" "V35730366\n" "M35734016\n" "V35733976\n" "J0001\n" "T35730163 90\n" "W0001\n" "L-002\n" "M39340326\n" "V39340366\n" "M39344016\n" "V39343976\n" "J0001\n" "T39340163 100\n" "W0001\n" "L-002\n" "A0\n" "P-2 13 20\n" "W0001\n" "L-002\n" "P-2 13 20\n" "W0001\n" "L0000\n" "L-002\n" "J0002\n" "J0002\n" "T36273895psi[0] @ 100\n" "L0000\n" "P0 321 326\n" "P0 357 326\n" "P0 393 326\n" "P0 429 326\n" "P0 466 326\n" "P0 502 326\n" "P0 538 326\n" "P0 574 326\n" "P0 610 326\n" "P0 646 326\n" "P0 682 326\n" "P0 718 326\n" "P0 755 326\n" "P0 791 326\n" "P0 827 326\n" "P0 863 326\n" "P0 899 326\n" "P0 935 326\n" "P0 971 326\n" "P0 1007 326\n" "P0 1044 326\n" "P0 1080 327\n" "P0 1116 327\n" "P0 1152 328\n" "P0 1188 330\n" "P0 1224 333\n" "P0 1260 338\n" "P0 1297 344\n" "P0 1333 355\n" "P0 1369 371\n" "P0 1405 393\n" "P0 1441 425\n" "P0 1477 469\n" "P0 1513 530\n" "P0 1549 609\n" "P0 1586 712\n" "P0 1622 842\n" "P0 1658 1002\n" "P0 1694 1194\n" "P0 1730 1418\n" "P0 1766 1673\n" "P0 1802 1955\n" "P0 1838 2257\n" "P0 1875 2570\n" "P0 1911 2881\n" "P0 1947 3178\n" "P0 1983 3447\n" "P0 2019 3673\n" "P0 2055 3845\n" "P0 2091 3952\n" "P0 2128 3988\n" "P0 2164 3952\n" "P0 2200 3845\n" "P0 2236 3673\n" "P0 2272 3447\n" "P0 2308 3178\n" "P0 2344 2881\n" "P0 2380 2570\n" "P0 2417 2257\n" "P0 2453 1955\n" "P0 2489 1673\n" "P0 2525 1418\n" "P0 2561 1194\n" "P0 2597 1002\n" "P0 2633 842\n" "P0 2669 712\n" "P0 2706 609\n" "P0 2742 530\n" "P0 2778 469\n" "P0 2814 425\n" "P0 2850 393\n" "P0 2886 371\n" "P0 2922 355\n" "P0 2958 344\n" "P0 2995 338\n" "P0 3031 333\n" "P0 3067 330\n" "P0 3103 328\n" "P0 3139 327\n" "P0 3175 327\n" "P0 3211 326\n" "P0 3248 326\n" "P0 3284 326\n" "P0 3320 326\n" "P0 3356 326\n" "P0 3392 326\n" "P0 3428 326\n" "P0 3464 326\n" "P0 3500 326\n" "P0 3537 326\n" "P0 3573 326\n" "P0 3609 326\n" "P0 3645 326\n" "P0 3681 326\n" "P0 3717 326\n" "P0 3753 326\n" "P0 3789 326\n" "P0 3826 326\n" "P0 3862 326\n" "P0 3898 326\n" "P0 3760 3895\n" "P-2 13 20\n" "W0001\n" "L-002\n" "E\n" "t0000-8.88458, -0.0795122" ! X error X Error of failed request: BadWindow (invalid Window parameter) Major opcode of failed request: 10 (X_UnmapWindow) Resource id in failed request: 0x0 Serial number of failed request: 21438 Current serial number in output stream: 21441 ! X error # Saving options in "/home/lorenzen/.ddd/init"... # Searching "ddd/Ddd"... # Trying "/home/lorenzen/.ddd/ddd/Ddd" # Trying "/usr/share/ddd/ddd/Ddd" # Searching "ddd/Ddd"..."/usr/share/ddd/ddd/Ddd". # Saving options in "/home/lorenzen/.ddd/init"...done. # Saving history in "/home/lorenzen/.gdb_history"... # Saving history in "/home/lorenzen/.gdb_history"...done. # Saving history in "/home/lorenzen/.ddd/history"... # Saving history in "/home/lorenzen/.ddd/history"...done. # Thanks for using DDD 3.3.11! (We apologize for the inconvenience.) X Error of failed request: BadWindow (invalid Window parameter) Major opcode of failed request: 10 (X_UnmapWindow) Resource id in failed request: 0x0 Serial number of failed request: 21440 Current serial number in output stream: 21743