[fossil-users] assert failure in http

2014-04-19 Thread Andy Goth
$ fossil http GET /timeline (blank line goes here) When I run [fossil http] and type GET /timeline followed by a blank line, I get a good HTTP/1.0 200 response but also this failure: fossil: ./src/blob.c:187: blob_reset: Assertion `(pBlob)-xRealloc==blobReallocMalloc ||

Re: [fossil-users] assert failure in http

2014-04-19 Thread Andy Bradford
Thus said Andy Goth on Sat, 19 Apr 2014 16:38:44 -0500: $ fossil http GET /timeline Works for me: $ ../fossil http GET /timeline ... This page was generated in about 0.011s by Fossil version [53aea235fa] 2014-04-15 09:40:49 /div /body/html Also works for HTTP/1.1. I see we're using the

Re: [fossil-users] assert failure in http

2014-04-19 Thread Andy Goth
On 4/19/2014 4:48 PM, Andy Bradford wrote: Thus said Andy Goth on Sat, 19 Apr 2014 16:38:44 -0500: $ fossil http GET /timeline Works for me: $ ../fossil http GET /timeline ... This page was generated in about 0.011s by Fossil version [53aea235fa] 2014-04-15 09:40:49 /div /body/html Also

Re: [fossil-users] assert failure in http

2014-04-19 Thread Richard Hipp
On Sat, Apr 19, 2014 at 5:38 PM, Andy Goth andrew.m.g...@gmail.com wrote: $ fossil http GET /timeline (blank line goes here) When I run [fossil http] and type GET /timeline followed by a blank line, I get a good HTTP/1.0 200 response but also this failure: fossil: ./src/blob.c:187:

Re: [fossil-users] assert failure in http

2014-04-19 Thread Stephan Beal
On Sat, Apr 19, 2014 at 11:57 PM, Andy Goth andrew.m.g...@gmail.com wrote: mkdir test cd test fossil clone https://chiselapp.com/user/andy/repository/test test.fossil fossil open test.fossil echo -en 'GET /timeline\r\n\r\n' | fossil http Works for me with: This is fossil version 1.28

Re: [fossil-users] assert failure in http

2014-04-19 Thread Stephan Beal
On Sun, Apr 20, 2014 at 12:02 AM, Andy Goth andrew.m.g...@gmail.com wrote: #5 0x0045238c in ssh_request_loop ( ??? You're doing an HTTP clone, i thought? Or is that part of ssl tunneling? i cloned w/o ssl because my fossil is built without it. -- - stephan beal

Re: [fossil-users] assert failure in http

2014-04-19 Thread Andy Goth
On 4/19/2014 5:04 PM, Stephan Beal wrote: On Sun, Apr 20, 2014 at 12:02 AM, Andy Goth andrew.m.g...@gmail.com mailto:andrew.m.g...@gmail.com wrote: #5 0x0045238c in ssh_request_loop ( ??? You're doing an HTTP clone, i thought? Or is that part of ssl tunneling? i cloned w/o ssl

Re: [fossil-users] assert failure in http

2014-04-19 Thread Andy Goth
On 4/19/2014 5:07 PM, Andy Goth wrote: On 4/19/2014 5:04 PM, Stephan Beal wrote: On Sun, Apr 20, 2014 at 12:02 AM, Andy Goth wrote: #5 0x0045238c in ssh_request_loop ( You're doing an HTTP clone, i thought? Or is that part of ssl tunneling? i cloned w/o ssl because my fossil is

Re: [fossil-users] assert failure in http

2014-04-19 Thread Andy Bradford
Thus said Andy Goth on Sat, 19 Apr 2014 17:12:04 -0500: Well, I do have $SSH_CONNECTION set due to having logged in via ssh. Yes, and ``fossil http'' reads that variable to determine what IP address the SSH client is coming from. Perhaps there is a better way or at least there might be

Re: [fossil-users] assert failure in http

2014-04-19 Thread Richard Hipp
http://www.fossil-scm.org/fossil/info/a138dc97fcde6d323e4c3dbf31f3aef2e386cd47 On Sat, Apr 19, 2014 at 6:47 PM, Andy Bradford amb-fos...@bradfords.orgwrote: Thus said Andy Goth on Sat, 19 Apr 2014 17:12:04 -0500: Well, I do have $SSH_CONNECTION set due to having logged in via ssh. Yes,

Re: [fossil-users] assert failure in http

2014-04-19 Thread Andy Goth
On 4/19/2014 5:49 PM, Richard Hipp wrote: http://www.fossil-scm.org/fossil/info/a138dc97fcde6d323e4c3dbf31f3aef2e386cd47 Works for me! Thanks. -- Andy Goth | andrew.m.goth/at/gmail/dot/com ___ fossil-users mailing list