in reply to Segfault in Glib/Gtk2 script

Have you tried without Safe? It has quite a few outstanding bugs, some of which sound nasty (memory leaks, messing with %SIG, etc.).

My Perl script is billions of lines long

I hope for your sake that's hyperbole.

Replies are listed 'Best First'.
Re^2: Segfault in Glib/Gtk2 script
by Anonymous Monk on May 25, 2018 at 14:59 UTC

    >Have you tried without Safe?

    Yes. 'Safe' can be removed easily and the segfault is still present.

    >> My Perl script is billions of lines long

    >I hope for your sake that's hyperbole.

    Actually about 600,000 lines, but that includes empty space and comments.

      [My Perl script is] about 600,000 lines, but that includes empty space and comments.

      I hope for your sake that's a lot of empty space and comments. :)


      Give a man a fish:  <%-{-{-{-<

        Wasting further precious minutes of my life, I can confirm 687,614 lines of code, of which 357,528 are neither empty lines nor comments.