Hi, On Thu, May 11, 2017 at 5:42 AM, Rogério Brito <rbr...@ime.usp.br> wrote: > Package: telegram-desktop > Version: 1.0.29-1 > Severity: important > > Hi. > > I just installed telegram-desktop on my sid system running my PowerPC iBook > G4 and, when I launch it, all that I get is a segfault. > > Here is the result of running telegram-desktop under gdb with the debug > symbol packages installed: > > - - - - - - - - - - - - - - - - - - - - - - - - - - - - - > (gdb) continue > Continuing. > > Thread 1 "telegram-deskto" received signal SIGSEGV, Segmentation fault. > 0x2022cc80 in t_assert_fail(char const*, char const*, int) > (message=<optimized out>, file=<optimized out>, line=104) > at ./out/Release/../../Telegram/SourceFiles/core/utils.h:53
Technically you should be able to install the automated dbgsym package, right ? At least we could see the value for 'message' here. -M