Hi James,
James Vahn wrote to Jerry Coffin :
JV> Running the program under gdb produces a few complaints about the
JV> lack of symbols, then Segfault 0x4006bf7e in vfprintf ()
JV> and since nowhere do I find a call to vfprintf in Jan's code, this
JV> info is fairly useless to me. :(
Maybe you can try to find the fault in my program by commenting out some
piece of code. For example, you can change the following in ncurses.asm :
.MACRO _printw message .MACRO _printw message
# start _print message # start _print message
pushl \message # pushl \message
call printw ---> # call printw
addl $4,%esp # addl $4,%esp
# end _printw message # end _printw message
.ENDM .ENDM
If the 'Segmentation Fault' disappear after making this change, you can
assume that there is a problem with my _printw macro. If you keep having
the 'Segmentation Fault', you can try to comment out some other piece of
code.
Have a nice day, James. - Jan Wagemakers -
.!. You don't have to sleep to see nightmares. (Anne Clark)
--- Terminate 4.00/Pro
(2:292/8133.23)
---------------
* Origin: - Belgi‰/Belgium - Internet : JanW@mail.dma.be
|