On 5/18/15, jungle Boogie <jungleboog...@gmail.com> wrote:
> On 18 May 2015 at 12:24, Richard Hipp <d...@sqlite.org> wrote:
>
> What happens when you go here: /reports?view=byweek&type=a&u=drhh&y=2015
>
> For me, "Unable to load the webpage because the server sent no data."
> from chrome
>

Fixed on the branch.

The way you debug this sort of thing is as follows:

(1) Compile with -g
(2) Run "gdb ./fossil"
(3) Type:  "run test-http"
(4) There is no prompt.  But Fossil is now waiting patiently for an
HTTP request.  So give it the request that fails by entering:

     GET /reports?view=byweek&type=a&u=drhh&y=2015

End with two new-lines.
(5) See where the segfault happens and start debugging.
-- 
D. Richard Hipp
d...@sqlite.org
_______________________________________________
fossil-dev mailing list
fossil-dev@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/fossil-dev

Reply via email to