Vagabond / erlang-syslog

Erlang port driver for interacting with syslog via syslog(3)
Other
87 stars 55 forks source link

copy files will "Segmentation fault (core dumped)" #20

Closed dcy closed 9 years ago

dcy commented 9 years ago

The application is running in "~/sanguo/trunk/server/deps/syslog". Then execute "cp -r server/deps/syslog ~/sanguo/trunk/server/deps/" And call erlang-syslog, it will "Segmentation fault (core dumped)", And the Erlang node will be terminated.

dcy commented 9 years ago

The same as "cp server/deps/syslog/priv/syslog_drv.so ~/sanguo/trunk/server/deps/syslog/priv/"

dcy commented 9 years ago

Sorry! It is because .so can not cp in running time. rm .so before cp, then it works.