This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: Trunk frustration
- To: Gerald Pfeifer <pfeifer at dbai dot tuwien dot ac dot at>
- Subject: Re: Trunk frustration
- From: Gabriel Dos Reis <gdr at codesourcery dot com>
- Date: 26 Jul 2001 16:03:45 +0200
- Cc: Daniel Berlin <dan at cgsoftware dot com>, <gcc at gcc dot gnu dot org>, <libstdc++ at gcc dot gnu dot org>, Andreas Jaeger <aj at suse dot de>, Stan Shebs <shebs at apple dot com>, Jan Hubicka <jh at suse dot cz>, <geoffk at geoffk dot org>, <kenner at vlsi1 dot ultra dot nyu dot edu>, Jeffrey A Law <law at redhat dot com>
- Organization: CodeSourcery, LLC
- References: <Pine.BSF.4.33.0107261528120.14370-100000@taygeta.dbai.tuwien.ac.at>
Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at> writes:
| > Is it not marked executable, or just not producing a valid executable
| > at all?
|
| It is marked executable, but crashes upon startup.
Hmm, may that be related to this patch
2001-07-19 Gabriel Dos Reis <gdr@merlin.codesourcery.com>
Bert De Knuydt <Bert.Deknuydt@esat.kuleuven.ac.be>
* src/gen-num-limits.cc (set_signals_handler): New function.
Factor out signals setting. Set signal handler for SIGILL.
I cheked in that patch precisely because, there were an "illegation
instruction" trap at startup. Several people which tested the patch
reported the problem was fixed.
-- Gaby