2005-09-05 07:18:59

by Emmanuel Fleury

[permalink] [raw]
Subject: [2.6.13+swsusp2] iounmap Oops

Hi all,

I have a Debian unstable (Xorg) and recently (since I installed the
2.6.13) I've noticed a new message in /var/log/kern/log:

Sep 5 08:39:21 hermes vmunix: iounmap: bad address d72f2000
Sep 5 08:39:21 hermes vmunix: [<c010e245>] iounmap+0xc5/0xd0
Sep 5 08:39:21 hermes vmunix: [<c015161b>] page_remove_rmap+0x3b/0x60
Sep 5 08:39:21 hermes vmunix: [<c020c9e8>]
radeon_do_cleanup_cp+0x348/0x410
Sep 5 08:39:21 hermes vmunix: [<c020cef5>] radeon_do_release+0xa5/0x120
Sep 5 08:39:21 hermes vmunix: [<c020493a>] drm_takedown+0x2a/0x4f0
Sep 5 08:39:21 hermes vmunix: [<c0205d38>] drm_fasync+0x48/0xa0
Sep 5 08:39:21 hermes vmunix: [<c02059d2>] drm_release+0x3f2/0x4d0
Sep 5 08:39:21 hermes vmunix: [<c015bec1>] __fput+0xa1/0x170
Sep 5 08:39:21 hermes vmunix: [<c015a452>] filp_close+0x52/0x90
Sep 5 08:39:21 hermes vmunix: [<c015a4e8>] sys_close+0x58/0x60
Sep 5 08:39:21 hermes vmunix: [<c0102dc5>] syscall_call+0x7/0xb

Seems to be linked to the DRM of the Radeon driver, but I ain't no
expert. If wanted I can dig a bit more.

Regards
--
Emmanuel Fleury

Assistant Professor | Office: B1-201
Computer Science Department, | Phone: +45 96 35 72 23
Aalborg University, | Mobile: +45 26 22 98 03
Fredriks Bajersvej 7E, | E-mail: [email protected]
9220 Aalborg East, Denmark | URL: http://www.cs.aau.dk/~fleury


2005-09-05 10:25:24

by Dave Airlie

[permalink] [raw]
Subject: Re: [2.6.13+swsusp2] iounmap Oops

>
> Sep 5 08:39:21 hermes vmunix: iounmap: bad address d72f2000
> Sep 5 08:39:21 hermes vmunix: [<c010e245>] iounmap+0xc5/0xd0
> Sep 5 08:39:21 hermes vmunix: [<c015161b>] page_remove_rmap+0x3b/0x60
> Sep 5 08:39:21 hermes vmunix: [<c020c9e8>]
> radeon_do_cleanup_cp+0x348/0x410
> Sep 5 08:39:21 hermes vmunix: [<c020cef5>] radeon_do_release+0xa5/0x120
> Sep 5 08:39:21 hermes vmunix: [<c020493a>] drm_takedown+0x2a/0x4f0
> Sep 5 08:39:21 hermes vmunix: [<c0205d38>] drm_fasync+0x48/0xa0
> Sep 5 08:39:21 hermes vmunix: [<c02059d2>] drm_release+0x3f2/0x4d0
> Sep 5 08:39:21 hermes vmunix: [<c015bec1>] __fput+0xa1/0x170
> Sep 5 08:39:21 hermes vmunix: [<c015a452>] filp_close+0x52/0x90
> Sep 5 08:39:21 hermes vmunix: [<c015a4e8>] sys_close+0x58/0x60
> Sep 5 08:39:21 hermes vmunix: [<c0102dc5>] syscall_call+0x7/0xb

Looks like mine, can you send me your /var/log/Xorg.0.log and xorg.conf,

And if you have a chance can you
echo 1 > /sys/module/drm/parameters/debug and reproduce and send me dmesg...

Dave.