Script started on Sat Jan 13 10:45:18 2007 afh@kaori% gdb /opt/local/bin/wmiiwm 13169 GNU gdb 6.3.50-20050815 (Apple version gdb-477) (Sun Apr 30 20:06:22 GMT 2006) Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "powerpc-apple-darwin"...Reading symbols for shared libraries ... done /Volumes/Users/afh/Projects/wmii/wmii-3.5.1-retag_crash/13169: No such file or directory. Attaching to program: `/opt/local/bin/wmiiwm', process 13169. Reading symbols for shared libraries ..+ done 0x9001f088 in select () (gdb) c Continuing. Program received signal EXC_BAD_ACCESS, Could not access memory. Reason: KERN_PROTECTION_FAILURE at address: 0x0000001a 0x0000c774 in create_frame (c=0x1811e00, v=0x30b0b0) at frame.c:17 17 f->revert = c->sel->revert; (gdb) bt #0 0x0000c774 in create_frame (c=0x1811e00, v=0x30b0b0) at frame.c:17 #1 0x00007e28 in update_client_views (c=0x1811e00, tags=0xbffff67c) at client.c:675 #2 0x000083cc in apply_tags (c=0x1811e00, tags=0x1811f10 "1+2") at client.c:729 #3 0x0000fcec in fs_clunk (r=0x1805000) at fs.c:865 #4 0x00018c74 in ixp_server_handle_fcall () #5 0x000196a8 in ixp_server_loop () #6 0x00012b48 in main (argc=5, argv=0xbffffb9c) at main.c:348 (gdb) detach Detaching from program: `/opt/local/bin/wmiiwm', process 13169 thread 0x117. (gdb) quit afh@kaori% exit Script done on Sat Jan 13 10:46:08 2007