hmonroe has asked for the wisdom of the Perl Monks concerning the following question:

Why does this crash the debugger on a wide range of platforms and Perl versions?
use Tk; my $m = MainWindow->new; my $t = $m->Text->pack; $t->search('-regexp', '', '1.0', 'end'); # debugger crash
This is a repost. A broader question: if you are a Perl developer who would like to help move one million pages of proofread pages onto Project Gutenberg, please join the guiguts project at sourceforge.

Replies are listed 'Best First'.
Re: Tk Text Regex Search Crashes debugger
by GrandFather (Saint) on Feb 25, 2012 at 06:05 UTC

    What further help do you expect from this follow up post to Tk Text regex crashes debugger given that our initial investigation uncovered a reproducible problem with Tk::Text that you have reported as rt://74612?

    True laziness is hard work
Re: Tk Text Regex Search Crashes debugger
by Anonymous Monk on Feb 25, 2012 at 07:49 UTC