Results 281 comments of nyanpasu64

Do you know that sobyte.net has translated your article into English, published it at https://www.sobyte.net/post/2022-06/cpp-memory-order/ next to many other articles taken from Chinese websites and translated, and put their own...

I cannot navigate from Sourcetrail to Qt Creator either. In Menu bar, Tools→Sourcetrail, "Send Location to Sourctrail" works, but "Server Status: Stopped". If I try to start the server, I...

Right. Sublime Text and Qt Creator both had their plugins installed, but Sublime Text was occupying port 6666 and preventing Qt Creator from using that port. And Sourcetrail said it...

I'm getting corruption and flicker on https://github.com/flutter/samples/tree/master/experimental/desktop_photo_search (which isn't nativeshell) on KWin Wayland, I should probably report it upstream, but installing Flutter on my laptop for further testing will be...

Arch package version 1:3.24.29-2, aka GTK+ 3.24.29. The bug occurs with both the Arch package, and my self-built packages with debug symbols. I haven't tried the bug in other user...

Reproduced on KWin 5.22.2. Shrug, that's weird. It's not the biggest bug though.

I discovered a way to reproduce: Paste in text before the plugin is loaded. Redoing this paste will trigger elastic formatting and discard all future history.

I managed to build Mesen-SX using Mono's csc/xbuild. ## Reproducing the hang I found a code change to deterministically hang the debugger: https://github.com/NovaSquirrel/Mesen-SX/blob/2a275e253d39a3b5a026b3bbec708e8b36d79b6b/UI/Debugger/frmDebugger.cs#L327 `EmuApi.PowerCycle()` is a `[DllImport(DllPath = "MesenSCore.dll")] public...

I forked Mesen-SX at https://github.com/nyanpasu64/Mesen-SX/tree/log-tid. I replaced `SimpleLock` with a wrapper around `std::recursive_mutex`. Unfortunately this didn't fix the bug. I also added mutex logging statements, which made the bug harder...

I managed to get a Pernosco trace (https://pernos.co/debug/ZOzCDNWsgZyKtXJWlr_bTQ/index.html), which gave me some more debugging information. - [emulation thread 471682](https://pernos.co/debug/ZOzCDNWsgZyKtXJWlr_bTQ/index.html#f{m[A5tY,AA_,t[GA,BzKC_,f{e[Axmt,Kqg_,s{aJqdnUGAA,bAmw,uVSKA,oWG5g___,v[{wiLg,v[{f'list',q'stdouterr',p{_,xAYag_,{f'container',q'stack',p{_,xAYag___,{w/eg,v[{f'source',q'source',p{_,xAYag_,{f'container',q'current-tasks',p{_,xAYag____/): - Console::LoadRom - acquires _debuggerLock - Enters a GC without returning...