Opened 2 years ago

Closed 2 years ago

#535 closed defect (invalid)

Crash: [ASIHTTPRequest runRequests]

Reported by: mrroundhill Owned by:
Priority: critical Milestone: 2.6.3
Component: Add Blog/Site Version: 2.6.2
Keywords: Cc:

Description

See attached crash report

Attachments (1)

WordPress_2-6-2_2010-12-01_iOS-3-2_Top-Crash_01_1.crash (17.9 KB) - added by mrroundhill 2 years ago.

Download all attachments as: .zip

Change History (5)

comment:1 follow-up: Changed 2 years ago by koke

This one doesn't make any sense :(

It's not about ASIHTTPRequest, runRequests is the background loop for the request queue.
It crashes on Thread 0, without touching WordPress? code.
Also, it's a SIGTRAP: "On POSIX-compliant platforms, SIGTRAP is the signal sent to a process when a condition arises that a debugger has requested to be informed of."

After searching for a while, a possible cause for a crash like this would be calling performSelectorOnMainThread with a wrong selector.

comment:2 Changed 2 years ago by koke

  • Milestone set to 2.6.3

comment:3 in reply to: ↑ 1 Changed 2 years ago by mrroundhill

Replying to koke:

After searching for a while, a possible cause for a crash like this would be calling performSelectorOnMainThread with a wrong selector.

Which would be really hard to track down, eh? Not sure what to do with this one.

comment:4 Changed 2 years ago by mrroundhill

  • Resolution set to invalid
  • Status changed from new to closed
Note: See TracTickets for help on using tickets.