[Bug 744062] New: zypper segfault after update
https://bugzilla.novell.com/show_bug.cgi?id=744062 https://bugzilla.novell.com/show_bug.cgi?id=744062#c0 Summary: zypper segfault after update Classification: openSUSE Product: openSUSE 12.1 Version: Final Platform: x86-64 OS/Version: Other Status: NEW Severity: Major Priority: P5 - None Component: libzypp AssignedTo: zypp-maintainers@forge.provo.novell.com ReportedBy: silviu_marin-caea@otpbank.ro QAContact: qa@suse.de Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:7.0.1) Gecko/20100101 Firefox/7.0.1 Just did an installation of 12.1. Then it proposed to update the package management. After doing that, zypper segfaults (isn't that awesome). I have rebooted the machine, zypper still segfaults. Reproducible: Always Steps to Reproduce: 1. install 12.1 from LiveKDE 2. update the package management 3. reboot 4. zypper search Mozilla . segfault Actual Results: zypper segfault, huge breakage for Joe Not-A-Sysadmin User (does SUSE actually care about those, or does it expect them to use Ubuntu?) Expected Results: A package management that works every time and is being thoroughly tested before release on the update channel because it's a critical component of the distribution. rpm -qa | grep --extended-regexp "zyp|solv" zypper-1.6.18-5.8.1.x86_64 python-satsolver-0.44.3-2.1.3.x86_64 liblpsolve55-5.5.0.13-20.1.2.x86_64 zypper-log-1.6.18-5.8.1.noarch libzypp-10.3.5-1.7.2.x86_64 libsolv-tools-0.0.0-3.3.3.x86_64 -- 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=744062 https://bugzilla.novell.com/show_bug.cgi?id=744062#c1 --- Comment #1 from Silviu Marin-Caea <silviu_marin-caea@otpbank.ro> 2012-01-31 08:29:15 UTC --- These were the packages that were updated: PackageKit-0.6.19-2.6.3 Mon Jan 30 12:53:32 2012 zypper-1.6.18-5.8.1 Mon Jan 30 12:53:30 2012 zypper-log-1.6.18-5.8.1 Mon Jan 30 12:53:29 2012 libzypp-10.3.5-1.7.2 Mon Jan 30 12:53:29 2012 PackageKit-gstreamer-plugin-0.6.19-2.6.3 Mon Jan 30 12:53:29 2012 PackageKit-browser-plugin-0.6.19-2.6.3 Mon Jan 30 12:53:29 2012 libpackagekit-qt2-2-0.6.19-2.6.3 Mon Jan 30 12:53:28 2012 libpackagekit-glib2-14-0.6.19-2.6.3 Mon Jan 30 12:53:27 2012 PackageKit-gtk3-module-0.6.19-2.6.3 Mon Jan 30 12:53:27 2012 PackageKit-gtk-module-0.6.19-2.6.3 Mon Jan 30 12:53:27 2012 -- 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=744062 https://bugzilla.novell.com/show_bug.cgi?id=744062#c2 --- Comment #2 from Michael Andres <ma@suse.com> 2012-01-31 09:57:49 CET --- Sorry but I cannot reproduce this although I'm running exactly the same version of libsolv-tools/libzypp/zypper as you do. 1 - Does every zypper command cause a segfault? zypper lr zypper --no-refresh search Mozilla 2 - Please attach the zypper log file (/var/log/zypper.log) and /var/log/zypp/history. 3- Do you have 'gdb' installed and are able to provide a backtrace? -- 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=744062 https://bugzilla.novell.com/show_bug.cgi?id=744062#c Michael Andres <ma@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO InfoProvider| |silviu_marin-caea@otpbank.r | |o -- 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=744062 https://bugzilla.novell.com/show_bug.cgi?id=744062#c3 --- Comment #3 from Silviu Marin-Caea <silviu_marin-caea@otpbank.ro> 2012-01-31 10:50:02 UTC --- It's a problem with the no_proxy variable, I had a string in it that probably does not conform to syntax. silviupc:~ # echo $no_proxy localhost, 127.0.0.1, install, .otpbank.ro, 172.31.31.0/24 silviupc:~ # zypper refresh Segmentation fault Try to fix it here: silviupc:~ # export no_proxy="localhost, 127.0.0.1, install, .otpbank.ro" silviupc:~ # zypper refresh Segmentation fault Ok, change it with YaST, then logoff/login. silviupc:~ # echo $no_proxy localhost, 127.0.0.1, install, .otpbank.ro silviupc:~ # zypper refresh Repository 'openSUSE-12.1-Non-Oss' is up to date. Repository 'openSUSE-12.1-Oss' is up to date. Repository 'openSUSE-12.1-Update' is up to date. -- 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=744062 https://bugzilla.novell.com/show_bug.cgi?id=744062#c4 Michael Andres <ma@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - None |P2 - High Status|NEEDINFO |NEW InfoProvider|silviu_marin-caea@otpbank.r | |o | --- Comment #4 from Michael Andres <ma@suse.com> 2012-01-31 16:47:57 CET --- Nevertheless libproxy should not die: NO_PROXY="172.31.31.0/24" Program received signal SIGSEGV, Segmentation fault. 0x00007ffff4bdda6b in ?? () from /usr/lib64/libproxy.so.1 (gdb) bt #0 0x00007ffff4bdda6b in ?? () from /usr/lib64/libproxy.so.1 #1 0x00007ffff4bd08a1 in ?? () from /usr/lib64/libproxy.so.1 #2 0x00007ffff4bd28be in ?? () from /usr/lib64/libproxy.so.1 #3 0x00007ffff4bd2a58 in px_proxy_factory_get_proxies () from /usr/lib64/libproxy.so.1 #4 0x00007ffff78507ae in zypp::media::ProxyInfoLibproxy::proxy (this=0x8119e0, url_r=...) at /Local/ma/zypp/libzypp/zypp/media/proxyinfo/ProxyInfoLibproxy.cc:56 #5 0x00007ffff787ff62 in useProxyFor (url_r=..., this=0x8119e0) at /Local/ma/zypp/libzypp/zypp/media/proxyinfo/ProxyInfoImpl.h:50 #6 zypp::media::ProxyInfo::useProxyFor (this=<optimized out>, url_r=...) at /Local/ma/zypp/libzypp/zypp/media/ProxyInfo.cc:51 #7 0x00007ffff78813f8 in zypp::media::fillSettingsSystemProxy (url=..., s=...) -- 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=744062 https://bugzilla.novell.com/show_bug.cgi?id=744062#c5 Michael Andres <ma@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |DUPLICATE --- Comment #5 from Michael Andres <ma@suse.com> 2012-01-31 16:54:47 CET --- According to bug #739069 removing all blanks (esp the one in front of 172.31.31.0/24) prevents the SEGV. *** This bug has been marked as a duplicate of bug 739069 *** http://bugzilla.novell.com/show_bug.cgi?id=739069 -- 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