Bugzilla – Bug 133423
YAST crashing when calling Software Management or Installation Source
Last modified: 2005-11-25 12:39:32 UTC
When starting the Software Management in YAST, the window does not open and I get the following segmentation fault: Command: /sbin/yast2 sw_single & *** glibc detected *** free(): invalid pointer: 0xbfda4364 *** /sbin/yast2: line 207: 7409 Aborted $ybindir/y2base $module "$@" qt -geometry "$Y2_GEOMETRY" $Y2QT_ARGS Similar results I get when starting the Installation Source. In this case the application window opens, but crashes immediately: Command: /sbin/yast2 inst_source & Segmentation fault at /usr/share/YaST2/clients/inst_source.ycp:52 /sbin/yast2: line 207: 7433 Segmentation fault $ybindir/y2base $module "$@" qt -geometry "$Y2_GEOMETRY" $Y2QT_ARGS
Created attachment 57050 [details] YAST2logs
Please don't tar or compress logfiles. Also, in most cases, not all of the logfiles are needed (only the most recent one of the main logs). Jiri: Please look into it.
THis looks like a problem inside the package manager. Michael, IIRC we already had a similar bug... just cannot find it now...
Looks like the core packages don't fit together. Make shure that liby2util yast2-core yast2-packagemanager yast2-pkg-bindings yast2-qt yast2-ncurses are installed from the same source (either all from 10.0 CD or from SL-OSS-edge). Does it work then?
I updated all mentioned packages to 2.13. The Installation Source window opens now and works, but the Software Management still crashes: *** glibc detected *** free(): invalid pointer: 0xbfde73e4 *** /sbin/yast2: line 207: 13744 Aborted $ybindir/y2base $module "$@" qt -geometry "$Y2_GEOMETRY" $Y2QT_ARGS
Before I started updating, yast2-qt, yast2-ncurses, and yast2-pkg-bindings where version 2.12. liby2util-2.13.3-2 yast2-core-2.13.4-2 yast2-packagemanager-2.13.7-2 yast2-pkg-bindings-2.13.0-2 yast2-qt-2.13.1-2 yast2-ncurses-2.13.0-2 Now the Installation Source window opens when using the button, but the Software Management still crashes with the same error.
Forget everything about that. I did give Annika a wrong inst-source path by accident and thus the system was in a horrible inconsistent state. After fixing this now everything seems to work perfect again.