public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Miles Lane <miles.lane@gmail.com>
To: Dave Airlie <airlied@gmail.com>
Cc: LKML <linux-kernel@vger.kernel.org>
Subject: Re: OOPS in 2.6.13-rc1-mm1 -- EIP is at sysfs_release+0x49/0xb0
Date: Sun, 10 Jul 2005 23:26:26 -0500	[thread overview]
Message-ID: <1121055986.10029.9.camel@localhost.localdomain> (raw)
In-Reply-To: <21d7e9970507070331107831c6@mail.gmail.com>

On Thu, 2005-07-07 at 20:31 +1000, Dave Airlie wrote:
> On 7/3/05, Miles Lane <miles.lane@gmail.com> wrote:
> > mtrr: base(0xe8020000) is not aligned on a size(0x3c0000) boundary
> > [drm:drm_unlock] *ERROR* Process 4470 using kernel context 0
> > mtrr: 0xe8000000,0x8000000 overlaps existing 0xe8000000,0x1000000
> > Unable to handle kernel paging request at virtual address 5f78735f
> 
> That is a bit suspicious.. what distro/X are you using? if you are
> running a newer X (I think anything after XFree86 4.3) you should be
> using the i915 DRM not the i830..

Thanks Dave,

I switched to the i915 kernel driver and still got the OOPS.
I also continue to get the overlapping mtrr message.  I am currently
testing 2.6.13-rc2-git3.  I have tried to run strace with hald, but
cannot reproduce the problem this way.  I am not sure I am invoking the
command corrently.  I have written to the hal developers, but have not
received a response yet.  Here's the current output:

mtrr: base(0xe8020000) is not aligned on a size(0x3c0000) boundary
mtrr: 0xe8000000,0x8000000 overlaps existing 0xe8000000,0x1000000
apm: BIOS version 1.2 Flags 0x03 (Driver version 1.16ac)
apm: overridden by ACPI.
Unable to handle kernel paging request at virtual address 5f78735f
 printing eip:
c01e491a
*pde = 00000000
Oops: 0002 [#1]
PREEMPT
Modules linked in: pcmcia ipv6 af_packet ohci1394 yenta_socket
rsrc_nonstatic pcmcia_core ipw2200 firmware_class ieee80211
ieee80211_crypt 8139too mii snd_intel8x0 snd_ac97_codec snd_pcm_oss
snd_mixer_oss snd_pcm snd_timer snd soundcore snd_page_alloc i2c_i801
uhci_hcd rtc nls_cp437 sbp2 ieee1394 psmouse ide_cd cdrom
CPU:    0
EIP:    0060:[<c01e491a>]    Not tainted VLI
EFLAGS: 00010206   (2.6.13-rc2-git3)
EIP is at sysfs_release+0x4e/0xa6
eax: 5f78735f   ebx: c1b0e268   ecx: 00000001   edx: c9138000
esi: 5f78725f   edi: c93dfde0   ebp: c9139f3c   esp: c9139f2c
ds: 007b   es: 007b   ss: 0068
Process hald (pid: 4615, threadinfo=c9138000 task=c9092a80)
Stack: c1b0e268 c90c6658 00000000 c18a4a70 c9139f60 c018c8cd c8c0f3d0
c90c6658
       c93f87b0 c8c0f3d0 c90c6658 00000000 f731dab0 c9139f68 c018c86b
c9139f84
       c018aca9 c90c6658 f731dab0 c90c6658 f731dab0 00000010 c9139fb4
c018addb
Call Trace:
 [<c0104bde>] show_stack+0x9c/0xd2
 [<c0104dce>] show_registers+0x19a/0x234
 [<c0105049>] die+0x152/0x2e2
 [<c011d740>] do_page_fault+0x250/0x6fa
 [<c01046b7>] error_code+0x4f/0x54
 [<c018c8cd>] __fput+0x5c/0x174
 [<c018c86b>] fput+0x18/0x1e
 [<c018aca9>] filp_close+0x4a/0x70
 [<c018addb>] sys_close+0x10c/0x266
 [<c0103bb3>] sysenter_past_esp+0x54/0x75
Code: 78 85 db 74 08 89 1c 24 e8 68 c8 08 00 85 f6 74 39 b8 01 00 00 00
e8 c8 e5 f3 ff e8 51 1a 09 00 c1 e0 07 05 00 01 00 00 8d 04 06 <ff> 08
83 3e 02 74 3c b8 01 00 00 00 e8 d9 e5 f3 ff b8 00 e0 ff
 <6>note: hald[4615] exited with preempt_count 1
Debug: sleeping function called from invalid context at
include/linux/rwsem.h:43in_atomic():1, irqs_disabled():0
 [<c0104c32>] dump_stack+0x1e/0x20
 [<c0124b69>] __might_sleep+0x9e/0xad
 [<c012bf0f>] exit_mm+0x3a/0x2b0
 [<c012cd0a>] do_exit+0xe0/0x83b
 [<c01051cf>] die+0x2d8/0x2e2
 [<c011d740>] do_page_fault+0x250/0x6fa
 [<c01046b7>] error_code+0x4f/0x54
 [<c018c8cd>] __fput+0x5c/0x174
 [<c018c86b>] fput+0x18/0x1e
 [<c018aca9>] filp_close+0x4a/0x70
 [<c018addb>] sys_close+0x10c/0x266
 [<c0103bb3>] sysenter_past_esp+0x54/0x75



  parent reply	other threads:[~2005-07-13  6:38 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-07-03  8:41 OOPS in 2.6.13-rc1-mm1 -- EIP is at sysfs_release+0x49/0xb0 Miles Lane
2005-07-06 22:27 ` Andrew Morton
2005-07-07  1:41   ` Schneelocke
2005-07-07 10:31 ` Dave Airlie
2005-07-07 14:56   ` Miles Lane
2005-07-11  4:26   ` Miles Lane [this message]
2005-07-13  7:17     ` Dave Airlie
2005-07-13 14:54       ` Miles Lane
2005-07-13 19:42         ` randy_dunlap
2005-08-08 16:53           ` Sonny Rao
2005-08-08 17:44             ` Andrew Morton
2005-08-08 20:18               ` Sonny Rao
2005-08-08 23:09               ` Keith Owens
2005-08-08 23:59                 ` Sonny Rao

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1121055986.10029.9.camel@localhost.localdomain \
    --to=miles.lane@gmail.com \
    --cc=airlied@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox