Parse-StackTrace

 view release on metacpan or  search on metacpan

t/100_parse_gdb.t  view on Meta::CPAN

        thread_array_pos => 0,
        stack => [qw(
            raise
            abort
            ??
            ??
            free
            load_encrypted_key
            parsed_pem_block
            egg_openssl_pem_parse
            gck_ssh_openssh_parse_private_key
            unlock_private_key
            realize_and_take_data
            gck_ssh_private_key_parse
        )],
    },
    # Ends in a frame that has an open-paren with no close-paren.
    'gnome-bug-579416' => {
        threads => 2,
        thread  => 1,
        frames  => 17,
        trace_lines => 105,
        stack => [qw(
            __kernel_vsyscall

t/traces/gdb/gnome-bug-586192  view on Meta::CPAN

(gdb) bt
#0  0x00007fde625a0fb5 in raise () from /lib/libc.so.6
#1  0x00007fde625a2bc3 in abort () from /lib/libc.so.6
#2  0x00007fde625e0228 in ?? () from /lib/libc.so.6
#3  0x00007fde625e5cb8 in ?? () from /lib/libc.so.6
#4  0x00007fde625e8276 in free () from /lib/libc.so.6
#5  0x0000000000444978 in load_encrypted_key (data=0x8b7e00 "... yeah, like I'm
going to post that ..." ... )
#6  0x0000000000444ad4 in parsed_pem_block
#7  0x000000000047402d in egg_openssl_pem_parse (
#8  0x0000000000444f9d in gck_ssh_openssh_parse_private_key (
#9  0x0000000000443211 in unlock_private_key
#10 0x00000000004434d5 in realize_and_take_data
#11 0x0000000000443ce9 in gck_ssh_private_key_parse



( run in 0.272 second using v1.01-cache-2.11-cpan-4d50c553e7e )