What version of EPICS base, asyn, and modbus are you using? I cannot find any error messages in base 3.14.12.5 that contain the string "array too large". Is that the exact error message you are getting? Since you are getting a core dump
you can run gdb on the core file to see exactly where it is crashing.
Mark
Sent from my iPhone
> On Dec 28, 2016, at 9:15 AM, lzf neu <
[email protected]> wrote:
>
> Hi all,
>
> I want to read real-time dose value from the radiation monitor by using epics. The driver is modbus and asyn.
>
> However,when starting epics ioc in server, I encounter a problem, the terminal displays something like the following information:
> Link A array too large..
> Link B array too large..
> ......
> Link L array too large...
> Segment fault(core dump)
>
> The operation system used in server is fedora20 64bit. However, the same operation system and the same modbus and asyn driver works well in my laptop connected to the monitor.
>
> Could you give me some suggestions to solve the problem, thanks in advanced.
>