Bug 13441 - Can't run on Red Hat 9.0 just downloaded
Summary: Can't run on Red Hat 9.0 just downloaded
Status: RESOLVED FIXED
Alias: None
Product: gcc
Classification: Unclassified
Component: ada (show other bugs)
Version: 3.3.2
: P2 normal
Target Milestone: 3.4.0
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-12-19 10:16 UTC by Victor Pablos Ceruelo
Modified: 2005-07-23 22:49 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:
Known to work:
Known to fail:
Last reconfirmed:


Attachments
My computer system info. (268 bytes, text/plain)
2003-12-23 10:09 UTC, Victor Pablos Ceruelo
Details
Test program. (10.55 KB, application/octet-stream)
2003-12-23 10:14 UTC, Victor Pablos Ceruelo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Victor Pablos Ceruelo 2003-12-19 10:16:23 UTC
Hi.

I've downloaded Red Hat Linux 9.0 and intalled gnat ada on it (Package comes 
with distribution, gcc-gnat-3.2 ).

I've been working many years with gnat ada and I've thousands of examples. I 
can't run any of them. I simple compile them (without any warning) like I did 
in the past (with gnatmake) but they simple hang at run time. Examples  at gnat 
home page do the same. They do nothing at all: no error messages, no warning 
messages, no nothing. They simply hang. 

I've tried to download a new version, but it happens every time the same. ¿Can 
anyone help me? I need Gnat Ada to work.

Thanks.

                        Victor Pablos Ceruelo
Comment 1 Andrew Pinski 2003-12-19 11:05:03 UTC
We do not support packages which come with you disrubution, report bugs to RedHat.
Comment 2 Victor Pablos Ceruelo 2003-12-19 14:24:02 UTC
(In reply to comment #1)
> We do not support packages which come with you disrubution, report bugs to 
RedHat.

(In reply to comment #1)
> We do not support packages which come with you disrubution, report bugs to 
RedHat.

Comment 3 Victor Pablos Ceruelo 2003-12-19 14:29:24 UTC
I said:

>> I've tried to download a new version, but it happens every time
>> the same. 

So I've downloaded and installed a new version of gcc and ada, but it does the 
same.

About Red Hat, I've tried first at Bugzilla at Red Hat, but home page is out of 
work. You've said it's a Red Hat problem so I'll try later.

Thanks.
                          Victor Pablos
Comment 4 Andrew Pinski 2003-12-19 14:31:29 UTC
There is not enough information in this bug, read <http://gcc.gnu.org/bugs.html>.
Comment 5 Dara Hazeghi 2003-12-19 17:40:37 UTC
FYI, I built 3.3 branch on RH 9 a few days back and Ada most definitely did produce valid 
programs. Can you include a minimal failing testcase?
Comment 6 Victor Pablos Ceruelo 2003-12-23 10:09:08 UTC
Created attachment 5358 [details]
My computer system info.
Comment 7 Victor Pablos Ceruelo 2003-12-23 10:14:15 UTC
Created attachment 5359 [details]
Test program.
Comment 8 Victor Pablos Ceruelo 2003-12-23 10:18:05 UTC
I've successfully compiled helloworld and it runs perfectly.
You were right. I'm sorry.

I think fail is due to the use of concurrency made by the program. 
Program uses linux threads, and I've found that threads don't start.

Could it be a kernel problem ?
Thanks.
Comment 9 Arnaud Charlet 2004-01-06 14:39:35 UTC
The HEAD version is compatible with redhat 9.0, as well (I believe)
as the GCC 3.3 branch.

Please be sure to provide more details in your reports in the future,
and when reporting a redhat specific issue, please use the redhat
bugzilla, thanks.

Closing this PR.

Arno