惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

D
DataBreaches.Net
V
Vulnerabilities – Threatpost
C
CERT Recently Published Vulnerability Notes
Google DeepMind News
Google DeepMind News
GbyAI
GbyAI
Y
Y Combinator Blog
T
Threatpost
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
Project Zero
Project Zero
Engineering at Meta
Engineering at Meta
MongoDB | Blog
MongoDB | Blog
MyScale Blog
MyScale Blog
Security Latest
Security Latest
T
Threat Research - Cisco Blogs
量子位
I
Intezer
Simon Willison's Weblog
Simon Willison's Weblog
C
Cybersecurity and Infrastructure Security Agency CISA
L
Lohrmann on Cybersecurity
L
LINUX DO - 最新话题
The Register - Security
The Register - Security
T
Tailwind CSS Blog
爱范儿
爱范儿
Google DeepMind News
Google DeepMind News
T
Troy Hunt's Blog
Stack Overflow Blog
Stack Overflow Blog
Cloudbric
Cloudbric
S
Secure Thoughts
The GitHub Blog
The GitHub Blog
T
The Blog of Author Tim Ferriss
L
LangChain Blog
Recorded Future
Recorded Future
小众软件
小众软件
www.infosecurity-magazine.com
www.infosecurity-magazine.com
T
Tor Project blog
人人都是产品经理
人人都是产品经理
F
Full Disclosure
O
OpenAI News
Webroot Blog
Webroot Blog
A
Arctic Wolf
TaoSecurity Blog
TaoSecurity Blog
P
Privacy & Cybersecurity Law Blog
Jina AI
Jina AI
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Exploit-DB.com RSS Feed
Exploit-DB.com RSS Feed
雷峰网
雷峰网
Microsoft Security Blog
Microsoft Security Blog
H
Heimdal Security Blog
B
Blog RSS Feed
Vercel News
Vercel News

AUR Newest Packages

AUR (en) - xcute AUR (en) - wallrift AUR (en) - smolvm-git AUR (en) - android-cli AUR (en) - rs-top AUR (en) - rudo-bin AUR (en) - marmalade-bin AUR (en) - clawx-appimage AUR (en) - echomusic-appimage AUR (en) - vermouth AUR (en) - mautrix-telegram-bin AUR (en) - ketesa AUR (en) - clawd-on-desk-bin AUR (en) - rebased-bin AUR (en) - oxideterm-bin AUR (en) - shed-sh AUR (en) - quillscribe AUR (en) - haus-bin AUR (en) - stably-orca-bin AUR (en) - reflection AUR (en) - emerald-legacy-launcher-git AUR (en) - kwim AUR (en) - omarchy-emacs AUR (en) - pentest-ghostwriter AUR (en) - papagaia AUR (en) - outport-bin AUR (en) - carton-appimage AUR (en) - veila-git AUR (en) - veila-bin AUR (en) - vigil-baseline AUR (en) - byedroid AUR (en) - neovim-base16-git AUR (en) - rpi-imager-git-non-root AUR (en) - python-fastapi-sso AUR (en) - zeed-bin AUR (en) - dwl-git-azerty AUR (en) - libspatialaudio-git AUR (en) - libspatialaudio AUR (en) - opennow AUR (en) - rotki AUR (en) - kapi-bin AUR (en) - classfi-git AUR (en) - giff-git AUR (en) - budget-tracker-bin AUR (en) - budget-tracker AUR (en) - codebase-memory-mcp-bin AUR (en) - codebase-memory-mcp-bin AUR (en) - tasks-bin AUR (en) - ruri-git AUR (en) - gitmun-bin AUR (en) - python-cozempic AUR (en) - vim-prosession AUR (en) - paintfe-bin AUR (en) - paintfe AUR (en) - drop-bin AUR (en) - tritium-launcher-bin AUR (en) - solidc-git AUR (en) - paseo-desktop-bin AUR (en) - dota2-minify-bin AUR (en) - yt-dvr AUR (en) - enneagram AUR (en) - excalidraw-desktop-bin AUR (en) - binaryobjectscanner-bin AUR (en) - openring-rs AUR (en) - openring-rs-bin AUR (en) - brave-origin-beta-bin AUR (en) - whisper.cpp-cuda-bin AUR (en) - libggml-cuda-bin AUR (en) - revdiff AUR (en) - tdesktop-nolimit AUR (en) - cert-checker AUR (en) - yaak-cli AUR (en) - yaak-cli-bin AUR (en) - deez-notes-bin AUR (en) - goosestation-libretro AUR (en) - whispers-cuda-bin AUR (en) - kei AUR (en) - foxguard AUR (en) - hyprlogin-git AUR (en) - kebiki AUR (en) - runex AUR (en) - ikuai-cli AUR (en) - whispers-bin AUR (en) - pipeweaver-app AUR (en) - pipeweaver AUR (en) - agentop-bin AUR (en) - cosmic-ext-connected-git AUR (en) - kwin-dual-mode AUR (en) - skwd-daemon AUR (en) - ter-music-cn AUR (en) - mesen-ce-git AUR (en) - elio-bin AUR (en) - keyboard-chattering-fix-git AUR (en) - qtkeychain-qt5 AUR (en) - gesturecontrol AUR (en) - sharey AUR (en) - ouijit-bin AUR (en) - usque-bin AUR (en) - twig-bin AUR (en) - ascendara-bin
AUR (en) - mpz
2026-05-30 · via AUR Newest Packages

