|
Bugzilla – Full Text Bug Listing |
| Summary: | yast crashes | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 10.3 | Reporter: | Stephan Kulow <coolo> |
| Component: | YaST2 | Assignee: | Martin Vidner <mvidner> |
| Status: | RESOLVED FIXED | QA Contact: | Jiri Srain <jsrain> |
| Severity: | Blocker | ||
| Priority: | P5 - None | ||
| Version: | Beta 1 | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Attachments: | gdb backtrace | ||
|
Description
Stephan Kulow
2007-08-13 15:16:09 UTC
Created attachment 157107 [details]
gdb backtrace
there is nothing in the log beside installing packages and updating the progressmeter Looking at the code (gdb wasn't helping) the endless recursion is obvious.
Suggested patch
YCPValue
Y2UINamespace::ChangeWidget( const YCPTerm & widget_id, const YCPTerm & property, const YCPValue & new_value )
{
- return ChangeWidget( widget_id, property, new_value );
+ return ChangeWidget( widget_id, (YCPTerm)property, new_value );
}
I'm testing it right now
I changed the patch afterwards. Fixed? Thanks, I have merged the patch to SVN. |