I am new to Universe-database trying to publish my SUBROUTINE compiled at universe-database version (11.1 and 10.1.5) successfully at windows and Linux.
Publishing SUBROUTINE command
CATALOG filename HELLO
I am using universe 11.1 at windows and able to publish my SUBROUTINE successfully.
on other hand i am using universe 10.1.5 at Linux and found following error.
Abnormal termination开发者_StackOverflow社区 of UniVerse. Fault type is 11. Layer type is Unknown. Segmentation fault
what could be the possible reason.
please, suggest the appropriate solution.
That error usually means a physical error in the database. Same like if the files are corrupted.
You could try the command uvfixfile
I wouldn't push the object code around from a Windows system to a Linux system. Move the source code over, recompile and then catalog it on the Linux system.
精彩评论