Stefan Küng wrote:
> Clemens Anhuth wrote:
>
>> Stefan Küng wrote:
>>
>>
>>> I've uploaded the debug symbols for the x64 build of TortoiseProc to the
>>> nightly build server.
>>> Can you maybe install the current nightly build from
>>> http://nightlybuilds.tortoisesvn.net/latest/x64/
>>> and then copy the contents of the TortoiseProc.zip file (the
>>> TortoiseProc.pdb file) to the installation bin folder?
>>>
>>>
>> Hello Stefan,
>>
>> I installed TortoiseSVN-1.5.99.15304-dev-x64-svn-1.6.0-dev.msi but
>> cannot find "TortoiseProc.zip". Is it supposed to be at
>> http://nightlybuilds.tortoisesvn.net/latest/x64/ ?
>>
>
> it isn't uploaded automatically. I've manually uploaded it last time so
> you could test it. But since then, there were other nightly builds which
> of course don't have the debug symbols.
>
> I'll upload them again right now...
>
> Ok, they're up now.
>
Thank you Stefan.
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?
With best regards
Clemens Anhuth
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=1129843
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2009-02-09 19:08:43 CET