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=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.66.249.197 with SMTP id yw5mr4516896pac.34.1412339982646; Fri, 03 Oct 2014 05:39:42 -0700 (PDT) X-Received: by 10.140.109.100 with SMTP id k91mr369qgf.26.1412339982291; Fri, 03 Oct 2014 05:39:42 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!news.eternal-september.org!news.eternal-september.org!feeder.eternal-september.org!news.glorb.com!h18no1108442igc.0!news-out.google.com!q8ni41qal.1!nntp.google.com!dc16no401504qab.1!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Fri, 3 Oct 2014 05:39:42 -0700 (PDT) Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=147.162.84.158; posting-account=gHOEsQoAAAAw1TPToXmZbGUtSkzWWuyY NNTP-Posting-Host: 147.162.84.158 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: polyorb TASKING ERROR From: baesso91@gmail.com Injection-Date: Fri, 03 Oct 2014 12:39:42 +0000 Content-Type: text/plain; charset=ISO-8859-1 Xref: news.eternal-september.org comp.lang.ada:22034 Date: 2014-10-03T05:39:42-07:00 List-Id: I'm develop a project using polyorb and DSA. The application run, but suddendly this polyorb exception is thrown. polyorb.orb_controller: attempt to re-enter critical section polyorb.orb: ORB.Run got exception: polyorb.orb: Exception name: TASKING_ERROR Message: Failure during activation PID: 3 polyorb.orb_controller: attempt to re-enter critical section polyorb.orb: ORB.Run got exception: polyorb.orb: Exception name: PROGRAM_ERROR Message: adjust/finalize raised POLYORB.PROTOCOLS.GIOP.GIOP_ERROR: polyorb-protocols-giop-common.adb:728 PID: 3 I found documentation explaining that the reason may be giving during rendezvous between tasks, but i don't use it. The message says that critical sections are involved, but i don't understand if there is a deadlock or somebody else.