On Thu, 8 Jul 2021 20:20:35 +0000 Amr Ibrahim
<amribrahim1...@hotmail.com> wrote:
> On Thu, 2021-07-08 at 21:45 +0200, Andreas Ronnquist wrote:
> > Thanks for your report - Could you please try to reproduce when
> > running lollypop from a terminal using "lollypop -d"? It should give
> > more useful debugging information.
> 
> 
> Thanks for your reply. The debug log is attached.
> 

Thanks - I am sorry to say that I cannot reproduce the segfault with
the file you provided -

Could you please try to debug it using gdb? - This might give more
useful information.

In short, install the debug package of lollypop (I am suspecting that
the problem is in some other package though) -

run lollypop in gdb as 

gdb lollypop

and when it crashes you'll get back to gdb, and there get a backtrace
with the command -

bt full

this would give a better backtrace, and probably reveal if the problem
is in lollypop or in some library.

For more details, you can see

https://wiki.debian.org/HowToGetABacktrace

best
/Andreas

Reply via email to