help-gplusplus
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: HelloWorld.c CRASHES when moved from FC6 to FC3!!


From: Paul Pluzhnikov
Subject: Re: HelloWorld.c CRASHES when moved from FC6 to FC3!!
Date: Thu, 08 Feb 2007 17:57:53 -0800
User-agent: Gnus/5.1006 (Gnus v5.10.6) XEmacs/21.4 (Jumbo Shrimp, linux)

Robert Heller <heller@deepsoft.com> writes:

> *Usually* the libraries (the headers are not relevant once the
> executable has been built) will support a program built with an older
> version of the library.  Often if the executable was built with a newer
> version of the library, it won't work properly with the older library.

Exactly my point.

> The most cause of the OP's problem likely set of libraries that are
> actually part of the build chain -- libgcc and/or libstdc++, rather
> then glibc.

What makes you think that?

The strace OP provided shows the exe being killed by SIGFPE *very*
early in the dynamic loader (long before libc.so.6, libgcc_s and
libstdc++.so have even been mmap()ed).

Cheers,
-- 
In order to understand recursion you must first understand recursion.
Remove /-nsp/ for email.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]