Closed Bug 1018937 Opened 10 years ago Closed 7 years ago

GTK3 build crashes when back from flash content page

Categories

(Core Graveyard :: Plug-ins, defect)

x86_64
Linux
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED INCOMPLETE

People

(Reporter: hidenosuke, Unassigned)

Details

GTK3 build does not crash after bug 624422 fix, but does crash 
back from flash content page.

[5562] ###!!! ABORT: X_UnmapWindow: BadWindow (invalid Window parameter); 19 requests ago; id=0x1c00003
Re-running with MOZ_X_SYNC=1 in the environment may give a more helpful backtrace.: file /home/hideo/develop/mozilla/toolkit/xre/nsX11ErrorHandler.cpp, line 157
Hit MOZ_CRASH() at /home/hideo/develop/mozilla/memory/mozalloc/mozalloc_abort.cpp:30

Program received signal SIGSEGV, Segmentation fault.
0x00007ffff7ff5192 in mozalloc_abort (
    msg=0x7fffffffb5f0 "[5562] ###!!! ABORT: X_UnmapWindow: BadWindow (invalid Window parameter); 19 requests ago; id=0x1c00003\nRe-running with MOZ_X_SYNC=1 in the environment may give a more helpful backtrace.: file /home/h"...)
    at /home/hideo/develop/mozilla/memory/mozalloc/mozalloc_abort.cpp:30
30	    MOZ_CRASH();

Following is backtrace:
#0  0x00007ffff7ff5192 in mozalloc_abort (
    msg=0x7fffffffb5f0 "[5562] ###!!! ABORT: X_UnmapWindow: BadWindow (invalid Window parameter); 19 requests ago; id=0x1c00003\nRe-running with MOZ_X_SYNC=1 in the environment may give a more helpful backtrace.: file /home/h"...)
    at /home/hideo/develop/mozilla/memory/mozalloc/mozalloc_abort.cpp:30
#1  0x00007fffe548936f in Abort (
    aMsg=0x7fffffffb5f0 "[5562] ###!!! ABORT: X_UnmapWindow: BadWindow (invalid Window parameter); 19 requests ago; id=0x1c00003\nRe-running with MOZ_X_SYNC=1 in the environment may give a more helpful backtrace.: file /home/h"...)
    at /home/hideo/develop/mozilla/xpcom/base/nsDebugImpl.cpp:472
#2  0x00007fffe5489281 in NS_DebugBreak (aSeverity=3, 
    aStr=0x7fffb2fcef08 "X_UnmapWindow: BadWindow (invalid Window parameter); 19 requests ago; id=0x1c00003\nRe-running with MOZ_X_SYNC=1 in the environment may give a more helpful backtrace.", aExpr=0x0, 
    aFile=0x7fffe9d7b9f8 "/home/hideo/develop/mozilla/toolkit/xre/nsX11ErrorHandler.cpp", aLine=157)
    at /home/hideo/develop/mozilla/xpcom/base/nsDebugImpl.cpp:429
#3  0x00007fffe8318916 in X11Error (display=0x7fffe2f02000, 
    event=0x7fffffffc360)
    at /home/hideo/develop/mozilla/toolkit/xre/nsX11ErrorHandler.cpp:157
#4  0x00007ffff4769c9b in _XError () from /usr/lib/x86_64-linux-gnu/libX11.so.6
#5  0x00007ffff4766d37 in ?? () from /usr/lib/x86_64-linux-gnu/libX11.so.6
#6  0x00007ffff4766de5 in ?? () from /usr/lib/x86_64-linux-gnu/libX11.so.6
#7  0x00007ffff4767715 in _XEventsQueued ()
   from /usr/lib/x86_64-linux-gnu/libX11.so.6
#8  0x00007ffff475989d in XPending ()
   from /usr/lib/x86_64-linux-gnu/libX11.so.6