dpvpro commented on 2025-12-15 13:29 (UTC)

oleg_antonyan commented on 2025-12-15 11:50 (UTC)

Perfect. Fix in the latest master.

It happened b/c "current_library" is bigger than number of "library_paths" in ~/.config/mpz/local.yml and there was no out-of-bounds check. You can set "current_library" to 0 and it should start working.

Please let me know if it worked, I'll make 2.0.1 release, which will also include dynamic linkage to libmpdclient and few other small fixes.

dpvpro commented on 2025-12-15 10:25 (UTC)

https://0x0.st/PrAN.txt

my output

oleg_antonyan commented on 2025-12-14 19:15 (UTC)

I was unable to reproduce. But made a few changes related to potentially unsafe multi-threading. Could you please try master branch?

git clone https://github.com/olegantonyan/mpz.git
cd mpz
cmake --preset debug-qt6 
cmake --build build/debug-qt6

then run it under gdb:

gdb build/debug-qt6/mpz
run

if/when crashed - type "bt full" in gdb promt and copy-paste the output

dpvpro commented on 2025-12-14 16:52 (UTC) (edited on 2025-12-14 16:52 (UTC) by dpvpro)

OS - Arch Linux

CPU - Intel(R) Core(TM) i5-8350U CPU @ 1.70GHz

Previous version mpz works fine

oleg_antonyan commented on 2025-12-14 12:39 (UTC)

@dpvpro need more info, which OS/cpu, does previous version work, etc

dpvpro commented on 2025-12-14 08:58 (UTC) (edited on 2025-12-14 08:58 (UTC) by dpvpro)

user@lan-lucky ~> mpz
config file:  "/home/user/.config/mpz/global.yml"
config file:  "/home/user/.config/mpz/local.yml"
system language: "en" config language: "" | transaltions load: false
ModusOperandi initilized in ModusOperandi::MODUS_LOCALFS
fish: Job 1, 'mpz' terminated by signal SIGSEGV (Address boundary error)

FabioLolix commented on 2025-12-13 15:50 (UTC)

==> ERRORE: l'array OPTIONS contiene l'opzione sconosciuta '!optipng' ==> ERRORE: l'array OPTIONS contiene l'opzione sconosciuta '!upx'

@simona reported on the wrong page; mpz don't even have options=()

simona commented on 2025-12-13 15:36 (UTC)

==> ERRORE: l'array OPTIONS contiene l'opzione sconosciuta '!optipng' ==> ERRORE: l'array OPTIONS contiene l'opzione sconosciuta '!upx'

dpvpro commented on 2025-10-19 11:54 (UTC)

You can leave it as is but I needed to clean package cache for right work.