Title: pth system 'make test' fails

Hi ,

enclosed is the output of 'make test' , after I ran 'make' successfully.
thanks in advance



<<pth_error.txt>>


Now please type `make' to compile. Good luck.

# ^U
make
./shtool scpp -o pth_p.h -t pth_p.h.in -Dcpp -Cintern -M '==#==' pth_compat.c 
pth_debug.c pth_syscall.c pth_errno.c pth_ring.c pth_mctx.c  pth_clean.c pth_time.c 
pth_tcb.c pth_util.c pth_pqueue.c pth_event.c  pth_sched.c pth_data.c pth_msg.c 
pth_cancel.c pth_sync.c pth_attr.c pth_lib.c  pth_fork.c pth_high.c pth_ext.c
./libtool --mode=compile --quiet gcc -c -I. -O2 pth_debug.c
./libtool --mode=compile --quiet gcc -c -I. -O2 pth_ring.c
./libtool --mode=compile --quiet gcc -c -I. -O2 pth_pqueue.c
./libtool --mode=compile --quiet gcc -c -I. -O2 pth_time.c
./libtool --mode=compile --quiet gcc -c -I. -O2 pth_errno.c
./libtool --mode=compile --quiet gcc -c -I. -O2 pth_mctx.c
./libtool --mode=compile --quiet gcc -c -I. -O2 pth_tcb.c
./libtool --mode=compile --quiet gcc -c -I. -O2 pth_sched.c
./libtool --mode=compile --quiet gcc -c -I. -O2 pth_attr.c
./libtool --mode=compile --quiet gcc -c -I. -O2 pth_lib.c
./libtool --mode=compile --quiet gcc -c -I. -O2 pth_event.c
./libtool --mode=compile --quiet gcc -c -I. -O2 pth_data.c
./libtool --mode=compile --quiet gcc -c -I. -O2 pth_clean.c
./libtool --mode=compile --quiet gcc -c -I. -O2 pth_cancel.c
./libtool --mode=compile --quiet gcc -c -I. -O2 pth_msg.c
./libtool --mode=compile --quiet gcc -c -I. -O2 pth_sync.c
./libtool --mode=compile --quiet gcc -c -I. -O2 pth_fork.c
./libtool --mode=compile --quiet gcc -c -I. -O2 pth_util.c
./libtool --mode=compile --quiet gcc -c -I. -O2 pth_high.c
./libtool --mode=compile --quiet gcc -c -I. -O2 pth_syscall.c
./libtool --mode=compile --quiet gcc -c -I. -O2 pth_ext.c
./libtool --mode=compile --quiet gcc -c -I. -O2 pth_compat.c
./libtool --mode=link --quiet gcc -o libpth.la pth_debug.lo pth_ring.lo pth_pqueue.lo 
pth_time.lo pth_errno.lo  pth_mctx.lo pth_tcb.lo pth_sched.lo pth_attr.lo pth_lib.lo 
pth_event.lo  pth_data.lo pth_clean.lo pth_cancel.lo pth_msg.lo pth_sync.lo 
pth_fork.lo  pth_util.lo pth_high.lo pth_syscall.lo pth_ext.lo pth_compat.lo \
-rpath /usr/local/lib -version-info `./shtool version -l c -d libtool pth_vers.c`
gcc -c -I. -O2 test_std.c
gcc -c -I. -O2 test_common.c

./libtool --mode=link --quiet gcc  -o test_std test_std.o test_common.o libpth.la 
-lsocket -lnsl
gcc -c -I. -O2 test_mp.c
./libtool --mode=link --quiet gcc  -o test_mp test_mp.o test_common.o libpth.la 
-lsocket -lnsl
gcc -c -I. -O2 test_misc.c
./libtool --mode=link --quiet gcc  -o test_misc test_misc.o test_common.o libpth.la 
-lsocket -lnsl
gcc -c -I. -O2 test_philo.c
./libtool --mode=link --quiet gcc  -o test_philo test_philo.o test_common.o libpth.la 
-lsocket -lnsl
gcc -c -I. -O2 test_sig.c
./libtool --mode=link --quiet gcc  -o test_sig test_sig.o test_common.o libpth.la 
-lsocket -lnsl
gcc -c -I. -O2 test_select.c
./libtool --mode=link --quiet gcc  -o test_select test_select.o test_common.o 
libpth.la -lsocket -lnsl
gcc -c -I. -O2 test_httpd.c
./libtool --mode=link --quiet gcc  -o test_httpd test_httpd.o test_common.o libpth.la 
-lsocket -lnsl
gcc -c -I. -O2 test_sfio.c
./libtool --mode=link --quiet gcc  -o test_sfio test_sfio.o test_common.o libpth.la 
-lsocket -lnsl

Now please type `make test' to run a quick test suite. Hope it works.

# make test

=== TESTING GLOBAL LIBRARY API ===

Fetching library version
version = 0x103207

=== TESTING BASIC OPERATION ===

Initializing Pth system (spawns scheduler and main thread)
Killing Pth system for testing purposes
Re-Initializing Pth system

=== TESTING BASIC THREAD OPERATION ===

Creating attribute object
Spawning thread
Joining thread
Segmentation Fault - core dumped
Please send the following summary line together with details about
the configuration (pth_acdef.h, pth_acmac.h, config.status, config.log)
and build/test steps (output of 'make' and 'make test') to the author
Ralf S. Engelschall <[EMAIL PROTECTED]> to help him in tracking
down your platform problem.

Pth: FAILED: i386-pc-solaris2.7 | mcsc/sc/mc | down | 1.3.7


Reply via email to