We are currently migrating Bugzilla to GitHub issues.
Any changes made to the bug tracker now will be lost, so please do not post new bugs or make changes to them.
When we're done, all bug URLs will redirect to their equivalent location on the new bug tracker.

Bug 1758

Summary: Crash in SDL_LowerBlit()
Product: SDL Reporter: igor <mansonigor>
Component: videoAssignee: Sam Lantinga <slouken>
Status: RESOLVED INVALID QA Contact: Sam Lantinga <slouken>
Severity: normal    
Priority: P2 CC: gabomdq, mansonigor
Version: HG 2.0   
Hardware: x86   
OS: Windows (XP)   
Attachments: Test app

Description igor 2013-03-15 10:09:48 UTC
Created attachment 1069 [details]
Test app

Crash when blitting text to screen surface.
Comment 1 Gabriel Jacobo 2013-04-26 12:35:16 UTC
Can you run this in a debugger and provide a backtrace?
Comment 2 igor 2013-04-29 03:21:26 UTC
Strange, now it works with testcase, but still doesn't in my app. I'll try to find out where is the problem.
Comment 3 igor 2013-04-29 08:38:20 UTC
Sorry, report is invalid, I was working with wrong surface. It shouldn't crash anyway, but it's my fault.