Skip to content

crash in SDL_RunThread #2

Description

@0x90h

SDL_thread.c
crash while void *userdata = args->data;
args=NULL
because
\source\thread\orbis\SDL_systhread.c
SDL_SYS_CreateThread
ret=scePthreadCreate(&thread->handle, NULL, ThreadEntry, NULL, NULL);

fix
ret=scePthreadCreate(&thread->handle, NULL, ThreadEntry, args, NULL);

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions