forked from epics_driver_modules/motorBase
1477975057
Japan: "While I was developing an EPICS application on the top of the motor module, my application died for segmentation fault. The reason was my mistake: I forgot to call XPSConfigAxis before I start to use that axis, but it took time for me to find it out (e.g. compiled the motor module and my application with debug option, running gdb, ...). So, I thought it would be nice if an error message is shown in the console instead of sudden death only with segmentation fault message, and the attached patch does it."