On Thu, 06 Jun 2019 08:54:29 -0700, jkeenan wrote: > 'cont' returned within 1 second. [...] > (gdb) cont > Continuing. > > Breakpoint 1, Perl_sv_vcatpvfn_flags (my_perl=<value optimized out>, > sv=<value optimized out>, > pat=<value optimized out>, patlen=<value optimized out>, args=0x0, > svargs=0x801e16530, > sv_count=1, maybe_tainted=0x452591, flags=0) at sv.c:13092 > 13092 Perl_croak(aTHX_ "Numeric format result too > large"); Sorry, that has not progressed; please repeat the 'cont' until it says something about changing the watched value - it should look something like: Hardware watchpoint 1: PL_locale_mutex Old value = (pthread_mutex_t) 0x[some value] New value = (pthread_mutex_t) 0x2 Hugo --- via perlbug: queue: perl5 status: open https://rt.perl.org/Ticket/Display.html?id=134172Thread Previous | Thread Next