Bug Report B132967
Visible to All Users

Typing in the Lambda expression kills Visual Studio

created 16 years ago

This has been bugging me heaps. I have finally got codeI can send in. Ever since 3.2.x certain generally larger lambda expressions would kill visual studio without warning. Very very annoying as as generally you loose code.
Steps to Reproduce:
Somewhere after typing Replace and closing bracket it dies
var xdoc = XDocument.Parse("").XPathSelectElements("").Select();
:)
var xdoc = XDocument.Parse("").XPathSelectElements("").Select(a => a.ToString().Replace());
:(
Actual Results:
Kabooom!!!
Faulting application devenv.exe, version 9.0.30729.1, time stamp 0x488f2b50, faulting module kernel32.dll, version 6.0.6001.18000, time stamp 0x4791a81d, exception code 0xe053534f, fault offset 0x0002f35f, process id 0x13a0, application start time 0x01c9763ef1af48a2.
Fault bucket 882210388, type 1
Event Name: APPCRASH
Response: None
Cab Id: 0
Problem signature:
P1: devenv.exe
P2: 9.0.30729.1
P3: 488f2b50
P4: kernel32.dll
P5: 6.0.6001.18000
P6: 4791a81d
P7: e053534f
P8: 0002f35f
P9:
P10:
Expected Results:
World peace.

Show previous comments (10)
DevExpress Support Team 16 years ago

    Hi Bart,
    Thank you for the updated call stack. We'll examine it, and will get back to you as soon as we have any results, or need any extra information on the problem. Thank you for your patience.
    Thanks,
    Vito

      FYI.
      After another time VS died I thought it may be worth while setting VS it a single CPU affinity.
      Unfortunatly this it does not seem to have made a differnence. Same symptoms are present.

      DevExpress Support Team 16 years ago

        Hi Bart,
        I have good news for you. Our developers have reproduced this problem locally, and they are currently working on it. We'll do our best to find a solution as soon as we can. Please give us additional time.
        Thanks,
        Vito

        Disclaimer: The information provided on DevExpress.com and affiliated web properties (including the DevExpress Support Center) is provided "as is" without warranty of any kind. Developer Express Inc disclaims all warranties, either express or implied, including the warranties of merchantability and fitness for a particular purpose. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.

        Confidential Information: Developer Express Inc does not wish to receive, will not act to procure, nor will it solicit, confidential or proprietary materials and information from you through the DevExpress Support Center or its web properties. Any and all materials or information divulged during chats, email communications, online discussions, Support Center tickets, or made available to Developer Express Inc in any manner will be deemed NOT to be confidential by Developer Express Inc. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.