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)
Change History (5)
Changed 2 years ago by mrroundhill
comment:1 follow-up: ↓ 3 Changed 2 years ago by koke
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.

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.