Re: 1.0.6 Crashing Constantly

2009-11-04 Thread Dirk Stoop
Hi guys, This issue is isolated to svn+ssh and occurs on both Leopard and Snow Leopard (and probably also on Tiger), it is actively being worked on. Somehow this problem has turned out to be very hard to fix, there are a lot of different components involved that play a role, including lib_apr

Re: 1.0.6 Crashing Constantly

2009-10-23 Thread RTMFD
I'm seeing this crash as well - I've been seeing it during the 10.6 betas too. Seems that svn is attempting to fork at some point in the libraries, which is a no-no in CoreFoundation (and therefore AppKit/ Foundation) land. - Ian Baird On Oct 11, 12:21 am, Rafa email.r...@gmail.com wrote: Same

Re: 1.0.6 Crashing Constantly

2009-10-08 Thread Noah Campbell
I had it in my configuration, but I have an environment template to pull from. cut from my config: ssh = $SVN_SSH /usr/bin/ssh -o ControlMaster=no Try adding it. -Noah On Thu, Oct 8, 2009 at 9:25 AM, Peter difos...@gmail.com wrote: Do you mean you replaced the line: # ssh = $SVN_SSH ssh

Re: 1.0.6 Crashing Constantly

2009-10-08 Thread Gary L. Gray
I have been corresponding with the Versions developers regarding this crashing issue. What has allowed me to continue to use Versions without the constant crashing is to turn off: Show badges with working copy changes in the Versions prefs. I hope they have a better solution soon. Those

Re: 1.0.6 Crashing Constantly

2009-10-07 Thread ACME Media Farm
I'm also getting these same issues with 1.0.6 and 100% svn+ssh bookmarks. Same issue here. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Versions group. To post to this group, send email to

Re: 1.0.6 Crashing Constantly

2009-10-07 Thread Noah Campbell
For the record, I haven't had a problem with Versions once I updated my .subversion/config so ssh = $SSH_SVN ssh referred to the absolute path: ssh = $SSH_SVN /usr/bin/ssh. -Noah On Tue, Oct 6, 2009 at 6:57 PM, ACME Media Farm acmemediaf...@gmail.comwrote: I'm also getting these same issues

Re: 1.0.6 Crashing Constantly

2009-10-07 Thread john
Another one for the record. I have lost track whether this is a Snow Leopard only issue. Just wanted to add, that I have no such problem on Leopard 10.5.8. Am 07.10.2009 um 12:20 schrieb Noah Campbell: For the record, I haven't had a problem with Versions once I updated my

Re: 1.0.6 Crashing Constantly

2009-10-07 Thread Noah Campbell
I'm running on Leopard 10.5.8. -Noah On Wed, Oct 7, 2009 at 3:29 AM, john j...@descy.de wrote: Another one for the record. I have lost track whether this is a Snow Leopard only issue. Just wanted to add, that I have no such problem on Leopard 10.5.8. Am 07.10.2009 um 12:20 schrieb Noah

Re: 1.0.6 Crashing Constantly

2009-10-07 Thread john
I have currently 4 bookmarks. 2 of which are svn+ssh, the other two are local repositories. No crashes here. Am 07.10.2009 um 17:41 schrieb Jeremy: Hi Dirk, I am also seeing crashes now that were not in 1.0.5. I suspect the root cause is the same. Every hour or so I get a crash.

Re: 1.0.6 Crashing Constantly

2009-10-07 Thread Joey Gibson
On Wed, Oct 7, 2009 at 11:45 AM, john j...@descy.de wrote: I have currently 4 bookmarks. 2 of which are svn+ssh, the other two are local repositories. No crashes here. I have 5 bookmarks across three repositories, three are http, and two are https. Snow Leopard 10.6.1. No problems at all.

Re: 1.0.6 Crashing Constantly

2009-10-03 Thread nalundgaard
I'm also getting these same issues with 1.0.6 and 100% svn+ssh bookmarks. I had this issue with 1.0.5 as well. At this point, I am just relieved that the high-CPU process that had to be quit from terminal/activity monitor is gone. It sounded from the release notes on 1.0.6 that these issues

Re: 1.0.6 Crashing Constantly

2009-10-03 Thread Kevin Powick
On Oct 3, 11:44 am, nalundgaard nalundga...@gmail.com wrote: I'm also getting these same issues with 1.0.6 and 100% svn+ssh bookmarks. I had this issue with 1.0.5 as well. Note to self. Skip update 1.0.6 too. -- Kevin Powick --~--~-~--~~~---~--~~ You received

Re: 1.0.6 Crashing Constantly

2009-10-02 Thread Dirk Stoop
Hi Michael, Thanks for the bug report, Did you have this same issue with Versions 1.0.5? Cheers, - Dirk On Oct 2, 10:34 pm, mupdegraff michael.updegr...@gmail.com wrote: Running OS with K64 64 Bit enabled Process:         Versions [22349] Path:            

Re: 1.0.6 Crashing Constantly

2009-10-02 Thread Quinn Taylor
Notice that it crashes in libapr, which is used by Subversion. Perhaps providing more information like the repository URL used would help. BTW, booting to the 64-bit kernel is very unlikely to affect crashes — the process will run as 32/64-bit regardless whether enabled or not. - Quinn

Re: 1.0.6 Crashing Constantly

2009-10-02 Thread mupdegraff
What do I need to do to get you more info on the repository URL? On Oct 2, 1:42 pm, Quinn Taylor quinntay...@mac.com wrote: Notice that it crashes in libapr, which is used by Subversion. Perhaps   providing more information like the repository URL used would help. BTW, booting to the 64-bit

Re: 1.0.6 Crashing Constantly

2009-10-02 Thread mupdegraff
No - this did not occur with 1.0.5 On Oct 2, 1:40 pm, Dirk Stoop d...@madebysofa.com wrote: Hi Michael, Thanks for the bug report, Did you have this same issue with Versions 1.0.5? Cheers, - Dirk On Oct 2, 10:34 pm, mupdegraff michael.updegr...@gmail.com wrote: Running OS with K64

Re: 1.0.6 Crashing Constantly

2009-10-02 Thread Quinn Taylor
I'm not on the Versions dev team, but the most relevant thing would probably be the scheme (http, svn, svn+ssh, etc.) used. I know there are certain URL schemes that have been associated with certain problems in SVN. I'll leave it to the devs to specify anything else that they might need.

Re: 1.0.6 Crashing Constantly

2009-10-02 Thread mupdegraff
svn+ssh://userna...@bigmac.local/Volumes/Main/Subversion/Repository/ Projects On Oct 2, 2:25 pm, Quinn Taylor quinntay...@mac.com wrote: I'm not on the Versions dev team, but the most relevant thing would   probably be the scheme (http, svn, svn+ssh, etc.) used. I know there   are certain URL

Re: 1.0.6 Crashing Constantly

2009-10-02 Thread Gary L. Gray
The same thing happens to me with svn+ssh in Versions 1.0.6. I have even given the Versions team an account on my server and they can't reproduce it. As much as I love Versions, this problem makes it impossible for me to use it since I get crash windows appearing every minute or three. I