Opened 10 years ago
Closed 10 years ago
#11219 closed bug (duplicate)
WebPositive crash - Unable to retrieve disassembly for IP 0x909b09: No such file or directory
Reported by: | un_spacyar | Owned by: | pulkomandy |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | Applications/WebPositive | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | #11118 | |
Platform: | x86 |
Description
WebPositive crashes with some sites, always with the follow debug info:
Active Threads:
thread 10316: pthread func thread 10318: w>Downloads thread 10320: w>Settings thread 10324: w>WebPositive: Save thread 10326: timer thread thread 10328: w>OSNews is Exploring the Futur thread 10329: pthread func thread 12537: team 10313 debug task thread 10313: WebPositive (main)
state: Exception (Invalid opcode exception)
Frame IP Function Name ----------------------------------------------- 0x71551648 0x1ca409 ?
Unable to retrieve disassembly for IP 0x1ca409: No such file or directory
This error appears, for example, searchig in Google.com; but I also I get it with some others sites.
hrev 47792 x86_gcc2
Attach several debug reports.
Attachments (5)
Change History (10)
by , 10 years ago
Attachment: | WebPositive-513-debug-09-09-2014-23-49-32.report added |
---|
by , 10 years ago
Attachment: | WebPositive-12897-debug-06-09-2014-22-26-34.report added |
---|
by , 10 years ago
Attachment: | WebPositive-12610-debug-06-09-2014-21-37-38.report added |
---|
by , 10 years ago
Attachment: | WebPositive-12897-debug-06-09-2014-22-26-34.2.report added |
---|
by , 10 years ago
Attachment: | WebPositive-10313-debug-06-09-2014-21-35-40.report added |
---|
comment:1 by , 10 years ago
comment:2 by , 10 years ago
I had asked the WebKit devs about this, and they told me JavaScriptCore doesn't generate SSE2. So I'm not sure that't the problem (but it may have changed since then). The fact that Debugger only says "Unable to retrieve disassembly for IP 0x1ca409: No such file or directory" and doesn't give a disassembly makes it difficult to know what the exact instruction was.
comment:3 by , 10 years ago
The code seems located in this area, not that it helps a lot.
ID Base End Size (KiB) Protection Locking Name -------------------------------------------------------------------------------- 375625 0x001c1000 0x001cd000 48 rwx full mmap area
comment:4 by , 10 years ago
This might be a duplicate of #11118. The debug reports are similar (we even have the same CPU) and the problem happens to me on many sites too. Clearly JavaScriptCore started using SSE2 instructions somewhere between alpha 4.1 and now.
comment:5 by , 10 years ago
Blocking: | 11118 added |
---|---|
Resolution: | → duplicate |
Status: | new → closed |
I'd guess JavaScriptCore is generating assembly that uses SSE opcodes that your CPU doesn't support.