On 3/18/15, die.drachen <die.drac...@gmail.com> wrote:
> Unfortunately I'm unable to distribute the repo, which is also quite large
> (~730mb .fossil file, >93k commits). Are there additional measures I can
> take to get diagnostic information?
>

Compile your own Fossil from trunk sources, using options -O0 -g.
Then run "gdb fossil" and within gdb type:  "run test-http
REPOFILENAME" (filling in the appropriate filename, of course).  There
will be no prompt, but Fossil is waiting for input at this point.
Type:

    GET /timeline?n=421&y=all

with no leading spaces and the press Enter twice.  When you hit the
error, type "bt" and send me the output.
-- 
D. Richard Hipp
d...@sqlite.org
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to