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=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,64b0f2ea3d764650,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-07-25 11:47:21 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!colt.net!news-x2.support.nl!news.tiscali.nl!bnewspeer01.bru.ops.eu.uu.net!bnewspeer00.bru.ops.eu.uu.net!bnewspost00.bru.ops.eu.uu.net!emea.uu.net!read.news.nl.uu.net!not-for-mail Message-ID: <3D40479A.9943C172@fokkerspace.nl> Date: Thu, 25 Jul 2002 20:46:51 +0200 From: Jim Podmore Organization: Fokkerspace X-Mailer: Mozilla 4.72 [en] (X11; I; SunOS 5.5 sun4m) X-Accept-Language: en MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Problem with gdb / gvd and SIGUSR2 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-NNTP-Posting-Host: carlsberg.fokkerspace.nl NNTP-Posting-Host: fs209-84.dutchspace.nl X-Trace: 1027622808 read.news.nl.uu.net 222 194.178.209.84 X-Complaints-To: abuse@nl.uu.net Xref: archiver1.google.com comp.lang.ada:27408 Date: 2002-07-25T20:46:51+02:00 List-Id: I have an Ada program running under Irix which includes a pragma Attach_Handler for the SIGUSR2 signal. Once the handler has been attached, then when it receives the signal when running uner gdb or gvd, the debugger prints the following : Program received signal SIGUSR2, User defined signal 2. warning: (Internal error: pc 0xfaf3d54 in read in psymtab, but not in symtab.) warning: (Internal error: pc 0xfaf3d54 in read in psymtab, but not in symtab.) warning: (Internal error: pc 0xfaf3d54 in read in psymtab, but not in symtab.) warning: (Internal error: pc 0xfaf3d54 in read in psymtab, but not in symtab.) 0xfaf3d54 in __sigsuspend () warning: (Internal error: pc 0xfaf3d54 in read in psymtab, but not in symtab.) warning: (Internal error: pc 0xfaf3d54 in read in psymtab, but not in symtab.) and then stops. The signal is handled correctly when I run without the debugger. I have no problem with the signal handling, but need to debug the program of other problems. Any ideas ? Jim Podmore