Pluginval succed in GUI but fail in CL

Hello! I have this problem. I build my VST3 plugin and validates with no errors (ALL TESTS PASSED) in pluginval GUI version in windows, mac and linux. But when i try to validate the same plugin using command line in linux or mac i get the error “Segmentation fault (core dumped)”. This only happened with vst3 format. vst and au validate ok both in GUI and CL.
Please ask what extra information is needed to understand the problem.
Thank you very much!
Ignacio

Have you run it in the debug mode?

Thank you very much for your suggestion. No I didn’t. I will run it in debug mode and post any new information.