node-pcre icon indicating copy to clipboard operation
node-pcre copied to clipboard

segfault with execAll

Open loveencounterflow opened this issue 10 years ago • 0 comments

doing

var re = new Pcre( '.' );
re.execAll( "foobar" );

gives me

node(1636,0x7fff7375e180) malloc: *** error for object 0x100000000: pointer being freed was not allocated
*** set a breakpoint in malloc_error_break to debug
Abort trap: 6

on NodeJS 0.10.32 and 0.10.33

loveencounterflow avatar Nov 10 '14 11:11 loveencounterflow