Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Thread Local Storage introduces infinite loop condition #950

Closed
SDLBugzilla opened this issue Feb 10, 2021 · 0 comments
Closed

Thread Local Storage introduces infinite loop condition #950

SDLBugzilla opened this issue Feb 10, 2021 · 0 comments

Comments

@SDLBugzilla
Copy link
Collaborator

This bug report was migrated from our old Bugzilla tracker.

Reported in version: HG 2.0
Reported for operating system, platform: All, All

Comments on the original bug report:

On 2013-07-10 15:19:19 +0000, Gabriel Jacobo wrote:

As reported by Stephen Anthony on the mailing list:

(gdb) bt 20

0 0x00007ffff7a989bc in SDL_SetError (fmt=<error reading variable: Cannot

access memory at address 0x7fffff7fefe8>)
at /home/stephen/src/SDL/src/SDL_error.c:54

1 0x00007ffff7ba927b in SDL_TLSSet (id=1, value=0x17de890) at

/home/stephen/src/SDL/src/thread/pthread/SDL_systls.c:75

2 0x00007ffff7b28cb5 in SDL_GetErrBuf () at

/home/stephen/src/SDL/src/thread/SDL_thread.c:62

3 0x00007ffff7a989dc in SDL_SetError (fmt=0x7ffff7bbae9f "Parameter '%s' is

invalid") at /home/stephen/src/SDL/src/SDL_error.c:62

4 0x00007ffff7ba927b in SDL_TLSSet (id=1, value=0x17de580) at

/home/stephen/src/SDL/src/thread/pthread/SDL_systls.c:75

5 0x00007ffff7b28cb5 in SDL_GetErrBuf () at

/home/stephen/src/SDL/src/thread/SDL_thread.c:62

6 0x00007ffff7a989dc in SDL_SetError (fmt=0x7ffff7bbae9f "Parameter '%s' is

invalid") at /home/stephen/src/SDL/src/SDL_error.c:62

7 0x00007ffff7ba927b in SDL_TLSSet (id=1, value=0x17de270) at

/home/stephen/src/SDL/src/thread/pthread/SDL_systls.c:75

8 0x00007ffff7b28cb5 in SDL_GetErrBuf () at

/home/stephen/src/SDL/src/thread/SDL_thread.c:62

9 0x00007ffff7a989dc in SDL_SetError (fmt=0x7ffff7bbae9f "Parameter '%s' is

invalid") at /home/stephen/src/SDL/src/SDL_error.c:62

10 0x00007ffff7ba927b in SDL_TLSSet (id=1, value=0x17ddf60) at

/home/stephen/src/SDL/src/thread/pthread/SDL_systls.c:75

11 0x00007ffff7b28cb5 in SDL_GetErrBuf () at

/home/stephen/src/SDL/src/thread/SDL_thread.c:62

12 0x00007ffff7a989dc in SDL_SetError (fmt=0x7ffff7bbae9f "Parameter '%s' is

invalid") at /home/stephen/src/SDL/src/SDL_error.c:62

13 0x00007ffff7ba927b in SDL_TLSSet (id=1, value=0x17ddc50) at

/home/stephen/src/SDL/src/thread/pthread/SDL_systls.c:75

14 0x00007ffff7b28cb5 in SDL_GetErrBuf () at

/home/stephen/src/SDL/src/thread/SDL_thread.c:62

15 0x00007ffff7a989dc in SDL_SetError (fmt=0x7ffff7bbae9f "Parameter '%s' is

invalid") at /home/stephen/src/SDL/src/SDL_error.c:62

16 0x00007ffff7ba927b in SDL_TLSSet (id=1, value=0x17dd940) at

/home/stephen/src/SDL/src/thread/pthread/SDL_systls.c:75

17 0x00007ffff7b28cb5 in SDL_GetErrBuf () at

/home/stephen/src/SDL/src/thread/SDL_thread.c:62

18 0x00007ffff7a989dc in SDL_SetError (fmt=0x7ffff7bbae9f "Parameter '%s' is

invalid") at /home/stephen/src/SDL/src/SDL_error.c:62

19 0x00007ffff7ba927b in SDL_TLSSet (id=1, value=0x17dd630) at

/home/stephen/src/SDL/src/thread/pthread/SDL_systls.c:75
(More stack frames follow...)

On 2013-07-10 21:36:58 +0000, Sam Lantinga wrote:

Can you let me know if this is fixed with this changelist?
http://hg.libsdl.org/SDL/rev/358696c354a8

On 2013-07-10 21:57:45 +0000, Gabriel Jacobo wrote:

teststreaming works fine here, marking as fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant