- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- aCC runtime error
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
10-15-2008 07:04 PM
10-15-2008 07:04 PM
Recently we run into problem with our SCM on our appl server which is a "ia64 hp server rx5670", the SCM process crashed with SIGABRT when we run a large case (it should use more memory storage), and the following error occurs -
08/10/13 00:47:35: Starting 1st scheduling (non-shared resource and material constrained)
1:250905599.999590009451,0.000000000000
aCC runtime: Uncaught exception of type "std::bad_alloc".
we got this error for std::bad_alloc class, and seems that NOT all virtual functions are correctly defined in the derived classes or HP-UX does not support thread-safe. The following link shows some info about thread-safe implementations on HP-UX…
http://www.boost.org/doc/libs/1_34_0/doc/html/thread.html
Should you have any idea what the problem could be or whether there is any known patch for aCC runtime library for this problem, please advise.
Many thanks.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2008 05:28 PM - edited 11-02-2011 10:07 PM
10-16-2008 05:28 PM - edited 11-02-2011 10:07 PM
SolutionEverything you need to know is in my message and the Standard.
>we got this error for std::bad_alloc class,
bad_alloc means you are out of memory on operator new or operator new[]. It has nothing to do with virtual functions nor threading. These have their own messages.
You will have to increase maxdsiz/maxdsiz_64bit or possibly add more swapspace.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2011 08:07 AM
11-02-2011 08:07 AM
Re: aCC runtime error
I am getting this error:
Running al_engine command...
aCC runtime: Uncaught exception of type "std::basic_string<char,std::char_traits<char>,std::allocator<char> >".
sh: 15205 Abort(coredump).
I added oracel to the bodi group in the /etc/group and made sure that bodi was the group associated with /local/apps/bods3 (The bods3 home directory).
This seemed to resolve my problems...just posting it here for anyone who may be having these problems.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2011 10:07 PM
11-02-2011 10:07 PM
Re: aCC runtime error Uncaught exception of type std::basic_string
>just posting it here for anyone who may be having these problems.
This is a completely different error and has nothing to do with the original topic.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2012 03:14 AM
03-01-2012 03:14 AM
Re: aCC runtime error Uncaught exception of type std::bad_alloc
I am getting the following error message:
aCC runtime: Uncaught exception of type "std::runtime_error".
Do anyone have any idea on this?
What could be the problem and how this can be resolved.
I am using HP-UX ia64 11.23.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2012 04:56 AM - edited 03-01-2012 04:58 AM
03-01-2012 04:56 AM - edited 03-01-2012 04:58 AM
Re: aCC runtime error Uncaught exception of type std::runtime_error
>What could be the problem and how this can be resolved?
You need to get a stacktrace so you can see where it is being thrown.
What is your libCsup version? Newer version may print out what() with more details.