Interrupt Does Not Work
See original GitHub issueIssue Type: Bug
- Load large TSV of tweets (~3 million rows) into a pandas dataframe.
- Convert dataframe to json object using “records” orientation.
- Attempt to hit “Interrupt” on top barline, or on the left of the cell.
Nothing happens, the process is not interrupted, even if I close the file, even if I try to restart the kernel, etc.
The process continues to run with no way to kill it reliably or easily.
Extension version: 2021.9.1101343141 VS Code version: Code 1.61.2 (6cba118ac49a1b88332f312a8f67186f7f3c1643, 2021-10-19T15:49:28.381Z) OS version: Darwin x64 18.7.0 Restricted Mode: No Remote OS version: Linux x64 5.0.0-37-generic Remote OS version: Linux x64 5.0.0-37-generic Remote OS version: Linux x64 5.0.0-37-generic
System Info
Item | Value |
---|---|
CPUs | Intel® Core™ i7-8850H CPU @ 2.60GHz (12 x 2600) |
GPU Status | 2d_canvas: enabled gpu_compositing: enabled metal: disabled_off multiple_raster_threads: enabled_on oop_rasterization: enabled opengl: enabled_on rasterization: enabled skia_renderer: disabled_off_ok video_decode: enabled webgl: enabled webgl2: enabled |
Load (avg) | 2, 2, 2 |
Memory (System) | 16.00GB (4.18GB free) |
Process Argv | -psn_0_663714 --crash-reporter-id c3a0488e-aaab-4775-adee-2d25a70366d9 |
Screen Reader | no |
VM | 0% |
Item | Value |
---|---|
Remote | SSH: lambda2.cs.ucla.edu |
OS | Linux x64 5.0.0-37-generic |
CPUs | Intel® Core™ i9-9960X CPU @ 3.10GHz (32 x 1200) |
Memory (System) | 125.58GB (119.28GB free) |
VM | 0% |
Item | Value |
---|---|
Remote | SSH: lambda2.cs.ucla.edu |
OS | Linux x64 5.0.0-37-generic |
CPUs | Intel® Core™ i9-9960X CPU @ 3.10GHz (32 x 1200) |
Memory (System) | 125.58GB (119.28GB free) |
VM | 0% |
Item | Value |
---|---|
Remote | SSH: lambda2.cs.ucla.edu |
OS | Linux x64 5.0.0-37-generic |
CPUs | Intel® Core™ i9-9960X CPU @ 3.10GHz (32 x 1200) |
Memory (System) | 125.58GB (119.28GB free) |
VM | 0% |
A/B Experiments
vsliv368cf:30146710
vsreu685:30147344
python383cf:30185419
pythonvspyt602:30300191
vspor879:30202332
vspor708:30202333
vspor363:30204092
vswsl492:30256859
pythonvspyt639:30300192
pythontb:30283811
pythonvspyt551:30345470
pythonptprofiler:30281270
vshan820:30294714
vstes263cf:30335440
pythondataviewer:30285071
pythonvsuse255:30340121
vscod805cf:30301675
pythonvspyt200:30340761
binariesv615:30325510
vsccppwt:30382697
pythonvssor306:30344512
bridge0708:30335490
pygetstartedt3:30385195
dockerwalkthru:30377721
bridge0723:30353136
pythonrunftest32:30373476
pythonf5test824:30373475
javagetstartedt:30364666
pythonvspyt187:30373474
vsqsis300:30386381
vsaa593:30376534
vssld246cf:30386378
Issue Analytics
- State:
- Created 2 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
Interrupt doesn't work. - Arduino Forum
I have problem with the code below this text. When I push the button the index value change, so that works fine. But...
Read more >I Can't Get Interrupts Working - OSDev Wiki
This page is a sort of TroubleShooting manual to help you getting through common interrupts framework problems encountered by guests and ...
Read more >External interrupt for AVR is not working - Stack Overflow
I have built up a simple button and LED circuit. It works with the interrupt Arduino library, but does not work with my...
Read more >SysTick interrupt does not work - ST Community
When debugging the project I noticed that Systick interrupt is not getting called. Systick STK_VAL register is changing, and STL_CTRL register ...
Read more >TMR0 interrupt seems to be not working
I am using TMR0 as interrupt for to read from sensors for certain peroid, it seems that there TMR works ( Reading from...
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
Yeah makes sense, thanks I appreciate the help! I’ll close the issue now.
Not sure what the bandwidth limit is, but yes printing really really fast can cause this problem. You might try using some sort of progress bar instead? Tqdm might work?