GNU gdb 6.3 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 "i386-unknown-openbsd3.7"... Core was generated by `wmiiwm'. Program terminated with signal 11, Segmentation fault. Reading symbols from /usr/lib/libc.so.34.2...done. Loaded symbols for /usr/lib/libc.so.34.2 Reading symbols from /usr/lib/libm.so.2.0...done. Loaded symbols for /usr/lib/libm.so.2.0 Reading symbols from /usr/X11R6/lib/libX11.so.8.1...done. Loaded symbols for /usr/X11R6/lib/libX11.so.8.1 Reading symbols from /usr/libexec/ld.so...done. Loaded symbols for /usr/libexec/ld.so Reading symbols from /usr/X11R6/lib/libXcursor.so.2.2...done. Loaded symbols for /usr/X11R6/lib/libXcursor.so.2.2 Reading symbols from /usr/X11R6/lib/libXrender.so.3.1...done. Loaded symbols for /usr/X11R6/lib/libXrender.so.3.1 Reading symbols from /usr/X11R6/lib/libXext.so.8.0...done. Loaded symbols for /usr/X11R6/lib/libXext.so.8.0 #0 0x1c007fc1 in tab_height (f=0x0) at frame.c:126 126 if (blitz_strtonum(f->file[F_TAB]->content, 0, 1)) (gdb) bt #0 0x1c007fc1 in tab_height (f=0x0) at frame.c:126 #1 0x1c004a25 in draw_client (item=0x3c01c880, aux=0x0) at client.c:196 #2 0x1c00f2a2 in cext_list_iterate (c=0x3c01cb88, aux=0x0, iter=0x1c004a04 ) at container.c:177 #3 0x1c004c3b in draw_clients (f=0x3c01cb80) at client.c:236 #4 0x1c0086a0 in draw_frame (frame=0x3c01cb80, aux=0x0) at frame.c:274 #5 0x1c00f2a2 in cext_list_iterate (c=0x3c01af48, aux=0x0, iter=0x1c0084f5 ) at container.c:177 #6 0x1c009153 in draw_area (a=0x3c01d680) at area.c:71 #7 0x1c00a521 in resize_col (f=0x3c01cb80, new=0x3c01cb94, pt=0x0) at layout_column.c:286 #8 0x1c00844f in resize_frame (f=0x3c01cb80, r=0x3c01cb94, pt=0x0) at frame.c:217 #9 0x1c009bbd in iter_arrange_column_frame (frame=0x3c01cb80, height=0xcfbf535c) at layout_column.c:79 #10 0x1c00f2a2 in cext_list_iterate (c=0x3c0195a4, aux=0xcfbf535c, iter=0x1c009b07 ) at container.c:177 #11 0x1c009c26 in iter_arrange_column (column=0x3c0195a0, area=0x3c01d680) at layout_column.c:90 #12 0x1c00f2a2 in cext_list_iterate (c=0x3c01af40, aux=0x3c01d680, iter=0x1c009bc5 ) at container.c:177 #13 0x1c009c56 in arrange_col (a=0x3c01d680) at layout_column.c:98 #14 0x1c009f5f in detach_col (a=0x3c01d680, c=0x3c01c880, unmap=1) at layout_column.c:176 #15 0x1c004e48 in detach_client (c=0x3c01c880, unmap=1) at client.c:324 #16 0x1c005782 in handle_unmapnotify (e=0xcfbf5450) at event.c:243 #17 0x1c004fee in check_event (c=0x0) at event.c:57 #18 0x1c0035ee in handle_after_write (s=0x3c010000, f=0x3c009140) at wm.c:535 #19 0x1c00c99b in ixp_write (s=0x3c010000, fd=64, offset=0, content=0x3c0196b0, in_len=6) at ramfs.c:205 #20 0x1c00d0b9 in handle_ixp_write (c=0x3c010158, h=0xcfbf5560) at server.c:99 #21 0x1c00d393 in check_ixp_request (c=0x3c010158) at server.c:162 #22 0x1c00d7d4 in read_conn (c=0x3c010158) at server.c:233 #23 0x1c00dc61 in handle_socks (s=0x3c010000) at server.c:319 #24 0x1c00e2b0 in run_server (s=0x3c010000) at server.c:436 #25 0x1c00e210 in run_server_with_fd_support (s=0x3c010000, fd=3, fd_read=0x1c004f8a , fd_write=0) at server.c:416 #26 0x1c0041f4 in main (argc=3, argv=0xcfbf56b0) at wm.c:761 (gdb) quit