Tyson Smith
Tyson Smith
No problem, if I see it again I'll let you know.
> Does replaying the same trace multiple times die in the same way? Yes. > Is there anything interesting about the workload (e.g. WebRTC or something)? It's a live website,...
Website is: `http://interactive.index.hr/` I was running m-c 96b6835d33ed.
Oh it was a local build sorry.
relevant mozconfig parts are: ``` ac_add_options --enable-debug ac_add_options --disable-install-strip ac_add_options --enable-optimize="-O1 -g" export MOZ_DEBUG_SYMBOLS=1 ac_add_options --enable-debug-symbols ```
I can reproduce this fairly consistently with a Firefox debug build loading `http://saleepoch.com`. `--chaos` might be required. It only seems to happen after a browser crash/assertion is triggered.
Hey no problem :) I am seeing this consistently when using our tools but when I try to reproduce it using just rr and Firefox I cannot. I've tried to...
I have reduced the STR further. I think the issue might be related to the code writing minidumps. - Grab the latest Firefox debug build from [TaskCluster](https://firefox-ci-tc.services.mozilla.com/tasks/index/gecko.v2.mozilla-central.latest.firefox/linux64-debug) (or build from...
Hey @khuey I'm getting blocked by this again. If you could please have a look when you have some free time I'd really appreciate it. I double checked the above...
This is obsolete since the ProcessTree work.