Bug 32440 - Crash with kdenlive (radeon_vbo_space returning NULL)
Summary: Crash with kdenlive (radeon_vbo_space returning NULL)
Status: RESOLVED DUPLICATE of bug 32188
Alias: None
Product: xorg
Classification: Unclassified
Component: Driver/Radeon (show other bugs)
Version: git
Hardware: All Linux (All)
: medium major
Assignee: xf86-video-ati maintainers
QA Contact: Xorg Project Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-16 06:06 UTC by Paul Flinders
Modified: 2011-01-03 16:08 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments
Log file (123.63 KB, patch)
2010-12-16 06:06 UTC, Paul Flinders
no flags Details | Splinter Review

Description Paul Flinders 2010-12-16 06:06:01 UTC
Created attachment 41169 [details] [review]
Log file

I have a reproducible crash in the radeon driver when using kdenlive and scrolling the project timeline). Driver version is the git code from 2010/12/15 (yesterday) but was also present in the pull I did on Oct 29.

Attached is my Xorg.log - looking at the offsets the crash was in EVERGREENComposite at the line

    vbo[0] = (float)dstX;

with a null pointer dereference - which pretty well must have resulted from radeon_vbo_space returning NULL.

If I disable EXA and use XAA instead it crashed in EVERGREENSolid, again when dereferencing the return value from radeon_vbo_space

This has been reported a couple of times eg https://bugs.freedesktop.org/show_bug.cgi?id=30945 and on the mailing list. I have slightly different hardware (an Asus EHA5450) so this does look like a real problem with the Evergreen code.

Other factors
Hardware: Core i7 920
OS: Fedora 14 (x86_64)
Kernel: 2.6.36
Comment 1 Alex Deucher 2010-12-16 06:58:50 UTC

*** This bug has been marked as a duplicate of bug 32188 ***


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.