Hey all,
I'm running into a strange issue with my app crashing seemingly randomly on linux. I have a large application that displays logs of another application. I have no issues most of the time but randomly my app freezes. The web process goes all white but the main application never crashes so my debugger doesn't trap. Looking at my system logs, it looks like WebKitWebProces is crashing:
Found module /usr/lib/x86_64-linux-gnu/webkit2gtk-4.0/WebKitWebProcess with build-id: b3db8661c3583e83ab5131cf576a935a933960a3
Stack trace of thread 42352:
#0 0x00007f2a3cc159fc n/a (n/a + 0x0)```
I know the core dump doesnt tell much but this is all the information on the issue I have and I can't reproduce it consistently. I'm just looking for advice on how to debug this issue better as it happens in both dev and release builds.