[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Condor-users] condor_store_cred -c delete segfault
- Date: Mon, 6 Aug 2007 09:16:25 -0700
- From: "David Konerding" <dakoner@xxxxxxxxx>
- Subject: [Condor-users] condor_store_cred -c delete segfault
Hi,
When I run 'condor_store_cred -c delete' it segfaults. gdb backtrace implicates strlen()
(gdb) where
#0 0xb7d18c23 in strlen () from /lib/tls/i686/cmov/libc.so.6
#1 0x080cae6f in store_cred_service ()
#2 0x080cb43f in store_cred ()
#3 0x080b5459 in main ()
(gdb)
I am running Condor on linux x86 Ubuntu 7.04 'feisty', using
the Condor package from VDT-1.8 using the Debian-3.1 platform.
I also reproduced the segfault on a linux x86_64 Ubuntu 7.04 'feisty'
with a Condor 6.8.4 I downloaded directly from the Condor site
Dave