Comment # 11
on bug 11719
from Stig Bjørlykke
(In reply to Gerald Combs from comment #10)
> I'm having trouble duplicating the crash, but would changing line 1268 to
>
> if (capture_file_.capFile() && !capture_file_.capFile()->redissecting &&
> capture_file_.capFile()->edt) {
>
> help?
Yes, that helps, and fixes the issues I have/had.
I still think it's dangerous to keep pointers to deallocated memory around when
redirecting, but that will be another exercise.
You are receiving this mail because:
- You are watching all bug changes.