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 - Crash in SDL_LowerBlit()
Summary: Crash in SDL_LowerBlit()
Status: RESOLVED INVALID
Alias: None
Product: SDL
Classification: Unclassified
Component: video (show other bugs)
Version: HG 2.0
Hardware: x86 Windows (XP)
: P2 normal
Assignee: Sam Lantinga
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-15 10:09 UTC by igor
Modified: 2013-04-29 08:38 UTC (History)
2 users (show)

See Also:


Attachments
Test app (2.03 KB, text/plain)
2013-03-15 10:09 UTC, igor
Details

Note You need to log in before you can comment on or make changes to this bug.
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.