BB Unix Network Monitor - Message

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: {bb} BB core dump in FreeBSD 6.0 on amd 64



The issue may not necessarily be related to the compile errors.  Check the ownership of all of the resulting files and directories to make sure they are owned by the user you created for this purpose (usually "bbuser").


From: owner-bb@bb4.com [mailto:owner-bb@bb4.com] On Behalf Of naby@betline.ru
Sent: Saturday, November 12, 2005 11:46 AM
To: bb@bb4.com
Subject: {bb} BB core dump in FreeBSD 6.0 on amd 64

Hello,
When running make on FreeBSD 6.0 on adm64, it ends with the following:
Making freebsd makefile
BBOS="freebsd" CC="gcc" CFLAGS=" -DZOMBIE -Dfreebsd -DGETTIMEOFDAY -DREGEXEC -O" make -e bball
gcc  -DZOMBIE -Dfreebsd -DGETTIMEOFDAY -DREGEXEC -O -c bb.c
bb.c: In function `bbnotify':
bb.c:42: warning: cast to pointer from integer of different size
bb.c:52: warning: cast to pointer from integer of different size
bb.c:53: warning: cast to pointer from integer of different size
bb.c:54: warning: cast to pointer from integer of different size
gcc  -DZOMBIE -Dfreebsd -DGETTIMEOFDAY -DREGEXEC -O -c bbsend.c
bbsend.c: In function `bbsend':
bbsend.c:64: warning: cast to pointer from integer of different size
gcc  -DZOMBIE -Dfreebsd -DGETTIMEOFDAY -DREGEXEC -O -c utils.c
utils.c: In function `getlinebbhosts':
utils.c:237: warning: cast to pointer from integer of different size
utils.c: In function `getipaddr':
utils.c:329: warning: cast to pointer from integer of different size
utils.c:356: warning: cast to pointer from integer of different size
gcc  -DZOMBIE -Dfreebsd -DGETTIMEOFDAY -DREGEXEC -O `./minimake/genbbdefs` -g -o ../bin.`./minimake/bbmachine OS`/bb bb.o bbsend.o utils.o
gcc  -DZOMBIE -Dfreebsd -DGETTIMEOFDAY -DREGEXEC -O -c touchtime.c
gcc  -DZOMBIE -Dfreebsd -DGETTIMEOFDAY -DREGEXEC -O `./minimake/genbbdefs` -g -o ../bin.`./minimake/bbmachine OS`/touchtime touchtime.o
gcc  -DZOMBIE -Dfreebsd -DGETTIMEOFDAY -DREGEXEC -O -c getipaddr.c
gcc  -DZOMBIE -Dfreebsd -DGETTIMEOFDAY -DREGEXEC -O `./minimake/genbbdefs` -g -o ../bin.`./minimake/bbmachine OS`/getipaddr getipaddr.o utils.o
gcc  -DZOMBIE -Dfreebsd -DGETTIMEOFDAY -DREGEXEC -O `./minimake/genbbdefs` -g -c bbrun.c
gcc  -DZOMBIE -Dfreebsd -DGETTIMEOFDAY -DREGEXEC -O `./minimake/genbbdefs` -g -o ../bin.`./minimake/bbmachine OS`/bbrun bbrun.o utils.o
When run bb, it core dumped
 
When running make on FreeBSD 6.0 on adm64, whith options -O3 -mfpmath=sse,387 -msse2 -mmmx -msse -m3dnow -m64 -march=opteron it ends with the following:
Making freebsd makefile
BBOS="freebsd" CC="gcc" CFLAGS=" -DZOMBIE -Dfreebsd -DGETTIMEOFDAY -DREGEXEC -O3 -mfpmath=sse,387 -msse2 -mmmx -msse -m3dnow -m64 -march=opteron" make -e bball
gcc  -DZOMBIE -Dfreebsd -DGETTIMEOFDAY -DREGEXEC -O3 -mfpmath=sse,387 -msse2 -mmmx -msse -m3dnow -m64 -march=opteron -c bb.c
bb.c: In function `bbnotify':
bb.c:42: warning: cast to pointer from integer of different size
bb.c:52: warning: cast to pointer from integer of different size
bb.c:53: warning: cast to pointer from integer of different size
bb.c:54: warning: cast to pointer from integer of different size
gcc  -DZOMBIE -Dfreebsd -DGETTIMEOFDAY -DREGEXEC -O3 -mfpmath=sse,387 -msse2 -mmmx -msse -m3dnow -m64 -march=opteron -c bbsend.c
bbsend.c: In function `bbsend':
bbsend.c:64: warning: cast to pointer from integer of different size
gcc  -DZOMBIE -Dfreebsd -DGETTIMEOFDAY -DREGEXEC -O3 -mfpmath=sse,387 -msse2 -mmmx -msse -m3dnow -m64 -march=opteron -c utils.c
utils.c: In function `getlinebbhosts':
utils.c:237: warning: cast to pointer from integer of different size
utils.c: In function `getipaddr':
utils.c:329: warning: cast to pointer from integer of different size
utils.c:356: warning: cast to pointer from integer of different size
gcc  -DZOMBIE -Dfreebsd -DGETTIMEOFDAY -DREGEXEC -O3 -mfpmath=sse,387 -msse2 -mmmx -msse -m3dnow -m64 -march=opteron `./minimake/genbbdefs` -g -o ../bin.`./minimake/bbmachine OS`/bb bb.o bbsend.o utils.o
gcc  -DZOMBIE -Dfreebsd -DGETTIMEOFDAY -DREGEXEC -O3 -mfpmath=sse,387 -msse2 -mmmx -msse -m3dnow -m64 -march=opteron -c touchtime.c
gcc  -DZOMBIE -Dfreebsd -DGETTIMEOFDAY -DREGEXEC -O3 -mfpmath=sse,387 -msse2 -mmmx -msse -m3dnow -m64 -march=opteron `./minimake/genbbdefs` -g -o ../bin.`./minimake/bbmachine OS`/touchtime touchtime.o
gcc  -DZOMBIE -Dfreebsd -DGETTIMEOFDAY -DREGEXEC -O3 -mfpmath=sse,387 -msse2 -mmmx -msse -m3dnow -m64 -march=opteron -c getipaddr.c
gcc  -DZOMBIE -Dfreebsd -DGETTIMEOFDAY -DREGEXEC -O3 -mfpmath=sse,387 -msse2 -mmmx -msse -m3dnow -m64 -march=opteron `./minimake/genbbdefs` -g -o ../bin.`./minimake/bbmachine OS`/getipaddr getipaddr.o utils.o
gcc  -DZOMBIE -Dfreebsd -DGETTIMEOFDAY -DREGEXEC -O3 -mfpmath=sse,387 -msse2 -mmmx -msse -m3dnow -m64 -march=opteron `./minimake/genbbdefs` -g -c bbrun.c
gcc  -DZOMBIE -Dfreebsd -DGETTIMEOFDAY -DREGEXEC -O3 -mfpmath=sse,387 -msse2 -mmmx -msse -m3dnow -m64 -march=opteron `./minimake/genbbdefs` -g -o ../bin.`./minimake/bbmachine OS`/bbrun bbrun.o utils.o
When run bb, it core dumped too
 
Thanks
Naby
 
NOTICE: This email contains confidential or proprietary information which may be legally privileged. It is intended only for the named recipient(s). If an addressing error has misdirected the email, please notify the author by replying to this message. If you are not the named recipient, you are not authorized to use, disclose, distribute, copy, print or rely on this email, and should immediately delete it from your computer system.

Home | Main Index | Thread Index