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/27/22 6:18 AM, mark_at_yahoo via Rosegarden-user wrote: > Sorry, no. Something in my distro turns them off despite ulimit showing > unlimited. I'll see if I can dig up any hints. They can be a bit difficult to get going at first. > I haven't used corefiles for many years because they were > useless more often than not (corrupted stack traces) and instead rely on > recreating and trapping on purpose in GDB. I've had no trouble with them at all. Just do a: gdb ./rosegarden ./core Then "bt" for a backtrace. Works like a charm every time for me. I think gdb has improved immensely over the years. The most irritating part is if I forget to delete the old one before I do a new run. It won't write over the old one. Definitely been burned by that in the past. Ted.