Date: Sun, 1 Feb 2004 16:10:16 -0800 (PST) From: Jan-Espen Pettersen <sigsegv@leakingmemory.org> To: freebsd-bugs@FreeBSD.org Subject: Re: misc/60512: launching X freezes CURRENT Message-ID: <200402020010.i120AGY7002100@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR misc/60512; it has been noted by GNATS. From: Jan-Espen Pettersen <sigsegv@leakingmemory.org> To: freebsd-gnats-submit@FreeBSD.org, evenson@panix.com Cc: Subject: Re: misc/60512: launching X freezes CURRENT Date: Mon, 02 Feb 2004 01:07:54 +0100 XFree86 freezes here too if I enable dri, but works fine without dri... Preloaded elf module "/boot/kernel/agp.ko" at 0xc082321c. agp0: <NVIDIA nForce2 AGP Controller> mem 0xe8000000-0xebffffff at device 0.0 on pci0 drm0: <ATI Radeon QY RV100 7000/VE> port 0xa000-0xa0ff mem 0xed000000-0xed00ffff,0xe0000000-0xe7ffffff irq 11 at device 0.0 on pci2 info: [drm] AGP at 0xe8000000 64MB info: [drm] Initialized radeon 1.10.0 20020828 on minor 0 System is an NF7-M motherboard with NForce2 chipset. It loops while doing an ioctl to /dev/dri/card0 Here is a small part of ktrace of XFree86: 49609 XFree86 CALL ioctl(0x7,0x20006444 ,0) 49609 XFree86 RET ioctl -1 errno 16 Device busy 49609 XFree86 CALL ioctl(0x7,0x20006444 ,0) 49609 XFree86 RET ioctl -1 errno 16 Device busy 49609 XFree86 CALL ioctl(0x7,0x20006444 ,0) 49609 XFree86 RET ioctl -1 errno 16 Device busy 49609 XFree86 CALL ioctl(0x7,0x20006444 ,0) 49609 XFree86 RET ioctl -1 errno 16 Device busy *continues for ever* sys runs at nearly 100% after starting XFree86 (with dri), the console dies and does never come up again. The kernel is up and userland works, so I could ssh in and do ktrace, etc, and shutdown it 'cleanly'.. Sorry, I don't have a null-modem cable yet.. Jan-Espen Pettersen
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200402020010.i120AGY7002100>