Re: [fossil-users] "fossil new" bus error on Solaris 10 SPARC with gcc

2013-07-18 Thread Edward Berner
On 7/18/2013 7:54 AM, Richard Hipp wrote: On Thu, Jul 18, 2013 at 2:12 AM, Edward Berner > wrote: Hello, Using a recent trunk version of fossil, built with gcc on Solaris 10 on an UltraSPARC system, I get a bus error from "fossil new": Please try agai

Re: [fossil-users] Problem Importing From Git

2013-07-18 Thread Aaron W . Hsu
Dear Isaac: Thanks for the response about non-latin filenames. To my knowledge, I do not have any non-latin filenames, but I do have extensive amounts of non-latin content. However, when it comes to the error with importing in Windows, I think that should not be the problem. The import works f

Re: [fossil-users] Problem Importing From Git

2013-07-18 Thread Isaac Jurado
El 18/07/2013 20:53, "Aaron W.Hsu" escribió: > > [snip] > > I hope this helps! I am not sure which line contributes to the failed import. I forgot to ask earlier but, do you have non-latin filenames or some textual content. I'm asking because git generates octal escaped sequences (\154) for non-

Re: [fossil-users] Shared SSH account consideration.

2013-07-18 Thread Andy Bradford
Thus said Matt Welland on Thu, 18 Jul 2013 07:24:20 -0700: > I see the ssh implementation as a possible stepping stone to something > along the lines of gitolite for fossil. I was not familiar with gitolite, however, after having looked at the website, this is very similar to how I had envisi

Re: [fossil-users] Problem Importing From Git

2013-07-18 Thread Aaron W . Hsu
Dear Isaac: I’ve managed to figure out how to get some context and the like in Windows. There are a few lines that have this behavior, so below is the result of searching for these lines and getting 10 lines of context before and after each line: PS C:\...> select-string -path exported.txt -

Re: [fossil-users] "fossil new" bus error on Solaris 10 SPARC with gcc

2013-07-18 Thread Richard Hipp
On Thu, Jul 18, 2013 at 2:12 AM, Edward Berner wrote: > Hello, > > Using a recent trunk version of fossil, built with gcc on Solaris 10 on an > UltraSPARC system, I get a bus error from "fossil new": > Please try again with the latest trunk version of Fossil and let me know whether or not you st

Re: [fossil-users] Shared SSH account consideration.

2013-07-18 Thread Matt Welland
I see the ssh implementation as a possible stepping stone to something along the lines of gitolite for fossil. The gitolite pages have some good background on using ssh for this along with a troubleshooting document that I found very helpful when setting it up (a non-trivial exercise at the time).

Re: [fossil-users] "fossil new" bus error on Solaris 10 SPARC with gcc

2013-07-18 Thread Richard Hipp
On Thu, Jul 18, 2013 at 10:11 AM, Edward Berner wrote: > On 7/18/2013 7:07 AM, Richard Hipp wrote: > > >> >> On Thu, Jul 18, 2013 at 9:54 AM, Edward Berner > e...@bernerfam.com>> wrote: >> >> Core was generated by `./fossil new t.fossil'. >> Program terminated with signal 10, Bus error. >

Re: [fossil-users] "fossil new" bus error on Solaris 10 SPARC with gcc

2013-07-18 Thread Edward Berner
On 7/18/2013 7:07 AM, Richard Hipp wrote: On Thu, Jul 18, 2013 at 9:54 AM, Edward Berner > wrote: Core was generated by `./fossil new t.fossil'. Program terminated with signal 10, Bus error. #0 0x00177584 in whereLoopAddAll (pBuilder=0xffbfedc4) at

Re: [fossil-users] "fossil new" bus error on Solaris 10 SPARC with gcc

2013-07-18 Thread Richard Hipp
On Thu, Jul 18, 2013 at 9:54 AM, Edward Berner wrote: > Core was generated by `./fossil new t.fossil'. > Program terminated with signal 10, Bus error. > #0 0x00177584 in whereLoopAddAll (pBuilder=0xffbfedc4) at > src/sqlite3.c:109401 > 109401 pNew->maskSelf = 1; > (gdb) > What does "print

Re: [fossil-users] "fossil new" bus error on Solaris 10 SPARC with gcc

2013-07-18 Thread Edward Berner
On 7/18/2013 5:22 AM, Richard Hipp wrote: On Thu, Jul 18, 2013 at 2:12 AM, Edward Berner > wrote: Hello, Using a recent trunk version of fossil, built with gcc on Solaris 10 on an UltraSPARC system, I get a bus error from "fossil new": $ ./fossil ne

Re: [fossil-users] "fossil new" bus error on Solaris 10 SPARC with gcc

2013-07-18 Thread Richard Hipp
On Thu, Jul 18, 2013 at 2:12 AM, Edward Berner wrote: > Hello, > > Using a recent trunk version of fossil, built with gcc on Solaris 10 on an > UltraSPARC system, I get a bus error from "fossil new": > > $ ./fossil new t.fossil > Bus Error (core dumped) > I'm unable to replicate the problem. Th