Opened 2 years ago
Closed 19 months ago
#854 closed defect (fixed)
crash on comment view
| Reported by: | daniloercoli | Owned by: | daniloercoli |
|---|---|---|---|
| Priority: | major | Milestone: | Future Release |
| Component: | Comments | Version: | 2.7.2 |
| Keywords: | Cc: |
Description
I got a crash while deleting a comment on ipad:
Seems that the issue is on the comment view :
<CommentViewController: 0x76b9130> viewWillAppear:
2011-04-20 12:06:50.150 WordPress?[235:6113] bool _WebTryThreadLock(bool), 0xb2b91e0: Tried to obtain the web lock from a thread other than the main thread or the web thread. This may be a result of calling to UIKit from a secondary thread. Crashing now...
Change History (3)
comment:1 Changed 2 years ago by daniloercoli
- Owner set to daniloercoli
- Status changed from new to assigned
comment:2 Changed 2 years ago by daniloercoli
comment:3 Changed 19 months ago by koke
- Resolution set to fixed
- Status changed from assigned to closed
I haven't seen any _WebTryThreadLock related crashes on the latest versions, let's hope it's fixed
Note: See
TracTickets for help on using
tickets.

in [1987] I removed a call to the UI from a bg thread. The change doesn't fix this issue, but should prevent other crashes. I have not found any other code that call the comment UI using a BG thread.