RE: SilkSVN client crashing

2013-09-09 Thread Bjarne Grönnevik
Hi again,

I'm not really familiar with VS (nowadays :)), but are you saying that if I 
place the pdb:s in the same dir as the svn.exe (C:\Program Files\SlikSvn\bin on 
my machine), the crash log will contain better info for you guys? If so I can 
totally do that.

/Bjarne

From: Bert Huijben [mailto:b...@qqmail.nl]
Sent: den 7 september 2013 13:18
To: Bjarne Grönnevik; users@subversion.apache.org
Subject: RE: SilkSVN client crashing

Hi,

Ivan Zhakov and I checked the minidump but the only thing we could find using 
the dump is that the application fails when writing an error message.

So 'some error' occurred while producing the log, but we don't know which and 
somehow the handling corrupted the error state. We are looking for a way to get 
more information.


As part of this investigation we started publishing the debug symbols for the 
SlikSvn binaries on http://sliksvn.com/pub/symbols/.

If you know your way around Visual Studio and/or another debugger you might be 
able to help us. It might also help to just copy the right .pdb files next to 
the .exe/.dll files as that improves the debug output in the .log file.

Bert


From: Bjarne Grönnevik [mailto:bjarne.gronne...@netent.com]
Sent: vrijdag 6 september 2013 16:54
To: Bert Huijben; 
users@subversion.apache.orgmailto:users@subversion.apache.org
Subject: RE: SilkSVN client crashing

Hi again Bert,

I updated to 1.8.3 and the error is still present.

Some extended info about this:

-  I can't reproduce the crash by running the command on the regular 
windows command-line.

-  It happens quite reliably when I run the same command from the 
python script.

-  The commands seem to be failing when the resulting log is 
extensive(like been in development since 2008 with regular updates).

-  I seem to be able to avoid the error using the -l flag(in this 
particular case this is fine as I don't want anything more than a few of the 
last entries anyway)

See attachment of the python script, its output and the crash log and dump.
I hope that helps.

Cheers
/Bjarne

From: Bjarne Grönnevik
Sent: den 6 september 2013 16:09
To: 'Bert Huijben'; 
users@subversion.apache.orgmailto:users@subversion.apache.org
Subject: RE: SilkSVN client crashing

Hi Bert

Sure, I'll attempt to provoke it with that version.
Get back to you soon with the results.

/Bjarne

From: Bert Huijben [mailto:b...@qqmail.nl]
Sent: den 5 september 2013 10:00
To: Bjarne Grönnevik; 
users@subversion.apache.orgmailto:users@subversion.apache.org
Subject: RE: SilkSVN client crashing

Hi Bjarne,

Can you run the
svn  log 
https://svn.netentertainment.com/cm_games_ng/igames/blacklagoon/blacklagoon-common/trunk
command.

