Skip to content

Instantly share code, notes, and snippets.

@jbq
Created August 30, 2011 21:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jbq/1182132 to your computer and use it in GitHub Desktop.
Save jbq/1182132 to your computer and use it in GitHub Desktop.
Varnish 3.0.1 rc1 crash
warning: Can't read pathname for load map: Input/output error.
warning: Could not load shared library symbols for ./vcl.3pELQhya.so.
Do you need "set solib-search-path" or "set sysroot"?
Reading symbols from /usr/lib/varnish/libvarnish.so...Reading symbols from /usr/lib/debug/usr/lib/varnish/libvarnish.so...done.
done.
Loaded symbols for /usr/lib/varnish/libvarnish.so
Reading symbols from /usr/lib/varnish/libvarnishcompat.so...Reading symbols from /usr/lib/debug/usr/lib/varnish/libvarnishcompat.so...done.
done.
Loaded symbols for /usr/lib/varnish/libvarnishcompat.so
Reading symbols from /usr/lib/varnish/libvcl.so...Reading symbols from /usr/lib/debug/usr/lib/varnish/libvcl.so...done.
done.
Loaded symbols for /usr/lib/varnish/libvcl.so
Reading symbols from /usr/lib/varnish/libvgz.so...Reading symbols from /usr/lib/debug/usr/lib/varnish/libvgz.so...done.
done.
Loaded symbols for /usr/lib/varnish/libvgz.so
Reading symbols from /lib/x86_64-linux-gnu/libpcre.so.3...(no debugging symbols found)...done.
Loaded symbols for /lib/x86_64-linux-gnu/libpcre.so.3
Reading symbols from /lib/x86_64-linux-gnu/libdl.so.2...(no debugging symbols found)...done.
Loaded symbols for /lib/x86_64-linux-gnu/libdl.so.2
Reading symbols from /lib/x86_64-linux-gnu/libnsl.so.1...(no debugging symbols found)...done.
Loaded symbols for /lib/x86_64-linux-gnu/libnsl.so.1
Reading symbols from /lib/x86_64-linux-gnu/libm.so.6...(no debugging symbols found)...done.
Loaded symbols for /lib/x86_64-linux-gnu/libm.so.6
Reading symbols from /lib/x86_64-linux-gnu/libpthread.so.0...(no debugging symbols found)...done.
Loaded symbols for /lib/x86_64-linux-gnu/libpthread.so.0
Reading symbols from /lib/x86_64-linux-gnu/libc.so.6...(no debugging symbols found)...done.
Loaded symbols for /lib/x86_64-linux-gnu/libc.so.6
Reading symbols from /lib/x86_64-linux-gnu/librt.so.1...(no debugging symbols found)...done.
Loaded symbols for /lib/x86_64-linux-gnu/librt.so.1
Reading symbols from /lib64/ld-linux-x86-64.so.2...(no debugging symbols found)...done.
Loaded symbols for /lib64/ld-linux-x86-64.so.2
Reading symbols from /lib/x86_64-linux-gnu/libnss_compat.so.2...(no debugging symbols found)...done.
Loaded symbols for /lib/x86_64-linux-gnu/libnss_compat.so.2
Reading symbols from /lib/x86_64-linux-gnu/libnss_nis.so.2...(no debugging symbols found)...done.
Loaded symbols for /lib/x86_64-linux-gnu/libnss_nis.so.2
Reading symbols from /lib/x86_64-linux-gnu/libnss_files.so.2...(no debugging symbols found)...done.
Loaded symbols for /lib/x86_64-linux-gnu/libnss_files.so.2
Core was generated by `/usr/sbin/varnishd -P /var/run/varnishd.pid -a :80 -t 604800 -T localhost:6082'.
Program terminated with signal 11, Segmentation fault.
#0 0x00007ffd1bc3aaab in mempcpy () from /lib/x86_64-linux-gnu/libc.so.6
(gdb) bt
#0 0x00007ffd1bc3aaab in mempcpy () from /lib/x86_64-linux-gnu/libc.so.6
#1 0x00007ffd1bc29bbe in _IO_default_xsputn () from /lib/x86_64-linux-gnu/libc.so.6
#2 0x00007ffd1bbfc31d in vfprintf () from /lib/x86_64-linux-gnu/libc.so.6
#3 0x00007ffd1bc20f02 in vsnprintf () from /lib/x86_64-linux-gnu/libc.so.6
#4 0x000000000043c92f in WSL (w=0x7ff086ffcb50, tag=SLT_LostHeader, id=64, fmt=0x472644 "%.*s") at cache_shmlog.c:256
#5 0x0000000000430519 in http_dissect_hdrs (w=0x7ff086ffcb50, hp=0x7ff07a68a3f8, fd=64,
p=0x7ff07a68add1 "Cookie: .ASPXANONYMOUS=9ERZIiKGzQEkAAAAZTJhYTNhZTYtZjlkYS00NGNlLWFiM2YtZDEzMmJhODRmN2Jj0; 12b1ff3cd687c4c1384c10f95c8684b5=025fa1fbf3a9f743e5219c52ae1418f5; 240plan=R3498220509; 28e5bbf660cb545fc854f5"...,
htc=0x7ff07a68a0f8) at cache_http.c:525
#6 0x0000000000430ba9 in http_splitline (w=0x7ff086ffcb50, fd=64, hp=0x7ff07a68a3f8, htc=0x7ff07a68a0f8, h1=0, h2=1, h3=2) at cache_http.c:634
#7 0x0000000000430dca in http_DissectRequest (sp=0x7ff07a68a008) at cache_http.c:669
#8 0x000000000041b65a in cnt_start (sp=0x7ff07a68a008) at cache_center.c:1445
#9 0x000000000041bd07 in CNT_Session (sp=0x7ff07a68a008) at steps.h:35
#10 0x0000000000437eda in wrk_do_cnt_sess (w=0x7ff086ffcb50, priv=0x7ff07a68a008) at cache_pool.c:301
#11 0x00000000004376fb in wrk_thread_real (qp=0x7575692d6c737573, shm_workspace=761427062, sess_workspace=762607455, nhttp=20000, http_space=997813358, siov=1869640820) at cache_pool.c:184
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment