I'm still having the same problem with X on a dual G4 powermac, with Nvidia 2MX that I can't seem to trace down. I had a recently running nightly build of mozilla, some xterms, xclock, the icewm, and the newest CVS version of XFree86 running and it stopped while I was surfing with mozilla.. I am able to move the mouse cursor around. I tried attaching to several of the programs running in the X server and this is what I get. X seems to be setting in 0x1027dc7c. How do I find out what that is?
mozilla: (gdb) bt #0 0x0f79ca88 in select () from /lib/libc.so.6 #1 0x0f8f20b8 in _XWaitForWritable () from /usr/X11R6/lib/libX11.so.6 #2 0x0f8f2880 in _XFlushInt () from /usr/X11R6/lib/libX11.so.6 #3 0x0f8f26cc in _XFlush () from /usr/X11R6/lib/libX11.so.6 #4 0x0f8f2978 in _XEventsQueued () from /usr/X11R6/lib/libX11.so.6 #5 0x0f8e3c04 in XPending () from /usr/X11R6/lib/libX11.so.6 #6 0x0fa71b80 in gdk_wm_protocols_filter () from /usr/lib/libgdk-1.2.so.0 #7 0x0f9f8394 in g_get_current_time () from /usr/lib/libglib-1.2.so.0 #8 0x0f9f8904 in g_main_run () from /usr/lib/libglib-1.2.so.0 #9 0x0fb8f630 in gtk_main () from /usr/lib/libgtk-1.2.so.0 #10 0x0e7bd3f4 in _SDA_BASE_ () from /local/mozilla/components/libwidget_gtk.so #11 0x0dac1b9c in NSGetModule () from /local/mozilla/components/libnsappshell.so #12 0x10007478 in DoCommandLines () #13 0x10007f10 in main () #14 0x0f6e6a30 in __libc_start_main () from /lib/libc.so.6 icewm: (gdb) bt #0 0x0fbb6a88 in select () from /lib/libc.so.6 #1 0x0fee243c in _XWaitForReadable () from /usr/X11R6/lib/libX11.so.6 #2 0x0fee32fc in _XRead () from /usr/X11R6/lib/libX11.so.6 #3 0x0fee40cc in _XReply () from /usr/X11R6/lib/libX11.so.6 #4 0x0feca4b0 in XGetWindowAttributes () from /usr/X11R6/lib/libX11.so.6 #5 0x1003878c in _init () #6 0x100366b0 in _init () #7 0x1002f5f4 in _init () #8 0x10034708 in _init () #9 0x10034bac in _init () #10 0x1001ad50 in _init () #11 0x0fb00a30 in __libc_start_main () from /lib/libc.so.6 (gdb) XFree86: pmac:/home/heitkamp# gdb /usr/bin/X11/XFree86 481 GNU gdb 2001-09-15-cvs (MI_OUT) Copyright 2001 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-unknown-linux-gnu"... (no debugging symbols found)... /home/heitkamp/481: No such file or directory. Attaching to program: /usr/bin/X11/XFree86, process 481 Reading symbols from /usr/lib/libz.so.1...(no debugging symbols found)...done. Loaded symbols for /usr/lib/libz.so.1 Reading symbols from /lib/libm.so.6...(no debugging symbols found)...done. Loaded symbols for /lib/libm.so.6 Reading symbols from /lib/libdl.so.2...(no debugging symbols found)...done. Loaded symbols for /lib/libdl.so.2 Reading symbols from /lib/libc.so.6...(no debugging symbols found)...done. Loaded symbols for /lib/libc.so.6 Reading symbols from /lib/ld.so.1...(no debugging symbols found)...done. Loaded symbols for /lib/ld.so.1 0x1027dc7c in ?? () (gdb) bt #0 0x1027dc7c in ?? () (gdb) xterm: (gdb) bt #0 0x0facda88 in select () from /lib/libc.so.6 #1 0x1000a930 in in_put () #2 0x1000845c in VTparse () #3 0x1000d1b4 in VTRun () #4 0x10029a60 in main () #5 0x0fa17a30 in __libc_start_main () from /lib/libc.so.6 (gdb) xclock: (gdb) bt #0 0x0fc7ea88 in select () from /lib/libc.so.6 #1 0x0feeb92c in IoWait () from /usr/X11R6/lib/libXt.so.6 #2 0x0feebe4c in _XtWaitForSomething () from /usr/X11R6/lib/libXt.so.6 #3 0x0feed710 in XtAppNextEvent () from /usr/X11R6/lib/libXt.so.6 #4 0x0fee0064 in XtAppMainLoop () from /usr/X11R6/lib/libXt.so.6 #5 0x10001364 in main () #6 0x0fbc8a30 in __libc_start_main () from /lib/libc.so.6 (gdb) -- Fred _______________________________________________ Xpert mailing list [EMAIL PROTECTED] http://XFree86.Org/mailman/listinfo/xpert
