NO

Author Topic: IDE bug!  (Read 3742 times)

JohnF

  • Guest
IDE bug!
« on: November 24, 2013, 11:28:17 AM »
I have a bug where the IDE will crash attempting to create a new 'Source Code File'. The following is from WinDB. After starting the IDE from the debugger and selecting GO several times these are the reports.

As you will see there is an error as the IDE starts.

Any comments welcome.

EDIT: Windows 7 64bit.

John

=======================================
Microsoft (R) Windows Debugger Version 6.12.0002.633 AMD64
Copyright (c) Microsoft Corporation. All rights reserved.

CommandLine: B:\PellesC\Bin\poide64.exe
Symbol search path is: *** Invalid ***
****************************************************************************
* Symbol loading may be unreliable without a symbol search path.           *
* Use .symfix to have the debugger choose a symbol path.                   *
* After setting your symbol path, use .reload to refresh symbol locations. *
****************************************************************************
Executable search path is:
ModLoad: 00000001`40000000 00000001`402d5000   poide64.exe
ModLoad: 00000000`76e80000 00000000`77029000   ntdll.dll
ModLoad: 00000000`76d60000 00000000`76e7f000   C:\Windows\system32\kernel32.dll
ModLoad: 000007fe`fc100000 000007fe`fc16b000   C:\Windows\system32\KERNELBASE.dll
ModLoad: 000007fe`fde40000 000007fe`fdf1b000   C:\Windows\system32\ADVAPI32.dll
ModLoad: 000007fe`fc890000 000007fe`fc92f000   C:\Windows\system32\msvcrt.dll
ModLoad: 000007fe`fcd90000 000007fe`fcdaf000   C:\Windows\SYSTEM32\sechost.dll
ModLoad: 000007fe`fc4e0000 000007fe`fc60d000   C:\Windows\system32\RPCRT4.dll
ModLoad: 00000000`76c60000 00000000`76d5a000   C:\Windows\system32\USER32.dll
ModLoad: 000007fe`fc690000 000007fe`fc6f7000   C:\Windows\system32\GDI32.dll
ModLoad: 000007fe`fd090000 000007fe`fd09e000   C:\Windows\system32\LPK.dll
ModLoad: 000007fe`fe000000 000007fe`fe0c9000   C:\Windows\system32\USP10.dll
ModLoad: 000007fe`faa10000 000007fe`fac04000   C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.17514_none_fa396087175ac9ac\COMCTL32.dll
ModLoad: 000007fe`fc810000 000007fe`fc881000   C:\Windows\system32\SHLWAPI.dll
ModLoad: 000007fe`fcff0000 000007fe`fd087000   C:\Windows\system32\COMDLG32.dll
ModLoad: 000007fe`fd0b0000 000007fe`fde38000   C:\Windows\system32\SHELL32.dll
ModLoad: 00000000`77050000 00000000`77057000   C:\Windows\system32\PSAPI.DLL
ModLoad: 000007fe`ef840000 000007fe`ef847000   C:\Windows\system32\MSIMG32.dll
ModLoad: 000007fe`fc2d0000 000007fe`fc4d3000   C:\Windows\system32\ole32.dll
ModLoad: 000007fe`fdf20000 000007fe`fdff7000   C:\Windows\system32\OLEAUT32.dll
ModLoad: 00000001`80000000 00000001`80071000   B:\PellesC\Bin\support64.dll
ModLoad: 00000000`004e0000 00000000`00508000   B:\PellesC\Bin\pobr64.dll
ModLoad: 00000000`00620000 00000000`006a9000   B:\PellesC\Bin\sqlite364.dll
(1094.12c4): Break instruction exception - code 80000003 (first chance)
*** ERROR: Symbol file could not be found.  Defaulted to export symbols for ntdll.dll -
ntdll!CsrSetPriorityClass+0x40:
00000000`76f2cb70 cc              int     3

First attempt at GO from menu
===================================================
0:000> g
ModLoad: 000007fe`fbd10000 000007fe`fbd67000   C:\Windows\system32\apphelp.dll
ModLoad: 000007fe`dddb0000 000007fe`de217000   C:\Windows\AppPatch\AppPatch64\AcXtrnal.DLL
FTH: (4244): *** Fault tolerant heap shim applied to current process. This is usually due to previous crashes. ***
ModLoad: 000007fe`fe350000 000007fe`fe37e000   C:\Windows\system32\IMM32.DLL
ModLoad: 000007fe`fc700000 000007fe`fc809000   C:\Windows\system32\MSCTF.dll
(1094.12c4): Access violation - code c0000005 (first chance)
First chance exceptions are reported before any exception handling.
This exception may be expected and handled.
ntdll!RtlIsDosDeviceName_U+0x278b:
00000000`76edc1ab 41ffd4          call    r12 {505e6d3a`00000000}
=====================================================

Second GO
(1094.12c4): Access violation - code c0000005 (first chance)
First chance exceptions are reported before any exception handling.
This exception may be expected and handled.
ntdll!RtlValidateHeap+0x78:
00000000`76e9faf8 807a0f05        cmp     byte ptr [rdx+0Fh],5 ds:007d3634`45343245=??
=====================================================
Third GO
0:000> g
Critical error detected c0000374
(1094.12c4): Break instruction exception - code 80000003 (first chance)
ntdll!RtlUnhandledExceptionFilter+0x29f:
00000000`76f440cf cc              int     3
======================================================
Fourth GO
0:000> g
(1094.12c4): Unknown exception - code c0000374 (first chance)
(1094.12c4): Unknown exception - code c0000374 (!!! second chance !!!)
ntdll!RtlUnhandledExceptionFilter+0x2d2:
00000000`76f44102 eb00            jmp     ntdll!RtlUnhandledExceptionFilter+0x2d4 (00000000`76f44104)



Offline Robert

  • Member
  • *
  • Posts: 245
Re: IDE bug!
« Reply #1 on: November 24, 2013, 07:27:51 PM »
hi John:

Perhaps the info at the following link is relevant?

http://stackoverflow.com/questions/5970655/breakpoint-exceptions-from-windows-dlls-on-windows-7

Robert Wishlaw

JohnF

  • Guest
Re: IDE bug!
« Reply #2 on: November 24, 2013, 09:10:58 PM »
Thanks Robert I'll check it out.

John

Offline TimoVJL

  • Global Moderator
  • Member
  • *****
  • Posts: 2091
Re: IDE bug!
« Reply #3 on: November 26, 2013, 11:04:53 AM »
What is your MaxFileSize value in register or xml-file?
May the source be with you

JohnF

  • Guest
Re: IDE bug!
« Reply #4 on: November 26, 2013, 11:13:19 AM »
It's 0x40000000

Seems a little large.

EDIT: Changed it to 0x01000000 still same problem.

John
« Last Edit: November 26, 2013, 11:17:29 AM by JohnF »