• Testing CPU

    From Jeff Gaines@21:1/5 to All on Fri Apr 8 21:09:13 2022
    I am beginning to remember why I don't like my Asus Z170K homebuilt.
    Visual studio has just crashed three times in a row while trying to
    compile a programme I am working on.

    I have run Memtest & Prime64 with no issues. I can't believe I am asking
    since I expect a CPU either works or it doesn't but is there any software
    to test the CPU itself to make sure I didn't bend the pins on this mobo
    (it's the second, I had to trash the first)?

    --
    Jeff Gaines Dorset UK
    That's an amazing invention but who would ever want to use one of them? (President Hayes speaking to Alexander Graham Bell on the invention of the telephone)

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Jeff Gaines@21:1/5 to Pancho on Fri Apr 8 22:02:39 2022
    On 08/04/2022 in message <t2q8s8$5ar$1@dont-email.me> Pancho wrote:

    On 08/04/2022 22:09, Jeff Gaines wrote:

    I am beginning to remember why I don't like my Asus Z170K homebuilt.
    Visual studio has just crashed three times in a row while trying to
    compile a programme I am working on.

    I have run Memtest & Prime64 with no issues. I can't believe I am asking >>since I expect a CPU either works or it doesn't but is there any software >>to test the CPU itself to make sure I didn't bend the pins on this mobo >>(it's the second, I had to trash the first)?

    Visual Studio has always crashed, but maybe being slower, or not having >enough memory, makes it worse.

    What language are you "compiling" C++? Have you considered using a
    Jetbrains alternative, IntelliJ, Pycharm are great. Rider semes ok. I
    guess Clion is good.

    Or maybe VSCode which is supposed to be OK, not that I've got the hang of
    it yet.

    I am writing a dual pane explorer using the WindowsAPICodePack which MSFT released many years ago but then tried to disown - I think it reveals a
    lot of the cludges in Windows code!

    I am struggling to see why cleaning/compiling should cause it problems, if
    the program crashes when I run it that won't be too unusual but I need it
    to compile first!

    --
    Jeff Gaines Dorset UK
    The facts, although interesting, are irrelevant

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Pancho@21:1/5 to Jeff Gaines on Fri Apr 8 22:19:05 2022
    On 08/04/2022 22:09, Jeff Gaines wrote:

    I am beginning to remember why I don't like my Asus Z170K homebuilt.
    Visual studio has just crashed three times in a row while trying to
    compile a programme I am working on.

    I have run Memtest & Prime64 with no issues. I can't believe I am asking since I expect a CPU either works or it doesn't but is there any
    software to test the CPU itself to make sure I didn't bend the pins on
    this mobo (it's the second, I had to trash the first)?

    Visual Studio has always crashed, but maybe being slower, or not having
    enough memory, makes it worse.

    What language are you "compiling" C++? Have you considered using a
    Jetbrains alternative, IntelliJ, Pycharm are great. Rider semes ok. I
    guess Clion is good.

    Or maybe VSCode which is supposed to be OK, not that I've got the hang
    of it yet.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Chris@21:1/5 to Jeff Gaines on Sat Apr 9 07:44:16 2022
    Jeff Gaines <jgaines_newsid@yahoo.co.uk> wrote:

    I am beginning to remember why I don't like my Asus Z170K homebuilt.
    Visual studio has just crashed three times in a row while trying to
    compile a programme I am working on.

    I have run Memtest & Prime64 with no issues.

    How long did you run them for? If it's an intermittent issue you'll need to
    run them for longer; i.e. at least twice as long as your compile time.

    I can't believe I am asking
    since I expect a CPU either works or it doesn't but is there any software
    to test the CPU itself to make sure I didn't bend the pins on this mobo
    (it's the second, I had to trash the first)?

    I doubt that. RAM is the much more likely culprit. Have you tried clocking
    it down in the BIOS? Or removing one stick at time, if you have more than
    one?

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Pancho@21:1/5 to Jeff Gaines on Sat Apr 9 10:14:41 2022
    On 08/04/2022 23:02, Jeff Gaines wrote:
    On 08/04/2022 in message <t2q8s8$5ar$1@dont-email.me> Pancho wrote:

    On 08/04/2022 22:09, Jeff Gaines wrote:

    I am beginning to remember why I don't like my Asus Z170K homebuilt.
    Visual studio has just crashed three times in a row while trying to
    compile a programme I am working on.

    I have run Memtest & Prime64 with no issues. I can't believe I am
    asking since I expect a CPU either works or it doesn't but is there
    any  software to test the CPU itself to make sure I didn't bend the
    pins on  this mobo (it's the second, I had to trash the first)?

    Visual Studio has always crashed, but maybe being slower, or not
    having enough memory, makes it worse.

    What language are you "compiling" C++? Have you considered using a
    Jetbrains alternative, IntelliJ, Pycharm are great. Rider semes ok. I
    guess Clion is good.

    Or maybe VSCode which is supposed to be OK, not that I've got the hang
    of it yet.

    I am writing a dual pane explorer using the WindowsAPICodePack which
    MSFT released many years ago but then tried to disown - I think it
    reveals a lot of the cludges in Windows code!

    I am struggling to see why cleaning/compiling should cause it problems,
    if the program crashes when I run it that won't be too unusual but I
    need it to compile first!

    Visual Studio is what it is.

    My first inclination would be to reinstall Visual Studio, or maybe to
    test the VS/same code on a different machine.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Adrian Caspersz@21:1/5 to Jeff Gaines on Sat Apr 9 10:00:32 2022
    On 08/04/2022 22:09, Jeff Gaines wrote:

    I am beginning to remember why I don't like my Asus Z170K homebuilt.
    Visual studio has just crashed three times in a row while trying to
    compile a programme I am working on.

    Is this a crash that brings down the PC?

    If not, is there an exception logged in the event viewer application
    log. Is there the creation of a process dump file mentioned?

    --
    Adrian C

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Jeff Gaines@21:1/5 to Caspersz on Sat Apr 9 11:20:58 2022
    On 09/04/2022 in message <jbd09hF2lusU1@mid.individual.net> Adrian
    Caspersz wrote:

    On 08/04/2022 22:09, Jeff Gaines wrote:

    I am beginning to remember why I don't like my Asus Z170K homebuilt.
    Visual studio has just crashed three times in a row while trying to
    compile a programme I am working on.

    Is this a crash that brings down the PC?

    If not, is there an exception logged in the event viewer application log.
    Is there the creation of a process dump file mentioned?

    Hi Adrian.

    It doesn't bring down the PC. What happens is it stops writing to the
    output window and the menu options to Clean and Rebuild remain grayed out.
    I also discovered this morning that although I can make changes to the
    files (i.e. I had to correct the name of a ToolStripButton) which it saves there will be a graphic element that won't respond. In this case it was a ToolStrip. Really weird. I will copy it all over to the HP Z620 later and
    see how it works there. That has 2 x Xeons and 64 GB RAM against 1 x i7
    and 32 GB RAM.

    There are a horrendous number of critical errors in the event viewer, most
    of them complaining that a driver install failed, I'll have to Google that!

    --
    Jeff Gaines Dorset UK
    All things being equal, fat people use more soap

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Jeff Gaines@21:1/5 to Gaines on Sat Apr 9 21:47:46 2022
    On 09/04/2022 in message <xn0ngevfgcsclmp00l@news.individual.net> Jeff
    Gaines wrote:

    Is this a crash that brings down the PC?

    If not, is there an exception logged in the event viewer application log. >>Is there the creation of a process dump file mentioned?

    Hi Adrian.

    It doesn't bring down the PC. What happens is it stops writing to the
    output window and the menu options to Clean and Rebuild remain grayed out.
    I also discovered this morning that although I can make changes to the
    files (i.e. I had to correct the name of a ToolStripButton) which it saves >there will be a graphic element that won't respond. In this case it was a >ToolStrip. Really weird. I will copy it all over to the HP Z620 later and
    see how it works there. That has 2 x Xeons and 64 GB RAM against 1 x i7
    and 32 GB RAM.

    Just to follow up I tried compiling this on the HP Z620. It didn't crash
    but threw up a load of different problems such as picking up a graphical element and "sticking" it to the cursor so that I couldn't shake it off!
    It may be because the program contains two copies of Explorer (using the IExplorerBrowser interface) that are effectively "live" and so change as
    the program compiles, I'll have a look at that tomorrow.

    Incidentally if anybody knows how to programmatically turn the "Navigation Pane" on and off using the IExplorerBrowser interface I'd love to know,
    it's hard to find a forum of any sort where people use C# to play with the Windows API.

    --
    Jeff Gaines Dorset UK
    The facts, although interesting, are irrelevant

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Abandoned_Trolley@21:1/5 to All on Sun Apr 10 11:00:26 2022

    Incidentally if anybody knows how to programmatically turn the
    "Navigation Pane" on and off using the IExplorerBrowser interface I'd
    love to know, it's hard to find a forum of any sort where people use C#
    to play with the Windows API.


    Have you tried your luck on Stackoverflow ?


    --
    random signature text inserted here

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Jeff Gaines@21:1/5 to All on Mon Apr 11 08:40:03 2022
    On 10/04/2022 in message <t2u9rr$lph$1@dont-email.me> Abandoned_Trolley
    wrote:



    Incidentally if anybody knows how to programmatically turn the
    "Navigation Pane" on and off using the IExplorerBrowser interface I'd
    love to know, it's hard to find a forum of any sort where people use C#
    to play with the Windows API.


    Have you tried your luck on Stackoverflow ?

    Thanks for the suggestion, I have now put a question in there :-)

    Interestingly Windows Defender popped up this morning screaming that it
    had found a file that was dangerous - it was one of the intermediate code
    files Visual Studio produces when compiling!

    --
    Jeff Gaines Dorset UK
    There are 10 types of people in the world, those who do binary and those
    who don't.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Abandoned_Trolley@21:1/5 to All on Tue Apr 19 10:04:26 2022
    Incidentally if anybody knows how to programmatically turn the
    "Navigation Pane" on and off using the IExplorerBrowser interface I'd
    love to know, it's hard to find a forum of any sort where people use C#
    to play with the Windows API.



    also ... theres a number of "microsoft.vstudio" newsgroups around - at
    least one of them in English

    --
    random signature text inserted here

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)