https://bugs.kde.org/show_bug.cgi?id=479346
Bug ID: 479346 Summary: Go code crashes Plasma Shell Classification: Plasma Product: plasmashell Version: 5.27.10 Platform: Manjaro OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: general Assignee: plasma-b...@kde.org Reporter: murat.cil...@gmail.com CC: k...@davidedmundson.co.uk Target Milestone: 1.0 Created attachment 164645 --> https://bugs.kde.org/attachment.cgi?id=164645&action=edit Go code Following Go code crashes Plasma. package main func main() { var notes []int for i := 0; i < 1e12; i++ { notes = append(notes, i) } } STEPS TO REPRODUCE 1. Copy / paste the code 2. Run Go code SOFTWARE/OS VERSIONS Linux/KDE Plasma: 6.6.9-1-MANJARO (64-bit) KDE Plasma Version: 5.27.10 KDE Frameworks Version: 5.113.0 5.15.11 Qt Version: 5.15.11 -- You are receiving this mail because: You are watching all bug changes.