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":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.