Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=234404 Summary: Cannot manage big listboxes with perl-Tk. Product: Fedora Core Version: devel Platform: i386 OS/Version: Linux Status: NEW Severity: medium Priority: medium Component: perl AssignedTo: rnorwood@xxxxxxxxxx ReportedBy: pierre.lacaze@xxxxxxx QAContact: dkl@xxxxxxxxxx CC: fedora-perl-devel-list@xxxxxxxxxx Description of problem: Try to execute a little perl program (in attachment), creating a listbox of 200 entries, then try to select at the same time these entries. It fails. Version-Release number of selected component (if applicable): Fedora 7 test 2 How reproducible: perl bugperl.pl Actual results: A new listbox windows is displayed, but it disappears immediately, and the following error is displayed: selection conversion left too many bytes unconverted Abandon Expected results: Under windows (ActiveState Perl, + TK804 library), there is no error, and the listbox window is displayed properly. Additional info: see attachment. If you replace the 200 in the loop by 30, it works well. If you comment the $lbox->selectionSet(0,'end'); line, it works well too. ------- Additional Comments From pierre.lacaze@xxxxxxx 2007-03-28 17:30 EST ------- Created an attachment (id=151170) --> (https://bugzilla.redhat.com/bugzilla/attachment.cgi?id=151170&action=view) Perl program which crashes. -- Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.