With SlikSvn 1.8.3 (which is available on http://sliksvn.com/en/download) and 
if you can reproduce the result send me the log and dump files?

Thanks,
Bert


From: Bjarne Grönnevik [mailto:bjarne.gronne...@netent.com]
Sent: donderdag 5 september 2013 09:38
To: users@subversion.apache.orgmailto:users@subversion.apache.org
Subject: SilkSVN client crashing

Hi

I'm scripting svn via a Python Script and as you can see in the run-log.txt, 
svn seems to fail at random occasions(see crash logs). Or at least for reasons 
unknown to me.

And as the error message suggest helping out by mailing here, I did.

Svn version is: svn, version 1.8.1-SlikSvn-1.8.1-X64 (SlikSvn/1.8.1) X64, 
compiled Aug 26 2013, 16:52:34 on x86_64/x86-microsoft-windows6.1.7601

Os is: Windows 7 Enterprice, 64-bit, Service Pack 1

/Bjarne


Bjarne Grönnevik

Client Developer

Net Entertainment NE AB, Luntmakargatan 18, SE-111 37, Stockholm, SE
T: +46 709 124 588, M: +46 709 124 588, F: +46 8 578 545 10
bjarne.gronne...@netent.commailto:bjarne.gronne...@netent.com 
www.netent.comhttp://www.netent.com

Better Games


This email and the information it contains are confidential and may be legally 
privileged and intended solely for the use of the individual or entity to whom 
they are addressed. If you have received this email in error please notify me 
immediately. Please note that any views or opinions presented in this email are 
solely those of the author and do not necessarily represent those of the 
company. You should not copy it for any purpose, or disclose its contents to 
any other person. Internet communications are not secure and, therefore, Net 
Entertainment does not accept legal responsibility for the contents of this 
message as it has been transmitted over a public network. If you suspect the 
message may have been intercepted or amended please call me. Finally, the 
recipient should check this email and any attachments for the presence of 
viruses. The company accepts no liability for any damage caused by any virus 
transmitted by this email. Thank you.


RE: SilkSVN client crashing

2013-09-09 Thread Albertsen, Ketil
Maybe unrelated to your problem, but worth checking up anyway:

We had lots of problems with SlikSVN until we discovered that some users had 
selected that SVN client because it offered a user interface in their native 
language, including translations of those error messages parsed by SVN. Once 
they switched to the English language version, everything worked fine.

keal

From: Bjarne Grönnevik [mailto:bjarne.gronne...@netent.com]
Sent: 9. september 2013 10:57
To: Bert Huijben; users@subversion.apache.org
Subject: RE: SilkSVN client crashing

Hi there,

I added the pdb:s to the dir below, an here are 2 crash logs/dumps.

/Bjarne

From: Bjarne Grönnevik
Sent: den 9 september 2013 09:25
To: 'Bert Huijben'; 
users@subversion.apache.orgmailto:users@subversion.apache.org
Subject: RE: SilkSVN client crashing

Hi again,

I'm not really familiar with VS (nowadays :)), but are you saying that if I 
place the pdb:s in the same dir as the svn.exe (C:\Program Files\SlikSvn\bin on 
my machine), the crash log will contain better info for you guys? If so I can 
totally do that.

/Bjarne

From: Bert Huijben [mailto:b...@qqmail.nl]
Sent: den 7 september 2013 13:18
To: Bjarne Grönnevik; 
users@subversion.apache.orgmailto:users@subversion.apache.org
Subject: RE: SilkSVN client crashing

Hi,

Ivan Zhakov and I checked the minidump but the only thing we could find using 
the dump is that the application fails when writing an error message.

So 'some error' occurred while producing the log, but we don't know which and 
somehow the handling corrupted the error state. We are looking for a way to get 
more information.


As part of this investigation we started publishing the debug symbols for the 
SlikSvn binaries on http://sliksvn.com/pub/symbols/.

If you know your way around Visual Studio and/or another debugger you might be 
able to help us. It might also help to just copy the right .pdb files next to 
the .exe/.dll files as that improves the debug output in the .log file.

Bert


From: Bjarne Grönnevik [mailto:bjarne.gronne...@netent.com]
Sent: vrijdag 6 september 2013 16:54
To: Bert Huijben; 
users@subversion.apache.orgmailto:users@subversion.apache.org
Subject: RE: SilkSVN client crashing

Hi again Bert,

I updated to 1.8.3 and the error is still present.

Some extended info about this:

-  I can't reproduce the crash by running the command on the regular 
windows command-line.

-  It happens quite reliably when I run the same command from the 
python script.

-  The commands seem to be failing when the resulting log is 
extensive(like been in development since 2008 with regular updates).

-  I seem to be able to avoid the error using the -l flag(in this 
particular case this is fine as I don't want anything more than a few of the 
last entries anyway)

See attachment of the python script, its output and the crash log and dump.
I hope that helps.

Cheers
/Bjarne

From: Bjarne Grönnevik
Sent: den 6 september 2013 16:09
To: 'Bert Huijben'; 
users@subversion.apache.orgmailto:users@subversion.apache.org
Subject: RE: SilkSVN client crashing

Hi Bert

Sure, I'll attempt to provoke it with that version.
Get back to you soon with the results.

/Bjarne

From: Bert Huijben [mailto:b...@qqmail.nl]
Sent: den 5 september 2013 10:00
To: Bjarne Grönnevik; 
users@subversion.apache.orgmailto:users@subversion.apache.org
Subject: RE: SilkSVN client crashing

Hi Bjarne,

Can you run the
svn  log 
https://svn.netentertainment.com/cm_games_ng/igames/blacklagoon/blacklagoon-common/trunk
command.

With SlikSvn 1.8.3 (which is available on http://sliksvn.com/en/download) and 
if you can reproduce the result send me the log and dump files?

Thanks,
Bert


From: Bjarne Grönnevik [mailto:bjarne.gronne...@netent.com]
Sent: donderdag 5 september 2013 09:38
To: users@subversion.apache.orgmailto:users@subversion.apache.org
Subject: SilkSVN client crashing

Hi

I'm scripting svn via a Python Script and as you can see in the run-log.txt, 
svn seems to fail at random occasions(see crash logs). Or at least for reasons 
unknown to me.

And as the error message suggest helping out by mailing here, I did.

Svn version is: svn, version 1.8.1-SlikSvn-1.8.1-X64 (SlikSvn/1.8.1) X64, 
compiled Aug 26 2013, 16:52:34 on x86_64/x86-microsoft-windows6.1.7601

Os is: Windows 7 Enterprice, 64-bit, Service Pack 1

/Bjarne


Bjarne Grönnevik

Client Developer

Net Entertainment NE AB, Luntmakargatan 18, SE-111 37, Stockholm, SE
T: +46 709 124 588, M: +46 709 124 588, F: +46 8 578 545 10
bjarne.gronne...@netent.commailto:bjarne.gronne...@netent.com 
www.netent.comhttp://www.netent.com

Better Games


This email and the information it contains are confidential and may be legally 
privileged and intended solely for the use of the individual or entity to whom 
they are addressed. If you have received this email in error please notify me 
immediately. Please note that any views

RE: SilkSVN client crashing

2013-09-09 Thread Bjarne Grönnevik
Well, I'm running everything I know about in English so I guess that should not 
be a problem, right?

/B

From: Albertsen, Ketil [mailto:ketil.albert...@nordicsemi.no]
Sent: den 9 september 2013 14:57
To: Bjarne Grönnevik; Bert Huijben; users@subversion.apache.org
Subject: RE: SilkSVN client crashing

Maybe unrelated to your problem, but worth checking up anyway:

We had lots of problems with SlikSVN until we discovered that some users had 
selected that SVN client because it offered a user interface in their native 
language, including translations of those error messages parsed by SVN. Once 
they switched to the English language version, everything worked fine.

keal

From: Bjarne Grönnevik [mailto:bjarne.gronne...@netent.com]
Sent: 9. september 2013 10:57
To: Bert Huijben; 
users@subversion.apache.orgmailto:users@subversion.apache.org
Subject: RE: SilkSVN client crashing

Hi there,

I added the pdb:s to the dir below, an here are 2 crash logs/dumps.

/Bjarne

From: Bjarne Grönnevik
Sent: den 9 september 2013 09:25
To: 'Bert Huijben'; 
users@subversion.apache.orgmailto:users@subversion.apache.org
Subject: RE: SilkSVN client crashing

Hi again,

I'm not really familiar with VS (nowadays :)), but are you saying that if I 
place the pdb:s in the same dir as the svn.exe (C:\Program Files\SlikSvn\bin on 
my machine), the crash log will contain better info for you guys? If so I can 
totally do that.

/Bjarne

From: Bert Huijben [mailto:b...@qqmail.nl]
Sent: den 7 september 2013 13:18
To: Bjarne Grönnevik; 
users@subversion.apache.orgmailto:users@subversion.apache.org
Subject: RE: SilkSVN client crashing

Hi,

Ivan Zhakov and I checked the minidump but the only thing we could find using 
the dump is that the application fails when writing an error message.

So 'some error' occurred while producing the log, but we don't know which and 
somehow the handling corrupted the error state. We are looking for a way to get 
more information.


As part of this investigation we started publishing the debug symbols for the 
SlikSvn binaries on http://sliksvn.com/pub/symbols/.

If you know your way around Visual Studio and/or another debugger you might be 
able to help us. It might also help to just copy the right .pdb files next to 
the .exe/.dll files as that improves the debug output in the .log file.

Bert


From: Bjarne Grönnevik [mailto:bjarne.gronne...@netent.com]
Sent: vrijdag 6 september 2013 16:54
To: Bert Huijben; 
users@subversion.apache.orgmailto:users@subversion.apache.org
Subject: RE: SilkSVN client crashing

Hi again Bert,

I updated to 1.8.3 and the error is still present.

Some extended info about this:

-  I can't reproduce the crash by running the command on the regular 
windows command-line.

-  It happens quite reliably when I run the same command from the 
python script.

-  The commands seem to be failing when the resulting log is 
extensive(like been in development since 2008 with regular updates).

-  I seem to be able to avoid the error using the -l flag(in this 
particular case this is fine as I don't want anything more than a few of the 
last entries anyway)

See attachment of the python script, its output and the crash log and dump.
I hope that helps.

Cheers
/Bjarne

From: Bjarne Grönnevik
Sent: den 6 september 2013 16:09
To: 'Bert Huijben'; 
users@subversion.apache.orgmailto:users@subversion.apache.org
Subject: RE: SilkSVN client crashing

Hi Bert

Sure, I'll attempt to provoke it with that version.
Get back to you soon with the results.

/Bjarne

From: Bert Huijben [mailto:b...@qqmail.nl]
Sent: den 5 september 2013 10:00
To: Bjarne Grönnevik; 
users@subversion.apache.orgmailto:users@subversion.apache.org
Subject: RE: SilkSVN client crashing

Hi Bjarne,

Can you run the
svn  log 
https://svn.netentertainment.com/cm_games_ng/igames/blacklagoon/blacklagoon-common/trunk
command.

With SlikSvn 1.8.3 (which is available on http://sliksvn.com/en/download) and 
if you can reproduce the result send me the log and dump files?

Thanks,
Bert


From: Bjarne Grönnevik [mailto:bjarne.gronne...@netent.com]
Sent: donderdag 5 september 2013 09:38
To: users@subversion.apache.orgmailto:users@subversion.apache.org
Subject: SilkSVN client crashing

Hi

I'm scripting svn via a Python Script and as you can see in the run-log.txt, 
svn seems to fail at random occasions(see crash logs). Or at least for reasons 
unknown to me.

And as the error message suggest helping out by mailing here, I did.

Svn version is: svn, version 1.8.1-SlikSvn-1.8.1-X64 (SlikSvn/1.8.1) X64, 
compiled Aug 26 2013, 16:52:34 on x86_64/x86-microsoft-windows6.1.7601

Os is: Windows 7 Enterprice, 64-bit, Service Pack 1

/Bjarne


Bjarne Grönnevik

Client Developer

Net Entertainment NE AB, Luntmakargatan 18, SE-111 37, Stockholm, SE
T: +46 709 124 588, M: +46 709 124 588, F: +46 8 578 545 10
bjarne.gronne...@netent.commailto:bjarne.gronne

RE: SilkSVN client crashing

2013-09-07 Thread Bert Huijben
Hi,

 

Ivan Zhakov and I checked the minidump but the only thing we could find
using the dump is that the application fails when writing an error message.

 

So ‘some error’ occurred while producing the log, but we don’t know which
and somehow the handling corrupted the error state. We are looking for a way
to get more information.

 

 

As part of this investigation we started publishing the debug symbols for
the SlikSvn binaries on http://sliksvn.com/pub/symbols/. 

 

If you know your way around Visual Studio and/or another debugger you might
be able to help us. It might also help to just copy the right .pdb files
next to the .exe/.dll files as that improves the debug output in the .log
file.

 

Bert

 

 

From: Bjarne Grönnevik [mailto:bjarne.gronne...@netent.com] 
Sent: vrijdag 6 september 2013 16:54
To: Bert Huijben; users@subversion.apache.org
Subject: RE: SilkSVN client crashing

 

Hi again Bert,

 

I updated to 1.8.3 and the error is still present.

 

Some extended info about this:

-  I can’t reproduce the crash by running the command on the regular
windows command-line.

-  It happens quite “reliably” when I run the same command from the
python script.

-  The commands seem to be failing when the resulting log is
extensive(like been in development since 2008 with regular updates).

-  I seem to be able to avoid the error using the –l flag(in this
particular case this is fine as I don’t want anything more than a few of the
last entries anyway)

 

See attachment of the python script, its output and the crash log and dump.

I hope that helps.

 

Cheers

/Bjarne

 

From: Bjarne Grönnevik 
Sent: den 6 september 2013 16:09
To: 'Bert Huijben';  mailto:users@subversion.apache.org
users@subversion.apache.org
Subject: RE: SilkSVN client crashing

 

Hi Bert

 

Sure, I’ll attempt to provoke it with that version.

Get back to you soon with the results.

 

/Bjarne

 

From: Bert Huijben [ mailto:b...@qqmail.nl mailto:b...@qqmail.nl] 
Sent: den 5 september 2013 10:00
To: Bjarne Grönnevik;  mailto:users@subversion.apache.org
users@subversion.apache.org
Subject: RE: SilkSVN client crashing

 

Hi Bjarne,

 

Can you run the

svn  log
https://svn.netentertainment.com/cm_games_ng/igames/blacklagoon/blacklagoon
-common/trunk
https://svn.netentertainment.com/cm_games_ng/igames/blacklagoon/blacklagoon-
common/trunk

command.

 

With SlikSvn 1.8.3 (which is available on http://sliksvn.com/en/download)
and if you can reproduce the result send me the log and dump files?

 

Thanks,

Bert

 

 

From: Bjarne Grönnevik [mailto:bjarne.gronne...@netent.com] 
Sent: donderdag 5 september 2013 09:38
To: users@subversion.apache.org mailto:users@subversion.apache.org 
Subject: SilkSVN client crashing

 

Hi

 

I’m scripting svn via a Python Script and as you can see in the run-log.txt,
svn seems to fail at random occasions(see crash logs). Or at least for
reasons unknown to me.

 

And as the error message suggest helping out by mailing here, I did.

 

Svn version is: svn, version 1.8.1-SlikSvn-1.8.1-X64 (SlikSvn/1.8.1) X64,
compiled Aug 26 2013, 16:52:34 on x86_64/x86-microsoft-windows6.1.7601

 

Os is: Windows 7 Enterprice, 64-bit, Service Pack 1

 

/Bjarne

 

 


Bjarne Grönnevik


Client Developer

Net Entertainment NE AB, Luntmakargatan 18, SE-111 37, Stockholm, SE 
T: +46 709 124 588, M: +46 709 124 588, F: +46 8 578 545 10 
 mailto:bjarne.gronne...@netent.com bjarne.gronne...@netent.com
http://www.netent.com www.netent.com 

Better Games

 

This email and the information it contains are confidential and may be
legally privileged and intended solely for the use of the individual or
entity to whom they are addressed. If you have received this email in error
please notify me immediately. Please note that any views or opinions
presented in this email are solely those of the author and do not
necessarily represent those of the company. You should not copy it for any
purpose, or disclose its contents to any other person. Internet
communications are not secure and, therefore, Net Entertainment does not
accept legal responsibility for the contents of this message as it has been
transmitted over a public network. If you suspect the message may have been
intercepted or amended please call me. Finally, the recipient should check
this email and any attachments for the presence of viruses. The company
accepts no liability for any damage caused by any virus transmitted by this
email. Thank you. 



RE: SilkSVN client crashing

2013-09-06 Thread Bjarne Grönnevik
Hi Bert

Sure, I'll attempt to provoke it with that version.
Get back to you soon with the results.

/Bjarne

From: Bert Huijben [mailto:b...@qqmail.nl]
Sent: den 5 september 2013 10:00
To: Bjarne Grönnevik; users@subversion.apache.org
Subject: RE: SilkSVN client crashing

Hi Bjarne,

Can you run the
svn  log 
https://svn.netentertainment.com/cm_games_ng/igames/blacklagoon/blacklagoon-common/trunk
command.

With SlikSvn 1.8.3 (which is available on http://sliksvn.com/en/download) and 
if you can reproduce the result send me the log and dump files?

Thanks,
Bert


From: Bjarne Grönnevik [mailto:bjarne.gronne...@netent.com]
Sent: donderdag 5 september 2013 09:38
To: users@subversion.apache.orgmailto:users@subversion.apache.org
Subject: SilkSVN client crashing

Hi

I'm scripting svn via a Python Script and as you can see in the run-log.txt, 
svn seems to fail at random occasions(see crash logs). Or at least for reasons 
unknown to me.

And as the error message suggest helping out by mailing here, I did.

Svn version is: svn, version 1.8.1-SlikSvn-1.8.1-X64 (SlikSvn/1.8.1) X64, 
compiled Aug 26 2013, 16:52:34 on x86_64/x86-microsoft-windows6.1.7601

Os is: Windows 7 Enterprice, 64-bit, Service Pack 1

/Bjarne


Bjarne Grönnevik

Client Developer

Net Entertainment NE AB, Luntmakargatan 18, SE-111 37, Stockholm, SE
T: +46 709 124 588, M: +46 709 124 588, F: +46 8 578 545 10
bjarne.gronne...@netent.commailto:bjarne.gronne...@netent.com 
www.netent.comhttp://www.netent.com

Better Games


This email and the information it contains are confidential and may be legally 
privileged and intended solely for the use of the individual or entity to whom 
they are addressed. If you have received this email in error please notify me 
immediately. Please note that any views or opinions presented in this email are 
solely those of the author and do not necessarily represent those of the 
company. You should not copy it for any purpose, or disclose its contents to 
any other person. Internet communications are not secure and, therefore, Net 
Entertainment does not accept legal responsibility for the contents of this 
message as it has been transmitted over a public network. If you suspect the 
message may have been intercepted or amended please call me. Finally, the 
recipient should check this email and any attachments for the presence of 
viruses. The company accepts no liability for any damage caused by any virus 
transmitted by this email. Thank you.


RE: SilkSVN client crashing

2013-09-05 Thread Bert Huijben
Hi Bjarne,

 

Can you run the

svn  log
https://svn.netentertainment.com/cm_games_ng/igames/blacklagoon/blacklagoon
-common/trunk
https://svn.netentertainment.com/cm_games_ng/igames/blacklagoon/blacklagoon-
common/trunk

command.

 

With SlikSvn 1.8.3 (which is available on  http://sliksvn.com/en/download
http://sliksvn.com/en/download) and if you can reproduce the result send me
the log and dump files?

 

Thanks,

Bert

 

 

From: Bjarne Grönnevik [mailto:bjarne.gronne...@netent.com] 
Sent: donderdag 5 september 2013 09:38
To: users@subversion.apache.org
Subject: SilkSVN client crashing

 

Hi

 

I’m scripting svn via a Python Script and as you can see in the run-log.txt,
svn seems to fail at random occasions(see crash logs). Or at least for
reasons unknown to me.

 

And as the error message suggest helping out by mailing here, I did.

 

Svn version is: svn, version 1.8.1-SlikSvn-1.8.1-X64 (SlikSvn/1.8.1) X64,
compiled Aug 26 2013, 16:52:34 on x86_64/x86-microsoft-windows6.1.7601

 

Os is: Windows 7 Enterprice, 64-bit, Service Pack 1

 

/Bjarne

 

 


Bjarne Grönnevik


Client Developer

Net Entertainment NE AB, Luntmakargatan 18, SE-111 37, Stockholm, SE 
T: +46 709 124 588, M: +46 709 124 588, F: +46 8 578 545 10 
bjarne.gronne...@netent.com mailto:bjarne.gronne...@netent.com
www.netent.com http://www.netent.com  

Better Games

 

This email and the information it contains are confidential and may be
legally privileged and intended solely for the use of the individual or
entity to whom they are addressed. If you have received this email in error
please notify me immediately. Please note that any views or opinions
presented in this email are solely those of the author and do not
necessarily represent those of the company. You should not copy it for any
purpose, or disclose its contents to any other person. Internet
communications are not secure and, therefore, Net Entertainment does not
accept legal responsibility for the contents of this message as it has been
transmitted over a public network. If you suspect the message may have been
intercepted or amended please call me. Finally, the recipient should check
this email and any attachments for the presence of viruses. The company
accepts no liability for any damage caused by any virus transmitted by this
email. Thank you.