View Revisions: Issue #2228
[ All Revisions ] [ Back to Issue ]
Summary | 0002228: Possible race condition with scheduler | ||
---|---|---|---|
Revision | 2014-12-01 14:15 by Vincent Sanders | ||
Additional Information | I'm not sure much can be done about this except to mitigate any problems (or insist events are always picked off a shared list). I've attached a possible fix for nsgif_animate but it may not be a full solution if the content object itself has been freed too. This also ties into bug#2227, as if nsgif_animate stops running long before the object is destroyed this issue would not have arisen. |
||
Revision | 2014-11-23 20:01 by Chris Young | ||
Additional Information | I'm not sure much can be done about this except to mitigate any problems (or insist events are always picked off a shared list). I've attached a possible fix for nsgif_animate but it may not be a full solution if the content object itself has been freed too. This also ties into bug#2227, as if nsgif_animate stops running long before the object is destroyed this issue would not have arisen. |
||
Revision | 2014-11-23 20:01 by Chris Young | ||
Additional Information | I'm not sure much can be done about this except to mitigate any problems (or insist events are always picked off a shared list). I've attached a possible fix for nsgif_animate but it may not be a full solution if the content object itself has been freed too. This also ties into 2227, as if nsgif_animate stops running long before the object is destroyed this issue would not have arisen. |