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.

link|improve this question

0% accept rate
Sounds like you do not have the database set up correctly. – Teddy Jun 16 '11 at 15:32
You might not have enough RAM on the Linux machine. – Teddy Jun 16 '11 at 15:45
Is it just this SUBROUTINE, or does it do it for any program? If it is any program, you have a misconfiguration in either your UniVerse config, or in Linux (such as permissions). – Dan McGrath Jun 16 '11 at 20:31
Does 'CATALOG filename HELLO DIRECT' work? – Dan McGrath Jun 16 '11 at 20:49
While i just type command CATALOG and press enter. Then, i get message "CATALOG command line parsing error." – ranjit Jun 17 '11 at 9:51
show 1 more comment
feedback

3 Answers

That error usually means a phisical error in the database .. same of the files are corrupted

U could try the comannd uvfixfile

Tks PA

link|improve this answer
feedback

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.

link|improve this answer
feedback

Dave is right. Absolutely have to recompile and catalog.

Are you using any tools to compile and catalog (Dev Toolkit or such like). If not make sure of your syntax for BASIC and CATALOG. With the wrong syntax they can give weird results.

link|improve this answer
PS: make sure you overwrite anything that could be catalogued from a previous attempt. – user1154397 Jan 17 at 17:12
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.