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)

WebPositive-641-debug-18-09-2014-10-39-40.report (633 bytes ) - added by vidrep 10 years ago.
WebPositive-1156-debug-18-09-2014-17-26-27.report (21.1 KB ) - added by vidrep 10 years ago.

Download all attachments as: .zip

Change History (9)

comment:1 by anevilyak, 10 years ago

Component: - GeneralApplications/WebPositive
Owner: changed from nobody to pulkomandy

comment:2 by anevilyak, 10 years ago

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.

comment:3 by pulkomandy, 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:4 by anevilyak, 10 years ago

Indeed, x86_64 is still at 1.4.1.

comment:5 by vidrep, 10 years ago

Today, the debug report looks a little different than before. I'm attaching it in case it might prove useful.

comment:6 by vidrep, 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 pulkomandy, 10 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.