[fossil-users] fossil server for timeline will return empty result for some parameters max

2015-03-17 Thread die.drachen
With fossil 1.31 [2e7c40dbdd] on OSX I ran locally: $ fossil server Then on the timeline page for the Max field, when I enter values between 421-449, the server doesn't respond. Using curl: $ curl "http://localhost:8080/timeline?n=421&y=all&v=0 "

Re: [fossil-users] fossil server for timeline will return empty result for some parameters max

2015-03-17 Thread Richard Hipp
On 3/17/15, die.drachen wrote: > With fossil 1.31 [2e7c40dbdd] on OSX I ran locally: > $ fossil server > > Then on the timeline page for the Max field, when I enter values between > 421-449, the server doesn't respond. Using curl: > > $ curl "http://localhost:8080/timeline?n=421&y=all&v=0 >

Re: [fossil-users] fossil server for timeline will return empty result for some parameters max

2015-03-17 Thread die . drachen
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? Christopher > On Mar 17, 2015, at 7:09 PM, Richard Hipp wrote: > > On 3/17/15, die.drachen wrote: >> With f

Re: [fossil-users] fossil server for timeline will return empty result for some parameters max

2015-03-17 Thread Andy Bradford
Thus said die.drachen on Wed, 18 Mar 2015 00:58:41 -0400: > 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? You could ensure that core files are

Re: [fossil-users] fossil server for timeline will return empty result for some parameters max

2015-03-18 Thread Richard Hipp
On 3/18/15, die.drachen 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

Re: [fossil-users] fossil server for timeline will return empty result for some parameters max

2015-03-18 Thread die.drachen
I attached the output (using lldb instead of gdb). $ lldb fossil (lldb) target create "fossil" Current executable set to 'fossil' (x86_64). (lldb) run test-http mimjava.fossil Process 87976 launched: '/.../fossil' (x86_64) GET /timeline?n=421&y=all Process 87976 stopped * thread #1: tid = 0x38540

Re: [fossil-users] fossil server for timeline will return empty result for some parameters max

2015-03-19 Thread die.drachen
I wasn't sure if my attachment made it through the mailing list. Is there an issue/report/task created for this which I can continue following instead of through the mailing list? I couldn't figure out how to create an issue on the fossil-scm site. > On Mar 18, 2015, at 10:30 AM, die.drachen w