On Wed, 05 Jun 2019 15:26:36 GMT, hv wrote: > On Wed, 05 Jun 2019 07:54:26 -0700, jkeenan wrote: > > After 'cont', the program hung for > 1 minute, so I Ctrl-C-ed it. > > Watchpoints can make things rather slow; you'll see from the stack > trace that we're still in perl_parse(), so we haven't got as far as > running the program yet. My guess is that it should complete in 10-15 > minutes, but if possible please allow at least up to an hour before > giving up on it. > > Hugo I let it run overnight. No difference in results. ##### Continuing. ^C [killed at 07:35 next day] Program received signal SIGINT, Interrupt. __vdso_gettc (th=<value optimized out>, tc=0x7fffffffe10c) at /usr/src/lib/libc/x86/sys/__vdso_gettc.c:325 325 } bt #0 __vdso_gettc (th=<value optimized out>, tc=0x7fffffffe10c) at /usr/src/lib/libc/x86/sys/__vdso_gettc.c:325 #1 0x000000080183e729 in binuptime (bt=0x7fffffffe150, tk=0x7ffffffff1b0, abs=1) at /usr/src/lib/libc/sys/__vdso_gettimeofday.c:43 #2 0x000000080183e818 in __vdso_clock_gettime (clock_id=13, ts=0x7fffffffe1b8) at /usr/src/lib/libc/sys/__vdso_gettimeofday.c:149 #3 0x0000000801827a31 in __clock_gettime (clock_id=13, ts=0x7fffffffe1b8) at /usr/src/lib/libc/sys/clock_gettime.c:46 #4 0x00000008018271da in time (t=0x801e225a8) at /usr/src/lib/libc/gen/time.c:45 #5 0x000000000044fd6f in perl_parse (my_perl=0x801e22000, xsinit=0x421490 <xs_init>, argc=<value optimized out>, argv=0x306, env=<value optimized out>) at perl.c:1822 #6 0x00000000004213ea in main (argc=<value optimized out>, argv=<value optimized out>, env=0x7fffffffe370) at perlmain.c:126 ##### -- James E Keenan (jkeenan@cpan.org) --- via perlbug: queue: perl5 status: open https://rt.perl.org/Ticket/Display.html?id=134172Thread Previous | Thread Next