Home · Articles · Downloads · Hobby Wear · Forums · Web Links · News CategoriesThursday, April 25, 2024
Navigation
Home
Articles
Downloads
Hobby Wear
FAQ
Forums
Web Links
News Categories
Contact Us
Photo Gallery
OpenVMS Bigot
Search
Users Online
Guests Online: 6
No Members Online

Registered Members: 7,708
Newest Member: nifseg
Sponsors
Island Computer
View Thread
OpenVMS Hobbyist Program | Alpha Systems Forums | FreeAXP
Author Error at booting OpenVMS 7.1
Michael
Member

Posts: 3
Joined: 11.04.10
Posted on April 11 2010 20:52
Hi,

I get the error message with version 1.0 patch 5 build 261 if I boot OpenVMS 7.1, after this I can log in.

CSI-I-WRSTRING: Write string "-SYSTEM-F-HPARITH, high performance arithmetic trap, Imask=00000000, Fmask=003CE" on serial port 0
CSI-I-WRSTRING: Write string "A48, summary=1B, PC=0000000000380E10, PS=7B0E93B0" on serial port 0
CSI-I-WRSTRING: Write string "-SYSTEM-F-FLTINV, floating invalid operation, PC=0000000000380E10, PS=7B0E93B0" on serial port 0
CSI-I-WRSTRING: Write string "-SYSTEM-F-FLTOVF, arithmetic trap, floating overflow at PC=0000000000380E10, PS=" on serial port 0
CSI-I-WRSTRING: Write string "7B0E93B0" on serial port 0
CSI-I-WRSTRING: Write string "-SYSTEM-F-FLTUND, arithmetic trap, floating underflow at PC=0000000000380E10, PS" on serial port 0
CSI-I-WRSTRING: Write string "=7B0E93B0" on serial port 0
CSI-I-WRSTRING: Write string "%SYSTEM-F-HPARITH, high performance arithmetic trap, Imask=00000000, Fmask=00000" on serial port 0
CSI-I-WRSTRING: Write string "002, summary=40, PC=000000000007DE08, PS=0000001B" on serial port 0
CSI-I-WRSTRING: Write string "-SYSTEM-F-INTOVF, arithmetic trap, integer overflow at PC=000000000007DE08, PS=0" on serial port 0
CSI-I-WRSTRING: Write string "000001B" on serial port 0
CSI-I-WRSTRING: Write string "%TRACE-E-TRACEBACK, symbolic stack dump follows" on serial port 0
CSI-I-WRSTRING: Write string " image module routine line rel PC abs PC " on serial port 0
CSI-I-WRSTRING: Write string " ADARTL 0 0000000000054C14 00000000003CEC14" on serial port 0
CSI-I-WRSTRING: Write string " 0 FFFFFFFF804A7D94 FFFFFFFF804A7D94" on serial port 0
CSI-I-WRSTRING: Write string "----- above condition handler called with exception 00000504:" on serial port 0
CSI-I-WRSTRING: Write string "%SYSTEM-F-HPARITH, high performance arithmetic trap, Imask=00000000, Fmask=00000" on serial port 0
CSI-I-WRSTRING: Write string "002, summary=40, PC=000000000007DE08, PS=0000001B" on serial port 0
CSI-I-WRSTRING: Write string "-SYSTEM-F-INTOVF, arithmetic trap, integer overflow at PC=000000000007DE08, PS=0" on serial port 0
CSI-I-WRSTRING: Write string "000001B" on serial port 0
CSI-I-WRSTRING: Write string "----- end of exception message" on serial port 0
CSI-I-WRSTRING: Write string " 0 FFFFFFFF81E7059C FFFFFFFF81E7059C" on serial port 0
CSI-I-WRSTRING: Write string " SECURITY_SERVER 0 000000000006DE08 000000000007DE08" on serial port 0
CSI-I-WRSTRING: Write string " SECURITY_SERVER ADA$ELAB_SECURITY_SERVER " on serial port 0
CSI-I-WRSTRING: Write string " 0 00000000000200C0 00000000000300C0" on serial port 0
CSI-I-WRSTRING: Write string " ADARTL 0 0000000000054D98 00000000003CED98" on serial port 0
CSI-I-WRSTRING: Write string " ADARTL 0 0000000000054514 00000000003CE514" on serial port 0
CSI-I-WRSTRING: Write string " ADARTL 0 000000000003F430 00000000003B9430" on serial port 0
CSI-I-WRSTRING: Write string " SECURITY_SERVER ADA$ELAB_SECURITY_SERVER " on serial port 0
CSI-I-WRSTRING: Write string " 0 000000000002005C 000000000003005C" on serial port 0
CSI-I-WRSTRING: Write string " SECURITY_SERVER 0 000000000007827C 000000000008827C" on serial port 0
CSI-I-WRSTRING: Write string " PTHREAD$RTL 0 000000000004C148 00000000004DA148" on serial port 0
CSI-I-WRSTRING: Write string " PTHREAD$RTL 0 0000000000030664 00000000004BE664" on serial port 0
CSI-I-WRSTRING: Write string " 0 FFFFFFFF81F890D8 FFFFFFFF81F890D8" on serial port 0:|:|
Author RE: Error at booting OpenVMS 7.1
VolkerHalle
Member

