Re: [webkit-dev] WTFCrash()

2018-03-07 Thread Michael Catanzaro
On Wed, Mar 7, 2018 at 10:37 AM, Michael Catanzaro wrote: Unfortunately that somehow breaks the top frames in the backtrace on Linux, so we can't do that. I mean, we can't do it in exactly the same way that Darwin does. Yes, of course we can change CRASH() to call

Re: [webkit-dev] WTFCrash()

2018-03-07 Thread Michael Catanzaro
On Wed, Mar 7, 2018 at 12:36 AM, Mark Lam wrote: On Darwin, we currently only use WTFCrash() on Debug builds (see definition of the CRASH() macro). Feel free to make linux do the same. FWIW, I use this crash trace a lot when debugging crashes when I don’t already have a