I am getting following error when I run any external command from the
3d.
Any suggestion to troubleshoot this issue?
poll(0xFFBED1E0, 1, -1) = 1
ioctl(0, I_PEEK, 0xFFBED2F8) = 1
read(0, " e x i t\n", 5) = 5
llseek(3, 0, SEEK_CUR) = 17272
llseek(3, 17272, SEEK_SET) = 17272
read(3, 0x00171BB8, 4096) = 0
llseek(3, 0, SEEK_END) = 17272
llseek(3, 0, SEEK_END) = 17272
write(3, " e x i t\n\0", 6) = 6
llseek(3, 0, SEEK_CUR) = 17278
getpid() = 1116 [1115]
ioctl(0, TCGETS, 0xFFBED6B0) = 0
setpgid(0, 1115) = 0
ioctl(2, TIOCGSID, 0xFFBED684) = 0
getsid(0) = 17257
ioctl(2, TIOCSPGRP, 0xFFBED730) = 0
Incurred fault #6, FLTBOUNDS %pc = 0xFF37843C
siginfo: SIGSEGV SEGV_MAPERR addr=0xDCC42944
Received signal #11, SIGSEGV [default]
siginfo: SIGSEGV SEGV_MAPERR addr=0xDCC42944
*** process killed ***
Thanks
Sang
> _____________________________________________
> From: Lee, Sang
> Sent: Thursday, January 22, 2009 8:32 AM
> To: [email protected]; Lee, Sang
> Subject: 3d regression test error
>
> Anyone know why I am getting following error during the 3d regression
> test of the ast release 2008-11-04.
>
> cmd/3d:
> + /u1/leesang/dev/ext/ast/arch/sol8.sun4/bin/3d
> /u1/leesang/dev/ext/ast/arch/sol8.sun4/bin/ksh regress
> /u1/leesang/dev/ext/ast/src/cmd/3d/3d.tst
> regress[1250]: .[286]: TEST: line 44: 2300: Memory fault
> regress[1]: CLEANUP[320]: RM: line 800: 2301: Memory fault
> regress[1]: CLEANUP[320]: RM: line 802: 2302: Memory fault
>
> Here are the build environment.
> 1. Build script
> #!/bin/ksh
> exec 1>build_nmake.log
> exec 2>&1
> set -x
>
> unset LD_LIBRARY_PATH PATH
> export
> PATH=/usr/local/devtools/binutils/bin:/usr/local/devtools/gcc/bin:/bin
> :/usr/bin:/usr/local/bin
>
> GZIP=/usr/local/bin/gzip
> WGET=/usr/local/bin/wget
>
> USER_ID="I accept www.opensource.org/licenses/cpl"
> PASSWORD="."
> URL="http://public.research.att.com/~gsf/download"
> RELEASES="2008-11-04"
> PACKAGES="INIT ast-open"
>
> # Download source code
> [[ -d bin ]] || mkdir -p bin && [[ -d lib/package/tgz ]] || mkdir -p
> lib/package/tgz
> for RELEASE in $RELEASES
> do
> for PACKAGE in $PACKAGES
> do
> [[ ! -f lib/package/tgz/$PACKAGE.$RELEASE.tgz ]] \
> && $WGET -O lib/package/tgz/$PACKAGE.$RELEASE.tgz --continue \
> --http-user="$USER_ID" --http-passwd="$PASSWORD"
> $URL/tgz/$PACKAGE.$RELEASE.tgz
> done
> done
>
> # Build
> for PACKAGE in $PACKAGES
> do
> $GZIP -cd lib/package/tgz/$PACKAGE.$RELEASE.tgz | tar -xvf -
> bin/package read
> bin/package make
> bin/package test
> bin/package install
> done
> $
>
> 2. Build platform
> $ uname -a
> SunOS devybld004 5.8 Generic_108528-29 sun4u sun4u sun4 SunOS
>
> 3. Compiler
> $ /usr/local/devtools/gcc/bin/gcc --version
> gcc (GCC) 3.3.3
> Copyright (C) 2003 Free Software Foundation, Inc.
> This is free software; see the source for copying conditions. There
> is NO
> warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
> PURPOSE.
>
> Thanks
> Sang
THE INFORMATION CONTAINED IN THIS MESSAGE AND ANY ATTACHMENT MAY BE PRIVILEGED,
CONFIDENTIAL, PROPRIETARY OR OTHERWISE PROTECTED FROM DISCLOSURE. If the reader
of this message is not the intended recipient, you are hereby notified that any
dissemination, distribution, copying or use of this message and any attachment
is strictly prohibited. If you have received this message in error, please
notify us immediately by replying to the message and permanently delete it from
your computer and destroy any printout thereof.
_______________________________________________
ast-developers mailing list
[email protected]
https://mailman.research.att.com/mailman/listinfo/ast-developers