http://qa.mandrakesoft.com/show_bug.cgi?id=1525
------- Additional Comments From [EMAIL PROTECTED] 2003-03-04 21:00 ------- This bug may be a duplicate of bug 708 : http://qa.mandrakesoft.com/show_bug.cgi?id=708 The function thats seems to freez X is (in k3b-0.8.1/src/k3bsetup/k3bsetupwizardtabs.cpp): void PermissionTab::slotAddUser() { QString user; QString text = i18n("Please enter a user name:"); bool ok = true; bool validUser = false; while( ok && !validUser ) { user = KLineEditDlg::getText( text, QString::null, &ok, this ); if( ok && !user.isEmpty() ) validUser = ( getpwnam( user.local8Bit() ) != 0 ); else validUser = false; text = i18n("Not a valid user name. Please enter a user name:"); } if( ok ) m_boxUsers->insertItem( user ); } Olivier ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. ------- Reminder: ------- assigned_to: [EMAIL PROTECTED] status: UNCONFIRMED creation_date: description: running k3b setup freeze the computer (mouse movement can move, but no click events, no keyboard input). It freezes when trying when trying to add a user to the list. to reproduce: start gnome run k3b setup (or k3b and choose run k3b setup when the dialog appear) start filling the dialogs until reaching the in which a user/group of user that can use k3b are selected. computer frozen then. I still have no idea if the freze occurs under KDE. Note, the nature of the freeze might suggest an XFree Problem (has the same behaviour), so I enclose some relevant information: video card: ATI 7500 mobility (M7). with XFree86 using 3d acceleration.
