Ok, I tracked this down ...

I'm using lighttpd as a FastCGI front end and it doesn't set
SCRIPT_URI environment.


So the line 1123 in rgw/rgw_rest.cc :

s->script_uri = s->env->get("SCRIPT_URI");

Tries to assign NULL to s->script_uri  which crashes with the
particularly unhelpful stack trace I pasted above ...


Cheers,

    Sylvain
--
To unsubscribe from this list: send the line "unsubscribe ceph-devel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to