Closed
Bug 958426
Opened 11 years ago
Closed 7 years ago
test_bug574663.html causes crash in b2g emulator with ABORT: constructor for actor failed
Categories
(Core :: DOM: Content Processes, defect, P5)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: martijn.martijn, Unassigned)
Details
(Keywords: crash)
While trying to run mochitest content/events/test/test_bug574663.html on the emulator, I get a crash of b2g with this message:
[Child 336] ###!!! ABORT: constructor for actor failed: file /home/mwargers/B2G/objdir-gecko/ipc/ipdl/PLayerTransactionChild.cpp, line 133
Reporter | ||
Comment 1•11 years ago
|
||
tests/content/events/test/test_wheel_default_action.html is also causing this crash, it seems.
Keywords: crash
Reporter | ||
Updated•11 years ago
|
Summary: test_bug574663.html causes crash in b2g emulator with → test_bug574663.html causes crash in b2g emulator with ABORT: constructor for actor failed
Reporter | ||
Comment 2•11 years ago
|
||
This prevents these mochitests from running on tbpl.
I can make a minimized testcase (probably), if needed.
Flags: needinfo?(overholt)
Comment 3•11 years ago
|
||
Benoit and Sotaro can probably help.
FWIW, gfx/layers/ipc/PGrallocBuffer.ipdl is of interest. It is used to generate the C++ code in which you're seeing the crash.
Flags: needinfo?(sotaro.ikeda.g)
Flags: needinfo?(overholt)
Flags: needinfo?(bjacob)
Comment 5•11 years ago
|
||
Martijn, creating that small test case is likely worth it.
Comment 6•11 years ago
|
||
Or just pointing me to instructions to run that specific mochitest on B2G --- last time I tried running mochitest on B2G emulator, it was very difficult, but that was 6 months ago.
Comment 7•11 years ago
|
||
(In reply to comment #6)
> Or just pointing me to instructions to run that specific mochitest on B2G ---
> last time I tried running mochitest on B2G emulator, it was very difficult, but
> that was 6 months ago.
https://developer.mozilla.org/en-US/Firefox_OS/Platform/Automated_testing/Mochitests
Comment 8•11 years ago
|
||
(In reply to Martijn Wargers [:mwargers] (QA) from comment #0)
> While trying to run mochitest content/events/test/test_bug574663.html on the
> emulator, I get a crash of b2g with this message:
> [Child 336] ###!!! ABORT: constructor for actor failed: file
> /home/mwargers/B2G/objdir-gecko/ipc/ipdl/PLayerTransactionChild.cpp, line 133
Martijn, in which b2g version the problem happen?
Flags: needinfo?(sotaro.ikeda.g) → needinfo?(martijn.martijn)
Comment 9•11 years ago
|
||
(In reply to Sotaro Ikeda [:sotaro] from comment #8)
> (In reply to Martijn Wargers [:mwargers] (QA) from comment #0)
> > While trying to run mochitest content/events/test/test_bug574663.html on the
> > emulator, I get a crash of b2g with this message:
> > [Child 336] ###!!! ABORT: constructor for actor failed: file
> > /home/mwargers/B2G/objdir-gecko/ipc/ipdl/PLayerTransactionChild.cpp, line 133
>
> Martijn, in which b2g version the problem happen?
Is it happen only on master?
Updated•11 years ago
|
Flags: needinfo?(martijn.martijn)
Updated•11 years ago
|
Component: IPC → DOM: Content Processes
Comment 10•7 years ago
|
||
https://bugzilla.mozilla.org/show_bug.cgi?id=1472046
Move all DOM bugs that haven’t been updated in more than 3 years and has no one currently assigned to P5.
If you have questions, please contact :mdaly.
Priority: -- → P5
Comment 11•7 years ago
|
||
Mass closing as we are no longer working on b2g/firefox os.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
Comment 12•7 years ago
|
||
Mass closing as we are no longer working on b2g/firefox os.
You need to log in
before you can comment on or make changes to this bug.
Description
•