- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Pro*C, gcc, HPUX 11.0(64 bit),acc
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
07-23-2001 10:35 AM
07-23-2001 10:35 AM
Pro*C, gcc, HPUX 11.0(64 bit),acc
Is acc support by Pro*C?
I am running a C/Pro*C program compiled using gcc (v. 2.95.2) on HPUX 11.0(64 bit L class with 4 CPU's and 4GB memory, 1 GB per CPU). I am using Oracle 8.1.6 32 bit. My OS was at an old patch level (May 2000) and my process WAS running perfectly. I've recently upgraded my patch level to Mar 2001 and am now getting periodic core dumps by my process with ORA-no data found errors in core file.
Second, the size of my executable on the OLD patch level is 1090608. The size now created (same exact source code) is 1053744.
When my process is running, it utilizes 99-100% CPU utilization.
Could there be an issue with the compilers?
Any ideas on why core dump? Please let me know if you need more info...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2001 11:03 AM
07-23-2001 11:03 AM
Re: Pro*C, gcc, HPUX 11.0(64 bit),acc
My best suggestion is to compile everything with the -g or -g0 option to enable debugging
with gdb. A stack trace should pinpoint the problem.
Good Hunting, Clay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2001 12:18 PM
07-23-2001 12:18 PM
Re: Pro*C, gcc, HPUX 11.0(64 bit),acc
Is aCC supported by Pro*C...It did not used to be (1999).
When would the OS deactivate
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2001 12:24 PM
07-23-2001 12:24 PM
Re: Pro*C, gcc, HPUX 11.0(64 bit),acc
I'm using Pro*C with aCC under both 11.0 and 11i without problem although my Oracle is 64-bit. But still, you should be able to now use gbd and one of your core files and zero in on this puppy. A stack trace on your core file should nail it.
Clay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2001 06:31 AM
07-26-2001 06:31 AM
Re: Pro*C, gcc, HPUX 11.0(64 bit),acc
#0 0xc0180730 in ?? ()
Error accessing memory address 0x0: Invalid argument.
What types of cases would this occur??
Thanks in advance...