On Jun 5, 2013, at 11:48 PM, Avinash Uttav <uttav.avinash99@gmail.com> wrote:
> I am trying to install the spdy plugin in my ats proxy server .. but its not getting
loaded ..
> what i did :
> 1.make spdy
> 2.make install
> 3.then added the following line into
> plugin.config :
> spdy.so
> 4 started traffic server in debugging session
>
> after passing that string line and file and line no . to _ink_assert function .
> It goes to in ink_fatal (return_code=1,message_format=0x7ffff7bcca68 "%s:%d": failed
assert '%s'")at ink_error.cc
> then ink_fatal_va
> then ink_die_die_die( retval= 1) at ink_error.cc
>
> kindly tell me if i have missed something in the installation
Since you hit an assertion, there should be a fatal log message that describes the problem,
and a stack trace. Can you post both of these, along with the version of Traffic SErver that
you are using?
J
|