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=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!.POSTED!not-for-mail From: =?UTF-8?Q?Bj=c3=b6rn_Lundin?= Newsgroups: comp.lang.ada Subject: Re: Record operations (Algebraic Data Types and printing) Date: Thu, 11 Oct 2018 20:34:45 +0200 Organization: A noiseless patient Spider Message-ID: References: <0f5608ef-0038-491c-b15f-f67bcc76fae8@googlegroups.com> <00285ebf-6ede-44da-848f-456930dc7475@googlegroups.com> <3620199a-f025-4099-83ad-a1e5042dc6c0@googlegroups.com> <8903c94f-efc7-4a2c-9513-ee17890b49d2@googlegroups.com> <87woqosfs0.fsf@jacob-sparre.dk> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Date: Thu, 11 Oct 2018 18:34:46 -0000 (UTC) Injection-Info: reader02.eternal-september.org; posting-host="5377ded4273e54669fc1d54a2bb372c4"; logging-data="10101"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19nr8RmrrCiG54U0lUn1BzE" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.8.0 Cancel-Lock: sha1:ia4jadPYMwfn3xjzEzUjd64EZ2k= In-Reply-To: <87woqosfs0.fsf@jacob-sparre.dk> Content-Language: sv-FI Xref: reader02.eternal-september.org comp.lang.ada:54543 Date: 2018-10-11T20:34:45+02:00 List-Id: On 2018-10-11 16:45, Jacob Sparre Andersen wrote: > Actually, you can connect "gdb" to an already running process, but it is > of course limited what that can tell you about what went wrong before > you connected "gdb" to the process. Yes, of course. But that is of little use if the process crashed. Then I need the log, and the stacktrace (found in the log) -- -- Björn