1) This seems to be a duplicate of archived bug #368011

2) I downloaded efax_0.9a-19.dsc and compiled the sources.

   ==> the binary segfaults.

3) commenting out 'strip efix' in ./Makefile results in a binary which also
   segfaults.

4) running it under gdb yields

  (gdb) run
  Starting program: /home/pp/src/efax-0.9a/efix -n test.%03d test
  /home/pp/src/efax-0.9a/efix: Tue Apr 22 21:27:45 2008 efix v 0.3 Copyright
  1999 Ed Casas

  Program received signal SIGSEGV, Segmentation fault.
  0x0000000000405c11 in text_first (f=0x7fff0345ea90) at efaxlib.c:986
  986       if ( ! f->charw ) f->charw = f->font->w ;

Printing the values:
  (gdb) print f->charw
  $3 = 0
  (gdb) print f->font
  $4 = (faxfont *) 0x7a7651da3
  (gdb) print f->font->w
  Cannot access memory at address 0x7a7651da7



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to