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,6d98b55a35ce9983 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-02-12 07:03:25 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!feed2.news.rcn.net!rcn!chnws02.mediaone.net!cyclone.ne.ipsvc.net!65.96.0.182!typhoon.ne.ipsvc.net.POSTED!not-for-mail Message-ID: <3C6919DB.4040708@mediaone.net> From: Ed Falis User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.7) Gecko/20020203 MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: Gnu Visual Debugger - Exception in Win 98 References: <5ee5b646.0202111828.663308f6@posting.google.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Date: Tue, 12 Feb 2002 13:29:29 GMT NNTP-Posting-Host: 24.60.18.249 X-Complaints-To: abuse@mediaone.net X-Trace: typhoon.ne.ipsvc.net 1013520569 24.60.18.249 (Tue, 12 Feb 2002 08:29:29 EST) NNTP-Posting-Date: Tue, 12 Feb 2002 08:29:29 EST Organization: ATT Broadband Xref: archiver1.google.com comp.lang.ada:19935 Date: 2002-02-12T13:29:29+00:00 List-Id: I have an application based on GTK with some users on Win 95/98, and have seen a similar symptom: seg fault in kernel32.dll. The workaround is to locate gtkrc, and determine whether the font that's specified there is actually on the machine. Another possiblity is that the "module_path" doesn't point to the directory containing redmond.dll. If adjusting these doesn't work, you can comment out the module_path and redmond.dll references in the file - this will result in not having the windows theme. You'll have to experiment a bit. - Ed