Closed GoogleCodeExporter closed 9 years ago
Hi,
was a simple case of adding:
__ZNK3re211FilteredRE2*
to libre2.symbols.darwin
Also noticed that it is an uncaught error (resulting in a a segmentation fault
on an empty atom_index_to_id_ in prefilter_tree.cc:296) to only add one regex
to a FilteredRE2 instance and then run Compile followed by FirstMatch. Maybe
there should be a guard in FilteredRE2::Compile or
PrefilterTree::AssignUniqueIds?
Original comment by DonovanH...@gmail.com
on 7 Mar 2012 at 6:51
Attachments:
Hi,
turns out the symbols are incomplete for Linux as well. I've updated the patch
here:
https://github.com/mediastandardstrust/superfastmatch/commit/b768099460d3274ab35
70c3889f2cda501835282
Is there any chance you could include the fix? If you want me to go through the
code review route I can, although it is fairly straight forwards .
Cheers,
Donovan.
Original comment by DonovanH...@gmail.com
on 19 Mar 2012 at 8:36
This issue was closed by revision 975db9909185.
Original comment by rsc@swtch.com
on 10 Jan 2014 at 1:49
Original issue reported on code.google.com by
DonovanH...@gmail.com
on 6 Mar 2012 at 2:31Attachments: