https://bugzilla.novell.com/show_bug.cgi?id=382771 User sh@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=382771#c2 --- Comment #2 from Stefan Hundhammer <sh@novell.com> 2008-04-23 07:33:20 MST --- Back trace: Frame 0: /usr/lib/liby2.so.2 log_backtrace() Frame 1: /usr/lib/liby2.so.2 signal_handler(int) Frame 2: [0xffffe400] Frame 3: /usr/lib/libyui.so.3 YDialog::waitForEvent(int) Frame 4: /usr/lib/YaST2/plugin/libpy2UI.so.2 YCP_UI::doUserInput(char const*, long, bool, bool) Frame 5: /usr/lib/YaST2/plugin/libpy2UI.so.2 YCP_UI::UserInput() Frame 6: /usr/lib/YaST2/plugin/libpy2UI.so.2 YUINamespace::UserInput() Frame 7: /usr/lib/YaST2/plugin/libpy2UI.so.2 YUIFunction::evaluateCall_int() Frame 8: /usr/lib/YaST2/plugin/libpy2UI.so.2 YCPBuiltinCaller::call() Frame 9: /usr/lib/libyui.so.3 YUI::uiThreadMainLoop() Frame 10: /usr/lib/libyui.so.3 start_ui_thread(void*) Frame 11: /lib/libpthread.so.0 [0xb7cd9ff0] Frame 12: /lib/libc.so.6(clone+0x5e) [0xb79f0ffe] == End of back trace === 2008-04-23 09:21:08 <3> 10.10.101.82(3558) [liby2] genericfrontend.cc(signal_handler):149 got signal 11 at YCP file timezone/dialogs.ycp:243 timezone/dialogs.ycp: 230 if (!dt_widgets) 231 { 232 foreach (symbol widget, [`hour, `minute, `second, `day, `month, `year],{ 233 UI::ChangeWidget (`id(widget), `ValidChars, "0123456789"); 234 UI::ChangeWidget (`id(widget), `InputMaxLength, 235 widget == `year ? 4 : 2); 236 }); 237 } 238 239 240 any ret = nil; 241 repeat 242 { 243 ret = UI::UserInput(); ^^^^^^^^^^^^^^^^^^^^^^ 244 y2debug ("UserInput ret:%1", ret ); 245 if (ret == `ntp || ret == `manual) 246 { 247 ntp_used = (ret == `ntp); -- 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.