This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug ada/35284] Branch to 0x0 from Ada run-time
- From: "joel at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 31 Mar 2008 20:16:19 -0000
- Subject: [Bug ada/35284] Branch to 0x0 from Ada run-time
- References: <bug-35284-296@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #22 from joel at gcc dot gnu dot org 2008-03-31 20:16 -------
(In reply to comment #21)
> Best think would be to trace rtems calls on a platform where it works vs on the
> simulator. On a platform where it works, look at the backtrace of the task
> creation call and try to find out why it doesn't get called on i386 qemu.
>
I am back to this. Which pthread calls are of interest? I am starting
with pthread create, mutex init, lock and unlock, context switches and a few
condition variable calls. What else is of interest?
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35284