Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re: Tk Text regex crashes debugger

by thundergnat (Deacon)
on Feb 01, 2012 at 15:18 UTC ( [id://951244]=note: print w/replies, xml ) Need Help??


in reply to Tk Text regex crashes debugger

Some further data points. It also SEGVs at the same point when running in the debugger under Linux with Perl 5.12.4 and Tk 804.029 and under Linux with Perl 5.14.2 and Tk 804.030.

Even more trimmed down example:

use Tk; my $m = MainWindow->new; my $t = $m->Text->pack; $t->search('-regexp', '', '1.0', 'end'); # debugger crash

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://951244]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (5)
As of 2024-04-24 08:26 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found