From: Eero T. <oa...@he...> - 2024-06-03 08:25:14
|
Hi, On 30.5.2024 12.34, Thorsten Otto wrote: > I've already tried to debug this using gdb, but that's almost impossible: it > is the cc1 compiler that crashes, and when compiled with debug info, that > makes ~287MB, and even on aranym it takes about an hour to load it. I would suggest using Hatari for debugging these. Extract (relevant set of) demangled C++ symbols from the binary to a separate file, load those to Hatari debugger on program startup, enable profiling & debugger invocation on exceptions, and you'll get backtrace when the program crashes. At least that works fine with ScummVM, another large C++ program... - Eero |