Skip Menu |

This queue is for tickets about the Tk CPAN distribution.

Report information
The Basics
Id: 7474
Status: open
Priority: 0/
Queue: Tk

People
Owner: Nobody in particular
Requestors: michael.parker [...] st.com
Cc:
AdminCc:

Bug Information
Severity: Unimportant
Broken in: 804.027
Fixed in: (no value)



Subject: Attempting to place destroyed button widget gives Segmentation Fault
The following gives a Segmentation Fault when running on Solaris + Win2K. v804.027 used on both OS's. Perl v5.6.0 used on Solaris, v5.8.4 used on Win2K. use strict; use diagnostics; use Tk; my $mw = MainWindow->new; my $button = $mw->Button->grid; $button->destroy; $button->grid; MainLoop;
Closed the duplicate ticket. Actual SEGV is in core Tk code Not trivial to fix in perl/Tk wrapper due to different ways grid can be called. Marked as open but as it only affects incorrect code marked as unimortant.