www.delorie.com/archives/browse.cgi   search  
Mail Archives: djgpp/1996/08/18/08:27:58

Date: Sun, 18 Aug 1996 15:22:04 +0200 (IST)
From: Eli Zaretskii <eliz AT is DOT elta DOT co DOT il>
To: Aldenir Galdino Pereira <aldenir AT galdino DOT ultranet DOT com>
Cc: djgpp AT delorie DOT com
Subject: Re: gettext, problem with
In-Reply-To: <4v0ek3$7sh@decius.ultra.net>
Message-Id: <Pine.SUN.3.91.960818151527.1338M-100000@is>
Mime-Version: 1.0

On Thu, 15 Aug 1996, Aldenir Galdino Pereira wrote:

> I'm having problems with the gettext() function, when I run the
> program I get the following mensage:
> 
> ting due to signal SIGSEGV
> General Protection Fault at eip=00018071

You are trying to do something that is not allowed in protected mode 
(like derefrencing a null pointer or referencing an address outside your 
address space).

There are no known bugs in `gettext', so please try first to debug your
program.  There is a program called `symify' in your bin/ subdirectory
that should help you make sense from the stack dump which gets printed
when the program crashes.  If you don't know how to use `symify' please
read section 9.2 of the DJGPP FAQ list (available as v2/faq201b.zip from
the same place you get DJGPP).  This will help you pinpoint the line in 
your program where it crashes; you can then debug the problem using one of 
the available debuggers.

If the above doesn't help you to figure out the cause of the crash, 
please post the code fragment where the program crashes, and somebody 
will find the solution.

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019