Re: [fossil-users] Fossil process hanging on sync to remote server?

2014-05-10 Thread Andy Bradford
Thus said Gerald Gutierrez on Sat, 10 May 2014 01:53:56 -0700: > frame #8: 0x000105719ba2 fossil`ssl_receive(NotUsed=, > pContent=, N=) + 50 at http_ssl.c:399 >396 size_t got; >397 size_t total = 0; >398 while( N>0 ){ > -> 399 got = BIO_read(iBio, pContent, N); >400

Re: [fossil-users] Fossil process hanging on sync to remote server?

2014-05-10 Thread Jan Danielsson
On 10/05/14 10:53, Gerald Gutierrez wrote: [---] > pContent=, N=) + 50 at http_ssl.c:399 >396 size_t got; >397 size_t total = 0; >398 while( N>0 ){ > -> 399 got = BIO_read(iBio, pContent, N); >400 if( got<=0 ) break; >401 total += got; >402 N -= got; >

Re: [fossil-users] Fossil process hanging on sync to remote server?

2014-05-10 Thread Stephan Beal
On Sat, May 10, 2014 at 10:53 AM, Gerald Gutierrez < gerald.gutier...@gmail.com> wrote: > frame #2: 0x7fff8fbf7264 libcrypto.0.9.8.dylib`BIO_read + 100 > frame #3: 0x7fff86b6513d libssl.0.9.8.dylib`ssl3_read_n + 365 > frame #4: 0x7fff86b65b9f libssl.0.9.8.dylib`ssl3_read_bytes + 735 >

Re: [fossil-users] minor libfossil milestone: TH1-style web page

2014-05-10 Thread Stephan Beal
On Fri, May 9, 2014 at 10:16 PM, Stephan Beal wrote: > > http://fossil.wanderinghorse.net/repos/libfossil/cgidemo/index.cgi/tmplish?showSrc=1 > > is basically the basis of such a functionality. > This one combines templates with server-side widgets: http://fossil.wanderinghorse.net/repos/libfos

Re: [fossil-users] Fossil process hanging on sync to remote server?

2014-05-10 Thread Gerald Gutierrez
On Sat, May 10, 2014 at 1:03 AM, Stephan Beal wrote: > For me fossil builds with -g (debug) flags by default, so you shouldn't > have to rebuild. > I ended up recompiling fossil just to be sure. On Mac OSX Mavericks, gdb has been replaced by lldb. I managed to get the process to hang again (it

Re: [fossil-users] Fossil process hanging on sync to remote server?

2014-05-10 Thread Stephan Beal
On Sat, May 10, 2014 at 9:55 AM, Gerald Gutierrez < gerald.gutier...@gmail.com> wrote: > > On Fri, May 9, 2014 at 4:51 PM, Andy Bradford < > amb-sendok-1402271499.phhfabokgjlpbmjph...@bradfords.org> wrote: > >> Any chance you could attach gdb to this process and see what it's doing? >> > > I can.

Re: [fossil-users] Tracking System Configuration Files - Best Practices

2014-05-10 Thread Stephan Beal
Could i convince one of the devs more familiar with the symlinks bits refine Joerg's explanation below into one of the embedded docs? It's a pretty good explanation/summary, IMO. On Fri, May 9, 2014 at 8:33 PM, j. van den hoff wrote: > On Fri, 09 May 2014 19:45:01 +0200, Matt Welland > wrote: >

Re: [fossil-users] Fossil process hanging on sync to remote server?

2014-05-10 Thread Gerald Gutierrez
On Fri, May 9, 2014 at 4:51 PM, Andy Bradford < amb-sendok-1402271499.phhfabokgjlpbmjph...@bradfords.org> wrote: > Any chance you could attach gdb to this process and see what it's doing? > I can. Must I recompile fossil from source to be able to attach a debugger to it? If so, how do I invoke co