Skip to content

crash in SDL_RunThread #2

@0x90h

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);

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