| Description: |
OriginalBugID: 5760 Bug
Version: 8.3
SubmitDate: '2000-05-31'
LastModified: '2000-06-02'
Severity: MED
Status: Released
Submitter: techsupp
ChangedBy: hobbs
OS: Other
OSVersion: OpenBSD 2.6 i386
Machine: Pentium II 266MHz
FixedDate: '2000-06-02'
FixedInVersion: 8.3.1
Name:
George Peter Staplin
Comments:
A core dump does not occur if the listbox is packed into a frame and the
cursor of the frame is changed. A core dump also occurs if I use .l
config -cursor watch instead of specifying it during creation. So, I
believe that something is wrong with the listbox.
ReproducibleScript:
$ wish8.3
% listbox .l -cursor watch
% pack .l
% exit
Memory fault (core dumped)
ObservedBehavior:
I have observed that when the listbox cursor is changed a core dump occurs when exiting wish.
DesiredBehavior:
I expect a core dump to not occur when exiting wish.
This is already fixed in 8.3.1. The work-around is to unconfigure
the cursor before deleting.
-- 06/02/2000 hobbs
|