User Avatar

Posts: 104
Location: Germany
Joined: 02.04.10
Posted on April 11 2010 23:02
Michael,

these look like floating point problems in SECURITY_SERVER. If you post the messages from the Putty console terminal, they would be more readable.

Is SECURITY_SERVER running after startup has finished ?

$ SHOW SYS/PROC=SECU*

If not, what happens, if you try to restart it with:

$ @SYS$SYSTARTUP:STARTUP SECURITY_SERVER

Did you try booting any other version of OpenVMS ?

Volker.
http://www.invenate.de
Author RE: Error at booting OpenVMS 7.1
VolkerHalle
Member

User Avatar

Posts: 104
Location: Germany
Joined: 02.04.10
Posted on April 11 2010 23:29
Michael,

the 'problem' seems to be a HPARITH trap caused by an integer overflow at PC=0007DE08 in SECURITY_SERVER.

See $ HELP/MESS HPARITH for more information about this kind of error.

If you can get SECURITY_SERVER running, you can look at the instruction stream around this PC with SDA:

$ ANAL/SYS
SDA> SET PROC SECURITY_SERVER
SDA> EXA/INS 7DE08
SDA> EXA/INS 7DE08-20;30
SDA> EXIT

A process dump would certainly be better for analysis of this problem. If you can reproduce the problem, try a SET PROC/DUMP command before starting SECURITY_SERVER and see if a *.DMP file will be created.

This could either be some software problem within SECURITY_SERVER in V7.1 - this becomes less likely, if you have exactly this version running on a real Alpha - or a floating point problem in FreeAXP.

Could you install PersonalAlpha and boot the same virtual disk using that emulator ?

Volker.
http://www.invenate.de
Author RE: Error at booting OpenVMS 7.1
Bruce Claremont
Moderator

Posts: 623
Joined: 07.01.10
Posted on April 12 2010 08:03
I believe we have this issue fixed in the next release of FreeAXP.
Author RE: please re-test with .269
VolkerHalle
Member

User Avatar

Posts: 104
Location: Germany
Joined: 02.04.10
Posted on April 17 2010 20:11
Michael,

FreeAXP™ Beta 1.0.6.269 has been released on 15-APR-2010. Could you please verify, that you can now boot OpenVMS Alpha V7.1 without exceptions or floating point traps in SECURITY_SERVER.

Regards,

Volker.
http://www.invenate.de
Author RE: Beta 1.0.6.269 still works
Michael
Member

Posts: 3
Joined: 11.04.10
Posted on April 19 2010 19:15
Volker,

I have installed the new release 1.0.6.269 and I can now boot OpenVMS Alpha V7.1 without exceptions or floating point traps in SECURITY_SERVER.

I can also logged in without the workaround for OpenVMS 7.1
to initiate the device TTA0.

It works fine.

Regards,

Michael.
Jump to Forum:
Login
Username

Password



Not a member yet?
Click here to register.

Forgotten your password?
Request a new one here.
Member Poll
Are you going to OpenVMS Boot Camp 2016?

Yes

No

You must login to vote.
Shoutbox
You must login to post a message.

malmberg
August 04 2022
No more VAX hobbyist licenses. Community licenses for Alpha/IA64/X86_64 VMS Software Inc. Commercial VMS software licenses for VAX available from HPE.

ozboomer
July 20 2022
Just re-visiting.. No more hobbyist licenses? Is that from vmssoftware.com, no 'community' licenses?

valdirfranco
July 01 2022
No more hobbyist license...sad

mister_wavey
February 12 2022
I recall that the disks failed on the public access VMS systems that included Fafner

parwezw
January 03 2022
Anyone know what happened to FAFNER.DYNDS.ORG? I had a hobbyist account here but can longer access the site.

gtackett
October 27 2021
Make that DECdfs _2.1A_ for Vax

gtackett
October 27 2021
I'm looking for DECdfs V2.4A kit for VAX. Asking here just in case anyone is still listening.

MarkRLV
September 17 2021
At one time, didn't this web site have a job board? I would love to use my legacy skills one last time in my career.

malmberg
January 18 2021
New Hobbyist PAKs for VAX/VMS are no longer available according to reports. Only commercial licenses are reported to be for sale from HPE

dfilip
January 16 2021
Can someone please point me to hobbyist license pak? I'm looking for VAX/VMS 7.1, DECnet Phase IV, and UCX/TCPIP ... have the 7.1 media, need the license paks ... thanks!

Bart
October 16 2020
OpenVMS, and this website!

malmberg
September 05 2020
VSI community non-commercial licenses for AXP/IA64 are available now.

malmberg
September 05 2020
See the forum about licensing. Don't know if HPE hobby licenses still being issued. Commercial licenses still being sold.

silfox70
September 01 2020
I need the license for OpenVMS7.3. Where can I find them?

malmberg
August 29 2020
Eisner, which is currently being moved, got an SSH update and the keys were updated to more modern encryption standards.

Shoutbox Archive