Michael Andres changed bug 1162419
What Removed Added
Flags   needinfo?(bluedzins@wp.pl)

Comment # 9 on bug 1162419 from
@Ancor: Checking the YAST logs with:

> grep 'y2base called with\|Launched YaST2 component\|sigsegvHandler\|--root'

you find that this is the last successful install by sw_single qt:

> 2020-01-21 20:46:56 <1> localhost(4220) [Ruby] bin/y2start:22 y2base called with ["services-manager", "qt", "-name", "YaST2", "-icon", "yast"]
> 2020-01-21 20:49:02 <1> localhost(3399) [zypp::exec++] ExternalProgram.cc(start_program):259 Executing[C] 'rpm' '--root' '/' '--dbpath' '/var/lib/rpm' '-U' '--percent' '--noglob' '--force' '--nodeps' '--' '/var/cache/zypp/packages/repo-oss/x86_64/libIexMath-2_4-24-2.4.0-1.1.x86_64.rpm'
> 2020-01-21 20:49:03 <1> localhost(3399) [zypp::exec++] ExternalProgram.cc(start_program):259 Executing[C] 'rpm' '--root' '/' '--dbpath' '/var/lib/rpm' '-U' '--percent' '--noglob' '--force' '--nodeps' '--' '/var/cache/zypp/packages/repo-oss/x86_64/libImath-2_4-24-2.4.0-1.1.x86_64.rpm'
> 2020-01-21 20:49:03 <1> localhost(3399) [zypp::exec++] ExternalProgram.cc(start_program):259 Executing[C] 'rpm' '--root' '/' '--dbpath' '/var/lib/rpm' '-U' '--percent' '--noglob' '--force' '--nodeps' '--' '/var/cache/zypp/packages/repo-oss/x86_64/libstorage-ng1-4.2.55-1.1.x86_64.rpm'
> 2020-01-21 20:49:04 <1> localhost(3399) [zypp::exec++] ExternalProgram.cc(start_program):259 Executing[C] 'rpm' '--root' '/' '--dbpath' '/var/lib/rpm' '-U' '--percent' '--noglob' '--force' '--nodeps' '--' '/var/cache/zypp/packages/repo-oss/x86_64/libyui-qt11-2.52.1-1.1.x86_64.rpm'
> 2020-01-21 20:49:04 <1> localhost(3399) [zypp::exec++] ExternalProgram.cc(start_program):259 Executing[C] 'rpm' '--root' '/' '--dbpath' '/var/lib/rpm' '-U' '--percent' '--noglob' '--force' '--nodeps' '--' '/var/cache/zypp/packages/repo-oss/x86_64/libstorage-ng-ruby-4.2.55-1.1.x86_64.rpm'
> 2020-01-21 20:49:05 <1> localhost(3399) [zypp::exec++] ExternalProgram.cc(start_program):259 Executing[C] 'rpm' '--root' '/' '--dbpath' '/var/lib/rpm' '-U' '--percent' '--noglob' '--force' '--nodeps' '--' '/var/cache/zypp/packages/repo-oss/x86_64/yast2-storage-ng-4.2.72-1.1.x86_64.rpm'
> 2020-01-21 20:49:07 <1> localhost(3399) [zypp::exec++] ExternalProgram.cc(start_program):259 Executing[C] 'rpm' '--root' '/' '--dbpath' '/var/lib/rpm' '-U' '--percent' '--noglob' '--force' '--nodeps' '--' '/var/cache/zypp/packages/openSUSE_Tumbleweed/x86_64/kdegraphics3-3.5.10-159.1.x86_64.rpm'

Subsequent invocations of sw_single qt now crash reliably and are not able to
install any packages. The above updated libyui-qt11 but no packages of the zypp
stack. In fact the last upadte of the zypp stack happened 2019-12-29
(libzypp-17.20.0, zypper-1.14.33) as visible in the zypp/history file.

Checking the history file you also find that after the libyui-qt11 update
zypper commands still operate flawlessly and are able to install:

> 2020-02-01 14:27:45|command|root@localhost|'zypper' 'up' 'yast2-packager'|
> 2020-02-01 14:44:39|command|root@localhost|'zypper' 'install' 'code'|
> 2020-02-01 14:46:36|command|root@localhost|'zypper' 'install' 'scrot'|
> 2020-02-01 14:48:52|command|root@localhost|'zypper' 'install' 'sqlite3'|
> 2020-02-03 17:34:37|command|root@localhost|'zypper' 'update' 'libzypp' 'zypper' 'yast2-pkg-bindings' 'yast2' 'yast2-packager'|

I'm still not convinced that this is a libzypp issue.



@macias:
Could you please try if using yast2 ncurses shows the same behavior as the qt
backend?


You are receiving this mail because: