Re: [Tcpick-project] Mac OS X 64bit woes
Status: Beta
Brought to you by:
duskdruid
From: Chris M. <do...@gm...> - 2011-11-18 22:24:21
|
I have exactly the same crash on a 64 bit archlinux install: #2 0x00007fff8c15418e in vfprintf_l () #3 0x00000001000042a0 in color (attr=1051872, fg=1916690608, out=0x10000596a, fmt=0x10000596a " %s:%s ") at colors.c:42 #4 0x00000001000020fa in display_status (out=0x7fff723e54e8, conn=0x100100c30, status=SYN_SENT) at display.c:108 I fixed it by adding this line to lookup.h then running "make clean; make": char *lookup(); The problem is caused by this missing function prototype. Lots more prototypes are also missing, but adding this one this seems enough to fix this particular bug. Chris. |