question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Keyboard interrupt crashed the kernel. Except it didn't crash.

See original GitHub issue

Issue Type: Bug

  1. run some code,
  2. interrupt that code
  3. get error: Keyboard interrupt crashed the kernel. Kernel restarted.
  4. 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:closed
  • Created 4 years ago
  • Comments:7 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
rchiodocommented, Mar 18, 2020

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

0reactions
BillmanHcommented, Mar 18, 2020

That’s great!

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found