From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,cb04cee6116c8ced X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII Path: g2news1.google.com!postnews.google.com!z26g2000yqm.googlegroups.com!not-for-mail From: =?ISO-8859-1?Q?Hibou57_=28Yannick_Duch=EAne=29?= Newsgroups: comp.lang.ada Subject: Re: Package's private parts and protected types Date: Tue, 9 Feb 2010 23:17:53 -0800 (PST) Organization: http://groups.google.com Message-ID: <7e25ddf9-bf7a-4135-bbf4-8b158960d3f9@z26g2000yqm.googlegroups.com> References: <7ff3810f-3ee3-4f39-a54c-933ad7d0655c@36g2000yqu.googlegroups.com> <1v2la97s2yyvd.1rcy0ana8mver.dlg@40tude.net> <3bb38996-47f7-4f30-8255-f011501404b5@b10g2000yqa.googlegroups.com> <4e959c35-34d1-49fb-b1eb-5b298e42610f@z19g2000yqk.googlegroups.com> NNTP-Posting-Host: 86.75.149.66 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1265786273 1236 127.0.0.1 (10 Feb 2010 07:17:53 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Wed, 10 Feb 2010 07:17:53 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: z26g2000yqm.googlegroups.com; posting-host=86.75.149.66; posting-account=vrfdLAoAAAAauX_3XwyXEwXCWN3A1l8D User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; fr),gzip(gfe),gzip(gfe) Xref: g2news1.google.com comp.lang.ada:9069 Date: 2010-02-09T23:17:53-08:00 List-Id: On 10 f=E9v, 06:12, Hibou57 (Yannick Duch=EAne) wrote: > What confused me, was I meet with initialization of a class wide type > whose initializer was to of a protected type, as explained in the > reply to Robert/Bob. > > I could finally solve it, using a function, instead of an aggregate. Unfortunately, this was working only when the interface type is "implemented" by a protected type, but as soon as I want to apply the same scheme with a task type "implementing" the interface, then GNAT crashes (it says Program_Error EXCEPTION_ACCESS_VIOLATION). Not lucky