2

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 of UniVerse. Fault type is 11. Layer type is Unknown. Segmentation fault

what could be the possible reason.

please, suggest the appropriate solution.

ranjit
  • 51
  • 1
  • 9

2 Answers2

1

That error usually means a physical error in the database. Same like if the files are corrupted.

You could try the command uvfixfile

рüффп
  • 5,172
  • 34
  • 67
  • 113
0

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.

DaveB
  • 1,836
  • 1
  • 15
  • 13