<win8linux[m]>
Between the three major Wayland compositor implementations (Mutter, KWin, and wlroots), only GNOME's Mutter doesn't support it (intentionally too).
<trungnt2910[m]>
Wow the Rust version is surprisingly short.
<PulkoMandy>
I don't know how complete it is
<PulkoMandy>
the format isn't very complicated I think, then it depends how deep you need to access it
<trungnt2910[m]>
Now I just need read-only access.
<trungnt2910[m]>
Enough access for reading directories, files, permissions, and some basic attributes.
<x512[m]>
trungnt2910: It is designed for read only access.
<trungnt2910[m]>
My C# port was quite complicated but it supports exporting `.hpkg` files compatible with Haiku.
gouchi has joined #haiku
ClaudioM has joined #haiku
Gaspare has joined #haiku
mmu_man has quit [Ping timeout: 480 seconds]
mmu_man has joined #haiku
pch has joined #haiku
HaikuUser has joined #haiku
jmairboeck has joined #haiku
HaikuUser is now known as navjack
navjack has quit []
ynhuser|828468 has quit [Remote host closed the connection]
Begasus_32 has quit [Quit: Vision[]: Gone to the dogs!]
navjack has joined #haiku
<Begasus>
k, things so far done today, build scummvm latest version, bump tiff, bump wxgtk, bump scummvm_tools (secondary arch)
<Begasus>
heading down for today, cu peeps! :)
Begasus has quit [Quit: Leaving]
ynhuser|828468 has joined #haiku
<navjack>
Hey! I just wanted to report an issue related to the PS2 active multiplexing changes that i guess went into the nightlies a couple days ago? I have Haiku installed on an old Gateway laptop model MS2274 and as soon as i touch the trackpad now the device disconnects. Grepping the syslog shows possible hotplug and I/O errors. In input settings i can see the trackpad and then soon after i touch it, it just goes away. I could provide any
<navjack>
other details ya might need to help out.
<PulkoMandy>
hello navjack, if you can open a ticket at dev.haiku-os.org and include a syslog that would be a nice start
<navjack>
sure thing
<PulkoMandy>
if you can provide syslogs from both before and after the change that would be great
<PulkoMandy>
in the end I didn't change the active multiplexing a lot, just ignored any data from the keyboard during the setup phase
<PulkoMandy>
I think waddlesplash was looking for someone to test this with an ALPS touchpad? So it's tested now? syslog doesn't say a lot on the ps2 side, the init appears to work normally and there's nothing else
<waddlesplash>
the changes made to move things to userland should not affect ps2 io at all
<waddlesplash>
where did navjack specify a range? The active multiplexing changes are the most likely culprit no?
<navjack>
i'm going back to previous revisions and seeing what one is the exact one. might take a bit but i might as well get that info for ya.
navjack has quit [Quit: Vision[]: i've been blurred!]
rennj has quit [Ping timeout: 480 seconds]
rennj has joined #haiku
Vidrep_64 has joined #haiku
ClaudioM has quit [Quit: leaving]
HaikuUser has joined #haiku
HaikuUser is now known as navjack
<navjack>
there we go. 56295 is where it breaks for me. updated the ticket and added logs for ya. i'll stay on 291 for the time being and just keep an eye on the ticket if you want me to test anything.
hackkitten has quit [Ping timeout: 480 seconds]
<PulkoMandy>
so it's indeed the MovementMaker change
<PulkoMandy>
there isn't really any logs from the ALPS touchpad driver in either case
<navjack>
yeah 93 is the only mouse related change made in that range from 91 to 95.
<navjack>
the only thing in the log i noticed was on line 2570. mouse device exiting. useful information :-P
navjack has quit [Quit: Vision[]: i've been blurred!]
<PulkoMandy>
at least that's where the log comes from
<PulkoMandy>
ah wait, I'm looking at older code let me check again
<PulkoMandy>
ok there can be timeouts now but they are handled only if fIsTouchpad is true
<PulkoMandy>
navjack, are you sure you don't have a mix of two different versions of haiku? for example an old driver or an old input-server in the non-packaged directories?
<andreasdr[m]>
Hi
<andreasdr[m]>
Whats uppppppp?
<waddlesplash>
PulkoMandy: it shouldn't be possible really to have that happen because the new driver doesn't even reply to ms_read
<waddlesplash>
So a mismatch either way would just not work
<waddlesplash>
Rather than behaving as it apparently does
<nekobot>
[haiku/haiku] ba0a86ca6065 - input/mouse: Fetch the real ioctl error code from errno.
<waddlesplash>
PulkoMandy: ^^ probably fixed
<PulkoMandy>
is that how ioctl works?
<PulkoMandy>
seems so, yes
<Vidrep_64>
What particularly should I look for when trying to determine the cause of a crash in a debugger report?
<PulkoMandy>
the thread state (for example something like this in the last Web+ report you posted: "state: Call (abort() called)")
tqh has joined #haiku
<PulkoMandy>
this one is not very helpful but sometimes there is a more interesting message there
<PulkoMandy>
and below that, the "stacktrace" is which part of the code was executing when the crash happened. In this case we see there "WebCore::FontCache::~FontCache() + 0x1d" which is the function that deletes/clears the font cache
jmairboeck has quit [Quit: Konversation terminated!]
gouchi has quit [Remote host closed the connection]
<Vidrep_64>
Thanks for the answer PulkoMandy
<PulkoMandy>
I see it calls several other functions, eventually it tries to start a timer: WebCore::ThreadTimers::setSharedTimer(WebCore::SharedTimer*) + 0x85 which is a bit strange thing to do at this point, and probably fails because a lot of the webkit code is already shut down
<Vidrep_64>
I'm seeing the "WebCore::FontCache::~FontCache() + 0x1d" in every crash I've had the past day or two
<PulkoMandy>
yes, it looks like a bug in the current code in WebKit, hopefully they will fix it in the next version
<tqh>
Vidrep_64, have you updated to latest nightly and no longer see other crashes?
x10z has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<Vidrep_64>
tqh, yes, I believe it can be closed now
* tqh
runs to close ticket :)
<tqh>
I might to try some more WebPositive investigations if there is anything that is reproducable.
<tqh>
Since we are on the topic, do you consider your network in haiku stable?
<Vidrep_64>
I beleive i have only a couple of open tickets for WebPositive. One is the inability to log into my bank. The other is a freeze after lossing into Amazon.ca
<Vidrep_64>
All of my wired networks are stable on several different PC's with Haiku
<Vidrep_64>
I have issues with connecting wifi, which I never use, but have on one PC that I use for testing
<tqh>
that's good. So less likely to be becuse of ip stack issues.