* [Bug 28626] New: Oops: kernel NULL pointer dereference in nouveau_connector_get_modes
@ 2010-06-20 16:26 bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
[not found] ` <bug-28626-8800-V0hAGp6uBxMKqLRl/0Ahz6D7qz1kEfGD2LY78lusg7I@public.gmane.org/>
0 siblings, 1 reply; 4+ messages in thread
From: bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ @ 2010-06-20 16:26 UTC (permalink / raw)
To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW
https://bugs.freedesktop.org/show_bug.cgi?id=28626
Summary: Oops: kernel NULL pointer dereference in
nouveau_connector_get_modes
Product: xorg
Version: git
Platform: x86-64 (AMD64)
OS/Version: Linux (All)
Status: NEW
Severity: major
Priority: medium
Component: Driver/nouveau
AssignedTo: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org
ReportedBy: albrt-hi6Y0CQ0nG0@public.gmane.org
QAContact: xorg-team-go0+a7rfsptAfugRpC6u6w@public.gmane.org
Created an attachment (id=36380)
--> (https://bugs.freedesktop.org/attachment.cgi?id=36380)
dmesg with the oops
Booting with nouveau/linux-2.6 from git results in a kernel oops:
[ 3.817681] BUG: unable to handle kernel NULL pointer dereference at
0000000000000060
[ 3.818051] IP: [<ffffffffa01128b0>] nouveau_connector_get_modes+0x180/0x410
[nouveau]
Please see attached dmesg for the full oops.
System environment:
-- chipset: intel PM965 + G86 [GeForce 8400M GT]
-- system architecture: 64-bit
-- xf86-video-nouveau: git, db98ad2363 (20 June)
-- xserver: 1.7.5
-- libdrm: 2.4.20
-- kernel: 2.6.34 + nouveau/linux from git: 48f4092e87
-- Machine: laptop, Sony Vaio FZ21-M
-- Display connector: LVDS (1280x800) + HDMI (1680x1050)
Reverting commit "drm/nouveau: move LVDS detection back to connector detect()
time" solved the oops.
Further debugging showed nv_encoder was NULL in nouveau_connector_get_modes.
Attached patch solves the problem for me.
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
^ permalink raw reply [flat|nested] 4+ messages in thread[parent not found: <bug-28626-8800-V0hAGp6uBxMKqLRl/0Ahz6D7qz1kEfGD2LY78lusg7I@public.gmane.org/>]
* [Bug 28626] Oops: kernel NULL pointer dereference in nouveau_connector_get_modes [not found] ` <bug-28626-8800-V0hAGp6uBxMKqLRl/0Ahz6D7qz1kEfGD2LY78lusg7I@public.gmane.org/> @ 2010-06-20 16:29 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ 2010-06-20 16:29 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ 2010-06-21 10:43 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ 2 siblings, 0 replies; 4+ messages in thread From: bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ @ 2010-06-20 16:29 UTC (permalink / raw) To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW https://bugs.freedesktop.org/show_bug.cgi?id=28626 --- Comment #1 from Albert Damen <albrt-hi6Y0CQ0nG0@public.gmane.org> 2010-06-20 09:29:17 PDT --- Created an attachment (id=36381) View: https://bugs.freedesktop.org/attachment.cgi?id=36381 Review: https://bugs.freedesktop.org/review?bug=28626&attachment=36381 Suggested patch -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. ^ permalink raw reply [flat|nested] 4+ messages in thread
* [Bug 28626] Oops: kernel NULL pointer dereference in nouveau_connector_get_modes [not found] ` <bug-28626-8800-V0hAGp6uBxMKqLRl/0Ahz6D7qz1kEfGD2LY78lusg7I@public.gmane.org/> 2010-06-20 16:29 ` [Bug 28626] " bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ @ 2010-06-20 16:29 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ 2010-06-21 10:43 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ 2 siblings, 0 replies; 4+ messages in thread From: bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ @ 2010-06-20 16:29 UTC (permalink / raw) To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW https://bugs.freedesktop.org/show_bug.cgi?id=28626 Albert Damen <albrt-hi6Y0CQ0nG0@public.gmane.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36380|application/octet-stream |text/plain mime type| | -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. ^ permalink raw reply [flat|nested] 4+ messages in thread
* [Bug 28626] Oops: kernel NULL pointer dereference in nouveau_connector_get_modes [not found] ` <bug-28626-8800-V0hAGp6uBxMKqLRl/0Ahz6D7qz1kEfGD2LY78lusg7I@public.gmane.org/> 2010-06-20 16:29 ` [Bug 28626] " bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ 2010-06-20 16:29 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ @ 2010-06-21 10:43 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ 2 siblings, 0 replies; 4+ messages in thread From: bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ @ 2010-06-21 10:43 UTC (permalink / raw) To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW https://bugs.freedesktop.org/show_bug.cgi?id=28626 Francisco Jerez <currojerez-sGOZH3hwPm2sTnJN9+BGXg@public.gmane.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #2 from Francisco Jerez <currojerez-sGOZH3hwPm2sTnJN9+BGXg@public.gmane.org> 2010-06-21 03:43:19 PDT --- (In reply to comment #0) > Reverting commit "drm/nouveau: move LVDS detection back to connector detect() > time" solved the oops. > Further debugging showed nv_encoder was NULL in nouveau_connector_get_modes. > Attached patch solves the problem for me. Thanks, that's the right thing to do, pushed. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. ^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2010-06-21 10:43 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-20 16:26 [Bug 28626] New: Oops: kernel NULL pointer dereference in nouveau_connector_get_modes bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
[not found] ` <bug-28626-8800-V0hAGp6uBxMKqLRl/0Ahz6D7qz1kEfGD2LY78lusg7I@public.gmane.org/>
2010-06-20 16:29 ` [Bug 28626] " bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2010-06-20 16:29 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2010-06-21 10:43 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.