|
Bugzilla – Full Text Bug Listing |
| Summary: | segfault while trying to add gstreamer-0_10-bml | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 11.0 | Reporter: | Stanislav Brabec <sbrabec> |
| Component: | YaST2 | Assignee: | Forgotten User h13THG8RK1 <forgotten_h13THG8RK1> |
| Status: | RESOLVED DUPLICATE | QA Contact: | Jiri Srain <jsrain> |
| Severity: | Critical | ||
| Priority: | P5 - None | CC: | forgotten_h13THG8RK1 |
| Version: | Final | ||
| Target Milestone: | --- | ||
| Hardware: | x86-64 | ||
| OS: | openSUSE 11.0 | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Stanislav Brabec
2008-06-18 14:58:32 UTC
Additional notes: - gstreamer-0_10-bml is an i586 package - zypper in gstreamer-0_10-bml works The crash occurred while waiting for user unput, thus it can be UI-specific. Can you reproduce it with NCurses or Qt? It was crashing after pressing of Install button, which adds package to the list (displayed in the right part of the button) of packages for installation. There is no such button in Qt or ncurses interface. I cannot reproduce this crash any more, even with GTK+ interface. Adding Ricardo, but if its not reproduceable, difficult to debug. It could be related to bug 399465... When creating the dependencies dialog, it was accessing some garbage in the memory, which might result in a crash I guess in special circumstances. Was there a dependencies dialog in the second try, when it worked? Did you add that repository from within the package selector? (there is a Add repository option in the repositories combo...) Ricardo, reassigning to you, since you have clue what it is about. And setting needingo appropriately. Yes, there were additional dependencies needed. See y2log cut below. I didn't change the repository, but I clicked to the combo, keeping its original value. 2008-06-18 16:50:34 <3> hammer(8986) [zypp] SATResolver.cc(solving):564 Solverrun finished with an ERROR 2008-06-18 16:50:34 <1> hammer(8986) [zypp] SATResolver.cc(resolvePool):691 SATResolver::resolvePool() done. Ret:0 2008-06-18 16:50:34 <1> hammer(8986) [zypp] Resolver_problems.cc(problems):54 Resolver::problems() 2008-06-18 16:50:34 <1> hammer(8986) [zypp] SATResolver.cc(problems):990 Encountered problems! Here are the solutions: 2008-06-18 16:50:34 <1> hammer(8986) [zypp] SATResolver.cc(problems):990 2008-06-18 16:50:34 <1> hammer(8986) [zypp] SATResolver.cc(problems):994 Problem 1: 2008-06-18 16:50:34 <1> hammer(8986) [zypp] SATResolver.cc(problems):995 ==================================== 2008-06-18 16:50:34 <1> hammer(8986) [zypp] SATResolver.cc(problems):999 gstreamer-0_10-bml-0.3.0-42.pm.1.i586 requires libgstbuzztard.so.0, but this requirement cannot be provided 2008-06-18 16:50:34 <1> hammer(8986) [zypp] SATResolver.cc(problems):1000 ------------------------------------ 2008-06-18 16:50:34 <1> hammer(8986) [zypp] SATResolver.cc(problems):1025 do not install gstreamer-0_10-buzztard-0.3.0-42.pm.1.x86_64 2008-06-18 16:50:34 <1> hammer(8986) [zypp] SATResolver.cc(problems):1188 ------------------------------------ 2008-06-18 16:50:34 <1> hammer(8986) [zypp] SATResolver.cc(problems):1025 do not install gstreamer-0_10-bml-0.3.0-42.pm.1.i586 2008-06-18 16:50:34 <1> hammer(8986) [zypp] SATResolver.cc(problems):1188 ------------------------------------ 2008-06-18 16:50:34 <1> hammer(8986) [zypp] SATResolver.cc(problems):1197 Ignore some dependencies of U_Tu_(3755)gstreamer-0_10-bml-0.3.0-42.pm.1.i586(http://ftp.skynet.be/pub/packman/suse/11.0/) 2008-06-18 16:50:34 <1> hammer(8986) [zypp] SATResolver.cc(problems):1198 ------------------------------------ 2008-06-18 16:50:34 <3> hammer(8986) [liby2] genericfrontend.cc(signal_handler):149 got signal 11 at YCP file /usr/share/YaST2/clients/inst_packages.ycp:49 2008-06-18 16:50:34 <3> hammer(8986) [liby2] genericfrontend.cc(log_stored_debug):73 Liberating suppressed debugging messages: 2008-06-18 16:50:34 <3> hammer(8986) [liby2] genericfrontend.cc(log_stored_debug):75 End of suppressed debugging messages 2008-06-18 16:50:34 <3> hammer(8986) [liby2] genericfrontend.cc(log_backtrace):97 Back trace: I think it's possible for bug 399465 to result in a crash. We don't have a lot to work with, so let's assume that it is. Meanwhile, you could install the RPM provide in bug 399465 and let us know if it happens again. *** This bug has been marked as a duplicate of bug 399465 *** |