#9  0x00007ffff4ec02fb in ?? () from /usr/lib/x86_64-linux-gnu/libgdk-3.so.0
#10 0x00007ffff21a468d in g_main_context_prepare ()
   from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#11 0x00007ffff21a4f03 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#12 0x00007ffff21a50ec in g_main_context_iteration ()
   from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#13 0x00007fffe6c2e8e1 in nsAppShell::ProcessNextNativeEvent (
    this=0x7fffdc638080, mayWait=false)
    at /home/hideo/develop/mozilla/widget/gtk/nsAppShell.cpp:141
#14 0x00007fffe6c81e6e in nsBaseAppShell::DoProcessNextNativeEvent (
    this=0x7fffdc638080, mayWait=false, recursionDepth=0)
    at /home/hideo/develop/mozilla/widget/xpwidgets/nsBaseAppShell.cpp:140
#15 0x00007fffe6c8220f in nsBaseAppShell::OnProcessNextEvent (
    this=0x7fffdc638080, thr=0x7ffff6c3a4e0, mayWait=false, recursionDepth=0)
    at /home/hideo/develop/mozilla/widget/xpwidgets/nsBaseAppShell.cpp:280
#16 0x00007fffe552ab0f in nsThread::ProcessNextEvent (this=0x7ffff6c3a4e0, 
    aMayWait=false, aResult=0x7fffffffc7ef)
    at /home/hideo/develop/mozilla/xpcom/threads/nsThread.cpp:737
#17 0x00007fffe545e241 in NS_ProcessNextEvent (thread=0x7ffff6c3a4e0, 
    mayWait=false)
    at /home/hideo/develop/mozilla/xpcom/glue/nsThreadUtils.cpp:263
#18 0x00007fffe59dbd22 in mozilla::ipc::MessagePump::Run (this=0x7fffe2f9cc80, 
    aDelegate=0x7ffff6c95720)
    at /home/hideo/develop/mozilla/ipc/glue/MessagePump.cpp:95
#19 0x00007fffe5977ac1 in MessageLoop::RunInternal (this=0x7ffff6c95720)
    at /home/hideo/develop/mozilla/ipc/chromium/src/base/message_loop.cc:229
#20 0x00007fffe5977a52 in MessageLoop::RunHandler (this=0x7ffff6c95720)
    at /home/hideo/develop/mozilla/ipc/chromium/src/base/message_loop.cc:222
#21 0x00007fffe59779e3 in MessageLoop::Run (this=0x7ffff6c95720)
    at /home/hideo/develop/mozilla/ipc/chromium/src/base/message_loop.cc:196
#22 0x00007fffe6c81f06 in nsBaseAppShell::Run (this=0x7fffdc638080)
    at /home/hideo/develop/mozilla/widget/xpwidgets/nsBaseAppShell.cpp:164
#23 0x00007fffe84199c8 in nsAppStartup::Run (this=0x7fffdc635060)
    at /home/hideo/develop/mozilla/toolkit/components/startup/nsAppStartup.cpp:278
#24 0x00007fffe830d0c5 in XREMain::XRE_mainRun (this=0x7fffffffcdc0)
    at /home/hideo/develop/mozilla/toolkit/xre/nsAppRunner.cpp:4012
#25 0x00007fffe830d3dd in XREMain::XRE_main (this=0x7fffffffcdc0, argc=1, 
    argv=0x7fffffffe288, aAppData=0x7fffffffcf70)
    at /home/hideo/develop/mozilla/toolkit/xre/nsAppRunner.cpp:4083
#26 0x00007fffe830d656 in XRE_main (argc=1, argv=0x7fffffffe288, 
    aAppData=0x7fffffffcf70, aFlags=0)
    at /home/hideo/develop/mozilla/toolkit/xre/nsAppRunner.cpp:4297
#27 0x000000000040488c in do_main (argc=1, argv=0x7fffffffe288, xreDirectory=
    0x7ffff6c516c0)
    at /home/hideo/develop/mozilla/browser/app/nsBrowserApp.cpp:282
#28 0x0000000000404c80 in main (argc=1, argv=0x7fffffffe288)
    at /home/hideo/develop/mozilla/browser/app/nsBrowserApp.cpp:643
Resolving old bugs which are likely not relevant any more, since NPAPI plugins are deprecated.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → INCOMPLETE
Product: Core → Core Graveyard
You need to log in before you can comment on or make changes to this bug.