Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??

Given that your back trace contains these lines:

/home/linuxer/perl5/perlbrew/perls/perl-5.20.0/lib/site_perl/5.20.0/x8 +6_64-linux/auto/Unicode/LineBreak/LineBreak.so(gcstring_destroy+0x11) +[0x7f6a1c3f9de1] /home/linuxer/perl5/perlbrew/perls/perl-5.20.0/lib/site_perl/5.20.0/x8 +6_64-linux/auto/Unicode/LineBreak/LineBreak.so(+0x611a)[0x7f6a1c3ee11 +a]

It seems likely that the bug is in Unicode::LineBreak, a module loaded by App::DBBrowser. Are you able to reproduce this bug without Unicode::LineBreak being loaded?

Update: regarding your test on Perl 5.21.0, it is not surprising that you get the same result. Perl 5.21.0 is not substantially different to Perl 5.20.0. From perldelta.pod:

Perl 5.21.0 represents approximately 12 hours of development since Perl 5.20.0 [...]

Perl continues to flourish into its third decade thanks to a vibrant community of users and developers. The following people are known to have contributed the improvements that became Perl 5.21.0:

Nicholas Clark, Ricardo Signes.

The only significant change between 5.20.0 and 5.21.0 was to remove some of the modules that were deprecated in 5.20.0.

use Moops; class Cow :rw { has name => (default => 'Ermintrude') }; say Cow->new->name

In reply to Re: Maybe Bug in Perl 5.20.0 (x86_64)? Please advice ... by tobyink
in thread Maybe Bug in Perl 5.20.0 (x86_64)? Please advice ... by linuxer

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post; it's "PerlMonks-approved HTML":



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (7)
As of 2024-03-28 11:22 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found