- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Interesting PASCAL failure
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2006 08:57 PM
12-05-2006 08:57 PM
I thought I'd float this question here, see if I get a response while embarking on the tortorous route of getting our reseller to organise the ticket.
The pascal compiler (V5.9-95) crashed when building a debug version of an image. (Stack trace attached). This is unusual as the non-debug version build quite happily, in the past I've has problems with optimised code versus non-optimised code.
Any clues while I wait for HP to get in touch?
regards
Brian
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2006 09:25 PM
12-05-2006 09:25 PM
Re: Interesting PASCAL failure
And it fails on the v6 compiler as well. (see attached).
cheers
Brian
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2006 09:31 PM
12-05-2006 09:31 PM
Re: Interesting PASCAL failure
the error seems to be happening in the same routine in both compiler versions: DBG_FIND_LOCAL_THUNK
The routine name seems to imply, that it's being used when compiling /DEBUG.
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2006 09:15 AM
12-06-2006 09:15 AM
Re: Interesting PASCAL failure
By definition, any compiler generated stack dump is a bug which should be formally reported to HP.
If you can provide a (small?) reproducer, the compiler team will usually respond with a fix quickly. As long as it's not too unwieldy, the reproducer may then be added to the compiler regression test suite.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2006 06:59 PM
12-06-2006 06:59 PM
Re: Interesting PASCAL failure
I've already put that in motion (through the reseller as we don't have a support contract).
I'll have a word with the engineer and see if we can put to together a reproducer, can't guarantee a small one though.
cheers
Brian
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2006 12:55 AM
12-07-2006 12:55 AM
SolutionAs you guessed, this is with debug support for schema types (even STRING). V5.9 had some problems, but I spent a day or two cleaning it up for V6.0.
I would need to see a reproducer (I'll take something big as long as I have all the files needed to compile the program).
While you are waiting for the "official" response, feel free to send the sources directly to me at "john dot reagan at hp dot com"
John
Pascal Project Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2006 01:46 AM
12-07-2006 01:46 AM
Re: Interesting PASCAL failure
Thanks for that. The engineer is working on the reproducer at the moment. It should be with you soon (I hope).
cheers
Brian