On Wed, 31 Jan 2001, Rudel Sun-woo wrote:

> however, when i run qmail-getpw after compiling, i get this error message:
>
> Segmentation Fault (Memory Dump)
>
> Error
>
> please help!

In summary:

* Use truss to get a sense of where the seg fault is happening

* Compile the program with the '-g' switch and analyze the core file
  with dbm

* Try compiling it with gcc instead, which can be obtained over at
  http://sunfreeware.com.

- Sam

Reply via email to