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

RE: Re: Updating a repository crashes TortoiseSVN constantly

From: Cypher P Unks <cypherpunks_at_dodgeit.com>
Date: Sat, 17 Oct 2015 11:47:30 -0700 (PDT)

I think Stefan is talking about a crash handler, which evidently didn't work for you... double bug :-p

> > If you get a crash, send the crash report when the dialog comes up, then
> > send the url for your report.
> >
> > Stefan
>
> I'm confused... what dialog? :)
> Anyway I managed to get 2 stack traces for you:
>
> *** 'Show log' command, no cache (http://i.imgur.com/M8Ar9o7.png) ***
> 0 ntoskrnl.exe!KiDeliverApc+0x1c7
> 1 ntoskrnl.exe!KiCommitThreadWait+0x3dd
> 2 ntoskrnl.exe!KeWaitForMultipleObjects+0x272
> 3 ntoskrnl.exe!ObpWaitForMultipleObjects+0x294
> 4 ntoskrnl.exe!NtWaitForMultipleObjects+0xe5
> 5 ntoskrnl.exe!KiSystemServiceCopyEnd+0x13
> 6 ntdll.dll!NtWaitForMultipleObjects+0xa
> 7 KernelBase.dll!WaitForMultipleObjectsEx+0xe8
> 8 kernel32.dll!WaitForMultipleObjectsExImplementation+0xb3
> 9 kernel32.dll!WerpReportFaultInternal+0x215
> 10 kernel32.dll!WerpReportFault+0x77
> 11 kernel32.dll!BasepReportFault+0x1f
> 12 kernel32.dll!UnhandledExceptionFilter+0x1fc
> 13 ntdll.dll! ?? ::FNODOBFM::`string'+0x2335
> 14 ntdll.dll!_C_specific_handler+0x8c
> 15 ntdll.dll!RtlpExecuteHandlerForException+0xd
> 16 ntdll.dll!RtlDispatchException+0x45a
> 17 ntdll.dll!KiUserExceptionDispatcher+0x2e
> 18 --> TortoiseProc.exe!CCacheLogQuery::SendToReceiver+0x182
> 19 TortoiseProc.exe!CCacheLogQuery::LogRevision+0x26f
> 20 TortoiseProc.exe!CSVNLogQuery::LogReceiver+0xd32
> 21 libsvn_tsvn.dll!svn_ra_svn__auth_response+0x42f0
> 22 libsvn_tsvn.dll!svn_ra_svn__auth_response+0x4540
> 23 libsvn_tsvn.dll!svn_ra_get_log2+0x10e
> 24 libsvn_tsvn.dll!svn_client__get_copy_source+0x1296
> 25 libsvn_tsvn.dll!svn_client_log5+0x38f
> 26 TortoiseProc.exe!CSVNLogQuery::Log+0x28e
> 27 TortoiseProc.exe!CCacheLogQuery::InternalLogWithMerge+0x214
> 28 TortoiseProc.exe!CCacheLogQuery::Log+0x3a5
> 29 TortoiseProc.exe!SVN::ReceiveLog+0x1ba
> 30 TortoiseProc.exe!CLogDlg::LogThread+0x141e
> 31 TortoiseProc.exe!async::CJobBase::Execute+0x25
> 32 TortoiseProc.exe!async::CJobScheduler::ThreadFunc+0x30
> 33 TortoiseProc.exe!async::CThread::ThreadFunc+0x37
> 34 ucrtbase.dll!crt_at_quick_exit+0x12d
> 35 kernel32.dll!BaseThreadInitThunk+0xd
> 36 ntdll.dll!RtlUserThreadStart+0x1d
>
> *** 'Settings > Cached Repositories > Update' command (http://i.imgur.com/0u2k4GI.png) ***
> 0 ntoskrnl.exe!KiDeliverApc+0x1c7
> 1 ntoskrnl.exe!KiCommitThreadWait+0x3dd
> 2 ntoskrnl.exe!KeWaitForMultipleObjects+0x272
> 3 ntoskrnl.exe!ObpWaitForMultipleObjects+0x294
> 4 ntoskrnl.exe!NtWaitForMultipleObjects+0xe5
> 5 ntoskrnl.exe!KiSystemServiceCopyEnd+0x13
> 6 ntdll.dll!NtWaitForMultipleObjects+0xa
> 7 KernelBase.dll!WaitForMultipleObjectsEx+0xe8
> 8 kernel32.dll!WaitForMultipleObjectsExImplementation+0xb3
> 9 kernel32.dll!WerpReportFaultInternal+0x215
> 10 kernel32.dll!WerpReportFault+0x77
> 11 kernel32.dll!BasepReportFault+0x1f
> 12 kernel32.dll!UnhandledExceptionFilter+0x1fc
> 13 ntdll.dll! ?? ::FNODOBFM::`string'+0x2335
> 14 ntdll.dll!_C_specific_handler+0x8c
> 15 ntdll.dll!RtlpExecuteHandlerForException+0xd
> 16 ntdll.dll!RtlDispatchException+0x45a
> 17 ntdll.dll!KiUserExceptionDispatcher+0x2e
> 18 --> TortoiseProc.exe!LogCache::CTokenizedStringContainer::GetAt+0x8f
> 19 TortoiseProc.exe!LogCache::CTokenizedStringContainer::operator[]+0x3f
> 20 TortoiseProc.exe!LogCache::CRevisionInfoContainer::CUserRevPropsIterator::GetValue+0x24
> 21 TortoiseProc.exe!CCacheLogQuery::GetUserRevProps+0x17e
> 22 --> TortoiseProc.exe!CCacheLogQuery::SendToReceiver+0x30f
> 23 TortoiseProc.exe!CCacheLogQuery::InternalLog+0x136
> 24 TortoiseProc.exe!CCacheLogQuery::Log+0x3ac
> 25 TortoiseProc.exe!CSettingsLogCaches::WorkerThread+0x511
> 26 mfc140u.dll!_AfxThreadEntry+0x100
> 27 ucrtbase.dll!crt_at_quick_exit+0x7d
> 28 kernel32.dll!BaseThreadInitThunk+0xd
> 29 ntdll.dll!RtlUserThreadStart+0x1d

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=3142740

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2015-10-17 20:47:38 CEST

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

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