HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Error floating-point assist fault at ip 4000000004...
Operating System - Linux
1832251
Members
2586
Online
110041
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
10-30-2006 08:11 PM
10-30-2006 08:11 PM
Error floating-point assist fault at ip 4000000004d08142
Hi,
I'm having error message in /var/log/messages
oracle(12479):floating-point assist fault at ip 4000000004d08142
Using rx7620 with Redhat Linux
Red Hat Enterprise Linux AS release 3 (Taroon Update 6)
Kernel 2.4.21-37.EL on an ia64
This error causing oracle intermittent down.
Do I need to upgrade the linux kernel for this issue ?
Thanks
I'm having error message in /var/log/messages
oracle(12479):floating-point assist fault at ip 4000000004d08142
Using rx7620 with Redhat Linux
Red Hat Enterprise Linux AS release 3 (Taroon Update 6)
Kernel 2.4.21-37.EL on an ia64
This error causing oracle intermittent down.
Do I need to upgrade the linux kernel for this issue ?
Thanks
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-01-2006 05:47 AM
11-01-2006 05:47 AM
Re: Error floating-point assist fault at ip 4000000004d08142
Those messages are not really errors. They only indicate that the oracle process did some math operations that required software emulation through the kernel trap handler. That happens when math is done on numbers that are very very close to zero. While the math is slower it is still done correctly, (with limited precision for such numbers).
It is possible to quiet the messages by running a program with the prctl command.
'prctl --fpemu=silent a.out'
would run a.out and any processes that it starts without reporting floating point emulation in /var/log/messages. The slow emulation will still happen. But it won't be logged.
Those messages are not related to oracle being down. That must have some other cause.
It is possible to quiet the messages by running a program with the prctl command.
'prctl --fpemu=silent a.out'
would run a.out and any processes that it starts without reporting floating point emulation in /var/log/messages. The slow emulation will still happen. But it won't be logged.
Those messages are not related to oracle being down. That must have some other cause.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-01-2006 01:41 PM
11-01-2006 01:41 PM
Re: Error floating-point assist fault at ip 4000000004d08142
I found information from oracle
Waht about this folating-point assist fault ?
When one does computation involving floats,the result may not always be turned into normalized representation,these numbers are called "denormals" They can be thought of as really tiny numbers handles these cases,but not always does the Floating Point Unit. There are two ways to deal with this problem:
- Silently ignore it ( may be by turning the number into zero )
- Inform the user that the result is a denormal and let him do what he wants with it (=we ask the user and his software to assist FPU )
The Intel Itanium does not fully support IEEE denormals and requires software assistance to handle them.
Waht about this folating-point assist fault ?
When one does computation involving floats,the result may not always be turned into normalized representation,these numbers are called "denormals" They can be thought of as really tiny numbers handles these cases,but not always does the Floating Point Unit. There are two ways to deal with this problem:
- Silently ignore it ( may be by turning the number into zero )
- Inform the user that the result is a denormal and let him do what he wants with it (=we ask the user and his software to assist FPU )
The Intel Itanium does not fully support IEEE denormals and requires software assistance to handle them.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-01-2006 01:43 PM
11-01-2006 01:43 PM
Re: Error floating-point assist fault at ip 4000000004d08142
case closed
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