mscdex / node-pcre

A pcre binding for node.js
MIT License
39 stars 9 forks source link

segfault with execAll #12

Open loveencounterflow opened 9 years ago

loveencounterflow commented 9 years ago

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