I'm double-checking I have everything ready for my #GPGPU lessons (course starts in March) and of course a recent upgrade seems to have busted #rusticl on my machine, with a #segfault somewhere in kernel compilation stage. Not happy about it, but I guess it's par of the course when running somewhat bleeding edge OSes (Debian unstable + some weird stuff). Let's see if this issue is fixed wth the version of Mesa in experimental, or if I can report the bug.

Một yêu cầu HTTP lỗi duy nhất đã làm sập toàn bộ hệ thống máy chủ sản xuất chỉ trong 90 giây. Lỗi phân đoạn (segfault) trên một máy chủ khiến bộ cân bằng tải liên tục đẩy yêu cầu lỗi này sang các máy chủ khác, gây ra sự cố dây chuyền nghiêm trọng.
#ServerDown #Segfault #LoadBalancer #TechFail #SystemFailure
#SậpMáyChủ #LỗiHệThống #BảoMậtMạng #CôngNghệ #SựCố

https://systemdr.substack.com/p/the-poison-pill-request-how-one-bad

The Poison Pill Request: How One Bad Request Can Kill Your Entire Fleet

All servers in production just went down within 90 seconds.

System Design Interview Roadmap

My server is diyng a bit :(

https://vitexsoftware.com/

#DIY #SegFault

#GoogleChrome has stopped working on my #Debian13 #KDE system. If I do nothing it starts up the file associate GUI, if I stop it from doing that I get various errors and either it fails to start or it gives me a #segfault

It's not as if I use it much under #Linux, but it's annoying as it used to work.

I've already reinstalled it case it was a broken install - will try moving my profile out of the way and see what happens next.

I've been having a rough few days and now this:

```
$ git diff
Segmentation fault (core dumped)
```

What a week, captain.

#git #segfault

Ouch. I got a Segmentation fault running #GIT while doing a rebase... And a `git rebase --abort` also throws a #segfault.

#Gimp 3.0* is so much FUN!

* Select the Pencil tool
* Click on the brush to select a new one
* Select any brush
* See Gimp #segfault 😠

*running the 3.0.0. flatpak from the Pop!OS store.

my regular

`nice -12 qbittorrent &`

spawn created a segfault and qbittorrent was so nice to auto create a trace for me and requested a bug report, so I obliged, How elegant of the programmers to automate that

https://github.com/qbittorrent/qBittorrent/issues/22271

#bash #csh #ksh #sh #qbittorrent #bittorrent #segfault #programming #POSIX #filesharing

segfault report · Issue #22271 · qbittorrent/qBittorrent

qBittorrent & operating system versions qBittorrent version: v4.5.3.10 (64-bit) Libtorrent version: 2.0.9.0 Qt version: 5.15.8 Boost version: 1.74.0 OpenSSL version: 3.0.15 zlib version: 1.2.13 OS ...

GitHub

Et bien les animations / transitions en CSS, c'est bien la merde à gérer.
Au même niveau qu'un segfault.

#css #html #animation #segfault #dev #web

Ваши генераторные выражения сломаны: чиним и разбираемся

Всем привет! Меня зовут Ефимов Михаил, я профессиональный разработчик с 2010 года и начинающий contributor в CPython. Итак, название статьи говорит, что генераторные выражения сломаны. О чем вообще речь? Посмотрим на такой код, не содержащий никаких import: g = (x for x in range(10)) g.gi_frame.f_locals['.0'] = range(20) list(g) Устанавливаем с официального сайта новенький Python 3.13.0 . Запускаем интерпретатор в режиме консоли, копируем в консоль эти строки кода, ожидаем увидеть содержимое списка... А содержимого никакого нет, да и консоль закрылась - интерпретатор завершил работу. В зависимости от того, на какой операционной системе был запущен код, будет сформирован Segmentation Fault или его вариации. Например, Windows использует обозначение STATUS_ACCESS_VIOLATION , но суть та же. Что ж, всё честно, crash на месте, а теперь давайте разбираться, что вообще произошло. Благо, строчек у нас всего три, так что мы можем подробно описать все объекты, вызовы методов и функций.

https://habr.com/ru/articles/853864/

#segfault #generator_expressions #generators #comprehension #bytecode #virtual_machine

Ваши генераторные выражения сломаны: чиним и разбираемся

Всем привет! Меня зовут Ефимов Михаил, я профессиональный разработчик с 2010 года и начинающий contributor в CPython. Итак, название статьи говорит, что генераторные выражения сломаны. О чем вообще...

Хабр