Home

Linqpad 7 just crashes

Since a few months Linqpad 7 just crashes silently (window just closes). Often it crashes within minutes of opening, especially when I run a query. But sometimes it can run stable for a while.

I looked in Event logs now and see this for every crash

Faulting application name: LINQPad7.exe, version: 1.0.0.0, time stamp: 0x62455bdf
Faulting module name: ntdll.dll, version: 10.0.22000.778, time stamp: 0x5398ab6f
Exception code: 0xc0000374
Fault offset: 0x000000000010c8b9
Faulting process id: 0x30ec
Faulting application start time: 0x01d89dc2a93c2ba0
Faulting application path: C:\Program Files\LINQPad7\LINQPad7.exe
Faulting module path: C:\Windows\SYSTEM32\ntdll.dll
Report Id: 90202af8-cf2f-473f-be8f-af953f36e3e8
Faulting package full name:
Faulting package-relative application ID:

Anything I can try?

Comments

  • Does this happen on just one machine or can you reproduce it elsewhere?

  • Afraid I only have one machine available!

  • I tried to uninstall and reinstall linqpad, but no luck. Still happens.

    Sometimes linqpad works for a while, like 10 min of active usage, but other times it crashes in a few seconds over and over.

    Very often it crashses trying to do the exact same thing. So if it starts crashing while listing a table, it allows me to open linqpad, open the databasen and rightclick and select take 1000 before crashing.

    But at other times it crashes at rather different times. Anything I can do to check for problems?

  • Have you tried re-installing .NET 6?

  • I tried now, there was a new minor version.
    I first properly uninstalled .net 6 sdk, then reinstalled with the new version.

    Sadly still crash after maybe using it for about 2min (spread over 20 min). Here is Windows Log event

    Faulting application name: LINQPad7.exe, version: 1.0.0.0, time stamp: 0x62455bdf
    Faulting module name: ntdll.dll, version: 10.0.22000.778, time stamp: 0x5398ab6f
    Exception code: 0xc0000374
    Fault offset: 0x000000000010c8b9
    Faulting process id: 0x7828
    Faulting application start time: 0x01d8aa40c61acf20
    Faulting application path: C:\Program Files\LINQPad7\LINQPad7.exe
    Faulting module path: C:\Windows\SYSTEM32\ntdll.dll
    Report Id: 2ecc16fa-4786-4382-8d46-ed753b5e16a7
    Faulting package full name:
    Faulting package-relative application ID:

  • edited August 2022

    Hi @JoeAlbahari, @RickardL,

    I've hit the same issue quite a few times as well. Seems to work fine occasionally, but other times it does not. Sometimes switching the "Compiler Optimisations" to "off" seems to help, but not always.

    Fails only on my work machine. Works fine on machine at home, so that confuses me :/

    Faulting application name: LINQPad7.exe, version: 1.0.0.0, time stamp: 0x62455bdf
    Faulting module name: ntdll.dll, version: 10.0.22000.778, time stamp: 0x5398ab6f
    Exception code: 0xc0000374
    Fault offset: 0x000000000010c8b9
    Faulting process id: 0xbc38
    Faulting application start time: 0x01d8b1457d8ed209
    Faulting application path: C:\Program Files\LINQPad7\LINQPad7.exe
    Faulting module path: C:\WINDOWS\SYSTEM32\ntdll.dll
    Report Id: bd7fcc33-ddd8-4b79-b70a-0159923ee47f
    Faulting package full name:
    Faulting package-relative application ID:

    I can see that the Exception code and Fault offset is the same as the previous reply. Unfortunately digging into the WindowErrorReport archive does not help as our group policy prevents archiving these. By the time I get to it, the report has been deleted as well. Let me know if there is anything I can contribute to help you help us?

  • Right now mine has worked on the same machine for a few weeks.

    I did not change anything as far as I am aware but it has not crashed now for a while.

Sign In or Register to comment.