Closed
Bug 752457
Opened 13 years ago
Closed 10 years ago
crash in mozilla::gl::GLContextEGL::RenewSurface @ eglMakeCurrent
Categories
(Firefox for Android Graveyard :: Toolbar, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: AdrianT, Unassigned)
References
()
Details
(Keywords: crash, testcase, Whiteboard: [native-crash])
Crash Data
This bug was filed from the Socorro interface and is
report bp-fa0806bd-de12-4e7a-a3dd-eb5592120507 .
=============================================================
0 libEGL.so eglMakeCurrent
1 libxul.so mozilla::gl::GLContextEGL::RenewSurface gfx/gl/GLLibraryEGL.h:148
2 libxul.so mozilla::layers::CompositorParent::ResumeComposition gfx/layers/ipc/CompositorParent.cpp:161
3 libxul.so mozilla::layers::CompositorParent::ResumeCompositionAndResize gfx/layers/ipc/CompositorParent.cpp:169
4 libxul.so RunnableMethod<mozilla::layers::CompositorParent, void , Tuple2<int, int> >::Run ipc/chromium/src/base/tuple.h:400
5 libxul.so MessageLoop::RunTask ipc/chromium/src/base/message_loop.cc:318
6 libxul.so MessageLoop::DeferOrRunPendingTask ipc/chromium/src/base/message_loop.cc:326
7 libxul.so MessageLoop::DoWork ipc/chromium/src/base/message_loop.cc:426
8 libxul.so base::MessagePumpDefault::Run ipc/chromium/src/base/message_pump_default.cc:23
9 libxul.so MessageLoop::RunInternal ipc/chromium/src/base/message_loop.cc:208
10 libxul.so MessageLoop::Run ipc/chromium/src/base/message_loop.cc:201
11 libxul.so base::Thread::ThreadMain ipc/chromium/src/base/thread.cc:156
12 libxul.so ThreadFunc ipc/chromium/src/base/platform_thread_posix.cc:27
13 libc.so __thread_entry
14 libc.so pthread_create
Steps to reproduce:
1. Go to http://people.mozilla.org/~mwargers/tests/contenteditable/contenteditable_focus_blur.htm
2. Leave the page to run the scripts.
Actual results:
After ~3-4 minutes the crash happens. Issue was reproduced twice out of 2 tries.
Nightly 15.0a1 2012-05-07
Device: HTC Desire
OS: Android 2.2
Reporter | ||
Comment 1•13 years ago
|
||
Issue was reproduced on Samsung Galaxy S2 (Android 2.3.4). Crash report:
https://crash-stats.mozilla.com/report/index/bp-06ab2c23-d213-4870-b720-ba3bc2120507
Updated•13 years ago
|
Component: General → Graphics
Product: Fennec Native → Core
QA Contact: general → thebes
Whiteboard: [native-crash]
Comment 2•12 years ago
|
||
Just hit this on a LG Optimus Black - Android 2.3.4 - Firefox for Android trunk v23 20130501
Component: Graphics → Graphics, Panning and Zooming
Product: Core → Firefox for Android
Updated•12 years ago
|
Keywords: testcase
Summary: Crash Report [@ eglMakeCurrent ] → crash in mozilla::gl::GLContextEGL::RenewSurface @ eglMakeCurrent
Comment 3•10 years ago
|
||
All currently visible crash reports with this signature are from firefox 27. Calling this fixed.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Updated•5 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•