Skip to content

EXC_BAD_ACCESS NSRunloop and action #13

@githhhh

Description

@githhhh

IMYWebNetworkHandlerDefaultImpl

`+ (void)networkRequestThreadEntryPoint:(id)__unused object
{
@autoreleasepool {
[[NSThread currentThread] setName:@"IMYWebNetworkThread"];

    NSRunLoop *runLoop = [NSRunLoop currentRunLoop];
    [runLoop addPort:[NSMachPort port] forMode:NSDefaultRunLoopMode];
    [runLoop run];
}

}`

[runLoop run]; 报EXC_BAD_ACCESS 

https://discussions.apple.com/thread/2028344

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions