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

[condor-users] error with condor compile???



When I run jobs that I have compiled using condor_compile, they exit with
signal 4 as soon as they begin running on a node. The same program runs
fine if submitted without using condor_compile. Below is the output I get
from condor_compile... does it look alright or is there a problem here???

------------------------
[bob@one condor_examples]$ condor_compile gcc -o io.remote io.c
LINKING FOR CONDOR : /usr/bin/ld -L/usr/local/condor/lib -Bstatic -m
elf_i386 -dynamic-linker /lib/ld-linux.so.2 -o io.remote
/usr/local/condor/lib/condor_rt0.o
/usr/lib/gcc-lib/i386-redhat-linux/2.96/../../../crti.o
/usr/lib/gcc-lib/i386-redhat-linux/2.96/crtbegin.o -L/usr/local/condor/lib
-L/usr/lib/gcc-lib/i386-redhat-linux/2.96
-L/usr/lib/gcc-lib/i386-redhat-linux/2.96/../../.. /tmp/ccD0PaAe.o
/usr/local/condor/lib/libcondorzsyscall.a /usr/local/condor/lib/libz.a
-lgcc -lc -lnss_files -lnss_dns -lresolv -lc -lnss_files -lnss_dns
-lresolv -lc -lgcc /usr/lib/gcc-lib/i386-redhat-linux/2.96/crtend.o
/usr/lib/gcc-lib/i386-redhat-linux/2.96/../../../crtn.o
/usr/local/condor/lib/libcondorc++support.a
/usr/local/condor/lib/libcondorzsyscall.a(condor_file_agent.o): In
function `CondorFileAgent::open(char const *, int, int)':
/usr/condor/dir_11077/src/condor_ckpt/condor_file_agent.C:99: the use of
`tmpnam' is dangerous, better use `mkstemp'
gcc: file path prefix `/usr/local/condor/lib/' never used
[bob@one condor_examples]$


-------------------------------------
The last few lines bother me... but I don't really know whats going on.

If I submit this job useing condor_submit... it will give me an error
saying exiting with signal 4 right after it begins execution on a machine
in my condor pool.

Any help would be good :)

Cheers,
Leighton.


Condor Support Information:
http://www.cs.wisc.edu/condor/condor-support/
To Unsubscribe, send mail to majordomo@xxxxxxxxxxx with
unsubscribe condor-users <your_email_address>