| Topic: |
DEVELOP > c-Plus-Plus |
| User: |
"Mappopo" |
| Date: |
01 Nov 2003 05:18:23 AM |
| Object: |
floating point exception |
Hi,
I am trying to port a windows application in linux. It crashes at a
function call reporting the following output:
floating point exception
The function accept as parameters some function pointers, some numeric
values and some objects passed by reference.
A debugging print at the very beginning of the function is not executed.
Where is the error?
Because of the parameter passing by reference, I expected no copy
constructor is invoked, or not?
Thank in advance
.
|
|
| User: "Noah Roberts" |
|
| Title: Re: floating point exception |
01 Nov 2003 12:31:03 PM |
|
|
Mappopo wrote:
Hi,
I am trying to port a windows application in linux. It crashes at a
function call reporting the following output:
floating point exception
The function accept as parameters some function pointers, some numeric
values and some objects passed by reference.
A debugging print at the very beginning of the function is not executed.
Where is the error?
On line 42.
--
Noah Roberts
- "If you are not outraged, you are not paying attention."
.
|
|
|
|

|
Related Articles |
|
|