#14060 closed bug (duplicate)
WebPositive crashes on open with "invalid opcode exception"
Reported by: | bradsco | Owned by: | nobody |
---|---|---|---|
Priority: | normal | Milestone: | Unscheduled |
Component: | - General | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | #10304 | Blocking: | |
Platform: | x86 |
Description
Opening WebPositive results in an error dialog. No main window is displayed.
Attachments (1)
Change History (10)
by , 7 years ago
Attachment: | WebPositive-614-debug-28-03-2018-06-42-20.report added |
---|
comment:1 by , 7 years ago
comment:2 by , 7 years ago
Platform: | All → x86 |
---|
comment:3 by , 7 years ago
Blocked By: | 10304 added |
---|---|
Resolution: | → duplicate |
Status: | new → closed |
Duplicate of #10304.
There was a regression in the latest release but it will be fixed again in the next one (already done in webkit sources).
comment:4 by , 7 years ago
"... it will be fixed again in the next one" 27.04.2018 - issue is actual for now.
comment:6 by , 6 years ago
I think that WebKit will not patch this issue. They are right: P-III is deprecated CPU. Maybe there is an ability to modify WebPositive to disable multimedia features when running on the old hardware?
comment:7 by , 6 years ago
See here this was discussed at length on the mailing list already. https://www.freelists.org/post/haiku-development/Fwd-webkitdev-Proposal-Not-supporting-x86-wo-SSE2,8
It is unlikely that webkit will have SSE patched out, most likely is that Netsurf will be bundled for older machines instead of Webpositive it is also a rather nice browser with a native interface though not as featureful as Webpositive.
follow-up: 9 comment:8 by , 6 years ago
It's not just about multimedia features. WebKit needs SSE support also for the javascript code they generate, and I'm not going to spend much effort avoiding that.
comment:9 by , 6 years ago
Replying to pulkomandy, cb88: Thank you for the clarification of the issue.
IIRC HaikuWebKit requires SSE2 which Pentium III doesn't have.