Thanks for the tip! I thought the gdb post mortem be available only when compiled with debug option.
Il mer 16 apr 2025, 17:13 Emilio Pozuelo Monfort <po...@debian.org> ha scritto: > On 16/04/2025 16:45, Gianluca Renzi wrote: > > It should be great if I can reproduce the core-dump so it can be useful > as > > post mortem debug. Do you know how to do this? > > If the crash is happening every time you open the print dialog, then it is > reproducible for you. What Sylvain means is that it doesn´t happen for > him, > which means that it's not reproducible for him, and he may need extra > steps or a > different setup for it to happen. That's the information he's lacking at > the moment. > > Something that you can do is to run atril under gdb and get a backtrace > after > the crash (assertion) happens. That may help diagnose the issue. > > Cheers, > Emilio >