HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Re: X-win problems
Operating System - OpenVMS
1828658
Members
2047
Online
109983
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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
08-17-2005 04:38 PM
08-17-2005 04:38 PM
X-win problems
I have a realtime X-win ( based on Xt+Xm kit)
display code , which produces 24 bit RGB colour or grey coded image display.
the Image displays start when a external process
provides the trigger and the data.
as such the display works automatically, the image display restarts on its own when the next trigger occurs.
the problem is after a few repitations (6/7/8..even 12 ) the above program traps out with a message
"X server- Error ???!! , process quota exceeded"
I have twiked around with the sysgen Pql, and system wide process parameters, and also tried loading the X-server with higher process quota limits. also tried around increasing the User
process quota in UAF as much as possible.
But all have not worked .
Anybody help?
M/c : Alpha - 500 Mhz, OVMS 6.2
DS - 25 1000 Mhz OVMS 7.3
display code , which produces 24 bit RGB colour or grey coded image display.
the Image displays start when a external process
provides the trigger and the data.
as such the display works automatically, the image display restarts on its own when the next trigger occurs.
the problem is after a few repitations (6/7/8..even 12 ) the above program traps out with a message
"X server- Error ???!! , process quota exceeded"
I have twiked around with the sysgen Pql, and system wide process parameters, and also tried loading the X-server with higher process quota limits. also tried around increasing the User
process quota in UAF as much as possible.
But all have not worked .
Anybody help?
M/c : Alpha - 500 Mhz, OVMS 6.2
DS - 25 1000 Mhz OVMS 7.3
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2005 06:13 PM
08-17-2005 06:13 PM
Re: X-win problems
The fact that it fails after several interations, of a particular program, also points to a memory leak. If so, any increase in quota is likely to only be a stopgap... I would check on patches back for 6.2, if you can get them still... (or upgrade).
Do you have access to the source?
Are you familiar with the Debugger, Heap analyzer and related tools?
Regards
Peter Q
Do you have access to the source?
Are you familiar with the Debugger, Heap analyzer and related tools?
Regards
Peter Q
Leave the Money on the Fridge.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2005 04:52 PM
08-18-2005 04:52 PM
Re: X-win problems
Thanks for ur idea, I have the source code as me +team is the design and developement team.
i have tried out the debugger, but as the code entres the Xserver code area, the debug fails to provide the right info.
code walk thru done several times.
i use the Xputimage call to draw the images to the screen ( XT output).
does such a call unwind the stack on its own?
i have tried out the debugger, but as the code entres the Xserver code area, the debug fails to provide the right info.
code walk thru done several times.
i use the Xputimage call to draw the images to the screen ( XT output).
does such a call unwind the stack on its own?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2005 07:03 PM
08-18-2005 07:03 PM
Re: X-win problems
A general question:
Is the XServer software build to accommodate DEBUG (compile and link)? If not, the debugger won't be of help. If you have the code and build commands, rebuildt that part as well. If the code is in a shared library, be sure to specify this by a logical. When building and runnning, this ogical should refer the debug version - which does not have to be installed. For "normal" use, refer to the "official" version.
Then on your program - just a hints.
Each time the image display restarts on its own, it doesn't mean allocated memory is automatically freed. It will when the executable actually stops, is removed from memory and restarted, but when the image is kept in memory, it might well be the pages are kept allocated - causing your problem.
If the image display code is threaded, thread-local allocations will be charged against the process. If "restart of image display" means "starting another thread" you will consume memory out the limits.
Willem
Is the XServer software build to accommodate DEBUG (compile and link)? If not, the debugger won't be of help. If you have the code and build commands, rebuildt that part as well. If the code is in a shared library, be sure to specify this by a logical. When building and runnning, this ogical should refer the debug version - which does not have to be installed. For "normal" use, refer to the "official" version.
Then on your program - just a hints.
Each time the image display restarts on its own, it doesn't mean allocated memory is automatically freed. It will when the executable actually stops, is removed from memory and restarted, but when the image is kept in memory, it might well be the pages are kept allocated - causing your problem.
If the image display code is threaded, thread-local allocations will be charged against the process. If "restart of image display" means "starting another thread" you will consume memory out the limits.
Willem
Willem Grooters
OpenVMS Developer & System Manager
OpenVMS Developer & System Manager
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP