On linux, what can cause dlopen to emit SIGFPE?
Posted
by kdt
on Stack Overflow
See other posts from Stack Overflow
or by kdt
Published on 2010-04-23T10:17:47Z
Indexed on
2010/04/23
10:23 UTC
Read the original article
Hit count: 394
I have a library of dubious origins which is identified by file
as a 32 bit executable. However, when I try to dlopen
it on a 32 bit CentOS 4.4 machine, dlopen terminates with SIGFPE
. Surely if there was something wrong with the format of the binary then dlopen
should be handling an error?
So the question is: What kinds of problems can cause dlopen to emit SIGFPE?
© Stack Overflow or respective owner