This is the mail archive of the glibc-linux@ricardo.ecn.wfu.edu mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: exit with success core dumps: SORRY, IT WORKS FINE!


SORRY...

Everything works fine.
Problem was related to a third party library.

Thanks a lot.
JP

Clayton Weaver wrote:

> man -S 3 exit   # describes exit()
> man -S 2 exit   # describes _exit()
>
> If you have the info pages installed,
>
> info glibc
> ctrl-S _exit  # press enter
>
> You can repeat the ctrl-S command to find other instances.
>
> As for why it segfaults, that's probably just a bug (might be a
> compiler bug rather than a glibc bug).
>
> The string.h/libgen.h problem shouldn't really have an order of inclusion
> dependency, the maintainers can probably work that out with an #ifdef (so
> that string.h is already included by libgen.h where it's needed, and
> doesn't get included again if _LIBGEN_H is already #defined).
>
> Regards,
>
> Clayton Weaver
> <mailto:cgweav@eskimo.com>
> (Seattle)
>
> "Everybody's ignorant, just in different subjects."  Will Rogers



--
Jean-Pierre Belanger, OSim Product Development Manager
OriginalSim  - Framework for building distributed simulations.
Tel: 514-766-8868 Ex:28, Fax: 514-766-8861
mailto:jpbelanger@originalsim.com, http://www.originalsim.com




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]