I was not trying to run both at the same time. The port was not in use. If I did attempt to run both at the same time, I would get an error on binding to the port, if the first attempt was able to bind and didn't throw a segfault from sfcapd.
netstat -anp
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 0.0.0.0:3306 0.0.0.0:* LISTEN 1154/mysqld
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 2540/sshd
tcp 0 0 127.0.0.1:25 0.0.0.0:* LISTEN 1186/sendmail
tcp 0 0 10.1.10.43:22 10.1.10.40:49127 ESTABLISHED 1797/sshd
tcp 0 0 :::80 :::* LISTEN 1203/httpd
tcp 0 0 :::22 :::* LISTEN 2540/sshd
tcp 0 0 ::ffff:10.1.10.43:80 ::ffff:10.1.10.10:8064 TIME_WAIT -
tcp 0 0 ::ffff:10.1.10.43:80 ::ffff:10.1.10.10:8136 TIME_WAIT -
Active UNIX domain sockets (servers and established)
Proto RefCnt Flags Type State I-Node PID/Program name Path
unix 2 [ ACC ] STREAM LISTENING 6620 1/init @/com/ubuntu/upstart
unix 2 [ ACC ] STREAM LISTENING 8047 1154/mysqld /var/lib/mysql/mysql.sock
unix 3 [ ] DGRAM 23442 2585/rsyslogd /dev/log
unix 2 [ ] DGRAM 29643 11023/sfcapd
unix 2 [ ] DGRAM 23424 2568/crond
unix 2 [ ] DGRAM 9250 1816/su
unix 2 [ ] DGRAM 9231 1815/sudo
unix 3 [ ] STREAM CONNECTED 9180 1797/sshd
unix 3 [ ] STREAM CONNECTED 9179 1799/sshd
unix 2 [ ] DGRAM 9176 1797/sshd
unix 2 [ ] DGRAM 8118 1194/sendmail: Queu
unix 2 [ ] DGRAM 8099 1186/sendmail
The 32-bit vSphere image is having similar issues:
gdb /usr/local/bin/sfcapd
GNU gdb (GDB) Red Hat Enterprise Linux (7.2-60.el6_4.1)
Copyright (C) 2010 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <
http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "i686-redhat-linux-gnu".
For bug reporting instructions, please see:
<
http://www.gnu.org/software/gdb/bugs/>...
Reading symbols from /usr/local/bin/sfcapd...done.
(gdb) set args -I 5 -l /usr/local/nagiosna/var/WAN/flows -p 6038
(gdb) run
Starting program: /usr/local/bin/sfcapd -I 5 -l /usr/local/nagiosna/var/WAN/flows -p 6038
Add extension: 2 byte input/output interface index
Add extension: 4 byte input/output interface index
Add extension: 2 byte src/dst AS number
Add extension: 4 byte src/dst AS number
Program received signal SIGSEGV, Segmentation fault.
0x955d0d63 in ?? ()
Missing separate debuginfos, use: debuginfo-install glibc-2.12-1.132.el6.i686
(gdb) backtrace
#0 0x955d0d63 in ?? ()