Bug 96645 - [BlackBerry] ASSERT failure in InRegionScrollableArea::InRegionScrollableArea
Summary: [BlackBerry] ASSERT failure in InRegionScrollableArea::InRegionScrollableArea
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit BlackBerry (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Antonio Gomes
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-13 07:18 PDT by Antonio Gomes
Modified: 2012-09-13 11:16 PDT (History)
2 users (show)

See Also:


Attachments
follow up (1.54 KB, patch)
2012-09-13 10:14 PDT, Antonio Gomes
webkit.review.bot: commit-queue-
Details | Formatted Diff | Diff
follow up (1.45 KB, patch)
2012-09-13 10:47 PDT, Antonio Gomes
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Antonio Gomes 2012-09-13 07:18:34 PDT
Start up browser, go to app menu and tap on any setting.

Program terminated with signal 11, Segmentation fault.
#0  0x79b8a6f4 in
BlackBerry::WebKit::InRegionScrollableArea::InRegionScrollableArea
(this=0x762eedb8, webPage=0x796db010, layer=0x76449110) at
/home/jacky/dev/webkit/Source/WebKit/blackberry/WebKitSupport/InRegionScrollableArea.cpp:85
85              ASSERT(box->canBeScrolledAndHasScrollableArea());
(gdb) bt
#0  0x79b8a6f4 in
BlackBerry::WebKit::InRegionScrollableArea::InRegionScrollableArea
(this=0x762eedb8, webPage=0x796db010, layer=0x76449110) at
/home/jacky/dev/webkit/Source/WebKit/blackberry/WebKitSupport/InRegionScrollableArea.cpp:85
#1  0x79af74a0 in
BlackBerry::WebKit::InRegionScrollerPrivate::calculateInRegionScrollableAreasForPoint
(this=0x798ae750, point=...) at
/home/jacky/dev/webkit/Source/WebKit/blackberry/Api/InRegionScroller.cpp:220
#2  0x79b0e2d4 in BlackBerry::WebKit::WebPagePrivate::setScrollOriginPoint
(this=0x796db010, point=...) at
/home/jacky/dev/webkit/Source/WebKit/blackberry/Api/WebPage.cpp:4186
#3  0x79b0e384 in BlackBerry::WebKit::WebPage::setScrollOriginPoint
(this=0x796e86f8, point=...) at
/home/jacky/dev/webkit/Source/WebKit/blackberry/Api/WebPage.cpp:4194
#4  0x780a5fcc in TouchHandlerWebKitThread::onTouchEvent (this=0x798b22a8,
event=..., permissions=...) at
/home/jacky/dev/libwebview/TouchHandlerWebKitThread.cpp:108
#5  0x780c1162 in BlackBerry::Platform::MethodDelegate2<void
(TouchHandlerWebKitThread::*)(BlackBerry::Platform::TouchEvent const&,
TouchPermissions const&), TouchHandlerWebKitThread,
BlackBerry::Platform::TouchEvent, TouchPermissions>::execute (this=0x75e4e488)
at
Comment 1 Antonio Gomes 2012-09-13 07:30:02 PDT
http://trac.webkit.org/changeset/128456
Comment 2 Antonio Gomes 2012-09-13 10:14:17 PDT
Created attachment 163899 [details]
follow up
Comment 3 WebKit Review Bot 2012-09-13 10:18:46 PDT
Comment on attachment 163899 [details]
follow up

Rejecting attachment 163899 [details] from commit-queue.

Failed to run "['/mnt/git/webkit-commit-queue/Tools/Scripts/webkit-patch', '--status-host=queues.webkit.org', '-..." exit_code: 2

Last 500 characters of output:
t/webkit-commit-queue/Tools/Scripts/svn-apply', u'--force']" exit_code: 1 cwd: /mnt/git/webkit-commit-queue

Parsed 2 diffs from patch file(s).
patching file Source/WebKit/blackberry/Api/InRegionScroller.cpp
patching file Source/WebKit/blackberry/ChangeLog
Hunk #1 FAILED at 1.
1 out of 1 hunk FAILED -- saving rejects to file Source/WebKit/blackberry/ChangeLog.rej

Failed to run "[u'/mnt/git/webkit-commit-queue/Tools/Scripts/svn-apply', u'--force']" exit_code: 1 cwd: /mnt/git/webkit-commit-queue

Full output: http://queues.webkit.org/results/13847234
Comment 4 Antonio Gomes 2012-09-13 10:47:02 PDT
Created attachment 163905 [details]
follow up
Comment 5 WebKit Review Bot 2012-09-13 11:16:42 PDT
Comment on attachment 163905 [details]
follow up

Clearing flags on attachment: 163905

Committed r128484: <http://trac.webkit.org/changeset/128484>
Comment 6 WebKit Review Bot 2012-09-13 11:16:45 PDT
All reviewed patches have been landed.  Closing bug.