20:10:46 https://frankgroeneveld.nl/2021/08/24/most-underused-browser-feature/ 20:10:53 TIL Google doesn't want you to have Reader Mode 20:11:04 and it's becoming a must for modern browsing! 20:11:13 sooo... it's on the radar for SeaMonkey? 20:13:46 (alternatively: I found this: https://trimread.org/ - sadly it doesn't seem to work with Bloomberg, but they're more interested into selling you one of their overpriced thin terminals) 20:41:10 tomman In theory every feature is on the radar. Just someone needs to implement it... 20:48:38 reder mode is required just to get around the lame you can;t see the news unless you sighn up thing! 20:49:40 although once we get ublock and noscript to wrok with 2.57 that might b sufficient if we know what to block 20:52:56 this is mainly news sources now want you to subscribe to their website with your email so they can send you shit you don't want they let you read just enough of the article to be obscured by a please subscribe bullshit overlay and you cant read the rest of the article unless you do. Unless you invoke reader mode. 20:59:25 * WG9s wonders if he just heard frg_Away say "Where's the Patch? 23:36:29 * buc interesting why "loop" in https://gitlab.com/seamonkey-project/seamonkey-2.53-mozilla/-/blob/2_53_9_final/xpcom/threads/nsThread.cpp#L429 sometimes get the value of 0xe5e5e5e5e5e5e5e5 ? Kinda jemalloc corrupt memory? 23:39:35 2.53.9, CentOS-7, clang-11, rust-1.54. Crash about 30% times. at the exit time, when invoked as "seamonkey -purgecaches" (compiled with --enable-startupcache). 23:40:03 Any ideas? 23:40:18 Ayn extensions? 23:40:52 JustOff only 23:43:40 buc not really. I leave the startupcache disabled and didn't test it for ages. 23:45:56 Interesting. Seems JustOff indeed. 23:48:58 The actual crash is under js/xpconnect/loader/URLPreloader.cpp:229, so maybe some preloading conflicts with this addon? 23:49:46 buc official seems to be ok but I have not installed the polyfill add-on. There were only a few changes compared to the beta. 3 cache crash fixes and a sec backport for it. 23:52:03 Kinda memcpy from a broken source: 23:52:13 #5 0x00007f8a1d14a86a in memcpy (__dest=0x7f89f35021c5, __src=0xe5e5e5e5e5e5e5e5, __len=58853) 23:52:13 at /usr/include/bits/string3.h:51 23:52:14 #6 mozilla::loader::OutputBuffer::codeString(nsTString const&) (this=this@entry=0x7f8a0658ea88, str=...) 23:52:14 at /home/buc/rpmbuild/BUILD/seamonkey-2.53.9/mozilla/js/xpconnect/loader/ScriptPreloader-inl.h:92 23:52:24 #7 0x00007f8a1d143997 in Code (this=, buffer=...) 23:52:24 at /home/buc/rpmbuild/BUILD/seamonkey-2.53.9/obj-x86_64-pc-linux-gnu/dist/include/mozilla/URLPreloader.h:167 23:52:24 #8 mozilla::URLPreloader::WriteCache() (this=0x7f8a2c74a1f0) 23:52:24 at /home/buc/rpmbuild/BUILD/seamonkey-2.53.9/mozilla/js/xpconnect/loader/URLPreloader.cpp:229 23:52:31 #9 0x00007f8a1d142f52 in mozilla::ScriptPreloader::WriteCache() (this=0x7f8a0c329ac0) 23:52:32 at /home/buc/rpmbuild/BUILD/seamonkey-2.53.9/mozilla/js/xpconnect/loader/ScriptPreloader.cpp:603 23:52:32 #10 0x00007f8a1d143e4f in mozilla::ScriptPreloader::Run() (this=0x7f8a0c329900) 23:52:32 at /home/buc/rpmbuild/BUILD/seamonkey-2.53.9/mozilla/js/xpconnect/loader/ScriptPreloader.cpp:700 23:55:36 buc Try Bug 1396366