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 autolearn=unavailable autolearn_force=no version=3.4.4 Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!mx02.eternal-september.org!news.eternal-september.org!feeder.eternal-september.org!aioe.org!.POSTED!not-for-mail From: =?ISO-8859-15?Q?Markus_Sch=F6pflin?= Newsgroups: comp.lang.ada Subject: gnoga: SIGSEGV in aws.net.websocket.send() when exiting application Date: Tue, 07 Oct 2014 14:31:59 +0200 Organization: Aioe.org NNTP Server Message-ID: NNTP-Posting-Host: MdpKeRr+sx3LK7JQiK5aNw.user.speranza.aioe.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: abuse@aioe.org User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 X-Notice: Filtered by postfilter v. 0.8.2 Xref: news.eternal-september.org comp.lang.ada:22173 Date: 2014-10-07T14:31:59+02:00 List-Id: I'm toying around with gnoga, and I noticed that I get a SIGSEGV whenever I press "Exit Application" in any of the tutorials. Is this currently expected? For tutorial 07, the call stack looks like this: Program received signal SIGSEGV, Segmentation fault. 0x00000000005b0d7f in aws.net.websocket.send () (gdb) where #0 0x00000000005b0d7f in aws.net.websocket.send () #1 0x0000000000473e3e in gnoga.server.connection.execute_script () #2 0x000000000041b419 in gnoga.gui.base.finalize () #3 0x0000000000424d33 in gnoga__gui__element__common__div_typeDF__2 () #4 0x0000000000405e3e in tutorial_07__app_dataDF.3335 () #5 0x0000000000406069 in tutorial_07__app_dataFD.3341 () #6 0x00000000006b66a2 in system.finalization_masters.finalize () #7 0x00000000004064b9 in tutorial_07___finalizer.2561 () #8 0x0000000000405d97 in tutorial_07 () This is on Ubuntu 14.04.1 LTS 64 bit, using GnatPro 7.2.2 and AWS 3.1.1. Markus