Comment 12 for bug 1612767

Revision history for this message
Timo Jyrinki (timo-jyrinki) wrote :

No change in your PPA it seems.

Meanwhile, silo 34 would have the build that does pass those tests and skips the printer related tests.

However, as reported on IRC, transmission-qt crashes on yakkety on startup when using the silo, if not removing appmenu-qt5. Here's the backtrace:
Thread 1 "transmission-qt" received signal SIGSEGV, Segmentation fault.
0x00007ffff590b518 in vtable for __cxxabiv1::__si_class_type_info ()
   from /usr/lib/x86_64-linux-gnu/libstdc++.so.6
(gdb) bt
#0 0x00007ffff590b518 in vtable for __cxxabiv1::__si_class_type_info ()
   from /usr/lib/x86_64-linux-gnu/libstdc++.so.6
#1 0x00007ffff6907c5e in copyActionToPlatformItem (action=action@entry=0x555555bb9430,
    item=item@entry=0x555555b6c690, itemsMenu=0x555555b72840) at widgets/qmenu.cpp:3228
#2 0x00007ffff6907861 in QMenuPrivate::syncPlatformMenu (this=0x555555c2abd0)
    at widgets/qmenu.cpp:202
#3 0x00007ffff6907977 in QMenu::setPlatformMenu (this=this@entry=0x555555c28680,
    platformMenu=<optimized out>) at widgets/qmenu.cpp:3425
#4 0x00007ffff6af69f5 in QSystemTrayIconPrivate::addPlatformMenu (this=0x555555bc7020,
    menu=0x555555c28680) at util/qsystemtrayicon.cpp:761
#5 0x00007ffff6af6ad2 in QSystemTrayIconPrivate::updateMenu_sys_qpa (
    this=0x555555bc7020) at util/qsystemtrayicon.cpp:710
#6 0x00005555555d5b62 in ?? ()
#7 0x000055555559afdf in ?? ()
#8 0x0000555555595e9d in ?? ()
#9 0x00007ffff4fd33f1 in __libc_start_main (main=0x555555595e60, argc=1,
    argv=0x7fffffffdea8, init=<optimized out>, fini=<optimized out>,
    rtld_fini=<optimized out>, stack_end=0x7fffffffde98) at ../csu/libc-start.c:291
#10 0x00005555555964e9 in ?? ()

Should appmenu-qt5 forced to be removed from some package instead of allowing it to be continue to be installed?