Re: SVN JavaHL 1.10.5 makes Eclipse to crash

2014-07-08 Thread Darly Senecal Baptiste
Is there any other Java debugger can I perform it on Windows? On Tue, Jul 1, 2014 at 12:06 PM, Darly Senecal Baptiste wrote: > In addition, I have svnkit (pure java) installed on Eclipse. > Does it affects the use of JavaHL? >

Re: SVN JavaHL 1.10.5 makes Eclipse to crash

2014-07-01 Thread Darly Senecal Baptiste
In addition, I have svnkit (pure java) installed on Eclipse. Does it affects the use of JavaHL?

Re: SVN JavaHL 1.10.5 makes Eclipse to crash

2014-06-30 Thread Mark Phippard
I just realized those are not the right debug files anyway. I'll try to dig them up. Sent from my iPad > On Jun 30, 2014, at 5:50 PM, Branko Čibej wrote: > >> On 30.06.2014 22:41, Mark Phippard wrote: >> I do not know how you can debug, but I can point you to PDB's for the >> binaries you are

Re: SVN JavaHL 1.10.5 makes Eclipse to crash

2014-06-30 Thread Branko Čibej
On 30.06.2014 22:41, Mark Phippard wrote: > I do not know how you can debug, but I can point you to PDB's for the > binaries you are using. > > http://pkg.collab.net/build/windows/CollabNet_Subversion-Win32-Debug-1.8.9.47.zip > > Brane might know better how you can use these to get better info. We

Re: SVN JavaHL 1.10.5 makes Eclipse to crash

2014-06-30 Thread Mark Phippard
I do not know how you can debug, but I can point you to PDB's for the binaries you are using. http://pkg.collab.net/build/windows/CollabNet_Subversion-Win32-Debug-1.8.9.47.zip Brane might know better how you can use these to get better info. On Mon, Jun 30, 2014 at 4:20 PM, Darly Senecal Baptis

Re: SVN JavaHL 1.10.5 makes Eclipse to crash

2014-06-30 Thread Darly Senecal Baptiste
> > This is a bit of a problem ... there's no debug information available for > the native libraries, which makes it rather hard to tell what the problem > might be. > > > Is the repository by any chance public, so that I could try to do a > checkout using JavaHL within a debugger? > > I don't thin

Re: SVN JavaHL 1.10.5 makes Eclipse to crash

2014-06-30 Thread Branko Čibej
On 30.06.2014 22:01, Darly Senecal Baptiste wrote: > > > > Also, you can see the jvm dump at this link > https://db.tt/LBOXhJyi . > > > Just for the archives, pasting the relevent bits. Nothing jumps > out at me here to point in any direction though: > > > # >

Re: SVN JavaHL 1.10.5 makes Eclipse to crash

2014-06-30 Thread Branko Čibej
On 30.06.2014 20:26, Mark Phippard wrote: > On Mon, Jun 30, 2014 at 1:00 PM, Darly Senecal Baptiste > mailto:dsenec...@gmail.com>> wrote: > > Looking at the network trace packet wireshark PoV, looks like that > the server tried to send data to the client (javahl), but saw that > client'

Re: SVN JavaHL 1.10.5 makes Eclipse to crash

2014-06-30 Thread Darly Senecal Baptiste
Using the following version Are you using same SVN versions? What are you using for command line > binaries? Ideally, try the ones from CollabNet since that is what > Subclipse is using. Could be related to a specific version of SVN or > dependency. SVN Linux command line : version 1.8.5 tak

Re: SVN JavaHL 1.10.5 makes Eclipse to crash

2014-06-30 Thread Mark Phippard
On Mon, Jun 30, 2014 at 3:09 PM, Darly Senecal Baptiste wrote: > To be clear and to double confirm > > Recreated the same svn checkout command through command line and > TortoiseSVN, checkouts went through without any issue. > Are you using same SVN versions? What are you using for command line

Re: SVN JavaHL 1.10.5 makes Eclipse to crash

2014-06-30 Thread Darly Senecal Baptiste
To be clear and to double confirm Recreated the same svn checkout command through command line and TortoiseSVN, checkouts went through without any issue. Also, you can see the jvm dump at this link https://db.tt/LBOXhJyi . Regards On Mon, Jun 30, 2014 at 2:26 PM, Mark Phippard wrote: > On Mon

Re: SVN JavaHL 1.10.5 makes Eclipse to crash

2014-06-30 Thread Mark Phippard
On Mon, Jun 30, 2014 at 1:00 PM, Darly Senecal Baptiste wrote: > Looking at the network trace packet wireshark PoV, looks like that the > server tried to send data to the client (javahl), but saw that client's > data buffer window is full (like ZeroWindow packet) and client is sending a > zero wi

Re: SVN JavaHL 1.10.5 makes Eclipse to crash

2014-06-30 Thread Darly Senecal Baptiste
Looking at the network trace packet wireshark PoV, looks like that the server tried to send data to the client (javahl), but saw that client's data buffer window is full (like ZeroWindow packet) and client is sending a zero window to the server. And finally, the client is sending a series of RESET

Re: SVN JavaHL 1.10.5 makes Eclipse to crash

2014-06-26 Thread Darly Senecal Baptiste
Reviewing some information about JavaHL, isn't it because of the serf http library? Regards On Thu, Jun 26, 2014 at 12:22 PM, Darly Senecal Baptiste < dsenec...@gmail.com> wrote: > Hi Community: > > I updated subclipse plugin to the latest version (1.10.5) with JavaHL as > its default subversio