Opened 10 years ago
Closed 10 years ago
#11255 closed bug (fixed)
Webpositive 64 bit crashes on quit
Reported by: | vidrep | Owned by: | pulkomandy |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | Applications/WebPositive | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
hrev47875_x86_64 Webpositive crashes when quitting application.
Attachments (2)
Change History (9)
by , 10 years ago
Attachment: | WebPositive-641-debug-18-09-2014-10-39-40.report added |
---|
comment:1 by , 10 years ago
Component: | - General → Applications/WebPositive |
---|---|
Owner: | changed from | to
comment:2 by , 10 years ago
comment:3 by , 10 years ago
Before anything else it may be a good idea to update WebKit to the latest release for x86_64. I think this hasn't been done in a while.
comment:5 by , 10 years ago
Today, the debug report looks a little different than before. I'm attaching it in case it might prove useful.
by , 10 years ago
Attachment: | WebPositive-1156-debug-18-09-2014-17-26-27.report added |
---|
comment:6 by , 10 years ago
This issue appears to have been resolved with the update to WebKit 1.4.5. This ticket can be closed.
comment:7 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Looks to be a heap corruption issue somewhere, this is crashing at http://cgit.haiku-os.org/haiku/tree/src/system/libroot/posix/malloc/processheap.cpp#n185 . Unfortunately, the x86-64 version of Debugger currently lacks architectural unwind support, and this isn't trivial to do due to the latter ABI omitting frame pointers by default, so getting a proper backtrace from such a crash is not currently feasible.