Pale Moon 34.0.0 unresponsive with my bank site at log in.

Talk about code development, features, specific bugs, enhancements, patches, and similar things.
Forum rules
Please keep everything here strictly on-topic.
This board is meant for Pale Moon source code development related subjects only like code snippets, patches, specific bugs, git, the repositories, etc.

This is not for tech support! Please do not post tech support questions in the "Development" board!
Please make sure not to use this board for support questions. Please post issues with specific websites, extensions, etc. in the relevant boards for those topics.

Please keep things on-topic as this forum will be used for reference for Pale Moon development. Expect topics that aren't relevant as such to be moved or deleted.
miroR
Fanatic
Fanatic
Posts: 130
Joined: 2016-05-31, 19:22
Location: https://exdeo.net

Pale Moon 34.0.0 unresponsive with my bank site at log in.

Post by miroR » 2026-01-22, 17:40

I've installed compiled Pale Moon:

Code: Select all

$ ~/palemoon/palemoon --version
Moonchild Productions Pale Moon 34.0.0
$
But visiting my bank site and logging attempting to log in:
https://www.zaba.hr/ebank/gradjani/Prijava
the 34.0.0 froze for some reason, and became non responding.

Tried that a few times. Freezes when I type in the token number and the OTP and hit Enter (or whether it was click on the button "Prijava").

Gave up. Fired up:

Code: Select all

$ ~/palemoon.OLD/palemoon --version
Moonchild Productions Pale Moon 33.9.1
$
and I was able to make the transaction fine.

What could that be? How do I fix it, or is it a bug in 34.0.0?

BTW I've been browsing a lot (https://udn.realityripple.com/docs/Archive/Mozilla/XUL and stuff a lot, then even some Facebook IIRC and what not) since I installed 34.0.0 two days ago, and this is the first issue I have experienced.

Usual stuff:

Code: Select all

Linux gdv1 6.18.6 #1 SMP PREEMPT_DYNAMIC Mon Jan 19 21:22:07 CET 2026 x86_64 GNU/Linux
It's Debian Linux stable, regularly updated... What else to tell?

User avatar
Gemmaugr
Lunatic
Lunatic
Posts: 417
Joined: 2025-02-03, 07:55

Re: Pale Moon 34.0.0 unresponsive with my bank site at log in.

Post by Gemmaugr » 2026-01-22, 17:46

Try latest version https://forum.palemoon.org/viewtopic.php?f=1&t=33106
v34.0.1 (2026-01-22)
This is a minor release to address some critical issues in the new milestone.

Changes/fixes:

Backed out the expat library update for causing memory inflation and browser hang issues on XUL/XML and SVG files with particularly large attributes.
Backed out the change of the Javascript PRNG for causing intermittent issues and crashes on 32-bit platforms.

Both of these issues are being investigated and can hopefully re-land with the next development release.

miroR
Fanatic
Fanatic
Posts: 130
Joined: 2016-05-31, 19:22
Location: https://exdeo.net

Re: Pale Moon 34.0.0 unresponsive with my bank site at log in.

Post by miroR » 2026-01-22, 18:14

Gemmaugr wrote:
2026-01-22, 17:46
Try latest version https://forum.palemoon.org/viewtopic.php?f=1&t=33106
v34.0.1 (2026-01-22)
[...]
Both of these issues are being investigated and can hopefully re-land with the next development release.
Thanks! I will!