[Bug 865654] New: PK: pkcon update => crash in libzypp.so.1414
https://bugzilla.novell.com/show_bug.cgi?id=865654 https://bugzilla.novell.com/show_bug.cgi?id=865654#c0 Summary: PK: pkcon update => crash in libzypp.so.1414 Classification: openSUSE Product: openSUSE Factory Version: 13.2 Milestone 0 Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: libzypp AssignedTo: zypp-maintainers@forge.provo.novell.com ReportedBy: dimstar@opensuse.org QAContact: qa-bugs@suse.de Found By: --- Blocker: --- PackageKit currently receives signal 11 from libzypp: 2014-02-25 20:25:51 <5> laran.leuenberger.net(3380) [zypp] ZYppFactory.cc(sigsegvHandler):53 Error: signal 11 2014-02-25 20:25:51 <5> laran.leuenberger.net(3380) [zypp] ZYppFactory.cc(sigsegvHandler):53 [bt]: (1) /usr/lib64/libzypp.so.1414 : +0x30239e [0x7eff5c34c39e] 2014-02-25 20:25:51 <5> laran.leuenberger.net(3380) [zypp] ZYppFactory.cc(sigsegvHandler):53 [bt]: (2) /lib64/libc.so.6 : +0x35880 [0x7eff60081880] 2014-02-25 20:25:51 <5> laran.leuenberger.net(3380) [zypp] ZYppFactory.cc(sigsegvHandler):53 [bt]: (3) /usr/lib/packagekitd : +0x1bf31 [0x7eff61c75f31] 2014-02-25 20:25:51 <5> laran.leuenberger.net(3380) [zypp] ZYppFactory.cc(sigsegvHandler):53 [bt]: (4) /usr/lib64/libglib-2.0.so.0 : g_main_context_dispatch+0x135 [0x7eff6086ec05] 2014-02-25 20:25:51 <5> laran.leuenberger.net(3380) [zypp] ZYppFactory.cc(sigsegvHandler):53 [bt]: (5) /usr/lib64/libglib-2.0.so.0 : +0x4bf68 [0x7eff6086ef68] 2014-02-25 20:25:51 <5> laran.leuenberger.net(3380) [zypp] ZYppFactory.cc(sigsegvHandler):53 [bt]: (6) /usr/lib64/libglib-2.0.so.0 : g_main_loop_run+0x6a [0x7eff6086f22a] 2014-02-25 20:25:51 <5> laran.leuenberger.net(3380) [zypp] ZYppFactory.cc(sigsegvHandler):53 [bt]: (7) /usr/lib/packagekitd : main+0x4bc [0x7eff61c67d5c] 2014-02-25 20:25:51 <5> laran.leuenberger.net(3380) [zypp] ZYppFactory.cc(sigsegvHandler):53 [bt]: (8) /lib64/libc.so.6 : __libc_start_main+0xf5 [0x7eff6006db15] 2014-02-25 20:25:51 <5> laran.leuenberger.net(3380) [zypp] ZYppFactory.cc(sigsegvHandler):53 [bt]: (9) /usr/lib/packagekitd : +0xdf45 [0x7eff61c67f45] -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=865654 https://bugzilla.novell.com/show_bug.cgi?id=865654#c1 --- Comment #1 from Dominique Leuenberger <dimstar@opensuse.org> 2014-02-25 19:30:43 UTC --- A backtrace of the packagekitd daemon: #0 0x000055555556ff31 in pk_backend_job_call_vfunc_idle_cb (user_data=0x555557a21c90) at pk-backend-job.c:647 #1 0x00007ffff6c13c05 in g_main_dispatch (context=0x5555557aad10) at gmain.c:3066 #2 g_main_context_dispatch (context=context@entry=0x5555557aad10) at gmain.c:3641 #3 0x00007ffff6c13f68 in g_main_context_iterate (context=0x5555557aad10, block=block@entry=1, dispatch=dispatch@entry=1, self=<optimized out>) at gmain.c:3712 #4 0x00007ffff6c1422a in g_main_loop_run (loop=0x5555557aac30) at gmain.c:3906 #5 0x0000555555561d5c in main (argc=1, argv=0x7fffffffe328) at pk-main.c:309 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=865654 https://bugzilla.novell.com/show_bug.cgi?id=865654#c2 Michael Andres <ma@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|libzypp |GNOME AssignedTo|zypp-maintainers@forge.prov |bnc-team-gnome@forge.provo. |o.novell.com |novell.com --- Comment #2 from Michael Andres <ma@suse.com> 2014-02-25 21:30:05 CET --- That's no crash in libzypp. Zypp has a sigsegvHandler which writes out the backtrace after catching signal 11: [bt]: (0) is suppressed (the backtrace writing function) [bt]: (1) is the zypp sigsegvHandler that caught the signal [bt]: (2) is libc throwing the signal The crash should have happened at: [bt]: (3) /usr/lib/packagekitd : +0x1bf31[0x7eff61c75f31] -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com