This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Libjava failures status
- From: andreas tobler <toa at pop dot agri dot ch>
- To: Jan Hubicka <jh at suse dot cz>
- Cc: GCC-Java <java at gcc dot gnu dot org>, GCC <gcc at gcc dot gnu dot org>
- Date: Sun, 10 Mar 2002 14:36:21 +0100
- Subject: Re: Libjava failures status
- References: <20020310121030.GB13110@atrey.karlin.mff.cuni.cz>
>> Hi,
>>
>> here the latest news from the darwin libjava build:
>
>This does not reproduce on the PPC box I can access. Can you possibly
>send me the prerocessed file, or, even better get it crash in gdb
>and do:
>
>break error
>run
>up
>p debug_bb (bb)
>bt
>and send me the output? It should be enought to localize the bug and
>pass that is causing it.
This causes me some major headache now. First, the PPC box I'm on is
running darwin5.3. (Mac-OSX)
Then, when I fire gdb and set the args and then run I always get the
program exited with code 01. I can't bt. Is this due to the os I'm on?
Second, when I try to add the -save-temps I only get a .s file and an
empty .ii file (without gdb invoked). Could you use the .s file as well?
Or do I do somethin wrong here. Well I used this method at least
successfully with gcc, maybe the problem here is the g++ which is not
able to being debuged well?
What else can I try?
Thanks,
Andreas