Keyboard interrupt crashed the kernel. Except it didn't crash.
See original GitHub issueIssue Type: Bug
- run some code,
- interrupt that code
- get error:
Keyboard interrupt crashed the kernel. Kernel restarted.
- notice that all of the loaded objects and variables are still available, indicating that the kernel didn’t crash, and didn’t restart.
Extension version: 2020.2.64397 VS Code version: Code 1.42.1 (c47d83b293181d9be64f27ff093689e8e7aed054, 2020-02-11T14:45:59.656Z) OS version: Windows_NT x64 10.0.17763
System Info
Item | Value |
---|---|
CPUs | Intel® Core™ i3-6100 CPU @ 3.70GHz (4 x 3696) |
GPU Status | 2d_canvas: enabled flash_3d: enabled flash_stage3d: enabled flash_stage3d_baseline: enabled gpu_compositing: enabled metal: disabled_off multiple_raster_threads: enabled_on oop_rasterization: disabled_off protected_video_decode: unavailable_off rasterization: enabled skia_renderer: disabled_off surface_control: disabled_off surface_synchronization: enabled_on video_decode: enabled viz_display_compositor: enabled_on viz_hit_test_surface_layer: disabled_off webgl: enabled webgl2: enabled |
Load (avg) | undefined |
Memory (System) | 15.96GB (6.51GB free) |
Process Argv | |
Screen Reader | no |
VM | 0% |
Issue Analytics
- State:
- Created 4 years ago
- Comments:7 (4 by maintainers)
Top Results From Across the Web
OSDev.org • View topic - Keyboard interrupts crash the kernel
I tried to add keyboard interrupts to my OS (https://github.com/ackOS-project/dev), but now the OS reboots when I press any key. I don't ......
Read more >After 5 days, my OS doesn't crash when I press a key
As for your problem with the keyboard interrupt firing only once, ... Operating Systems 2 but it was only offered once/year and didn't...
Read more >Ctrl-C crashes Python after importing scipy.stats - Stack Overflow
If I run this in IPython, I can see a normal Python KeyboardInterrupt traceback before the forrtl error. I also see a normal...
Read more >How to troubleshoot kernel crashes, hangs, or reboots with ...
How to troubleshoot kernel crashes, hangs, or reboots with kdump on Red Hat Enterprise Linux. Solution Verified - Updated November 17 2022 ...
Read more >Day 37: After 5 days, my OS doesn't crash when I press a key
press keys on my keyboard; having the OS not crash ... Most of all: the OSDev wiki page “I Can't Get Interrupts Working”....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Sorry, this is actually a known issue. It’s just a bug in our messaging. The kernel didn’t restart. I’m using our insider’s version (where the bug is fixed), while the current release version doesn’t have the fix yet. It should soon.
It was this bug here: https://github.com/microsoft/vscode-python/issues/10050
You can get the insider’s build if you like from here: https://pvsc.blob.core.windows.net/extension-builds/ms-python-insiders.vsix
That’s great!