[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: [TSVN] Problem with starting TSVNCache

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: 2005-09-26 19:01:42 CEST

Fromm Robert wrote:

>> So does it crash on explorer startup? Or if you view a working
>> copy? Or if you right click on something? Or ...?
>
> The explorer starts up, then it takes some time (2-3 secs) and the
> error message appears. The explorer itself keeps running. If I right

So maybe it's really not explorer which crashes but TSVNCache.

> click a TortoiseSVN menu appears, but it only shows Repo-Browser,
> settings, help and About entries. If i click on e.g. Repo-Browser the
> same error message appears, but now for TortoiseProc. Explorer still

TortoiseProc crashes too? I think your systems are really messed up
somehow (no really, think about it: if TortoiseProc would crash every
time, TSVN would be completely unusable).

> keeps running. But on several actions - e.g. changing a directory -
> the TSVNCache error appears. I assume TSVNCache is restarted
> automatically.

Do you have a dll called crashrpt.dll in the TortoiseSVN\bin folder? If
not, which version are you using?

>> Do by any chance have the machines where it crashes more than one
>> processor? Or what's different in the HW there?
>
>
> No, all machines definitly have a single (Intel) processor. The
> difference is, that one machine is a Notebook, the other a desktop
> with corresponding HW.
>
> I also checked for the basic SW environment in Settings/Programs. It
> is almost the same, on the machine where TSVN is running even more is
> installed.
>
> Is there a possibility to provide more info to you? How can I do
> this?

Well, if the message tells you "Die Anweisung in "0x00000000" verweist
auf Speicher in "0x00000000" then you can't even run the debugger and
find out something useful. A command at address 0x0000000 means that the
program counter ran over or got overwritten (a program can *never* be
located at that address, so somehow a jump to that address must have
happened - and since we don't use 'goto' or something like that in C++,
the program itself must have been overwritten somehow).

Try uninstalling TSVN, reboot, install again, reboot. Maybe that helps.

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.tigris.org
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Mon Sep 26 19:09:20 2005

This is an archived mail posted to the TortoiseSVN Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.