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

Re: "Show log" crashes on x64, Windows Vista SP1

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: Mon, 09 Feb 2009 19:51:16 +0100

Clemens Anhuth wrote:
> Here is the resulting stacktrace:
>
> > TortoiseProc.exe!CLogDlg::OnClickedInfoIcon(unsigned __int64
> __formal=0, __int64 lParam=3265168) Line 2735 C++
> mfc90u.dll!000000006a755514()
> [Frames below may be incorrect and/or missing, no symbols loaded
> for mfc90u.dll]
> mfc90u.dll!000000006a754f78()
> TortoiseProc.exe!CResizableDialog::WindowProc() + 0x81 bytes C++
> mfc90u.dll!000000006a7531b0()
> mfc90u.dll!000000006a75355d()
> mfc90u.dll!000000006a7504cf()
> user32.dll!000000007794d24a()
> user32.dll!000000007794d39e()
> mfc90u.dll!000000006a7ad9be()
> mfc90u.dll!000000006a7ad9ef()
> mfc90u.dll!000000006a759c30()
> mfc90u.dll!000000006a77b673()
> TortoiseProc.exe!LogCommand::Execute() Line 73 + 0xd bytes C++
> TortoiseProc.exe!CTortoiseProcApp::InitInstance() Line 367 + 0xa
> bytes C++
> mfc90u.dll!000000006a764ebe()
> TortoiseProc.exe!__tmainCRTStartup() Line 578 + 0x25 bytes C
> kernel32.dll!0000000077a2495d()
> ntdll.dll!0000000077b58791()
>
> Despite that method's name, I haven't really clicked anything in that
> dialog.
>
> (The code there is:
>
> LRESULT CLogDlg::OnClickedInfoIcon(WPARAM /*wParam*/, LPARAM lParam)
> {
> RECT * rect = (LPRECT)lParam;
> CPoint point;
> CString temp;
> -> point = CPoint(rect->left, rect->bottom);
>
>
> ("->" being the current line pointer.)
>
> I cannot make sense of it at that point. Hovering over "rect" I assumed
> it would show me its value, but it doesn't. The value of lParam is being
> shown however.)
>
>
>
> Is that enough to analyze the issue?

Thanks for your efforts in narrowing the issue down!
Should be fixed in r15312.

Can you try the next nightly build tomorrow and see if the issue is gone?

Stefan

-- 
       ___
  oo  // \\      "De Chelonian Mobile"
 (_,\/ \_/ \     TortoiseSVN
   \ \_/_\_/>    The coolest Interface to (Sub)Version Control
   /_/   \_\     http://tortoisesvn.net
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=1130036
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].

Received on 2009-02-09 19:51:34 CET

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.