| Summary: | SDL_CreateThread crash | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Anta999 <arcticshine999> |
| Component: | thread | Assignee: | Ryan C. Gordon <icculus> |
| Status: | RESOLVED INVALID | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | CC: | icculus |
| Version: | 2.0.7 | ||
| Hardware: | x86_64 | ||
| OS: | Windows 7 | ||
|
Description
Anta999
2018-02-21 18:29:39 UTC
I'm go down to SDL 2.0.4 now (In reply to Anta999 from comment #1) > I'm go down to SDL 2.0.4 now Often times this is because SDL thinks a debugger is attached and tries to name the thread, but that should be disabled in 2.0.7. Can you tell us where it's crashing, specifically, inside SDL_CreateThread? --ryan. (In reply to Ryan C. Gordon from comment #2) > (In reply to Anta999 from comment #1) > > I'm go down to SDL 2.0.4 now > > Often times this is because SDL thinks a debugger is attached and tries to > name the thread, but that should be disabled in 2.0.7. Can you tell us where > it's crashing, specifically, inside SDL_CreateThread? > > --ryan. Sorry. After recompile with new headers(from 2.0.7) no more crash! Thanks for reply! (In reply to Ryan C. Gordon from comment #2) > (In reply to Anta999 from comment #1) > > I'm go down to SDL 2.0.4 now > > Often times this is because SDL thinks a debugger is attached and tries to > name the thread, but that should be disabled in 2.0.7. Can you tell us where > it's crashing, specifically, inside SDL_CreateThread? > > --ryan. I think it was a dynapi, it was off in my old SDL version Ok, cool, glad it's working for you now! --ryan. |