Re: New Crash Related to Velocity Ruler
Ted Felix <ted-Ll1PANez7xxWk0Htik3J/[email protected]>
| Newsgroups | gmane.comp.audio.rosegarden.user |
|---|---|
| Message-ID | <[email protected]> |
On 5/28/22 1:19 AM, mark_at_yahoo via Rosegarden-user wrote: > That > said, I've found it lags behind GCC's compiled C++. I've regularly > crashed it (crashing the debugger, never a good sign) trying to step > though Qt MOC code, to the point where I've given up trying. Ah. Yeah. I don't usually step through code with it. Not sure I've ever crashed gdb, but it's a pain. I usually get enough info from the backtrace to start logging then find the problem. > $ cat /proc/sys/kernel/core_pattern > core_%E_%p_%i_%s_%t I saw that in the man page. I need to try it out. That could indeed be quite the lifesaver. I think it also mentions something about overwriting too. Probably need to spend some time experimenting. Thanks. Ted.