Skip to content

Instantly share code, notes, and snippets.

@Overbryd
Created June 25, 2012 18:57
Show Gist options
  • Save Overbryd/2990517 to your computer and use it in GitHub Desktop.
Save Overbryd/2990517 to your computer and use it in GitHub Desktop.
gdb output of a segfaulting httperf run on Mac OSX 10.7
Starting program: /usr/local/bin/httperf --server server.internet.com --port 80 --method POST --uri /landing_page/ --rate 100 --num-conn 10000 --num-call 1 --timeout 5
Reading symbols for shared libraries ++++.......................... done
httperf --timeout=5 --client=0/1 --server=server.internet.com --port=80 --uri=/landing_page/ --rate=100 --send-buffer=4096 --recv-buffer=16384 --method=POST --num-conns=10000 --num-calls=1
httperf: warning: open file limit > FD_SETSIZE; limiting max. # of open files to FD_SETSIZE
Program received signal EXC_BAD_ACCESS, Could not access memory.
Reason: KERN_INVALID_ADDRESS at address: 0x0000000000000004
0x0000000100004040 in ?? ()
(gdb) bt
#0 0x0000000100004040 in ?? ()
#1 0x0000000100003091 in ?? ()
#2 0x0000000100001314 in ?? ()
@jithine
Copy link

jithine commented Feb 14, 2013

Hi, Did you find a solution to this problem? I have the same issue with httperf installed via macports.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment