[Bug 234404] New: Cannot manage big listboxes with perl-Tk.

bugzilla at redhat.com bugzilla at redhat.com
Wed Mar 28 21:30:09 UTC 2007


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 at redhat.com
        ReportedBy: pierre.lacaze at neuf.fr
         QAContact: dkl at redhat.com
                CC: fedora-perl-devel-list at redhat.com


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 at neuf.fr  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.




More information about the Fedora-perl-devel-list mailing list