Bug 71081
Summary: | kernel: kernel BUG at drivers/gpu/drm/radeon/radeon_sa.c:322! | ||
---|---|---|---|
Product: | Drivers | Reporter: | William Shuman (wshuman3) |
Component: | Video(DRI - non Intel) | Assignee: | drivers_video-dri |
Status: | NEW --- | ||
Severity: | normal | CC: | alan, alexdeucher, deathsimple, szg00000 |
Priority: | P1 | ||
Hardware: | x86-64 | ||
OS: | Linux | ||
Kernel Version: | 3.13.5 | Subsystem: | |
Regression: | No | Bisected commit-id: | |
Attachments: |
journal
journal_wip |
Description
William Shuman
2014-02-24 13:24:43 UTC
Please attach your full dmesg output. Was there a particular app or operation that triggered this? Created attachment 127351 [details]
journal
Attaching.
This happened while using firefox and browsing google maps in street view.
That's a known problem with the current VM implementation. The application just tries to use a buffer larger than what we can handle in the VM code, but still small enough to not trigger the error path. Please try the drm-next-3.15-wip branch from git://people.freedesktop.org/~deathsimple/linux and see if you can still reproduce the problem. Thanks in advance, Christian. Created attachment 127451 [details]
journal_wip
Attaching journal from drm-next-3.15-wip
(In reply to William Shuman from comment #4) > Created attachment 127451 [details] > journal_wip > > Attaching journal from drm-next-3.15-wip Thanks, that was helpful. The initial bug is gone, but we now see new bugs with VM handling. Probably need to work a bit more on that patchset. |