ChanServ changed the topic of #haiku to: Open-source operating system that specifically targets personal computing. | https://haiku-os.org | Nightlies: https://download.haiku-os.org | Bugtracker: https://dev.haiku-os.org | SCM: https://git.haiku-os.org/ | Logs: https://oftc.irclog.whitequark.org/haiku | Matrix: #haiku:matrix.org | XMPP: #haiku%irc.oftc.net@irc.jabberfr.org
mmlr has quit [Quit: Vision[]: i've been blurred!]
kinkinkijkin has quit [Quit: Leaving]
Maylay has quit [Ping timeout: 480 seconds]
angrystar170 has quit [Quit: The Lounge - https://thelounge.chat]
<botifico> [haikuports/haikuports] waddlesplash pushed 1 commit to master [+2/-2/±0] https://github.com/haikuports/haikuports/compare/b1b94c8fb6cf...eeb523c04cac
<botifico> [haikuports/haikuports] waddlesplash eeb523c - Bump versions of haiku_userguide and haiku_welcome.
mmu_man has quit [Ping timeout: 480 seconds]
<nekobot> [haiku/haiku] f4e0ce8d61d2 - kernel/lock: Fix ABI compatibility between KDEBUG and non-KDEBUG builds.
<nekobot> [haiku/haiku] waddlesplash pushed 1 commit to master [hrev58107] - https://git.haiku-os.org/haiku/log/?qt=range&q=f4e0ce8d61d2+%5Ecf5249749d85
<nekobot> [haiku/haiku] waddlesplash pushed 1 commit to master [hrev58108] - https://git.haiku-os.org/haiku/log/?qt=range&q=151f01c21d79+%5Ef4e0ce8d61d2
<nekobot> [haiku/haiku] 151f01c21d79 - Debugger: Remove unused includes.
_justin_kelly92 has joined #haiku
_justin_kelly97 has joined #haiku
_justin_kelly9 has quit [Ping timeout: 480 seconds]
_justin_kelly92 has quit [Ping timeout: 480 seconds]
erysdren has quit [Quit: Konversation terminated!]
Maylay has joined #haiku
<nekobot> [haiku/haiku] cfdc36281768 - pthread_barrier: Actually unlock the barrier lock.
<nekobot> [haiku/haiku] waddlesplash pushed 1 commit to master [hrev58109] - https://git.haiku-os.org/haiku/log/?qt=range&q=cfdc36281768+%5E151f01c21d79
<botifico> [haikuports/haikuports] waddlesplash pushed 1 commit to master [+0/-0/±2] https://github.com/haikuports/haikuports/compare/eeb523c04cac...49102f3a0091
<botifico> [haikuports/haikuports] waddlesplash 49102f3 - mesa-22.0.5: Re-enable pthread barriers and disable EGL.
linuxmaster has joined #haiku
<nekobot> [haiku/haiku] waddlesplash pushed 1 commit to master [hrev58110] - https://git.haiku-os.org/haiku/log/?qt=range&q=d8e26ab4d12d+%5Ecfdc36281768
<nekobot> [haiku/haiku] d8e26ab4d12d - HaikuDepot: Switch to using BString::HashValue.
DKnoto_W has joined #haiku
CompanionCube has quit [Quit: ZNC - http://znc.in]
DKnoto_W2 has quit [Ping timeout: 480 seconds]
CompanionCube has joined #haiku
MisthaLu has joined #haiku
_-Caleb-_ has left #haiku [#haiku]
_-Caleb-_ has joined #haiku
<waddlesplash> Skipp_OSX: the node monitoring does work here
<waddlesplash> but I got one case in which the comparisons in there to delete didn't work
<waddlesplash> it was even in the debugger, it looked like they should have compared equal but they didn't
<waddlesplash> but I haven't had that happen again yet, every time since it's worked
<waddlesplash> oh, now it happened again
<Skipp_OSX> yeah I don't get it either
<waddlesplash> ok I got another one in the debugger
<waddlesplash> the device and node are identical but the comparison didn't work out
<Skipp_OSX> I should replace "device" and "node" with actual node_refs now that we support them...
<waddlesplash> isn't it one already?
<Skipp_OSX> We didn't have a AddNodeRef type in BMessage so it passes the node and device separately and puts them back together again on the other side. If there is a conversion that happens it could screw up the comparison.
<waddlesplash> it shouldn't
<waddlesplash> I'm looking at the structures now...
<Skipp_OSX> no it shouldn't, should work fine, yeah, the structure is literally device and node that's it.
<Skipp_OSX> but comparison could could fail in Tracker because of conversion in message passing putting apart putting together again slightly differently.
<waddlesplash> ... the data should be identical
<Skipp_OSX> should be yes
<Skipp_OSX> but how else could the comparison fail then?
flag has joined #haiku
<waddlesplash> no idea
<waddlesplash> oh, maybe it's just the message is the wrong kind, it's not a node monitor message
<waddlesplash> but the query changed message
<waddlesplash> yeah, that's whats happening I think, we never get the node monitor message. So why don't we?
<Skipp_OSX> but the comment above explains that it should be only for B_NODE_MONITOR because those are the ones for deleted files
<waddlesplash> right
<waddlesplash> but sometimes, we don't get it, apparently
<waddlesplash> 1 in 10 or so, maybe a bit more, in my testing
<waddlesplash> why not?
flag_ has quit [Ping timeout: 480 seconds]
<Skipp_OSX> I do not know the answer, it's either the message is not sent at all or it's going in the else branch
<waddlesplash> I added some asserts, it looks like it's not sent at all in that caes
<Skipp_OSX> ok that makes sense
<waddlesplash> this should be where we watch the query node itself
<Skipp_OSX> could it be that it's not B_WATCH_DIRECTORY?
<Skipp_OSX> I suppose it's a query so it can't be a directory
<waddlesplash> answer: the file isn't deleted!
<waddlesplash> it was still in my queries directory
<waddlesplash> deleted it manually, the window closed
<waddlesplash> so, why's it not getting deleted
<waddlesplash> Skipp_OSX: feel free to keep investigating, I'm going to head out as it's late
<Skipp_OSX> alright
dpirate has quit [Remote host closed the connection]
dpirate has joined #haiku
Begasus has joined #haiku
<Begasus> g'morning peeps
Begasus has quit []
Begasus has joined #haiku
<Begasus> just launched a build for tor waddlesplash, can nuke that now :)
<botifico> [haikuports/haikuports] Begasus pushed 1 commit to master [+1/-1/±0] https://github.com/haikuports/haikuports/compare/49102f3a0091...2bf199bcde5f
<botifico> [haikuports/haikuports] Begasus 2bf199b - kpublictransport24, bump version (#11080)
<botifico> [haikuports/haikuports] korli pushed 1 commit to master [+0/-0/±1] https://github.com/haikuports/haikuports/compare/2bf199bcde5f...bb814bc0d855
<botifico> [haikuports/haikuports] korli bb814bc - autoconf213: choose gawk
<botifico> [haikuports/haikuports] threedeyes pushed 1 commit to master [+0/-0/±1] https://github.com/haikuports/haikuports/compare/bb814bc0d855...3d5f2b2419e5
<botifico> [haikuports/haikuports] threedeyes 3d5f2b2 - qtwebengine_bin: disable debuginfo package (issue #11037)
erysdren has joined #haiku
HaikuUser has joined #haiku
HaikuUser has quit []
<botifico> [haikuports/haikuports] korli pushed 1 commit to master [+0/-0/±1] https://github.com/haikuports/haikuports/compare/3d5f2b2419e5...eeaf438fec43
<botifico> [haikuports/haikuports] korli eeaf438 - mailnews: trigger build on x86
<botifico> [haikuports/haikuports] threedeyes pushed 1 commit to master [+4/-4/±0] https://github.com/haikuports/haikuports/compare/eeaf438fec43...985f80d36da6
<botifico> [haikuports/haikuports] threedeyes 985f80d - Telegram: bump version
freddietilley has joined #haiku
tuaris has quit [Remote host closed the connection]
<botifico> [haikuports/haikuports] korli pushed 1 commit to master [+1/-1/±0] https://github.com/haikuports/haikuports/compare/985f80d36da6...5753dd46bbb1
<botifico> [haikuports/haikuports] ivmai 5753dd4 - boehm_gc: update to 8.2.8 (#11079)
petterhj has joined #haiku
Bones223 has joined #haiku
Bones223 has quit [Remote host closed the connection]
MisthaLu has quit [Quit: Leaving]
HaikuUser has joined #haiku
HaikuUser has quit []
mmlr has joined #haiku
<botifico> [haikuports/haikuports] threedeyes pushed 1 commit to master [+2/-2/±0] https://github.com/haikuports/haikuports/compare/5753dd46bbb1...20d9361b5fa0
<botifico> [haikuports/haikuports] threedeyes 20d9361 - vlc: bump version
TMM has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
TMM has joined #haiku
mmlr has quit [Ping timeout: 480 seconds]
<Begasus> bugger, stupid conflicts now :(
mmu_man has joined #haiku
nephele_xmpp has joined #haiku
_-Caleb-_ has left #haiku [#haiku]
_-Caleb-_ has joined #haiku
nephele_xmpp has left #haiku [Error from remote client]
_-Caleb-_ has left #haiku [#haiku]
_-Caleb-_ has joined #haiku
<botifico> [haikuports/haikuports] Begasus pushed 1 commit to master [+0/-0/±2] https://github.com/haikuports/haikuports/compare/20d9361b5fa0...5a2beb399c4d
<botifico> [haikuports/haikuports] Begasus 5a2beb3 - Vlc (#11081)
_-Caleb-_ has left #haiku [#haiku]
_-Caleb-_ has joined #haiku
<botifico> [haikuports/haikuports] Begasus pushed 1 commit to master [+0/-0/±1] https://github.com/haikuports/haikuports/compare/5a2beb399c4d...6ac13a37f902
<botifico> [haikuports/haikuports] Begasus 6ac13a3 - phonon_vlc, small change to boost a build (after vlc changes) (#11082)
_-Caleb-_ has left #haiku [#haiku]
_-Caleb-_ has joined #haiku
<botifico> [haikuports/haikuports] Begasus pushed 1 commit to master [+1/-0/±0] https://github.com/haikuports/haikuports/compare/6ac13a37f902...36e4bea40264
<botifico> [haikuports/haikuports] Begasus 36e4bea - kopeninghours, add KF6 recipe (#11083)
BrunoSpr has joined #haiku
<Begasus> is buildmaster for 64bit stuck, been sitting on telegram for quite a while now with "Cleaning work directory of telegram_desktop-5.5.2 ..."
novaphoenix has quit [Quit: gone fishing]
novaphoenix has joined #haiku
BrunoSpr has quit [Quit: Vision[]: Ich wurde eingeweicht!]
vdamewood has joined #haiku
BrunoSpr has joined #haiku
BrunoSpr has quit []
<Begasus> bugger: meta_engine/taglib.cpp:240:10: error: conflicting return type specified for 'virtual long int VlcIostream::tell() const'
<Begasus> maybe I should just use the older taglib there
vdamewood_ has quit [Ping timeout: 480 seconds]
mmlr has joined #haiku
<Begasus> hi mmlr, something fishy on buildmasters?
<mmlr> Begasus: why?
<mmlr> you mean the timeouts to builders recently?
<Begasus> 64bit seems stuck on 64bit, status hasn't changed in hours
<Begasus> vlc build failed on 32bit, should be done unmounting ?
Coldfirex has quit [Remote host closed the connection]
<mmlr> gcc2 builder is in a libtool sh loop, not sure what's going on
<Begasus> error is shown in buildlog, but nothing more there
<Begasus> biab ... doggies :)
<mmlr> x86_64 is done on the builder, no processes running
<mmlr> maybe something going on on the buildmaster container
<mmlr> it has recently switched IPs, maybe something's up there, but I don't have access to the buildmaster
<mmlr> the process on x86_gcc2 is not killable it seems
<mmlr> I have rebooted them and both buildmasters noticed it, so those weren't stuck
Anarchos has joined #haiku
<Begasus> thanks mmlr!
<Begasus> rebuilding vlc with older taglib, but probably that error on buildmaster was still from previous run (without that taglib patch)
mmlr has quit [Ping timeout: 480 seconds]
kescher has quit [Quit: Bye]
kescher has joined #haiku
nephele_xmpp has joined #haiku
<botifico> [haikuports/haikuports] Begasus pushed 1 commit to master [+0/-0/±2] https://github.com/haikuports/haikuports/compare/36e4bea40264...0d2f043aa940
<botifico> [haikuports/haikuports] Begasus 0d2f043 - vlc, revbump, revert taglib version bump, build error on 32bit (#11084)
nephele_xmpp has left #haiku [Error from remote client]
nephele_xmpp has joined #haiku
HaikuUser has joined #haiku
HaikuUser has quit []
nephele_xmpp has left #haiku [Error from remote client]
hsp has quit [Quit: WeeChat 4.4.1]
Coldfirex has joined #haiku
hsp has joined #haiku
<Begasus> whould be nice if buildmaster picked up phonon_vlc now that vlc is build on buildmasters :)
<botifico> [haikuports/haikuports] Begasus pushed 1 commit to master [+0/-0/±1] https://github.com/haikuports/haikuports/compare/0d2f043aa940...4cac59e095d4
<botifico> [haikuports/haikuports] Begasus 4cac59e - phonon_vlc, small change to trigger builds (#11085)
tuaris has joined #haiku
_-Caleb-_ has left #haiku [#haiku]
_-Caleb-_ has joined #haiku
FreeFull has quit []
nephele_xmpp has joined #haiku
diver has quit [Quit: Leaving.]
diver has joined #haiku
_-Caleb-_ has left #haiku [#haiku]
_-Caleb-_ has joined #haiku
HaikuUser has joined #haiku
nephele_xmpp has left #haiku [Disconnected: Hibernating too long]
Anarchos has quit [Quit: Vision[]: i've been blurred!]
HaikuUser has quit [Quit: Vision[]: i've been blurred!]
mmu_man has quit [Ping timeout: 480 seconds]
freddietilley has quit [Quit: WeeChat 4.2.2]
FreeFull has joined #haiku
<nekobot> [haiku/haiku] waddlesplash pushed 1 commit to master [hrev58111] - https://git.haiku-os.org/haiku/log/?qt=range&q=fcae3b667491+%5Ed8e26ab4d12d
<nekobot> [haiku/haiku] fcae3b667491 - kernel/thread: Unset user_data only after unblocking the thread.
linuxmaster has quit [Ping timeout: 480 seconds]
mmu_man has joined #haiku
linuxmaster has joined #haiku
deneel has quit [Quit: deneel]
HaikuUser has joined #haiku
deneel has joined #haiku
HaikuUser has quit []
OrangeBomb has quit [Quit: Slacking off]
<botifico> [haikuports/haikuports] Begasus pushed 1 commit to master [+1/-0/±0] https://github.com/haikuports/haikuports/compare/4cac59e095d4...7c0ae74eecc7
<botifico> [haikuports/haikuports] Begasus 7c0ae74 - kosmindoormap, add KF6 package (#11086)
OrangeBomb has joined #haiku
linuxmaster has quit [Ping timeout: 480 seconds]
linuxmaster has joined #haiku
<Begasus> kallisti5[m], 32bit buildmaster seems stuck again, stiil the same status as when the build was launched :)
<waddlesplash> I'll look
MisthaLu has joined #haiku
<Begasus> thanks waddlesplash
<Begasus> that package is just a small one, so shouldn't be an issue
<Begasus> thanks :)
<waddlesplash> np
linuxmaster has quit [Ping timeout: 480 seconds]
<botifico> [haikuports/haikuports] Begasus pushed 1 commit to master [+1/-0/±0] https://github.com/haikuports/haikuports/compare/7c0ae74eecc7...eedd42e550c9
<botifico> [haikuports/haikuports] Begasus eedd42e - kpkpass, add KF6 package (#11087)
linuxmaster has joined #haiku
<botifico> [haikuports/haikuports] Begasus pushed 1 commit to master [+1/-0/±0] https://github.com/haikuports/haikuports/compare/eedd42e550c9...cabb03c54489
<botifico> [haikuports/haikuports] Begasus cabb03c - kitinerary, add KF6 package (#11088)
<botifico> [haikuports/haikuports] Begasus pushed 1 commit to master [+0/-1/±1] https://github.com/haikuports/haikuports/compare/cabb03c54489...91e60d93188c
<botifico> [haikuports/haikuports] Begasus 91e60d9 - kpublictransport, drop KF5 package, remove conflict on KF6 package (#11089)
<Begasus> note to self, don't add KF5 version for these
<botifico> [haikuports/haikuports] Begasus pushed 1 commit to master [+0/-0/±1] https://github.com/haikuports/haikuports/compare/91e60d93188c...9d027abf4b3b
<botifico> [haikuports/haikuports] Begasus 9d027ab - kosmindoormap, revbump, use correct KF6 package (#11090)
linuxmaster has quit [Ping timeout: 480 seconds]
gouchi has joined #haiku
<hsp> Is there any way to enlarge the toolbar in the editor 'pe', I can't find anything? It's so terribly tiny.
gouchi has quit [Remote host closed the connection]
tqh has joined #haiku
<dovsienko> given BeOS and Descent were released in the same year, it seems strange nobody has ported dxx-rebirth to Haiku
linuxmaster has joined #haiku
<Begasus> not sure which one exists, but iirc there was one for rebirth
BrunoSpr has joined #haiku
nephele_xmpp has joined #haiku
BrunoSpr has quit []
<Begasus> did I miss something in regards of fonts, web+ looks nice :)
<Begasus> ah no, that's falkon :P
<botifico> [haikuports/haikuports] Begasus pushed 1 commit to master [+1/-0/±0] https://github.com/haikuports/haikuports/compare/9d027abf4b3b...64e953af2128
<botifico> [haikuports/haikuports] Begasus 64e953a - khealthcertificate, add KF6 package (#11091)
<Begasus> If someone could fix that cpu issue with qtwebengine I'm a happy man :D
nephele_xmpp has left #haiku [Error from remote client]
BrunoSpr has joined #haiku
BrunoSpr has quit []
talos8 has joined #haiku
talos86 has joined #haiku
talos has quit [Ping timeout: 480 seconds]
talos86 is now known as talos
nephele_xmpp has joined #haiku
BrunoSpr has joined #haiku
<BrunoSpr> Hello
talos8 has quit [Ping timeout: 480 seconds]
<gordonjcp> BrunoSpr: hi
jmairboeck has joined #haiku
<BrunoSpr> Trying to upgrade to Beta 5, but get error: name in use or: https://0x0.st/Xxmb.png
<BrunoSpr> Any Idea what to do?
<BrunoSpr> I changed the repositories to beta5 as michael said in his HAIKU Tutorial...
nephele_xmpp has left #haiku [Error from remote client]
<Begasus> BrunoSpr, hard error message, try to see in the list to be updated if you got items in there with the same version/revision number and uninstall/backup them
Atomozero has joined #haiku
<botifico> [haikuports/haikuports] Begasus pushed 1 commit to master [+2/-0/±0] https://github.com/haikuports/haikuports/compare/64e953af2128...20f86ed5db61
<botifico> [haikuports/haikuports] Begasus 20f86ed - itinerary, add KF6 package (#11092)
<Begasus> last one for today (if things go right on buildmaster) :)
<BrunoSpr> *** failed to commit transaction: Failed to change the package activation in packagefs: Name in use
<BrunoSpr> I could deinstall ffmpeg_tools and openssl_devel
<Begasus> yeah, seen it many times, there is/are package(s) that conflict with the ones from upstream
<BrunoSpr> Then I could install ffmpeg6_tools, libupnp, and openssl3_devel
AlienSoldier has joined #haiku
<Begasus> hard to tell from here which ones are a problem
<BrunoSpr> But SoftwareUpdater still have problems installing the apps
<BrunoSpr> So I try to install one by one! Is it a good idea?
<Begasus> did you change the repositories?
<AlienSoldier> this seem to crash web+ every time https://blog.cloudflare.com/pingora-saving-compute-1-percent-at-a-time/
<Begasus> for the system you could use "pkgman up haiku haiku_devel" I guess
<BrunoSpr> yes I changed the repos
<Begasus> no crash here AlienSoldier
<BrunoSpr> pkgman up haiku haiku_devel... nothing to do!
<Begasus> what does "uname -a" tell you in Terminal?
<AlienSoldier> Begasus 32 or 64 bit?
<Begasus> 64bit here AlienSoldier R1B5
<BrunoSpr> 64bit nightly to Beta5
<AlienSoldier> ok, 32 bit here
<Begasus> BrunoSpr, should mention "Haiku shredder 1 hrev57937+105 Sep 9 2024 06:42 x86_64 x86_64 Haiku" in Terminal
<Begasus> if nothing changed since this morning :)
<Begasus> k, fixing some food here, biab
<nekobot> [haiku/haiku] waddlesplash pushed 4 commits to master [hrev58112] - https://git.haiku-os.org/haiku/log/?qt=range&q=abc06f6bc23f+%5Efcae3b667491
<nekobot> [haiku/haiku] 5f8fe75449fe - freebsd_network: Don't include <vm/vm_page.h> in bus_dma.cpp.
<nekobot> [haiku/haiku] b4798ac6a779 - kernel: Add assertions to ensure vm_page_reservation is destroyed with a count of 0.
<nekobot> [haiku/haiku] f3a9981f9fbd - kernel/vm: Add dangling-reference assertions to AddressSpace{Read,Write}Locker.
<nekobot> [haiku/haiku] abc06f6bc23f - EntryCache::Add: Avoid potential deadlock when waiting for memory
<BrunoSpr> Command was? U...
<BrunoSpr> Ok everythin I installed manually
<BrunoSpr> This files: https://0x0.st/XxmS.png
<BrunoSpr> Uname?
<BrunoSpr> uname --all Haiku shredder 1 hrev57937+105 Sep 9 2024 06:42 x86_64 x86_64 Haiku
<Begasus> BrunoSpr, you are already on latest hrev for beta5 then
<BrunoSpr> yes so still some problems: https://0x0.st/Xxme.png
<BrunoSpr> like flac13 same version number!
<BrunoSpr> I try to uninstall flac13 then
<Begasus> yeah, that should be obsolete by now (if I didn't forget anything) :)
<Begasus> forgot the rdef for itinerary :)
<BrunoSpr> Is the SoftwareUpdater supposed to work atm?
<Begasus> it should I guess, never (hardly) use it
Anarchos has joined #haiku
<BrunoSpr> Ok will try after work... thanks Begasus gn
<botifico> [haikuports/haikuports] Begasus pushed 1 commit to master [+1/-0/±0] https://github.com/haikuports/haikuports/compare/20f86ed5db61...32ea21371a03
<botifico> [haikuports/haikuports] Begasus 32ea213 - itinerary, add missing rdef file (#11093)
<Begasus> gn BrunoSpr
BrunoSpr has quit [Quit: Vision[]: Ich wurde eingeweicht!]
BrunoSpr has joined #haiku
BrunoSpr has quit []
smalltalkman__ has quit []
nephele_xmpp has joined #haiku
dby has joined #haiku
gouchi has joined #haiku
<nekobot> [haiku/haiku] waddlesplash pushed 3 commits to master [hrev58113] - https://git.haiku-os.org/haiku/log/?qt=range&q=ab4fc43458c2+%5Eabc06f6bc23f
<nekobot> [haiku/haiku] b8a2c9099141 - EntryCache: Use memcpy to copy the strings.
<nekobot> [haiku/haiku] 1af0198a7d86 - EntryCache: Unify hash computation logic and use uint32 for it.
<nekobot> [haiku/haiku] ab4fc43458c2 - EntryCache: Cache the entry's hash value.
gouchi has quit [Remote host closed the connection]
nephele_xmpp has left #haiku [Error from remote client]
sonikatomar[m] has joined #haiku
linuxmaster has quit [Ping timeout: 480 seconds]
erysdren has quit [Quit: Konversation terminated!]
MisthaLu has quit [Quit: Leaving]
linuxmaster has joined #haiku
nephele_xmpp has joined #haiku
Babaj has joined #haiku
<AlienSoldier> Is there a reson why terminal is not instant on when launched? It was always like that. when launching, if i start to type i can even type before the prompt appear.
<AlienSoldier> does the terminal itself is made of script or is it all compiled c++?
gouchi has joined #haiku
<dovsienko> how much delay are you observing?
<waddlesplash> definitely don't see that here, Terminal starts basically instantly
<AlienSoldier> must depend on diskdrive, cache available and cpu, but a goos 2 sec.
<waddlesplash> what version of Haiku?
<AlienSoldier> *good
<AlienSoldier> every version i ever used
<waddlesplash> ok
bbjimmy has quit [Ping timeout: 480 seconds]
<AlienSoldier> between welcome to haiku shell, and the prompt i can feel 1.5ish delay
<nekobot> [haiku/haiku] waddlesplash pushed 1 commit to master [hrev58114] - https://git.haiku-os.org/haiku/log/?qt=range&q=4bb796cf9da6+%5Eab4fc43458c2
<nekobot> [haiku/haiku] 4bb796cf9da6 - arm64: Fix issues pointed out in post-commit review.
<nekobot> [haiku/haiku] waddlesplash pushed 1 commit to master [hrev58115] - https://git.haiku-os.org/haiku/log/?qt=range&q=edb17c548f72+%5E4bb796cf9da6
<nekobot> [haiku/haiku] edb17c548f72 - Revert "arm64: Use DEVICE_GRE memory when mapping MTR_WC."
nephele_xmpp has left #haiku [Error from remote client]
<dovsienko> there is a possibility the delay belongs to what is in /etc/profile (hence in /etc/profile.d/) rather than the shell or the terminal
<AlienSoldier> waddlesplash for exemple if i hold "a" while selecting new tab or new terminal, some "a" have time to get typed before the terminal own text. I would expect it to fast enough to happen faster than a key press bemessage processing.
<dovsienko> because "Welcome to the Haiku shell." is the first thing /etc/profile prints
<AlienSoldier> dovsienko yes but i can type tings "before" this display.
<dovsienko> so if I was to debug this problem, I would begin by adding a few echo debug lines to /etc/profile to see which step is slower than it should be
<dovsienko> AlienSoldier: that is irrelevant, as far as I understand. when the shell goes interactive, it consumes the buffered input, but before that the user is free to generate it
<AlienSoldier> this is one of the thing that make ahiku feel less snappy, the other thing is things like the tracker list of application in the deskbar, it feel slower the fist time it is summoned, after if feel instant as it seem cached.
<dovsienko> also, if this is in fact the root cause, you likely will see the same delay when logging in over SSH
<dovsienko> which would mean the problem is not specific to the GUI terminal, and perhaps not to the shell itself
<dovsienko> AlienSoldier: one problem at a time would be the most productive approach
nephele_xmpp has joined #haiku
<AlienSoldier> it is not bad ad it is, just not great.
<dovsienko> if you feel adventurous, you can add "set -x" right at the top of /etc/profile and watch the output of the next terminal you open
<dovsienko> please do not paste the complete output here
nephele_xmpp has left #haiku [Error from remote client]
mmu_man has quit [Ping timeout: 480 seconds]
<dovsienko> waddlesplash: the EndpointManager::Unbind() KDL has just reproduced on the latest master
<dovsienko> there were a few SSH sessions opened, I orderly logged out in all but one, then ran "shutdown" in the last remaining session. the session is still "open", i.e. the Linux client has not received a FIN or an RST
mmu_man has joined #haiku
<mbrumbelow> waddlesplash: I am hunting down a bug with FAT32. After moving 1TB of data to a SSD and renaming the folder I get a crash. Will be filing a bug report.
<waddlesplash> dovsienko: ok, interesting
<waddlesplash> probably some deinitialization order
* dovsienko . o O (everybody's complaining about something)
<waddlesplash> not sure how much I tested with rebooting with open sockets
<waddlesplash> so, will have to do that
<waddlesplash> (please add a comment to the ticket anyway)
<dovsienko> alright
<waddlesplash> mbrumbelow: ok. meaning a FAT partition of size 1TB? or a smaller FAT partiton with 1TB cumulative data transfer
<waddlesplash> what's the KDL exactly, because if it's an assert failure I'm not going to worry too much
<Begasus> closing down here
<Begasus> cu peeps!
Begasus has quit [Quit: Vision[]: i've been blurred!]
<mbrumbelow> waddlesplash: Not an assert.
_-Caleb-_ has left #haiku [#haiku]
<mbrumbelow> FAT partition of 1.5 TBs with 1TB cumulative data transfer.
_-Caleb-_ has joined #haiku
<waddlesplash> ok
zardshard has left #haiku [Error from remote client]
zardshard has joined #haiku
nephele_xmpp has joined #haiku
<nekobot> [haiku/haiku] waddlesplash pushed 1 commit to master [hrev58116] - https://git.haiku-os.org/haiku/log/?qt=range&q=65f942aadacc+%5Eedb17c548f72
<nekobot> [haiku/haiku] 65f942aadacc - WebPositive: Add missed conversion from BString to HashString.
nephele_xmpp has left #haiku [Error from remote client]
<dovsienko> waddlesplash: if you want to extract any debugging information from the KDL anytime soon, let me know. I can keep it in this state for a while
<waddlesplash> is it just the same as before?
<dovsienko> from the looks of the backtrace, yes
<waddlesplash> check tcp_endpoint <pointer> # from the message "bound endpoint <ptr> not in hash"
<waddlesplash> then socket 0x... # from the tcp_endpoint
<waddlesplash> and copy those to the ticket, but they'll probably just be the same as before...
Atomozero has quit [Quit: Vision[]: i've been blurred!]
<waddlesplash> dovsienko: looks a bit different than last time
<waddlesplash> socket state is "closed"... but that might be bogus
dby has quit [Quit: Vision[]: i've been blurred!]
TMM has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
TMM has joined #haiku
jmairboeck has quit [Quit: Konversation terminated!]
linuxmaster has quit [Ping timeout: 480 seconds]
linuxmaster has joined #haiku
<nekobot> [haiku/haiku] waddlesplash pushed 1 commit to master [hrev58117] - https://git.haiku-os.org/haiku/log/?qt=range&q=bfc4b1744248+%5E65f942aadacc
<nekobot> [haiku/haiku] bfc4b1744248 - kernelland_emu: Fix build following kernel mutex ABI changes.
<Skipp_OSX> #18880 fixed, down to 8 submit fix for #19067 we'll be down to 7
linuxmaster has quit [Ping timeout: 480 seconds]
<Skipp_OSX> (#18880 is the blocker though, testing...)
linuxmaster has joined #haiku
Babaj has left #haiku [#haiku]
nephele_xmpp has joined #haiku
nephele_xmpp has left #haiku [Error from remote client]
nephele_xmpp has joined #haiku
linuxmaster has quit [Ping timeout: 480 seconds]
linuxmaster has joined #haiku
<nekobot> [haiku/haiku] waddlesplash pushed 5 commits to master [hrev58118] - https://git.haiku-os.org/haiku/log/?qt=range&q=1705e9761a07+%5Ebfc4b1744248
<nekobot> [haiku/haiku] f5f11192a1d6 - kernel/slab: Add some more information to slab_object KDL command.
<nekobot> [haiku/haiku] f7c5998eb0f5 - kernelland_emu: Include <debug.h> and set defines before <lock.h>.
<nekobot> [haiku/haiku] 0d931e63217f - registrar: Use BMessage::MakeEmpty().
<nekobot> [haiku/haiku] 1e13801271d9 - kernel/locks: Add another assertion to _rw_lock_unset_read_locked.
<nekobot> [haiku/haiku] 1705e9761a07 - kernel/x86: Don't disable the CPUID/MSR TSC frequency read on hypervisor.
nephele_xmpp has left #haiku [Error from remote client]
tqh has quit [Quit: Leaving]
linuxmaster has quit [Ping timeout: 480 seconds]
gouchi has quit [Remote host closed the connection]
Coldfirex has quit [Remote host closed the connection]
linuxmaster has joined #haiku
B2IA has quit [Quit: Vision[]: i've been blurred!]
B2IA has joined #haiku
AlienSoldier has quit [Quit: Vision[]: i've been blurred!]
Anarchos has quit [Quit: Vision[]: i've been blurred!]
<mbrumbelow> waddlesplash: Ticket created...
<waddlesplash> mbrumbelow: it's an assertion failure
<mbrumbelow> DOH!
<mbrumbelow> That's good right?
<waddlesplash> yes, much easier to debug
<nekobot> [haiku/haiku] waddlesplash pushed 3 commits to master [hrev58119] - https://git.haiku-os.org/haiku/log/?qt=range&q=2d07400f0746+%5E1705e9761a07
<nekobot> [haiku/haiku] dd45194d37bb - kernel/lock: Adjust KDEBUG_RW_LOCK_DEBUG logic in _rw_lock_read_unlock.
<nekobot> [haiku/haiku] 13a5c7f91f35 - kernel/lock: Remove ASSERT_UNLOCKED_RW_LOCK from _rw_lock_read_lock.
<nekobot> [haiku/haiku] 2d07400f0746 - nvme_disk: Unlock the ReadLocker before notifying the IORequest.
deneel has quit [Quit: deneel]
deneel has joined #haiku
B2IA has quit [Quit: Vision[]: i've been blurred!]
B2IA has joined #haiku
CRThaze has quit [Ping timeout: 480 seconds]
<botifico> [haikuports/haikuports] waddlesplash pushed 1 commit to master [+0/-0/±1] https://github.com/haikuports/haikuports/compare/32ea21371a03...dc57b15a54b9
<botifico> [haikuports/haikuports] waddlesplash dc57b15 - tor: Tweak for rebuild.
FreeFull has quit []