Bug#797385: iceweasel crash loading a youtube page.

Adrin adrin.jalali at gmail.com
Sun Aug 30 11:12:52 UTC 2015


On Sun, 30 Aug 2015 at 12:58 Carsten Schoenert <c.schoenert at t-online.de>
wrote:

> Hello Adrin,
>
> On Sun, Aug 30, 2015 at 10:21:04AM +0000, Adrin wrote:
> > MOZILLA_DISABLE_PLUGINS=1 gdb --args iceweasel
> > GNU gdb (Debian 7.9.1-1) 7.9.1
> > Copyright (C) 2015 Free Software Foundation, Inc.
> > License GPLv3+: GNU GPL version 3 or later <
> http://gnu.org/licenses/gpl.html
> > >
> > This is free software: you are free to change and redistribute it.
> > There is NO WARRANTY, to the extent permitted by law.  Type "show
> copying"
> > and "show warranty" for details.
> > This GDB was configured as "x86_64-linux-gnu".
> > Type "show configuration" for configuration details.
> > For bug reporting instructions, please see:
> > <http://www.gnu.org/software/gdb/bugs/>.
> > Find the GDB manual and other documentation resources online at:
> > <http://www.gnu.org/software/gdb/documentation/>.
> > For help, type "help".
> > Type "apropos word" to search for commands related to "word"...
> > Reading symbols from iceweasel...(no debugging symbols found)...done.
>
> you need to install 'iceweasel-dbg' first. The normal packages have
> stripped out symbols (that's why you see here "(no debugging symbols
> found)"). Without symbols a backtrace is mostly useless as there is not
> see in what symbol the segfault was happen.
>
> Please note also https://wiki.debian.org/HowToGetABacktrace there are
> some hints.
>
> Regards
> Carsten
>

Sorry for the mess. My bad.

I hope this one is a better one.
Best,
Adrin.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.alioth.debian.org/pipermail/pkg-mozilla-maintainers/attachments/20150830/86ce5451/attachment-0001.html>
-------------- next part --------------
$ MOZILLA_DISABLE_PLUGINS=1 gdb --args iceweasel
GNU gdb (Debian 7.9.1-1) 7.9.1
Copyright (C) 2015 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from iceweasel...Reading symbols from /usr/lib/debug//usr/lib/iceweasel/iceweasel...done.
done.
(gdb) set pagination 0
(gdb) run 
Starting program: /usr/bin/iceweasel 
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".

(process:9487): GLib-CRITICAL **: g_slice_set_config: assertion 'sys_page_size == 0' failed
Gtk-Message: Failed to load module "canberra-gtk-module"
console.error: 
  [CustomizableUI]
  Custom widget with id loop-button does not return a valid node
[New Thread 0x7fffce8fe700 (LWP 9527)]
[New Thread 0x7fffcf0ff700 (LWP 9526)]
[New Thread 0x7fffcfafe700 (LWP 9525)]
[New Thread 0x7fffd02ff700 (LWP 9524)]
[New Thread 0x7fffd33fe700 (LWP 9523)]
[New Thread 0x7fffd93ff700 (LWP 9522)]
[New Thread 0x7fffd3bff700 (LWP 9521)]
[New Thread 0x7fffd1dff700 (LWP 9520)]
[New Thread 0x7fffd2bfd700 (LWP 9519)]
[New Thread 0x7fffd49fd700 (LWP 9516)]
[New Thread 0x7fffd4bfe700 (LWP 9515)]
[New Thread 0x7fffd53ff700 (LWP 9514)]
[New Thread 0x7fffd703c700 (LWP 9513)]
[New Thread 0x7fffd86ff700 (LWP 9512)]
[New Thread 0x7fffda0ff700 (LWP 9510)]
[New Thread 0x7fffdf143700 (LWP 9509)]
[New Thread 0x7fffdaeda700 (LWP 9508)]
[New Thread 0x7fffdb6db700 (LWP 9507)]
[New Thread 0x7fffdc3ff700 (LWP 9506)]
[New Thread 0x7fffdd4ed700 (LWP 9505)]
[New Thread 0x7fffdd56e700 (LWP 9504)]
[New Thread 0x7fffdd5ef700 (LWP 9503)]
[New Thread 0x7fffdd670700 (LWP 9502)]
[New Thread 0x7fffdd6f1700 (LWP 9501)]
[New Thread 0x7fffdd772700 (LWP 9500)]
[New Thread 0x7fffdd7f3700 (LWP 9499)]
[New Thread 0x7fffddbf0700 (LWP 9498)]
[New Thread 0x7fffde3f1700 (LWP 9497)]
[New Thread 0x7fffdebf2700 (LWP 9496)]
[New Thread 0x7fffe8d62700 (LWP 9495)]

Program received signal SIG38, Real-time event 38.
0x00007ffff4546e23 in js::Shape::search (cx=cx at entry=0x7ffff6b5c990, start=0x7fffd07576f0, id=..., pentry=pentry at entry=0x7fffffff6f00, adding=adding at entry=false) at /tmp/buildd/iceweasel-38.2.1esr/js/src/vm/Shape-inl.h:82
82	/tmp/buildd/iceweasel-38.2.1esr/js/src/vm/Shape-inl.h: No such file or directory.
(gdb) bt full
#0  0x00007ffff4546e23 in js::Shape::search (cx=cx at entry=0x7ffff6b5c990, start=0x7fffd07576f0, id=..., pentry=pentry at entry=0x7fffffff6f00, adding=adding at entry=false) at /tmp/buildd/iceweasel-38.2.1esr/js/src/vm/Shape-inl.h:82
No locals.
#1  0x00007ffff459b334 in lookup (id=..., cx=0x7ffff6b5c990, this=<optimized out>) at /tmp/buildd/iceweasel-38.2.1esr/js/src/vm/NativeObject.cpp:263
        entry = 0x0
#2  LookupOwnPropertyInline<(js::AllowGC)1> (donep=<synthetic pointer>, propp=..., id=..., obj=..., cx=0x7ffff6b5c990) at /tmp/buildd/iceweasel-38.2.1esr/js/src/vm/NativeObject-inl.h:474
No locals.
#3  NativeGetPropertyInline<(js::AllowGC)1> (vp=..., nameLookup=NotNameLookup, id=..., receiver=..., obj=..., cx=0x7ffff6b5c990) at /tmp/buildd/iceweasel-38.2.1esr/js/src/vm/NativeObject.cpp:1865
        done = <optimized out>
        proto = {<js::RootedBase<JSObject*>> = {<No data fields>}, stack = 0x0, prev = 0x7fffffff6ec0, ptr = 0x7fffd07544a0}
        pobj = {<js::RootedBase<js::NativeObject*>> = {<No data fields>}, stack = 0x7ffff6b5c9a8, prev = 0x7fffffff6fa0, ptr = 0x7fffd07544a0}
        shape = {<js::RootedBase<js::Shape*>> = {<No data fields>}, stack = 0x7ffff6b5c9b0, prev = 0x7fffffff7360, ptr = 0x0}
#4  js::NativeGetProperty (cx=0x7ffff6b5c990, obj=..., receiver=..., id=..., vp=...) at /tmp/buildd/iceweasel-38.2.1esr/js/src/vm/NativeObject.cpp:1909
No locals.
#5  0x00007ffff49000ad in GetProperty (vp=..., id=..., receiver=..., obj=..., cx=0x7ffff6b5c990) at /tmp/buildd/iceweasel-38.2.1esr/js/src/vm/NativeObject.h:1407
No locals.
#6  get (vp=..., id=..., receiver=..., proxy=..., cx=0x7ffff6b5c990, this=<optimized out>) at /tmp/buildd/iceweasel-38.2.1esr/js/src/proxy/DirectProxyHandler.cpp:221
        target = {<js::RootedBase<JSObject*>> = {<No data fields>}, stack = 0x7ffff6b5c9a8, prev = 0x7fffffff6f80, ptr = 0x7fffd07a62e0}
#7  js::CrossCompartmentWrapper::get (this=<optimized out>, cx=0x7ffff6b5c990, wrapper=..., receiver=..., id=..., vp=...) at /tmp/buildd/iceweasel-38.2.1esr/js/src/proxy/CrossCompartmentWrapper.cpp:163
        call = {cx_ = 0x7ffff6b5c990, origin_ = 0x7fffd117b000}
        receiverCopy = {<js::RootedBase<JSObject*>> = {<No data fields>}, stack = 0x7ffff6b5c9a8, prev = 0x7fffffff7440, ptr = 0x7fffd07a62e0}
#8  0x00007ffff48fcb36 in js::Proxy::get (cx=0x7ffff6b5c990, proxy=..., receiver=..., id=..., vp=...) at /tmp/buildd/iceweasel-38.2.1esr/js/src/proxy/Proxy.cpp:280
        policy = {_vptr.AutoEnterPolicy = 0x7ffff67cf5b0 <vtable for js::AutoEnterPolicy+16>, allow = true, rv = 140}
        own = true
#9  0x00007ffff458ad7d in GetPropertyOperation (vp=..., lval=..., pc=<optimized out>, script=..., fp=<optimized out>, cx=<optimized out>) at /tmp/buildd/iceweasel-38.2.1esr/js/src/vm/Interpreter.cpp:256
        obj = {<js::RootedBase<JSObject*>> = {<No data fields>}, stack = 0x7ffff6b5c9a8, prev = 0x7fffffff7400, ptr = 0x7fffd07518a0}
        id = {<js::RootedBase<jsid>> = {<No data fields>}, stack = 0x7ffff6b5c9f0, prev = 0x7fffffff7340, ptr = {asBits = 140736718890104}}
        global = {<js::RootedBase<js::GlobalObject*>> = {<No data fields>}, stack = 0x7ffff6b5c9a8, prev = 0x7fffffff7300, ptr = 0x7fffd59f66a0}
#10 Interpret (cx=0x7ffff6b5c990, state=...) at /tmp/buildd/iceweasel-38.2.1esr/js/src/vm/Interpreter.cpp:2419
        addresses = {0x7ffff458c4f5 <Interpret(JSContext*, js::RunState&)+10613>, 0x7ffff458c995 <Interpret(JSContext*, js::RunState&)+11797>, 0x7ffff458d24b <Interpret(JSContext*, js::RunState&)+14027>, 0x7ffff458c9ec <Interpret(JSContext*, js::RunState&)+11884>, 0x7ffff458cab3 <Interpret(JSContext*, js::RunState&)+12083>, 0x7ffff458bc0d <Interpret(JSContext*, js::RunState&)+8333>, 0x7ffff458b51b <Interpret(JSContext*, js::RunState&)+6555>, 0x7ffff458caf4 <Interpret(JSContext*, js::RunState&)+12148>, 0x7ffff458cbd1 <Interpret(JSContext*, js::RunState&)+12369>, 0x7ffff458ebc7 <Interpret(JSContext*, js::RunState&)+20551>, 0x7ffff458d1ad <Interpret(JSContext*, js::RunState&)+13869>, 0x7ffff458c87e <Interpret(JSContext*, js::RunState&)+11518>, 0x7ffff458d042 <Interpret(JSContext*, js::RunState&)+13506>, 0x7ffff458d15c <Interpret(JSContext*, js::RunState&)+13788>, 0x7ffff458c58d <Interpret(JSContext*, js::RunState&)+10765>, 0x7ffff458f941 <Interpret(JSContext*, js::RunState&)+24001>, 0x7ffff458f7bb <Interpret(JSContext*, js::RunState&)+23611>, 0x7ffff458f87e <Interpret(JSContext*, js::RunState&)+23806>, 0x7ffff458e879 <Interpret(JSContext*, js::RunState&)+19705>, 0x7ffff458e907 <Interpret(JSContext*, js::RunState&)+19847>, 0x7ffff458fc8d <Interpret(JSContext*, js::RunState&)+24845>, 0x7ffff458fb26 <Interpret(JSContext*, js::RunState&)+24486>, 0x7ffff458fdf4 <Interpret(JSContext*, js::RunState&)+25204>, 0x7ffff458db1d <Interpret(JSContext*, js::RunState&)+16285>, 0x7ffff4590c21 <Interpret(JSContext*, js::RunState&)+28833>, 0x7ffff458ff5f <Interpret(JSContext*, js::RunState&)+25567>, 0x7ffff4590ce7 <Interpret(JSContext*, js::RunState&)+29031>, 0x7ffff458ef8b <Interpret(JSContext*, js::RunState&)+21515>, 0x7ffff4590b21 <Interpret(JSContext*, js::RunState&)+28577>, 0x7ffff45908fd <Interpret(JSContext*, js::RunState&)+28029>, 0x7ffff45909f9 <Interpret(JSContext*, js::RunState&)+28281>, 0x7ffff458ea0d <Interpret(JSContext*, js::RunState&)+20109>, 0x7ffff4590166 <Interpret(JSContext*, js::RunState&)+26086>, 0x7ffff4590025 <Interpret(JSContext*, js::RunState&)+25765>, 0x7ffff45900b8 <Interpret(JSContext*, js::RunState&)+25912>, 0x7ffff458f6a3 <Interpret(JSContext*, js::RunState&)+23331>, 0x7ffff4590252 <Interpret(JSContext*, js::RunState&)+26322>, 0x7ffff458aea3 <Interpret(JSContext*, js::RunState&)+4899>, 0x7ffff458af98 <Interpret(JSContext*, js::RunState&)+5144>, 0x7ffff458ae31 <Interpret(JSContext*, js::RunState&)+4785>, 0x7ffff458e7a5 <Interpret(JSContext*, js::RunState&)+19493>, 0x7ffff458bc5a <Interpret(JSContext*, js::RunState&)+8410>, 0x7ffff458bc5a <Interpret(JSContext*, js::RunState&)+8410>, 0x7ffff458a74e <Interpret(JSContext*, js::RunState&)+3022>, 0x7ffff458c8c0 <Interpret(JSContext*, js::RunState&)+11584>, 0x7ffff458e6c9 <Interpret(JSContext*, js::RunState&)+19273>, 0x7ffff458aea3 <Interpret(JSContext*, js::RunState&)+4899>, 0x7ffff458af98 <Interpret(JSContext*, js::RunState&)+5144>, 0x7ffff458b0a5 <Interpret(JSContext*, js::RunState&)+5413>, 0x7ffff458a7cc <Interpret(JSContext*, js::RunState&)+3148>, 0x7ffff458a74e <Interpret(JSContext*, js::RunState&)+3022>, 0x7ffff458c4fa <Interpret(JSContext*, js::RunState&)+10618>, 0x7ffff458c4ff <Interpret(JSContext*, js::RunState&)+10623>, 0x7ffff458d543 <Interpret(JSContext*, js::RunState&)+14787>, 0x7ffff458b0a5 <Interpret(JSContext*, js::RunState&)+5413>, 0x7ffff458b1a9 <Interpret(JSContext*, js::RunState&)+5673>, 0x7ffff458b385 <Interpret(JSContext*, js::RunState&)+6149>, 0x7ffff458b385 <Interpret(JSContext*, js::RunState&)+6149>, 0x7ffff458e175 <Interpret(JSContext*, js::RunState&)+17909>, 0x7ffff458b679 <Interpret(JSContext*, js::RunState&)+6905>, 0x7ffff458e58b <Interpret(JSContext*, js::RunState&)+18955>, 0x7ffff458e5ec <Interpret(JSContext*, js::RunState&)+19052>, 0x7ffff4591296 <Interpret(JSContext*, js::RunState&)+30486>, 0x7ffff458f6ed <Interpret(JSContext*, js::RunState&)+23405>, 0x7ffff45914f2 <Interpret(JSContext*, js::RunState&)+31090>, 0x7ffff458e7f1 <Interpret(JSContext*, js::RunState&)+19569>, 0x7ffff4591454 <Interpret(JSContext*, js::RunState&)+30932>, 0x7ffff45914a3 <Interpret(JSContext*, js::RunState&)+31011>, 0x7ffff458ccbc <Interpret(JSContext*, js::RunState&)+12604>, 0x7ffff458d08b <Interpret(JSContext*, js::RunState&)+13579>, 0x7ffff458eb39 <Interpret(JSContext*, js::RunState&)+20409>, 0x7ffff458ec72 <Interpret(JSContext*, js::RunState&)+20722>, 0x7ffff458fa04 <Interpret(JSContext*, js::RunState&)+24196>, 0x7ffff458fa92 <Interpret(JSContext*, js::RunState&)+24338>, 0x7ffff458e17a <Interpret(JSContext*, js::RunState&)+17914>, 0x7ffff458ce75 <Interpret(JSContext*, js::RunState&)+13045>, 0x7ffff458ced3 <Interpret(JSContext*, js::RunState&)+13139>, 0x7ffff458cf65 <Interpret(JSContext*, js::RunState&)+13285>, 0x7ffff458cfcc <Interpret(JSContext*, js::RunState&)+13388>, 0x7ffff458aa66 <Interpret(JSContext*, js::RunState&)+3814>, 0x7ffff458d250 <Interpret(JSContext*, js::RunState&)+14032>, 0x7ffff458c84f <Interpret(JSContext*, js::RunState&)+11471>, 0x7ffff4591549 <Interpret(JSContext*, js::RunState&)+31177>, 0x7ffff458c504 <Interpret(JSContext*, js::RunState&)+10628>, 0x7ffff458f4a1 <Interpret(JSContext*, js::RunState&)+22817>, 0x7ffff458f21b <Interpret(JSContext*, js::RunState&)+22171>, 0x7ffff4590dfc <Interpret(JSContext*, js::RunState&)+29308>, 0x7ffff4590d99 <Interpret(JSContext*, js::RunState&)+29209>, 0x7ffff458e477 <Interpret(JSContext*, js::RunState&)+18679>, 0x7ffff458e093 <Interpret(JSContext*, js::RunState&)+17683>, 0x7ffff458d680 <Interpret(JSContext*, js::RunState&)+15104>, 0x7ffff458d802 <Interpret(JSContext*, js::RunState&)+15490>, 0x7ffff458c509 <Interpret(JSContext*, js::RunState&)+10633>, 0x7ffff458da50 <Interpret(JSContext*, js::RunState&)+16080>, 0x7ffff459061a <Interpret(JSContext*, js::RunState&)+27290>, 0x7ffff45903d1 <Interpret(JSContext*, js::RunState&)+26705>, 0x7ffff459030c <Interpret(JSContext*, js::RunState&)+26508>, 0x7ffff458baa4 <Interpret(JSContext*, js::RunState&)+7972>, 0x7ffff458baa4 <Interpret(JSContext*, js::RunState&)+7972>, 0x7ffff458bb62 <Interpret(JSContext*, js::RunState&)+8162>, 0x7ffff458bb62 <Interpret(JSContext*, js::RunState&)+8162>, 0x7ffff458d30f <Interpret(JSContext*, js::RunState&)+14223>, 0x7ffff458d75f <Interpret(JSContext*, js::RunState&)+15327>, 0x7ffff458c50e <Interpret(JSContext*, js::RunState&)+10638>, 0x7ffff458c513 <Interpret(JSContext*, js::RunState&)+10643>, 0x7ffff458d1fb <Interpret(JSContext*, js::RunState&)+13947>, 0x7ffff458c7bd <Interpret(JSContext*, js::RunState&)+11325>, 0x7ffff458d200 <Interpret(JSContext*, js::RunState&)+13952>, 0x7ffff458aae0 <Interpret(JSContext*, js::RunState&)+3936>, 0x7ffff458c797 <Interpret(JSContext*, js::RunState&)+11287>, 0x7ffff458ede7 <Interpret(JSContext*, js::RunState&)+21095>, 0x7ffff458a7cc <Interpret(JSContext*, js::RunState&)+3148>, 0x7ffff45904e6 <Interpret(JSContext*, js::RunState&)+26982>, 0x7ffff458cd8a <Interpret(JSContext*, js::RunState&)+12810>, 0x7ffff459054b <Interpret(JSContext*, js::RunState&)+27083>, 0x7ffff45907e0 <Interpret(JSContext*, js::RunState&)+27744>, 0x7ffff458eead <Interpret(JSContext*, js::RunState&)+21293>, 0x7ffff458ef28 <Interpret(JSContext*, js::RunState&)+21416>, 0x7ffff4590726 <Interpret(JSContext*, js::RunState&)+27558>, 0x7ffff458c829 <Interpret(JSContext*, js::RunState&)+11433>, 0x7ffff458a713 <Interpret(JSContext*, js::RunState&)+2963>, 0x7ffff458f533 <Interpret(JSContext*, js::RunState&)+22963>, 0x7ffff458b512 <Interpret(JSContext*, js::RunState&)+6546>, 0x7ffff458b55f <Interpret(JSContext*, js::RunState&)+6623>, 0x7ffff458b55f <Interpret(JSContext*, js::RunState&)+6623>, 0x7ffff458d205 <Interpret(JSContext*, js::RunState&)+13957>, 0x7ffff458d20a <Interpret(JSContext*, js::RunState&)+13962>, 0x7ffff458dd22 <Interpret(JSContext*, js::RunState&)+16802>, 0x7ffff458b9ec <Interpret(JSContext*, js::RunState&)+7788>, 0x7ffff458b9ec <Interpret(JSContext*, js::RunState&)+7788>, 0x7ffff458dde9 <Interpret(JSContext*, js::RunState&)+17001>, 0x7ffff458def2 <Interpret(JSContext*, js::RunState&)+17266>, 0x7ffff458dfe7 <Interpret(JSContext*, js::RunState&)+17511>, 0x7ffff458c518 <Interpret(JSContext*, js::RunState&)+10648>, 0x7ffff458a718 <Interpret(JSContext*, js::RunState&)+2968>, 0x7ffff4590799 <Interpret(JSContext*, js::RunState&)+27673>, 0x7ffff458ed37 <Interpret(JSContext*, js::RunState&)+20919>, 0x7ffff45912e5 <Interpret(JSContext*, js::RunState&)+30565>, 0x7ffff4590f68 <Interpret(JSContext*, js::RunState&)+29672>, 0x7ffff4590fe5 <Interpret(JSContext*, js::RunState&)+29797>, 0x7ffff458dc88 <Interpret(JSContext*, js::RunState&)+16648>, 0x7ffff458f332 <Interpret(JSContext*, js::RunState&)+22450>, 0x7ffff458f2e3 <Interpret(JSContext*, js::RunState&)+22371>, 0x7ffff458e2f5 <Interpret(JSContext*, js::RunState&)+18293>, 0x7ffff458d607 <Interpret(JSContext*, js::RunState&)+14983>, 0x7ffff458f73c <Interpret(JSContext*, js::RunState&)+23484>, 0x7ffff458d20f <Interpret(JSContext*, js::RunState&)+13967>, 0x7ffff458d214 <Interpret(JSContext*, js::RunState&)+13972>, 0x7ffff458d219 <Interpret(JSContext*, js::RunState&)+13977>, 0x7ffff458d21e <Interpret(JSContext*, js::RunState&)+13982>, 0x7ffff458d223 <Interpret(JSContext*, js::RunState&)+13987>, 0x7ffff4590489 <Interpret(JSContext*, js::RunState&)+26889>, 0x7ffff458c927 <Interpret(JSContext*, js::RunState&)+11687>, 0x7ffff458bc37 <Interpret(JSContext*, js::RunState&)+8375>, 0x7ffff458b679 <Interpret(JSContext*, js::RunState&)+6905>, 0x7ffff458e79b <Interpret(JSContext*, js::RunState&)+19483>, 0x7ffff458e7a0 <Interpret(JSContext*, js::RunState&)+19488>, 0x7ffff458d228 <Interpret(JSContext*, js::RunState&)+13992>, 0x7ffff458d22d <Interpret(JSContext*, js::RunState&)+13997>, 0x7ffff458d232 <Interpret(JSContext*, js::RunState&)+14002>, 0x7ffff45911e5 <Interpret(JSContext*, js::RunState&)+30309>, 0x7ffff458d237 <Interpret(JSContext*, js::RunState&)+14007>, 0x7ffff458d23c <Interpret(JSContext*, js::RunState&)+14012>, 0x7ffff458d241 <Interpret(JSContext*, js::RunState&)+14017>, 0x7ffff458d246 <Interpret(JSContext*, js::RunState&)+14022>, 0x7ffff458c6de <Interpret(JSContext*, js::RunState&)+11102>, 0x7ffff458c6e3 <Interpret(JSContext*, js::RunState&)+11107>, 0x7ffff458c6e8 <Interpret(JSContext*, js::RunState&)+11112>, 0x7ffff458c6ed <Interpret(JSContext*, js::RunState&)+11117>, 0x7ffff458c6f2 <Interpret(JSContext*, js::RunState&)+11122>, 0x7ffff458c6f7 <Interpret(JSContext*, js::RunState&)+11127>, 0x7ffff458c6fc <Interpret(JSContext*, js::RunState&)+11132>, 0x7ffff458c701 <Interpret(JSContext*, js::RunState&)+11137>, 0x7ffff458c706 <Interpret(JSContext*, js::RunState&)+11142>, 0x7ffff458c70b <Interpret(JSContext*, js::RunState&)+11147>, 0x7ffff458c710 <Interpret(JSContext*, js::RunState&)+11152>, 0x7ffff458c715 <Interpret(JSContext*, js::RunState&)+11157>, 0x7ffff458c71a <Interpret(JSContext*, js::RunState&)+11162>, 0x7ffff458c71f <Interpret(JSContext*, js::RunState&)+11167>, 0x7ffff458c724 <Interpret(JSContext*, js::RunState&)+11172>, 0x7ffff458c729 <Interpret(JSContext*, js::RunState&)+11177>, 0x7ffff458c72e <Interpret(JSContext*, js::RunState&)+11182>, 0x7ffff458c733 <Interpret(JSContext*, js::RunState&)+11187>, 0x7ffff458c738 <Interpret(JSContext*, js::RunState&)+11192>, 0x7ffff458abeb <Interpret(JSContext*, js::RunState&)+4203>, 0x7ffff458c73d <Interpret(JSContext*, js::RunState&)+11197>, 0x7ffff458c742 <Interpret(JSContext*, js::RunState&)+11202>, 0x7ffff458c747 <Interpret(JSContext*, js::RunState&)+11207>, 0x7ffff458e72d <Interpret(JSContext*, js::RunState&)+19373>, 0x7ffff458c74c <Interpret(JSContext*, js::RunState&)+11212>, 0x7ffff458c751 <Interpret(JSContext*, js::RunState&)+11217>, 0x7ffff458c756 <Interpret(JSContext*, js::RunState&)+11222>, 0x7ffff458c75b <Interpret(JSContext*, js::RunState&)+11227>, 0x7ffff458b1a9 <Interpret(JSContext*, js::RunState&)+5673>, 0x7ffff458d9f7 <Interpret(JSContext*, js::RunState&)+15991>, 0x7ffff458d548 <Interpret(JSContext*, js::RunState&)+14792>, 0x7ffff458c760 <Interpret(JSContext*, js::RunState&)+11232>, 0x7ffff458ae31 <Interpret(JSContext*, js::RunState&)+4785>, 0x7ffff458e99b <Interpret(JSContext*, js::RunState&)+19995>, 0x7ffff4590f27 <Interpret(JSContext*, js::RunState&)+29607>...}
        entryFrame = 0x7ffff6b5c9a8
        activation = {<js::Activation> = {cx_ = 0x7ffff6b5c990, compartment_ = 0x7fffd117b000, prev_ = 0x7fffffff8b40, prevProfiling_ = 0x0, savedFrameChain_ = 0, hideScriptedCallerCount_ = 0, kind_ = js::Activation::Interpreter}, regs_ = {sp = 0x7fffdb9637b0, pc = 0x7fffd21dab9c "5", fp_ = 0x7fffdb963730}, entryFrame_ = 0x7fffdb963690, opMask_ = 0}
        script = {<js::RootedBase<JSScript*>> = {<No data fields>}, stack = 0x7ffff6b5c9e0, prev = 0x7fffffff75f0, ptr = 0x7fffd227e1f0}
        scriptEvent = {payload_ = 0x7fffdb96e700}
        rootValue0 = {<js::RootedBase<JS::Value>> = {<js::MutableValueOperations<JS::Rooted<JS::Value> >> = {<js::ValueOperations<JS::Rooted<JS::Value> >> = {<No data fields>}, <No data fields>}, <No data fields>}, stack = 0x7ffff6b5c9f8, prev = 0x7fffffff7bc0, ptr = {data = {asBits = 18445758910552788896, debugView = {payload47 = 140736750079904, tag = JSVAL_TAG_OBJECT}, s = {payload = {i32 = -738275424, u32 = 3556691872, why = 3556691872}}, asDouble = -nan(0xc7fffd3fecfa0), asPtr = 0xfffc7fffd3fecfa0, asWord = 18445758910552788896, asUIntPtr = 18445758910552788896}}}
        rootValue1 = {<js::RootedBase<JS::Value>> = {<js::MutableValueOperations<JS::Rooted<JS::Value> >> = {<js::ValueOperations<JS::Rooted<JS::Value> >> = {<No data fields>}, <No data fields>}, <No data fields>}, stack = 0x7ffff6b5c9f8, prev = 0x7fffffff7200, ptr = {data = {asBits = 18444773748872577024, debugView = {payload47 = 0, tag = JSVAL_TAG_UNDEFINED}, s = {payload = {i32 = 0, u32 = 0, why = JS_ELEMENTS_HOLE}}, asDouble = -nan(0x9000000000000), asPtr = 0xfff9000000000000, asWord = 18444773748872577024, asUIntPtr = 18444773748872577024}}}
        rootString0 = {<js::RootedBase<JSString*>> = {<No data fields>}, stack = 0x7ffff6b5c9c8, prev = 0x7fffffff89e0, ptr = 0x0}
        rootString1 = {<js::RootedBase<JSString*>> = {<No data fields>}, stack = 0x7ffff6b5c9c8, prev = 0x7fffffff7240, ptr = 0x0}
        rootObject0 = {<js::RootedBase<JSObject*>> = {<No data fields>}, stack = 0x7ffff6b5c9a8, prev = 0x7fffffff7ba0, ptr = 0x7fffd0719f20}
        rootObject1 = {<js::RootedBase<JSObject*>> = {<No data fields>}, stack = 0x7ffff6b5c9a8, prev = 0x7fffffff7280, ptr = 0x0}
        rootObject2 = {<js::RootedBase<JSObject*>> = {<No data fields>}, stack = 0x7ffff6b5c9a8, prev = 0x7fffffff72a0, ptr = 0x0}
        rootNativeObject0 = {<js::RootedBase<js::NativeObject*>> = {<No data fields>}, stack = 0x7ffff6b5c9a8, prev = 0x7fffffff72c0, ptr = 0x0}
        rootFunction0 = {<js::RootedBase<JSFunction*>> = {<No data fields>}, stack = 0x7ffff6b5c9a8, prev = 0x7fffffff72e0, ptr = 0x7fffd22a9300}
        rootName0 = {<js::RootedBase<js::PropertyName*>> = {<No data fields>}, stack = 0x7ffff6b5c9c8, prev = 0x7fffffff7260, ptr = 0x0}
        rootId0 = {<js::RootedBase<jsid>> = {<No data fields>}, stack = 0x7ffff6b5c9f0, prev = 0x7fffffff8aa0, ptr = {asBits = 2}}
        rootShape0 = {<js::RootedBase<js::Shape*>> = {<No data fields>}, stack = 0x7ffff6b5c9b0, prev = 0x7fffffff8390, ptr = 0x0}
        rootScript0 = {<js::RootedBase<JSScript*>> = {<No data fields>}, stack = 0x7ffff6b5c9e0, prev = 0x7fffffff71e0, ptr = 0x7fffd227da88}
#11 0x00007ffff4595c21 in js::RunScript (cx=cx at entry=0x7ffff6b5c990, state=...) at /tmp/buildd/iceweasel-38.2.1esr/js/src/vm/Interpreter.cpp:448
        marker = {profiler = 0x7fffddad63a8, size_before = {<No data fields>}}
#12 0x00007ffff4595eac in js::Invoke (cx=cx at entry=0x7ffff6b5c990, args=..., construct=construct at entry=js::NO_CONSTRUCT) at /tmp/buildd/iceweasel-38.2.1esr/js/src/vm/Interpreter.cpp:517
        gcIfRequested = {runtime = 0x7fffddacd000}
        initial = js::INITIAL_NONE
        state = {<js::RunState> = {_vptr.RunState = 0x7ffff6653dd8 <vtable for js::InvokeState+16>, kind_ = js::RunState::Invoke, script_ = {<js::RootedBase<JSScript*>> = {<No data fields>}, stack = 0x7ffff6b5c9e0, prev = 0x7fffffff8a40, ptr = 0x7fffd227e2b8}}, args_ = @0x7fffffff75d0, initial_ = js::INITIAL_NONE, createSingleton_ = false}
        ok = <optimized out>
#13 0x00007ffff45969bf in js::Invoke (cx=cx at entry=0x7ffff6b5c990, thisv=..., fval=..., argc=0, argv=<optimized out>, rval=...) at /tmp/buildd/iceweasel-38.2.1esr/js/src/vm/Interpreter.cpp:554
        args = {<JS::CallArgs> = {<JS::detail::CallArgsBase<(JS::detail::UsedRval)0>> = {<JS::CallReceiver> = {<JS::detail::CallReceiverBase<(JS::detail::UsedRval)0>> = {<JS::detail::UsedRvalBase<(JS::detail::UsedRval)1>> = {<No data fields>}, argv_ = 0x7fffffff7b18}, <No data fields>}, argc_ = 0}, <No data fields>}, v_ = {<JS::AutoVectorRooter<JS::Value>> = {<JS::AutoGCRooter> = {down = 0x7fffffff81a0, tag_ = -10, stackTop = 0x7ffff6b5ca20}, vector = {<mozilla::VectorBase<JS::Value, 8ul, js::TempAllocPolicy, js::Vector<JS::Value, 8ul, js::TempAllocPolicy> >> = {<js::TempAllocPolicy> = {cx_ = 0x7ffff6b5c990}, static kElemIsPod = false, static kMaxInlineBytes = 1024, static kInlineCapacity = 8, static kInlineBytes = 64, mBegin = 0x7fffffff7b08, mLength = 2, mCapacity = 8, mStorage = {u = {mBytes = "\000\033*\322\377\177\374\377`\303y\320\377\177\374\377\340\210\377\377\377\177\000\000\340\301y\320\377\177\374\377\260\317\346\323\377\177\000\000\250��\366\377\177\000\000\240{\377\377\377\177\000\000`\303y\320\377\177\000", mDummy = 18445758910522071808}}, static sMaxInlineStorage = <optimized out>}, <No data fields>}}, <No data fields>}}
#14 0x00007ffff49003d4 in call (args=..., proxy=..., cx=0x7ffff6b5c990, this=<optimized out>) at /tmp/buildd/iceweasel-38.2.1esr/js/src/proxy/DirectProxyHandler.cpp:76
        target = {<js::RootedBase<JS::Value>> = {<js::MutableValueOperations<JS::Rooted<JS::Value> >> = {<js::ValueOperations<JS::Rooted<JS::Value> >> = {<No data fields>}, <No data fields>}, <No data fields>}, stack = 0x7ffff6b5c9f8, prev = 0x7fffffff88e0, ptr = {data = {asBits = 18445758910522071808, debugView = {payload47 = 140736719362816, tag = JSVAL_TAG_OBJECT}, s = {payload = {i32 = -768992512, u32 = 3525974784, why = 3525974784}}, asDouble = -nan(0xc7fffd22a1b00), asPtr = 0xfffc7fffd22a1b00, asWord = 18445758910522071808, asUIntPtr = 18445758910522071808}}}
#15 js::CrossCompartmentWrapper::call (this=<optimized out>, cx=0x7ffff6b5c990, wrapper=..., args=...) at /tmp/buildd/iceweasel-38.2.1esr/js/src/proxy/CrossCompartmentWrapper.cpp:286
        call = {cx_ = 0x7ffff6b5c990, origin_ = 0x7fffd1183000}
        wrapped = {<js::RootedBase<JSObject*>> = {<No data fields>}, stack = 0x7ffff6b5c9a8, prev = 0x7fffffff7c30, ptr = 0x7fffd22a1b00}
#16 0x00007ffff48fd6da in call (args=..., proxy=..., cx=0x7ffff6b5c990) at /tmp/buildd/iceweasel-38.2.1esr/js/src/proxy/Proxy.cpp:382
        policy = {_vptr.AutoEnterPolicy = 0x7ffff67cf5b0 <vtable for js::AutoEnterPolicy+16>, allow = true, rv = false}
#17 js::proxy_Call (cx=0x7ffff6b5c990, argc=<optimized out>, vp=<optimized out>) at /tmp/buildd/iceweasel-38.2.1esr/js/src/proxy/Proxy.cpp:693
        args = {<JS::detail::CallArgsBase<(JS::detail::UsedRval)0>> = {<JS::CallReceiver> = {<JS::detail::CallReceiverBase<(JS::detail::UsedRval)0>> = {<JS::detail::UsedRvalBase<(JS::detail::UsedRval)1>> = {<No data fields>}, argv_ = 0x7fffffff81e8}, <No data fields>}, argc_ = 0}, <No data fields>}
        proxy = {<js::RootedBase<JSObject*>> = {<No data fields>}, stack = 0x7ffff6b5c9a8, prev = 0x7fffffff8370, ptr = 0x7fffd22a0380}
#18 0x00007ffff4595f60 in CallJSNative (args=..., native=<optimized out>, cx=0x7ffff6b5c990) at /tmp/buildd/iceweasel-38.2.1esr/js/src/jscntxtinlines.h:226
No locals.
#19 js::Invoke (cx=cx at entry=0x7ffff6b5c990, args=..., construct=construct at entry=js::NO_CONSTRUCT) at /tmp/buildd/iceweasel-38.2.1esr/js/src/vm/Interpreter.cpp:498
        gcIfRequested = {runtime = 0x7fffddacd000}
        initial = js::INITIAL_NONE
        state = {<js::RunState> = {_vptr.RunState = 0x0, kind_ = js::RunState::Execute, script_ = {<js::RootedBase<JSScript*>> = {<No data fields>}, stack = 0x7fffffff7e78, prev = 0xd6d2560662f8c000, ptr = 0xff00f0}}, args_ = @0x7ffff6b5c990, initial_ = (js::INITIAL_CONSTRUCT | unknown: 4294933856), createSingleton_ = 255}
        ok = <optimized out>
#20 0x00007ffff45969bf in js::Invoke (cx=cx at entry=0x7ffff6b5c990, thisv=..., fval=..., argc=argc at entry=0, argv=argv at entry=0x0, rval=..., rval at entry=...) at /tmp/buildd/iceweasel-38.2.1esr/js/src/vm/Interpreter.cpp:554
        args = {<JS::CallArgs> = {<JS::detail::CallArgsBase<(JS::detail::UsedRval)0>> = {<JS::CallReceiver> = {<JS::detail::CallReceiverBase<(JS::detail::UsedRval)0>> = {<JS::detail::UsedRvalBase<(JS::detail::UsedRval)1>> = {<No data fields>}, argv_ = 0x7fffffff81e8}, <No data fields>}, argc_ = 0}, <No data fields>}, v_ = {<JS::AutoVectorRooter<JS::Value>> = {<JS::AutoGCRooter> = {down = 0x7fffffff9190, tag_ = -10, stackTop = 0x7ffff6b5ca20}, vector = {<mozilla::VectorBase<JS::Value, 8ul, js::TempAllocPolicy, js::Vector<JS::Value, 8ul, js::TempAllocPolicy> >> = {<js::TempAllocPolicy> = {cx_ = 0x7ffff6b5c990}, static kElemIsPod = false, static kMaxInlineBytes = 1024, static kInlineCapacity = 8, static kInlineBytes = 64, mBegin = 0x7fffffff81d8, mLength = 2, mCapacity = 8, mStorage = {u = {mBytes = "\000\033*\322\377\177\374\377`\303y\320\377\177\374\377\220��\366\377\177\000\000\260��\366\377\177\000\000p\203\377\377\377\177\000\000p\016{\320\377\177\000\000\332\326\217\364\377\177\000\000\260��\366\377\177\000", mDummy = 18445758910522071808}}, static sMaxInlineStorage = <optimized out>}, <No data fields>}}, <No data fields>}}
#21 0x00007ffff4596afa in js::InvokeGetterOrSetter (cx=cx at entry=0x7ffff6b5c990, obj=0x7fffd079c1e0, fval=..., argc=argc at entry=0, argv=argv at entry=0x0, rval=...) at /tmp/buildd/iceweasel-38.2.1esr/js/src/vm/Interpreter.cpp:624
No locals.
#22 0x00007ffff459afb3 in CallGetter (cx=cx at entry=0x7ffff6b5c990, receiver=..., receiver at entry=..., shape=..., shape at entry=..., vp=..., vp at entry=...) at /tmp/buildd/iceweasel-38.2.1esr/js/src/vm/NativeObject.cpp:1626
        id = {<js::RootedBase<jsid>> = {<No data fields>}, stack = 0x7fffffff83c0, prev = 0x7fffd1408b50, ptr = {asBits = 140736718937896}}
#23 0x00007ffff459b3d7 in GetExistingProperty<(js::AllowGC)1> (vp=..., shape=..., obj=..., receiver=..., cx=0x7ffff6b5c990) at /tmp/buildd/iceweasel-38.2.1esr/js/src/vm/NativeObject.cpp:1673
No locals.
#24 NativeGetPropertyInline<(js::AllowGC)1> (vp=..., nameLookup=NotNameLookup, id=..., receiver=..., obj=..., cx=0x7ffff6b5c990) at /tmp/buildd/iceweasel-38.2.1esr/js/src/vm/NativeObject.cpp:1875
        done = <optimized out>
        proto = {<js::RootedBase<JSObject*>> = {<No data fields>}, stack = 0x0, prev = 0x7fffffff8370, ptr = 0x7fffd22bfe00}
        pobj = {<js::RootedBase<js::NativeObject*>> = {<No data fields>}, stack = 0x7ffff6b5c9a8, prev = 0x7fffffff8450, ptr = 0x7fffd22bfe00}
        shape = {<js::RootedBase<js::Shape*>> = {<No data fields>}, stack = 0x7ffff6b5c9b0, prev = 0x7fffffff85a0, ptr = 0x7fffd2279dd0}
#25 js::NativeGetProperty (cx=0x7ffff6b5c990, obj=..., receiver=..., id=..., vp=...) at /tmp/buildd/iceweasel-38.2.1esr/js/src/vm/NativeObject.cpp:1909
No locals.
#26 0x00007ffff49000ad in GetProperty (vp=..., id=..., receiver=..., obj=..., cx=0x7ffff6b5c990) at /tmp/buildd/iceweasel-38.2.1esr/js/src/vm/NativeObject.h:1407
No locals.
#27 get (vp=..., id=..., receiver=..., proxy=..., cx=0x7ffff6b5c990, this=<optimized out>) at /tmp/buildd/iceweasel-38.2.1esr/js/src/proxy/DirectProxyHandler.cpp:221
        target = {<js::RootedBase<JSObject*>> = {<No data fields>}, stack = 0x7ffff6b5c9a8, prev = 0x7fffffff8430, ptr = 0x7fffdc42aae0}
#28 js::CrossCompartmentWrapper::get (this=<optimized out>, cx=0x7ffff6b5c990, wrapper=..., receiver=..., id=..., vp=...) at /tmp/buildd/iceweasel-38.2.1esr/js/src/proxy/CrossCompartmentWrapper.cpp:163
        call = {cx_ = 0x7ffff6b5c990, origin_ = 0x7fffcde95800}
        receiverCopy = {<js::RootedBase<JSObject*>> = {<No data fields>}, stack = 0x7ffff6b5c9a8, prev = 0x7fffffff85c0, ptr = 0x7fffd079c1e0}
#29 0x00007ffff48fcb36 in js::Proxy::get (cx=0x7ffff6b5c990, proxy=..., receiver=..., id=..., vp=...) at /tmp/buildd/iceweasel-38.2.1esr/js/src/proxy/Proxy.cpp:280
        policy = {_vptr.AutoEnterPolicy = 0x7ffff67cf5b0 <vtable for js::AutoEnterPolicy+16>, allow = true, rv = 134}
        own = true
#30 0x00007ffff459b6fd in GeneralizedGetProperty (vp=..., receiver=..., id=..., obj=..., cx=0x7ffff6b5c990) at /tmp/buildd/iceweasel-38.2.1esr/js/src/vm/NativeObject.cpp:1837
No locals.
#31 NativeGetPropertyInline<(js::AllowGC)1> (vp=..., nameLookup=NotNameLookup, id=..., receiver=..., obj=..., cx=0x7ffff6b5c990) at /tmp/buildd/iceweasel-38.2.1esr/js/src/vm/NativeObject.cpp:1899
        done = <optimized out>
        proto = {<js::RootedBase<JSObject*>> = {<No data fields>}, stack = 0x7ffff6b5c9a8, prev = 0x7fffffff8580, ptr = 0x7fffd079c120}
        pobj = {<js::RootedBase<js::NativeObject*>> = {<No data fields>}, stack = 0x7ffff6b5c9a8, prev = 0x7fffffff8660, ptr = 0x7fffd0fe0ba0}
        shape = {<js::RootedBase<js::Shape*>> = {<No data fields>}, stack = 0x7ffff6b5c9b0, prev = 0x7fffffff8a20, ptr = 0x0}
#32 js::NativeGetProperty (cx=0x7ffff6b5c990, obj=..., receiver=..., id=..., vp=...) at /tmp/buildd/iceweasel-38.2.1esr/js/src/vm/NativeObject.cpp:1909
No locals.
#33 0x00007ffff49000ad in GetProperty (vp=..., id=..., receiver=..., obj=..., cx=0x7ffff6b5c990) at /tmp/buildd/iceweasel-38.2.1esr/js/src/vm/NativeObject.h:1407
No locals.
#34 get (vp=..., id=..., receiver=..., proxy=..., cx=0x7ffff6b5c990, this=<optimized out>) at /tmp/buildd/iceweasel-38.2.1esr/js/src/proxy/DirectProxyHandler.cpp:221
        target = {<js::RootedBase<JSObject*>> = {<No data fields>}, stack = 0x7ffff6b5c9a8, prev = 0x7fffffff8640, ptr = 0x7fffd0fe0ba0}
#35 js::CrossCompartmentWrapper::get (this=<optimized out>, cx=0x7ffff6b5c990, wrapper=..., receiver=..., id=..., vp=...) at /tmp/buildd/iceweasel-38.2.1esr/js/src/proxy/CrossCompartmentWrapper.cpp:163
        call = {cx_ = 0x7ffff6b5c990, origin_ = 0x7fffd117b000}
        receiverCopy = {<js::RootedBase<JSObject*>> = {<No data fields>}, stack = 0x7ffff6b5c9a8, prev = 0x7fffffff8b00, ptr = 0x7fffd0fe0ba0}
#36 0x00007ffff48fcb36 in js::Proxy::get (cx=0x7ffff6b5c990, proxy=..., receiver=..., id=..., vp=...) at /tmp/buildd/iceweasel-38.2.1esr/js/src/proxy/Proxy.cpp:280
        policy = {_vptr.AutoEnterPolicy = 0x7ffff67cf5b0 <vtable for js::AutoEnterPolicy+16>, allow = true, rv = 141}
        own = true
#37 0x00007ffff458ad7d in GetPropertyOperation (vp=..., lval=..., pc=<optimized out>, script=..., fp=<optimized out>, cx=<optimized out>) at /tmp/buildd/iceweasel-38.2.1esr/js/src/vm/Interpreter.cpp:256
        obj = {<js::RootedBase<JSObject*>> = {<No data fields>}, stack = 0x7ffff6b5c9a8, prev = 0x7fffffff8ac0, ptr = 0x7fffd079c360}
        id = {<js::RootedBase<jsid>> = {<No data fields>}, stack = 0x7ffff6b5c9f0, prev = 0x7fffffff8a00, ptr = {asBits = 140736718937896}}
        global = {<js::RootedBase<js::GlobalObject*>> = {<No data fields>}, stack = 0x7ffff6b5c9a8, prev = 0x7fffffff89c0, ptr = 0x7fffd59f66a0}
#38 Interpret (cx=0x7ffff6b5c990, state=...) at /tmp/buildd/iceweasel-38.2.1esr/js/src/vm/Interpreter.cpp:2419
        addresses = {0x7ffff458c4f5 <Interpret(JSContext*, js::RunState&)+10613>, 0x7ffff458c995 <Interpret(JSContext*, js::RunState&)+11797>, 0x7ffff458d24b <Interpret(JSContext*, js::RunState&)+14027>, 0x7ffff458c9ec <Interpret(JSContext*, js::RunState&)+11884>, 0x7ffff458cab3 <Interpret(JSContext*, js::RunState&)+12083>, 0x7ffff458bc0d <Interpret(JSContext*, js::RunState&)+8333>, 0x7ffff458b51b <Interpret(JSContext*, js::RunState&)+6555>, 0x7ffff458caf4 <Interpret(JSContext*, js::RunState&)+12148>, 0x7ffff458cbd1 <Interpret(JSContext*, js::RunState&)+12369>, 0x7ffff458ebc7 <Interpret(JSContext*, js::RunState&)+20551>, 0x7ffff458d1ad <Interpret(JSContext*, js::RunState&)+13869>, 0x7ffff458c87e <Interpret(JSContext*, js::RunState&)+11518>, 0x7ffff458d042 <Interpret(JSContext*, js::RunState&)+13506>, 0x7ffff458d15c <Interpret(JSContext*, js::RunState&)+13788>, 0x7ffff458c58d <Interpret(JSContext*, js::RunState&)+10765>, 0x7ffff458f941 <Interpret(JSContext*, js::RunState&)+24001>, 0x7ffff458f7bb <Interpret(JSContext*, js::RunState&)+23611>, 0x7ffff458f87e <Interpret(JSContext*, js::RunState&)+23806>, 0x7ffff458e879 <Interpret(JSContext*, js::RunState&)+19705>, 0x7ffff458e907 <Interpret(JSContext*, js::RunState&)+19847>, 0x7ffff458fc8d <Interpret(JSContext*, js::RunState&)+24845>, 0x7ffff458fb26 <Interpret(JSContext*, js::RunState&)+24486>, 0x7ffff458fdf4 <Interpret(JSContext*, js::RunState&)+25204>, 0x7ffff458db1d <Interpret(JSContext*, js::RunState&)+16285>, 0x7ffff4590c21 <Interpret(JSContext*, js::RunState&)+28833>, 0x7ffff458ff5f <Interpret(JSContext*, js::RunState&)+25567>, 0x7ffff4590ce7 <Interpret(JSContext*, js::RunState&)+29031>, 0x7ffff458ef8b <Interpret(JSContext*, js::RunState&)+21515>, 0x7ffff4590b21 <Interpret(JSContext*, js::RunState&)+28577>, 0x7ffff45908fd <Interpret(JSContext*, js::RunState&)+28029>, 0x7ffff45909f9 <Interpret(JSContext*, js::RunState&)+28281>, 0x7ffff458ea0d <Interpret(JSContext*, js::RunState&)+20109>, 0x7ffff4590166 <Interpret(JSContext*, js::RunState&)+26086>, 0x7ffff4590025 <Interpret(JSContext*, js::RunState&)+25765>, 0x7ffff45900b8 <Interpret(JSContext*, js::RunState&)+25912>, 0x7ffff458f6a3 <Interpret(JSContext*, js::RunState&)+23331>, 0x7ffff4590252 <Interpret(JSContext*, js::RunState&)+26322>, 0x7ffff458aea3 <Interpret(JSContext*, js::RunState&)+4899>, 0x7ffff458af98 <Interpret(JSContext*, js::RunState&)+5144>, 0x7ffff458ae31 <Interpret(JSContext*, js::RunState&)+4785>, 0x7ffff458e7a5 <Interpret(JSContext*, js::RunState&)+19493>, 0x7ffff458bc5a <Interpret(JSContext*, js::RunState&)+8410>, 0x7ffff458bc5a <Interpret(JSContext*, js::RunState&)+8410>, 0x7ffff458a74e <Interpret(JSContext*, js::RunState&)+3022>, 0x7ffff458c8c0 <Interpret(JSContext*, js::RunState&)+11584>, 0x7ffff458e6c9 <Interpret(JSContext*, js::RunState&)+19273>, 0x7ffff458aea3 <Interpret(JSContext*, js::RunState&)+4899>, 0x7ffff458af98 <Interpret(JSContext*, js::RunState&)+5144>, 0x7ffff458b0a5 <Interpret(JSContext*, js::RunState&)+5413>, 0x7ffff458a7cc <Interpret(JSContext*, js::RunState&)+3148>, 0x7ffff458a74e <Interpret(JSContext*, js::RunState&)+3022>, 0x7ffff458c4fa <Interpret(JSContext*, js::RunState&)+10618>, 0x7ffff458c4ff <Interpret(JSContext*, js::RunState&)+10623>, 0x7ffff458d543 <Interpret(JSContext*, js::RunState&)+14787>, 0x7ffff458b0a5 <Interpret(JSContext*, js::RunState&)+5413>, 0x7ffff458b1a9 <Interpret(JSContext*, js::RunState&)+5673>, 0x7ffff458b385 <Interpret(JSContext*, js::RunState&)+6149>, 0x7ffff458b385 <Interpret(JSContext*, js::RunState&)+6149>, 0x7ffff458e175 <Interpret(JSContext*, js::RunState&)+17909>, 0x7ffff458b679 <Interpret(JSContext*, js::RunState&)+6905>, 0x7ffff458e58b <Interpret(JSContext*, js::RunState&)+18955>, 0x7ffff458e5ec <Interpret(JSContext*, js::RunState&)+19052>, 0x7ffff4591296 <Interpret(JSContext*, js::RunState&)+30486>, 0x7ffff458f6ed <Interpret(JSContext*, js::RunState&)+23405>, 0x7ffff45914f2 <Interpret(JSContext*, js::RunState&)+31090>, 0x7ffff458e7f1 <Interpret(JSContext*, js::RunState&)+19569>, 0x7ffff4591454 <Interpret(JSContext*, js::RunState&)+30932>, 0x7ffff45914a3 <Interpret(JSContext*, js::RunState&)+31011>, 0x7ffff458ccbc <Interpret(JSContext*, js::RunState&)+12604>, 0x7ffff458d08b <Interpret(JSContext*, js::RunState&)+13579>, 0x7ffff458eb39 <Interpret(JSContext*, js::RunState&)+20409>, 0x7ffff458ec72 <Interpret(JSContext*, js::RunState&)+20722>, 0x7ffff458fa04 <Interpret(JSContext*, js::RunState&)+24196>, 0x7ffff458fa92 <Interpret(JSContext*, js::RunState&)+24338>, 0x7ffff458e17a <Interpret(JSContext*, js::RunState&)+17914>, 0x7ffff458ce75 <Interpret(JSContext*, js::RunState&)+13045>, 0x7ffff458ced3 <Interpret(JSContext*, js::RunState&)+13139>, 0x7ffff458cf65 <Interpret(JSContext*, js::RunState&)+13285>, 0x7ffff458cfcc <Interpret(JSContext*, js::RunState&)+13388>, 0x7ffff458aa66 <Interpret(JSContext*, js::RunState&)+3814>, 0x7ffff458d250 <Interpret(JSContext*, js::RunState&)+14032>, 0x7ffff458c84f <Interpret(JSContext*, js::RunState&)+11471>, 0x7ffff4591549 <Interpret(JSContext*, js::RunState&)+31177>, 0x7ffff458c504 <Interpret(JSContext*, js::RunState&)+10628>, 0x7ffff458f4a1 <Interpret(JSContext*, js::RunState&)+22817>, 0x7ffff458f21b <Interpret(JSContext*, js::RunState&)+22171>, 0x7ffff4590dfc <Interpret(JSContext*, js::RunState&)+29308>, 0x7ffff4590d99 <Interpret(JSContext*, js::RunState&)+29209>, 0x7ffff458e477 <Interpret(JSContext*, js::RunState&)+18679>, 0x7ffff458e093 <Interpret(JSContext*, js::RunState&)+17683>, 0x7ffff458d680 <Interpret(JSContext*, js::RunState&)+15104>, 0x7ffff458d802 <Interpret(JSContext*, js::RunState&)+15490>, 0x7ffff458c509 <Interpret(JSContext*, js::RunState&)+10633>, 0x7ffff458da50 <Interpret(JSContext*, js::RunState&)+16080>, 0x7ffff459061a <Interpret(JSContext*, js::RunState&)+27290>, 0x7ffff45903d1 <Interpret(JSContext*, js::RunState&)+26705>, 0x7ffff459030c <Interpret(JSContext*, js::RunState&)+26508>, 0x7ffff458baa4 <Interpret(JSContext*, js::RunState&)+7972>, 0x7ffff458baa4 <Interpret(JSContext*, js::RunState&)+7972>, 0x7ffff458bb62 <Interpret(JSContext*, js::RunState&)+8162>, 0x7ffff458bb62 <Interpret(JSContext*, js::RunState&)+8162>, 0x7ffff458d30f <Interpret(JSContext*, js::RunState&)+14223>, 0x7ffff458d75f <Interpret(JSContext*, js::RunState&)+15327>, 0x7ffff458c50e <Interpret(JSContext*, js::RunState&)+10638>, 0x7ffff458c513 <Interpret(JSContext*, js::RunState&)+10643>, 0x7ffff458d1fb <Interpret(JSContext*, js::RunState&)+13947>, 0x7ffff458c7bd <Interpret(JSContext*, js::RunState&)+11325>, 0x7ffff458d200 <Interpret(JSContext*, js::RunState&)+13952>, 0x7ffff458aae0 <Interpret(JSContext*, js::RunState&)+3936>, 0x7ffff458c797 <Interpret(JSContext*, js::RunState&)+11287>, 0x7ffff458ede7 <Interpret(JSContext*, js::RunState&)+21095>, 0x7ffff458a7cc <Interpret(JSContext*, js::RunState&)+3148>, 0x7ffff45904e6 <Interpret(JSContext*, js::RunState&)+26982>, 0x7ffff458cd8a <Interpret(JSContext*, js::RunState&)+12810>, 0x7ffff459054b <Interpret(JSContext*, js::RunState&)+27083>, 0x7ffff45907e0 <Interpret(JSContext*, js::RunState&)+27744>, 0x7ffff458eead <Interpret(JSContext*, js::RunState&)+21293>, 0x7ffff458ef28 <Interpret(JSContext*, js::RunState&)+21416>, 0x7ffff4590726 <Interpret(JSContext*, js::RunState&)+27558>, 0x7ffff458c829 <Interpret(JSContext*, js::RunState&)+11433>, 0x7ffff458a713 <Interpret(JSContext*, js::RunState&)+2963>, 0x7ffff458f533 <Interpret(JSContext*, js::RunState&)+22963>, 0x7ffff458b512 <Interpret(JSContext*, js::RunState&)+6546>, 0x7ffff458b55f <Interpret(JSContext*, js::RunState&)+6623>, 0x7ffff458b55f <Interpret(JSContext*, js::RunState&)+6623>, 0x7ffff458d205 <Interpret(JSContext*, js::RunState&)+13957>, 0x7ffff458d20a <Interpret(JSContext*, js::RunState&)+13962>, 0x7ffff458dd22 <Interpret(JSContext*, js::RunState&)+16802>, 0x7ffff458b9ec <Interpret(JSContext*, js::RunState&)+7788>, 0x7ffff458b9ec <Interpret(JSContext*, js::RunState&)+7788>, 0x7ffff458dde9 <Interpret(JSContext*, js::RunState&)+17001>, 0x7ffff458def2 <Interpret(JSContext*, js::RunState&)+17266>, 0x7ffff458dfe7 <Interpret(JSContext*, js::RunState&)+17511>, 0x7ffff458c518 <Interpret(JSContext*, js::RunState&)+10648>, 0x7ffff458a718 <Interpret(JSContext*, js::RunState&)+2968>, 0x7ffff4590799 <Interpret(JSContext*, js::RunState&)+27673>, 0x7ffff458ed37 <Interpret(JSContext*, js::RunState&)+20919>, 0x7ffff45912e5 <Interpret(JSContext*, js::RunState&)+30565>, 0x7ffff4590f68 <Interpret(JSContext*, js::RunState&)+29672>, 0x7ffff4590fe5 <Interpret(JSContext*, js::RunState&)+29797>, 0x7ffff458dc88 <Interpret(JSContext*, js::RunState&)+16648>, 0x7ffff458f332 <Interpret(JSContext*, js::RunState&)+22450>, 0x7ffff458f2e3 <Interpret(JSContext*, js::RunState&)+22371>, 0x7ffff458e2f5 <Interpret(JSContext*, js::RunState&)+18293>, 0x7ffff458d607 <Interpret(JSContext*, js::RunState&)+14983>, 0x7ffff458f73c <Interpret(JSContext*, js::RunState&)+23484>, 0x7ffff458d20f <Interpret(JSContext*, js::RunState&)+13967>, 0x7ffff458d214 <Interpret(JSContext*, js::RunState&)+13972>, 0x7ffff458d219 <Interpret(JSContext*, js::RunState&)+13977>, 0x7ffff458d21e <Interpret(JSContext*, js::RunState&)+13982>, 0x7ffff458d223 <Interpret(JSContext*, js::RunState&)+13987>, 0x7ffff4590489 <Interpret(JSContext*, js::RunState&)+26889>, 0x7ffff458c927 <Interpret(JSContext*, js::RunState&)+11687>, 0x7ffff458bc37 <Interpret(JSContext*, js::RunState&)+8375>, 0x7ffff458b679 <Interpret(JSContext*, js::RunState&)+6905>, 0x7ffff458e79b <Interpret(JSContext*, js::RunState&)+19483>, 0x7ffff458e7a0 <Interpret(JSContext*, js::RunState&)+19488>, 0x7ffff458d228 <Interpret(JSContext*, js::RunState&)+13992>, 0x7ffff458d22d <Interpret(JSContext*, js::RunState&)+13997>, 0x7ffff458d232 <Interpret(JSContext*, js::RunState&)+14002>, 0x7ffff45911e5 <Interpret(JSContext*, js::RunState&)+30309>, 0x7ffff458d237 <Interpret(JSContext*, js::RunState&)+14007>, 0x7ffff458d23c <Interpret(JSContext*, js::RunState&)+14012>, 0x7ffff458d241 <Interpret(JSContext*, js::RunState&)+14017>, 0x7ffff458d246 <Interpret(JSContext*, js::RunState&)+14022>, 0x7ffff458c6de <Interpret(JSContext*, js::RunState&)+11102>, 0x7ffff458c6e3 <Interpret(JSContext*, js::RunState&)+11107>, 0x7ffff458c6e8 <Interpret(JSContext*, js::RunState&)+11112>, 0x7ffff458c6ed <Interpret(JSContext*, js::RunState&)+11117>, 0x7ffff458c6f2 <Interpret(JSContext*, js::RunState&)+11122>, 0x7ffff458c6f7 <Interpret(JSContext*, js::RunState&)+11127>, 0x7ffff458c6fc <Interpret(JSContext*, js::RunState&)+11132>, 0x7ffff458c701 <Interpret(JSContext*, js::RunState&)+11137>, 0x7ffff458c706 <Interpret(JSContext*, js::RunState&)+11142>, 0x7ffff458c70b <Interpret(JSContext*, js::RunState&)+11147>, 0x7ffff458c710 <Interpret(JSContext*, js::RunState&)+11152>, 0x7ffff458c715 <Interpret(JSContext*, js::RunState&)+11157>, 0x7ffff458c71a <Interpret(JSContext*, js::RunState&)+11162>, 0x7ffff458c71f <Interpret(JSContext*, js::RunState&)+11167>, 0x7ffff458c724 <Interpret(JSContext*, js::RunState&)+11172>, 0x7ffff458c729 <Interpret(JSContext*, js::RunState&)+11177>, 0x7ffff458c72e <Interpret(JSContext*, js::RunState&)+11182>, 0x7ffff458c733 <Interpret(JSContext*, js::RunState&)+11187>, 0x7ffff458c738 <Interpret(JSContext*, js::RunState&)+11192>, 0x7ffff458abeb <Interpret(JSContext*, js::RunState&)+4203>, 0x7ffff458c73d <Interpret(JSContext*, js::RunState&)+11197>, 0x7ffff458c742 <Interpret(JSContext*, js::RunState&)+11202>, 0x7ffff458c747 <Interpret(JSContext*, js::RunState&)+11207>, 0x7ffff458e72d <Interpret(JSContext*, js::RunState&)+19373>, 0x7ffff458c74c <Interpret(JSContext*, js::RunState&)+11212>, 0x7ffff458c751 <Interpret(JSContext*, js::RunState&)+11217>, 0x7ffff458c756 <Interpret(JSContext*, js::RunState&)+11222>, 0x7ffff458c75b <Interpret(JSContext*, js::RunState&)+11227>, 0x7ffff458b1a9 <Interpret(JSContext*, js::RunState&)+5673>, 0x7ffff458d9f7 <Interpret(JSContext*, js::RunState&)+15991>, 0x7ffff458d548 <Interpret(JSContext*, js::RunState&)+14792>, 0x7ffff458c760 <Interpret(JSContext*, js::RunState&)+11232>, 0x7ffff458ae31 <Interpret(JSContext*, js::RunState&)+4785>, 0x7ffff458e99b <Interpret(JSContext*, js::RunState&)+19995>, 0x7ffff4590f27 <Interpret(JSContext*, js::RunState&)+29607>...}
        entryFrame = 0x7ffff6b5c9a8
        activation = {<js::Activation> = {cx_ = 0x7ffff6b5c990, compartment_ = 0x7fffd117b000, prev_ = 0x7fffffff9c00, prevProfiling_ = 0x0, savedFrameChain_ = 0, hideScriptedCallerCount_ = 0, kind_ = js::Activation::Interpreter}, regs_ = {sp = 0x7fffdb963670, pc = 0x7fffd117f80a "5", fp_ = 0x7fffdb9635f0}, entryFrame_ = 0x7fffdb963428, opMask_ = 0}
        script = {<js::RootedBase<JSScript*>> = {<No data fields>}, stack = 0x7ffff6b5c9e0, prev = 0x7fffffff8cb0, ptr = 0x7fffd227e6a0}
        scriptEvent = {payload_ = 0x7fffdb96e700}
        rootValue0 = {<js::RootedBase<JS::Value>> = {<js::MutableValueOperations<JS::Rooted<JS::Value> >> = {<js::ValueOperations<JS::Rooted<JS::Value> >> = {<No data fields>}, <No data fields>}, <No data fields>}, stack = 0x7ffff6b5c9f8, prev = 0x7fffffff9280, ptr = {data = {asBits = 18444773748872577024, debugView = {payload47 = 0, tag = JSVAL_TAG_UNDEFINED}, s = {payload = {i32 = 0, u32 = 0, why = JS_ELEMENTS_HOLE}}, asDouble = -nan(0x9000000000000), asPtr = 0xfff9000000000000, asWord = 18444773748872577024, asUIntPtr = 18444773748872577024}}}
        rootValue1 = {<js::RootedBase<JS::Value>> = {<js::MutableValueOperations<JS::Rooted<JS::Value> >> = {<js::ValueOperations<JS::Rooted<JS::Value> >> = {<No data fields>}, <No data fields>}, <No data fields>}, stack = 0x7ffff6b5c9f8, prev = 0x7fffffff88c0, ptr = {data = {asBits = 18444773748872577024, debugView = {payload47 = 0, tag = JSVAL_TAG_UNDEFINED}, s = {payload = {i32 = 0, u32 = 0, why = JS_ELEMENTS_HOLE}}, asDouble = -nan(0x9000000000000), asPtr = 0xfff9000000000000, asWord = 18444773748872577024, asUIntPtr = 18444773748872577024}}}
        rootString0 = {<js::RootedBase<JSString*>> = {<No data fields>}, stack = 0x7ffff6b5c9c8, prev = 0x7fffffff9aa0, ptr = 0x0}
        rootString1 = {<js::RootedBase<JSString*>> = {<No data fields>}, stack = 0x7ffff6b5c9c8, prev = 0x7fffffff8900, ptr = 0x0}
        rootObject0 = {<js::RootedBase<JSObject*>> = {<No data fields>}, stack = 0x7ffff6b5c9a8, prev = 0x7fffffff9260, ptr = 0x0}
        rootObject1 = {<js::RootedBase<JSObject*>> = {<No data fields>}, stack = 0x7ffff6b5c9a8, prev = 0x7fffffff8940, ptr = 0x0}
        rootObject2 = {<js::RootedBase<JSObject*>> = {<No data fields>}, stack = 0x7ffff6b5c9a8, prev = 0x7fffffff8960, ptr = 0x0}
        rootNativeObject0 = {<js::RootedBase<js::NativeObject*>> = {<No data fields>}, stack = 0x7ffff6b5c9a8, prev = 0x7fffffff8980, ptr = 0x0}
        rootFunction0 = {<js::RootedBase<JSFunction*>> = {<No data fields>}, stack = 0x7ffff6b5c9a8, prev = 0x7fffffff89a0, ptr = 0x7fffd22a2f00}
        rootName0 = {<js::RootedBase<js::PropertyName*>> = {<No data fields>}, stack = 0x7ffff6b5c9c8, prev = 0x7fffffff8920, ptr = 0x0}
        rootId0 = {<js::RootedBase<jsid>> = {<No data fields>}, stack = 0x7ffff6b5c9f0, prev = 0x7fffffff9ac0, ptr = {asBits = 2}}
        rootShape0 = {<js::RootedBase<js::Shape*>> = {<No data fields>}, stack = 0x7ffff6b5c9b0, prev = 0x7fffffff9ae0, ptr = 0x0}
        rootScript0 = {<js::RootedBase<JSScript*>> = {<No data fields>}, stack = 0x7ffff6b5c9e0, prev = 0x7fffffff88a0, ptr = 0x7fffd227e6a0}
#39 0x00007ffff4595c21 in js::RunScript (cx=cx at entry=0x7ffff6b5c990, state=...) at /tmp/buildd/iceweasel-38.2.1esr/js/src/vm/Interpreter.cpp:448
        marker = {profiler = 0x7fffddad63a8, size_before = {<No data fields>}}
#40 0x00007ffff4595eac in js::Invoke (cx=cx at entry=0x7ffff6b5c990, args=..., construct=construct at entry=js::NO_CONSTRUCT) at /tmp/buildd/iceweasel-38.2.1esr/js/src/vm/Interpreter.cpp:517
        gcIfRequested = {runtime = 0x7fffddacd000}
        initial = js::INITIAL_NONE
        state = {<js::RunState> = {_vptr.RunState = 0x7ffff6653dd8 <vtable for js::InvokeState+16>, kind_ = js::RunState::Invoke, script_ = {<js::RootedBase<JSScript*>> = {<No data fields>}, stack = 0x7ffff6b5c9e0, prev = 0x7fffffff9b00, ptr = 0x7fffd227e5d8}}, args_ = @0x7fffffff8c90, initial_ = js::INITIAL_NONE, createSingleton_ = false}
        ok = <optimized out>
#41 0x00007ffff45969bf in js::Invoke (cx=cx at entry=0x7ffff6b5c990, thisv=..., fval=..., argc=2, argv=<optimized out>, rval=...) at /tmp/buildd/iceweasel-38.2.1esr/js/src/vm/Interpreter.cpp:554
        args = {<JS::CallArgs> = {<JS::detail::CallArgsBase<(JS::detail::UsedRval)0>> = {<JS::CallReceiver> = {<JS::detail::CallReceiverBase<(JS::detail::UsedRval)0>> = {<JS::detail::UsedRvalBase<(JS::detail::UsedRval)1>> = {<No data fields>}, argv_ = 0x7fffffff91d8}, <No data fields>}, argc_ = 2}, <No data fields>}, v_ = {<JS::AutoVectorRooter<JS::Value>> = {<JS::AutoGCRooter> = {down = 0x7fffffffa250, tag_ = -10, stackTop = 0x7ffff6b5ca20}, vector = {<mozilla::VectorBase<JS::Value, 8ul, js::TempAllocPolicy, js::Vector<JS::Value, 8ul, js::TempAllocPolicy> >> = {<js::TempAllocPolicy> = {cx_ = 0x7ffff6b5c990}, static kElemIsPod = false, static kMaxInlineBytes = 1024, static kInlineCapacity = 8, static kInlineBytes = 64, mBegin = 0x7fffffff91c8, mLength = 4, mCapacity = 8, mStorage = {u = {mBytes = "\300{*\322\377\177\374\377`\303y\320\377\177\374\377 \002)\322\377\377\372\377 \022u\320\377\177\374\377\220��\366\377\177\000\000\250��\366\377\177\000\000`\222\377\377\377\177\000\000 \022u\320\377\177\000", mDummy = 18445758910522096576}}, static sMaxInlineStorage = <optimized out>}, <No data fields>}}, <No data fields>}}
#42 0x00007ffff49003d4 in call (args=..., proxy=..., cx=0x7ffff6b5c990, this=<optimized out>) at /tmp/buildd/iceweasel-38.2.1esr/js/src/proxy/DirectProxyHandler.cpp:76
        target = {<js::RootedBase<JS::Value>> = {<js::MutableValueOperations<JS::Rooted<JS::Value> >> = {<js::ValueOperations<JS::Rooted<JS::Value> >> = {<No data fields>}, <No data fields>}, <No data fields>}, stack = 0x7ffff6b5c9f8, prev = 0x7fffffff99a0, ptr = {data = {asBits = 18445758910522096576, debugView = {payload47 = 140736719387584, tag = JSVAL_TAG_OBJECT}, s = {payload = {i32 = -768967744, u32 = 3525999552, why = 3525999552}}, asDouble = -nan(0xc7fffd22a7bc0), asPtr = 0xfffc7fffd22a7bc0, asWord = 18445758910522096576, asUIntPtr = 18445758910522096576}}}
#43 js::CrossCompartmentWrapper::call (this=<optimized out>, cx=0x7ffff6b5c990, wrapper=..., args=...) at /tmp/buildd/iceweasel-38.2.1esr/js/src/proxy/CrossCompartmentWrapper.cpp:286
        call = {cx_ = 0x7ffff6b5c990, origin_ = 0x7fffcde95800}
        wrapped = {<js::RootedBase<JSObject*>> = {<No data fields>}, stack = 0x7ffff6b5c9a8, prev = 0x7fffffff92f0, ptr = 0x7fffd22a7bc0}
#44 0x00007ffff48fd6da in call (args=..., proxy=..., cx=0x7ffff6b5c990) at /tmp/buildd/iceweasel-38.2.1esr/js/src/proxy/Proxy.cpp:382
        policy = {_vptr.AutoEnterPolicy = 0x7ffff67cf5b0 <vtable for js::AutoEnterPolicy+16>, allow = true, rv = 146}
#45 js::proxy_Call (cx=0x7ffff6b5c990, argc=<optimized out>, vp=<optimized out>) at /tmp/buildd/iceweasel-38.2.1esr/js/src/proxy/Proxy.cpp:693
        args = {<JS::detail::CallArgsBase<(JS::detail::UsedRval)0>> = {<JS::CallReceiver> = {<JS::detail::CallReceiverBase<(JS::detail::UsedRval)0>> = {<JS::detail::UsedRvalBase<(JS::detail::UsedRval)1>> = {<No data fields>}, argv_ = 0x7fffdb9633f0}, <No data fields>}, argc_ = 2}, <No data fields>}
        proxy = {<js::RootedBase<JSObject*>> = {<No data fields>}, stack = 0x7ffff6b5c9a8, prev = 0x7fffffff9a80, ptr = 0x7fffd07b4200}
#46 0x00007ffff4595f60 in CallJSNative (args=..., native=<optimized out>, cx=0x7ffff6b5c990) at /tmp/buildd/iceweasel-38.2.1esr/js/src/jscntxtinlines.h:226
No locals.
#47 js::Invoke (cx=0x7ffff6b5c990, args=..., construct=<optimized out>) at /tmp/buildd/iceweasel-38.2.1esr/js/src/vm/Interpreter.cpp:498
        gcIfRequested = {runtime = 0x7fffddacd000}
        initial = <optimized out>
        state = {<js::RunState> = {_vptr.RunState = 0x7ffff6b5c9f8, kind_ = (unknown: 4294939840), script_ = {<js::RootedBase<JSScript*>> = {<No data fields>}, stack = 0xfffc7fffd22a7bc0, prev = 0xd6d2560662f8c000, ptr = 0x7ffff6b5c9a8}}, args_ = @0x7fffffff9530, initial_ = (unknown: 3506310048), createSingleton_ = 255}
        ok = <optimized out>
#48 0x00007ffff458ab7d in Interpret (cx=0x7ffff6b5c990, state=...) at /tmp/buildd/iceweasel-38.2.1esr/js/src/vm/Interpreter.cpp:2602
        createSingleton = 160
        args = {<JS::detail::CallArgsBase<(JS::detail::UsedRval)0>> = {<JS::CallReceiver> = {<JS::detail::CallReceiverBase<(JS::detail::UsedRval)0>> = {<JS::detail::UsedRvalBase<(JS::detail::UsedRval)1>> = {<No data fields>}, argv_ = 0x7fffdb9633f0}, <No data fields>}, argc_ = 2}, <No data fields>}
        addresses = {0x7ffff458c4f5 <Interpret(JSContext*, js::RunState&)+10613>, 0x7ffff458c995 <Interpret(JSContext*, js::RunState&)+11797>, 0x7ffff458d24b <Interpret(JSContext*, js::RunState&)+14027>, 0x7ffff458c9ec <Interpret(JSContext*, js::RunState&)+11884>, 0x7ffff458cab3 <Interpret(JSContext*, js::RunState&)+12083>, 0x7ffff458bc0d <Interpret(JSContext*, js::RunState&)+8333>, 0x7ffff458b51b <Interpret(JSContext*, js::RunState&)+6555>, 0x7ffff458caf4 <Interpret(JSContext*, js::RunState&)+12148>, 0x7ffff458cbd1 <Interpret(JSContext*, js::RunState&)+12369>, 0x7ffff458ebc7 <Interpret(JSContext*, js::RunState&)+20551>, 0x7ffff458d1ad <Interpret(JSContext*, js::RunState&)+13869>, 0x7ffff458c87e <Interpret(JSContext*, js::RunState&)+11518>, 0x7ffff458d042 <Interpret(JSContext*, js::RunState&)+13506>, 0x7ffff458d15c <Interpret(JSContext*, js::RunState&)+13788>, 0x7ffff458c58d <Interpret(JSContext*, js::RunState&)+10765>, 0x7ffff458f941 <Interpret(JSContext*, js::RunState&)+24001>, 0x7ffff458f7bb <Interpret(JSContext*, js::RunState&)+23611>, 0x7ffff458f87e <Interpret(JSContext*, js::RunState&)+23806>, 0x7ffff458e879 <Interpret(JSContext*, js::RunState&)+19705>, 0x7ffff458e907 <Interpret(JSContext*, js::RunState&)+19847>, 0x7ffff458fc8d <Interpret(JSContext*, js::RunState&)+24845>, 0x7ffff458fb26 <Interpret(JSContext*, js::RunState&)+24486>, 0x7ffff458fdf4 <Interpret(JSContext*, js::RunState&)+25204>, 0x7ffff458db1d <Interpret(JSContext*, js::RunState&)+16285>, 0x7ffff4590c21 <Interpret(JSContext*, js::RunState&)+28833>, 0x7ffff458ff5f <Interpret(JSContext*, js::RunState&)+25567>, 0x7ffff4590ce7 <Interpret(JSContext*, js::RunState&)+29031>, 0x7ffff458ef8b <Interpret(JSContext*, js::RunState&)+21515>, 0x7ffff4590b21 <Interpret(JSContext*, js::RunState&)+28577>, 0x7ffff45908fd <Interpret(JSContext*, js::RunState&)+28029>, 0x7ffff45909f9 <Interpret(JSContext*, js::RunState&)+28281>, 0x7ffff458ea0d <Interpret(JSContext*, js::RunState&)+20109>, 0x7ffff4590166 <Interpret(JSContext*, js::RunState&)+26086>, 0x7ffff4590025 <Interpret(JSContext*, js::RunState&)+25765>, 0x7ffff45900b8 <Interpret(JSContext*, js::RunState&)+25912>, 0x7ffff458f6a3 <Interpret(JSContext*, js::RunState&)+23331>, 0x7ffff4590252 <Interpret(JSContext*, js::RunState&)+26322>, 0x7ffff458aea3 <Interpret(JSContext*, js::RunState&)+4899>, 0x7ffff458af98 <Interpret(JSContext*, js::RunState&)+5144>, 0x7ffff458ae31 <Interpret(JSContext*, js::RunState&)+4785>, 0x7ffff458e7a5 <Interpret(JSContext*, js::RunState&)+19493>, 0x7ffff458bc5a <Interpret(JSContext*, js::RunState&)+8410>, 0x7ffff458bc5a <Interpret(JSContext*, js::RunState&)+8410>, 0x7ffff458a74e <Interpret(JSContext*, js::RunState&)+3022>, 0x7ffff458c8c0 <Interpret(JSContext*, js::RunState&)+11584>, 0x7ffff458e6c9 <Interpret(JSContext*, js::RunState&)+19273>, 0x7ffff458aea3 <Interpret(JSContext*, js::RunState&)+4899>, 0x7ffff458af98 <Interpret(JSContext*, js::RunState&)+5144>, 0x7ffff458b0a5 <Interpret(JSContext*, js::RunState&)+5413>, 0x7ffff458a7cc <Interpret(JSContext*, js::RunState&)+3148>, 0x7ffff458a74e <Interpret(JSContext*, js::RunState&)+3022>, 0x7ffff458c4fa <Interpret(JSContext*, js::RunState&)+10618>, 0x7ffff458c4ff <Interpret(JSContext*, js::RunState&)+10623>, 0x7ffff458d543 <Interpret(JSContext*, js::RunState&)+14787>, 0x7ffff458b0a5 <Interpret(JSContext*, js::RunState&)+5413>, 0x7ffff458b1a9 <Interpret(JSContext*, js::RunState&)+5673>, 0x7ffff458b385 <Interpret(JSContext*, js::RunState&)+6149>, 0x7ffff458b385 <Interpret(JSContext*, js::RunState&)+6149>, 0x7ffff458e175 <Interpret(JSContext*, js::RunState&)+17909>, 0x7ffff458b679 <Interpret(JSContext*, js::RunState&)+6905>, 0x7ffff458e58b <Interpret(JSContext*, js::RunState&)+18955>, 0x7ffff458e5ec <Interpret(JSContext*, js::RunState&)+19052>, 0x7ffff4591296 <Interpret(JSContext*, js::RunState&)+30486>, 0x7ffff458f6ed <Interpret(JSContext*, js::RunState&)+23405>, 0x7ffff45914f2 <Interpret(JSContext*, js::RunState&)+31090>, 0x7ffff458e7f1 <Interpret(JSContext*, js::RunState&)+19569>, 0x7ffff4591454 <Interpret(JSContext*, js::RunState&)+30932>, 0x7ffff45914a3 <Interpret(JSContext*, js::RunState&)+31011>, 0x7ffff458ccbc <Interpret(JSContext*, js::RunState&)+12604>, 0x7ffff458d08b <Interpret(JSContext*, js::RunState&)+13579>, 0x7ffff458eb39 <Interpret(JSContext*, js::RunState&)+20409>, 0x7ffff458ec72 <Interpret(JSContext*, js::RunState&)+20722>, 0x7ffff458fa04 <Interpret(JSContext*, js::RunState&)+24196>, 0x7ffff458fa92 <Interpret(JSContext*, js::RunState&)+24338>, 0x7ffff458e17a <Interpret(JSContext*, js::RunState&)+17914>, 0x7ffff458ce75 <Interpret(JSContext*, js::RunState&)+13045>, 0x7ffff458ced3 <Interpret(JSContext*, js::RunState&)+13139>, 0x7ffff458cf65 <Interpret(JSContext*, js::RunState&)+13285>, 0x7ffff458cfcc <Interpret(JSContext*, js::RunState&)+13388>, 0x7ffff458aa66 <Interpret(JSContext*, js::RunState&)+3814>, 0x7ffff458d250 <Interpret(JSContext*, js::RunState&)+14032>, 0x7ffff458c84f <Interpret(JSContext*, js::RunState&)+11471>, 0x7ffff4591549 <Interpret(JSContext*, js::RunState&)+31177>, 0x7ffff458c504 <Interpret(JSContext*, js::RunState&)+10628>, 0x7ffff458f4a1 <Interpret(JSContext*, js::RunState&)+22817>, 0x7ffff458f21b <Interpret(JSContext*, js::RunState&)+22171>, 0x7ffff4590dfc <Interpret(JSContext*, js::RunState&)+29308>, 0x7ffff4590d99 <Interpret(JSContext*, js::RunState&)+29209>, 0x7ffff458e477 <Interpret(JSContext*, js::RunState&)+18679>, 0x7ffff458e093 <Interpret(JSContext*, js::RunState&)+17683>, 0x7ffff458d680 <Interpret(JSContext*, js::RunState&)+15104>, 0x7ffff458d802 <Interpret(JSContext*, js::RunState&)+15490>, 0x7ffff458c509 <Interpret(JSContext*, js::RunState&)+10633>, 0x7ffff458da50 <Interpret(JSContext*, js::RunState&)+16080>, 0x7ffff459061a <Interpret(JSContext*, js::RunState&)+27290>, 0x7ffff45903d1 <Interpret(JSContext*, js::RunState&)+26705>, 0x7ffff459030c <Interpret(JSContext*, js::RunState&)+26508>, 0x7ffff458baa4 <Interpret(JSContext*, js::RunState&)+7972>, 0x7ffff458baa4 <Interpret(JSContext*, js::RunState&)+7972>, 0x7ffff458bb62 <Interpret(JSContext*, js::RunState&)+8162>, 0x7ffff458bb62 <Interpret(JSContext*, js::RunState&)+8162>, 0x7ffff458d30f <Interpret(JSContext*, js::RunState&)+14223>, 0x7ffff458d75f <Interpret(JSContext*, js::RunState&)+15327>, 0x7ffff458c50e <Interpret(JSContext*, js::RunState&)+10638>, 0x7ffff458c513 <Interpret(JSContext*, js::RunState&)+10643>, 0x7ffff458d1fb <Interpret(JSContext*, js::RunState&)+13947>, 0x7ffff458c7bd <Interpret(JSContext*, js::RunState&)+11325>, 0x7ffff458d200 <Interpret(JSContext*, js::RunState&)+13952>, 0x7ffff458aae0 <Interpret(JSContext*, js::RunState&)+3936>, 0x7ffff458c797 <Interpret(JSContext*, js::RunState&)+11287>, 0x7ffff458ede7 <Interpret(JSContext*, js::RunState&)+21095>, 0x7ffff458a7cc <Interpret(JSContext*, js::RunState&)+3148>, 0x7ffff45904e6 <Interpret(JSContext*, js::RunState&)+26982>, 0x7ffff458cd8a <Interpret(JSContext*, js::RunState&)+12810>, 0x7ffff459054b <Interpret(JSContext*, js::RunState&)+27083>, 0x7ffff45907e0 <Interpret(JSContext*, js::RunState&)+27744>, 0x7ffff458eead <Interpret(JSContext*, js::RunState&)+21293>, 0x7ffff458ef28 <Interpret(JSContext*, js::RunState&)+21416>, 0x7ffff4590726 <Interpret(JSContext*, js::RunState&)+27558>, 0x7ffff458c829 <Interpret(JSContext*, js::RunState&)+11433>, 0x7ffff458a713 <Interpret(JSContext*, js::RunState&)+2963>, 0x7ffff458f533 <Interpret(JSContext*, js::RunState&)+22963>, 0x7ffff458b512 <Interpret(JSContext*, js::RunState&)+6546>, 0x7ffff458b55f <Interpret(JSContext*, js::RunState&)+6623>, 0x7ffff458b55f <Interpret(JSContext*, js::RunState&)+6623>, 0x7ffff458d205 <Interpret(JSContext*, js::RunState&)+13957>, 0x7ffff458d20a <Interpret(JSContext*, js::RunState&)+13962>, 0x7ffff458dd22 <Interpret(JSContext*, js::RunState&)+16802>, 0x7ffff458b9ec <Interpret(JSContext*, js::RunState&)+7788>, 0x7ffff458b9ec <Interpret(JSContext*, js::RunState&)+7788>, 0x7ffff458dde9 <Interpret(JSContext*, js::RunState&)+17001>, 0x7ffff458def2 <Interpret(JSContext*, js::RunState&)+17266>, 0x7ffff458dfe7 <Interpret(JSContext*, js::RunState&)+17511>, 0x7ffff458c518 <Interpret(JSContext*, js::RunState&)+10648>, 0x7ffff458a718 <Interpret(JSContext*, js::RunState&)+2968>, 0x7ffff4590799 <Interpret(JSContext*, js::RunState&)+27673>, 0x7ffff458ed37 <Interpret(JSContext*, js::RunState&)+20919>, 0x7ffff45912e5 <Interpret(JSContext*, js::RunState&)+30565>, 0x7ffff4590f68 <Interpret(JSContext*, js::RunState&)+29672>, 0x7ffff4590fe5 <Interpret(JSContext*, js::RunState&)+29797>, 0x7ffff458dc88 <Interpret(JSContext*, js::RunState&)+16648>, 0x7ffff458f332 <Interpret(JSContext*, js::RunState&)+22450>, 0x7ffff458f2e3 <Interpret(JSContext*, js::RunState&)+22371>, 0x7ffff458e2f5 <Interpret(JSContext*, js::RunState&)+18293>, 0x7ffff458d607 <Interpret(JSContext*, js::RunState&)+14983>, 0x7ffff458f73c <Interpret(JSContext*, js::RunState&)+23484>, 0x7ffff458d20f <Interpret(JSContext*, js::RunState&)+13967>, 0x7ffff458d214 <Interpret(JSContext*, js::RunState&)+13972>, 0x7ffff458d219 <Interpret(JSContext*, js::RunState&)+13977>, 0x7ffff458d21e <Interpret(JSContext*, js::RunState&)+13982>, 0x7ffff458d223 <Interpret(JSContext*, js::RunState&)+13987>, 0x7ffff4590489 <Interpret(JSContext*, js::RunState&)+26889>, 0x7ffff458c927 <Interpret(JSContext*, js::RunState&)+11687>, 0x7ffff458bc37 <Interpret(JSContext*, js::RunState&)+8375>, 0x7ffff458b679 <Interpret(JSContext*, js::RunState&)+6905>, 0x7ffff458e79b <Interpret(JSContext*, js::RunState&)+19483>, 0x7ffff458e7a0 <Interpret(JSContext*, js::RunState&)+19488>, 0x7ffff458d228 <Interpret(JSContext*, js::RunState&)+13992>, 0x7ffff458d22d <Interpret(JSContext*, js::RunState&)+13997>, 0x7ffff458d232 <Interpret(JSContext*, js::RunState&)+14002>, 0x7ffff45911e5 <Interpret(JSContext*, js::RunState&)+30309>, 0x7ffff458d237 <Interpret(JSContext*, js::RunState&)+14007>, 0x7ffff458d23c <Interpret(JSContext*, js::RunState&)+14012>, 0x7ffff458d241 <Interpret(JSContext*, js::RunState&)+14017>, 0x7ffff458d246 <Interpret(JSContext*, js::RunState&)+14022>, 0x7ffff458c6de <Interpret(JSContext*, js::RunState&)+11102>, 0x7ffff458c6e3 <Interpret(JSContext*, js::RunState&)+11107>, 0x7ffff458c6e8 <Interpret(JSContext*, js::RunState&)+11112>, 0x7ffff458c6ed <Interpret(JSContext*, js::RunState&)+11117>, 0x7ffff458c6f2 <Interpret(JSContext*, js::RunState&)+11122>, 0x7ffff458c6f7 <Interpret(JSContext*, js::RunState&)+11127>, 0x7ffff458c6fc <Interpret(JSContext*, js::RunState&)+11132>, 0x7ffff458c701 <Interpret(JSContext*, js::RunState&)+11137>, 0x7ffff458c706 <Interpret(JSContext*, js::RunState&)+11142>, 0x7ffff458c70b <Interpret(JSContext*, js::RunState&)+11147>, 0x7ffff458c710 <Interpret(JSContext*, js::RunState&)+11152>, 0x7ffff458c715 <Interpret(JSContext*, js::RunState&)+11157>, 0x7ffff458c71a <Interpret(JSContext*, js::RunState&)+11162>, 0x7ffff458c71f <Interpret(JSContext*, js::RunState&)+11167>, 0x7ffff458c724 <Interpret(JSContext*, js::RunState&)+11172>, 0x7ffff458c729 <Interpret(JSContext*, js::RunState&)+11177>, 0x7ffff458c72e <Interpret(JSContext*, js::RunState&)+11182>, 0x7ffff458c733 <Interpret(JSContext*, js::RunState&)+11187>, 0x7ffff458c738 <Interpret(JSContext*, js::RunState&)+11192>, 0x7ffff458abeb <Interpret(JSContext*, js::RunState&)+4203>, 0x7ffff458c73d <Interpret(JSContext*, js::RunState&)+11197>, 0x7ffff458c742 <Interpret(JSContext*, js::RunState&)+11202>, 0x7ffff458c747 <Interpret(JSContext*, js::RunState&)+11207>, 0x7ffff458e72d <Interpret(JSContext*, js::RunState&)+19373>, 0x7ffff458c74c <Interpret(JSContext*, js::RunState&)+11212>, 0x7ffff458c751 <Interpret(JSContext*, js::RunState&)+11217>, 0x7ffff458c756 <Interpret(JSContext*, js::RunState&)+11222>, 0x7ffff458c75b <Interpret(JSContext*, js::RunState&)+11227>, 0x7ffff458b1a9 <Interpret(JSContext*, js::RunState&)+5673>, 0x7ffff458d9f7 <Interpret(JSContext*, js::RunState&)+15991>, 0x7ffff458d548 <Interpret(JSContext*, js::RunState&)+14792>, 0x7ffff458c760 <Interpret(JSContext*, js::RunState&)+11232>, 0x7ffff458ae31 <Interpret(JSContext*, js::RunState&)+4785>, 0x7ffff458e99b <Interpret(JSContext*, js::RunState&)+19995>, 0x7ffff4590f27 <Interpret(JSContext*, js::RunState&)+29607>...}
        entryFrame = 0x7ffff6b5c9a8
        activation = {<js::Activation> = {cx_ = 0x7ffff6b5c990, compartment_ = 0x7fffcde95800, prev_ = 0x7fffffffacc0, prevProfiling_ = 0x0, savedFrameChain_ = 0, hideScriptedCallerCount_ = 0, kind_ = js::Activation::Interpreter}, regs_ = {sp = 0x7fffdb963400, pc = 0x7fffcde5e35e ":", fp_ = 0x7fffdb963300}, entryFrame_ = 0x7fffdb963218, opMask_ = 0}
        script = {<js::RootedBase<JSScript*>> = {<No data fields>}, stack = 0x7ffff6b5c9e0, prev = 0x7fffffff9d70, ptr = 0x7fffd076a9c0}
        scriptEvent = {payload_ = 0x7fffdb96e700}
        rootValue0 = {<js::RootedBase<JS::Value>> = {<js::MutableValueOperations<JS::Rooted<JS::Value> >> = {<js::ValueOperations<JS::Rooted<JS::Value> >> = {<No data fields>}, <No data fields>}, <No data fields>}, stack = 0x7ffff6b5c9f8, prev = 0x7fffffffa340, ptr = {data = {asBits = 18445758910493430656, debugView = {payload47 = 140736690721664, tag = JSVAL_TAG_OBJECT}, s = {payload = {i32 = -797633664, u32 = 3497333632, why = 3497333632}}, asDouble = -nan(0xc7fffd0751380), asPtr = 0xfffc7fffd0751380, asWord = 18445758910493430656, asUIntPtr = 18445758910493430656}}}
        rootValue1 = {<js::RootedBase<JS::Value>> = {<js::MutableValueOperations<JS::Rooted<JS::Value> >> = {<js::ValueOperations<JS::Rooted<JS::Value> >> = {<No data fields>}, <No data fields>}, <No data fields>}, stack = 0x7ffff6b5c9f8, prev = 0x7fffffff9980, ptr = {data = {asBits = 18444773748872577024, debugView = {payload47 = 0, tag = JSVAL_TAG_UNDEFINED}, s = {payload = {i32 = 0, u32 = 0, why = JS_ELEMENTS_HOLE}}, asDouble = -nan(0x9000000000000), asPtr = 0xfff9000000000000, asWord = 18444773748872577024, asUIntPtr = 18444773748872577024}}}
        rootString0 = {<js::RootedBase<JSString*>> = {<No data fields>}, stack = 0x7ffff6b5c9c8, prev = 0x7fffffffab60, ptr = 0x0}
        rootString1 = {<js::RootedBase<JSString*>> = {<No data fields>}, stack = 0x7ffff6b5c9c8, prev = 0x7fffffff99c0, ptr = 0x0}
        rootObject0 = {<js::RootedBase<JSObject*>> = {<No data fields>}, stack = 0x7ffff6b5c9a8, prev = 0x7fffffffa320, ptr = 0x7fffdc42b4b0}
        rootObject1 = {<js::RootedBase<JSObject*>> = {<No data fields>}, stack = 0x7ffff6b5c9a8, prev = 0x7fffffff9a00, ptr = 0x7fffd070c4c0}
        rootObject2 = {<js::RootedBase<JSObject*>> = {<No data fields>}, stack = 0x7ffff6b5c9a8, prev = 0x7fffffff9a20, ptr = 0x0}
        rootNativeObject0 = {<js::RootedBase<js::NativeObject*>> = {<No data fields>}, stack = 0x7ffff6b5c9a8, prev = 0x7fffffff9a40, ptr = 0x7fffdc42cd08}
        rootFunction0 = {<js::RootedBase<JSFunction*>> = {<No data fields>}, stack = 0x7ffff6b5c9a8, prev = 0x7fffffff9a60, ptr = 0x7fffd07af240}
        rootName0 = {<js::RootedBase<js::PropertyName*>> = {<No data fields>}, stack = 0x7ffff6b5c9c8, prev = 0x7fffffff99e0, ptr = 0x7fffdba1b0e0}
        rootId0 = {<js::RootedBase<jsid>> = {<No data fields>}, stack = 0x7ffff6b5c9f0, prev = 0x7fffffffab80, ptr = {asBits = 140736704783768}}
        rootShape0 = {<js::RootedBase<js::Shape*>> = {<No data fields>}, stack = 0x7ffff6b5c9b0, prev = 0x7fffffffaba0, ptr = 0x0}
        rootScript0 = {<js::RootedBase<JSScript*>> = {<No data fields>}, stack = 0x7ffff6b5c9e0, prev = 0x7fffffff9960, ptr = 0x7fffd076c060}
#49 0x00007ffff4595c21 in js::RunScript (cx=cx at entry=0x7ffff6b5c990, state=...) at /tmp/buildd/iceweasel-38.2.1esr/js/src/vm/Interpreter.cpp:448
        marker = {profiler = 0x7fffddad63a8, size_before = {<No data fields>}}
#50 0x00007ffff4595eac in js::Invoke (cx=cx at entry=0x7ffff6b5c990, args=..., construct=construct at entry=js::NO_CONSTRUCT) at /tmp/buildd/iceweasel-38.2.1esr/js/src/vm/Interpreter.cpp:517
        gcIfRequested = {runtime = 0x7fffddacd000}
        initial = js::INITIAL_NONE
        state = {<js::RunState> = {_vptr.RunState = 0x7ffff6653dd8 <vtable for js::InvokeState+16>, kind_ = js::RunState::Invoke, script_ = {<js::RootedBase<JSScript*>> = {<No data fields>}, stack = 0x7ffff6b5c9e0, prev = 0x7fffffffabc0, ptr = 0x7fffd0765a88}}, args_ = @0x7fffffff9d50, initial_ = js::INITIAL_NONE, createSingleton_ = false}
        ok = <optimized out>
#51 0x00007ffff45969bf in js::Invoke (cx=cx at entry=0x7ffff6b5c990, thisv=..., fval=..., argc=0, argv=<optimized out>, rval=...) at /tmp/buildd/iceweasel-38.2.1esr/js/src/vm/Interpreter.cpp:554
        args = {<JS::CallArgs> = {<JS::detail::CallArgsBase<(JS::detail::UsedRval)0>> = {<JS::CallReceiver> = {<JS::detail::CallReceiverBase<(JS::detail::UsedRval)0>> = {<JS::detail::UsedRvalBase<(JS::detail::UsedRval)1>> = {<No data fields>}, argv_ = 0x7fffffffa298}, <No data fields>}, argc_ = 0}, <No data fields>}, v_ = {<JS::AutoVectorRooter<JS::Value>> = {<JS::AutoGCRooter> = {down = 0x7fffffffb310, tag_ = -10, stackTop = 0x7ffff6b5ca20}, vector = {<mozilla::VectorBase<JS::Value, 8ul, js::TempAllocPolicy, js::Vector<JS::Value, 8ul, js::TempAllocPolicy> >> = {<js::TempAllocPolicy> = {cx_ = 0x7ffff6b5c990}, static kElemIsPod = false, static kMaxInlineBytes = 1024, static kInlineCapacity = 8, static kInlineBytes = 64, mBegin = 0x7fffffffa288, mLength = 2, mCapacity = 8, mStorage = {u = {mBytes = "p\373A\334\377\177\374\377\240\v\376\320\377\177\374\377`\252\377\377\377\177\000\000`\302y\320\377\177\374\377\220��\366\377\177\000\000\250��\366\377\177\000\000 \243\377\377\377\177\000\000\240\v\376\320\377\177\000", mDummy = 18445758910691408752}}, static sMaxInlineStorage = <optimized out>}, <No data fields>}}, <No data fields>}}
#52 0x00007ffff49003d4 in call (args=..., proxy=..., cx=0x7ffff6b5c990, this=<optimized out>) at /tmp/buildd/iceweasel-38.2.1esr/js/src/proxy/DirectProxyHandler.cpp:76
        target = {<js::RootedBase<JS::Value>> = {<js::MutableValueOperations<JS::Rooted<JS::Value> >> = {<js::ValueOperations<JS::Rooted<JS::Value> >> = {<No data fields>}, <No data fields>}, <No data fields>}, stack = 0x7ffff6b5c9f8, prev = 0x7fffffffaa60, ptr = {data = {asBits = 18445758910691408752, debugView = {payload47 = 140736888699760, tag = JSVAL_TAG_OBJECT}, s = {payload = {i32 = -599655568, u32 = 3695311728, why = 3695311728}}, asDouble = -nan(0xc7fffdc41fb70), asPtr = 0xfffc7fffdc41fb70, asWord = 18445758910691408752, asUIntPtr = 18445758910691408752}}}
#53 js::CrossCompartmentWrapper::call (this=<optimized out>, cx=0x7ffff6b5c990, wrapper=..., args=...) at /tmp/buildd/iceweasel-38.2.1esr/js/src/proxy/CrossCompartmentWrapper.cpp:286
        call = {cx_ = 0x7ffff6b5c990, origin_ = 0x7fffd1174400}
        wrapped = {<js::RootedBase<JSObject*>> = {<No data fields>}, stack = 0x7ffff6b5c9a8, prev = 0x7fffffffa3b0, ptr = 0x7fffdc41fb70}
#54 0x00007ffff48fd6da in call (args=..., proxy=..., cx=0x7ffff6b5c990) at /tmp/buildd/iceweasel-38.2.1esr/js/src/proxy/Proxy.cpp:382
        policy = {_vptr.AutoEnterPolicy = 0x7ffff67cf5b0 <vtable for js::AutoEnterPolicy+16>, allow = true, rv = 176}
#55 js::proxy_Call (cx=0x7ffff6b5c990, argc=<optimized out>, vp=<optimized out>) at /tmp/buildd/iceweasel-38.2.1esr/js/src/proxy/Proxy.cpp:693
        args = {<JS::detail::CallArgsBase<(JS::detail::UsedRval)0>> = {<JS::CallReceiver> = {<JS::detail::CallReceiverBase<(JS::detail::UsedRval)0>> = {<JS::detail::UsedRvalBase<(JS::detail::UsedRval)1>> = {<No data fields>}, argv_ = 0x7fffdb963200}, <No data fields>}, argc_ = 0}, <No data fields>}
        proxy = {<js::RootedBase<JSObject*>> = {<No data fields>}, stack = 0x7ffff6b5c9a8, prev = 0x7fffffffab40, ptr = 0x7fffd079c280}
#56 0x00007ffff4595f60 in CallJSNative (args=..., native=<optimized out>, cx=0x7ffff6b5c990) at /tmp/buildd/iceweasel-38.2.1esr/js/src/jscntxtinlines.h:226
No locals.
#57 js::Invoke (cx=0x7ffff6b5c990, args=..., construct=<optimized out>) at /tmp/buildd/iceweasel-38.2.1esr/js/src/vm/Interpreter.cpp:498
        gcIfRequested = {runtime = 0x7fffddacd000}
        initial = <optimized out>
        state = {<js::RunState> = {_vptr.RunState = 0x7ffff6b5c9a8, kind_ = (unknown: 4099674030), script_ = {<js::RootedBase<JSScript*>> = {<No data fields>}, stack = 0x7fffffffa540, prev = 0xd6d2560600000001, ptr = 0x7fffffffa480}}, args_ = @0x7fffffffa460, initial_ = (unknown: 4139108776), createSingleton_ = 255}
        ok = <optimized out>
#58 0x00007ffff458ab7d in Interpret (cx=0x7ffff6b5c990, state=...) at /tmp/buildd/iceweasel-38.2.1esr/js/src/vm/Interpreter.cpp:2602
        createSingleton = 96
        args = {<JS::detail::CallArgsBase<(JS::detail::UsedRval)0>> = {<JS::CallReceiver> = {<JS::detail::CallReceiverBase<(JS::detail::UsedRval)0>> = {<JS::detail::UsedRvalBase<(JS::detail::UsedRval)1>> = {<No data fields>}, argv_ = 0x7fffdb963200}, <No data fields>}, argc_ = 0}, <No data fields>}
        addresses = {0x7ffff458c4f5 <Interpret(JSContext*, js::RunState&)+10613>, 0x7ffff458c995 <Interpret(JSContext*, js::RunState&)+11797>, 0x7ffff458d24b <Interpret(JSContext*, js::RunState&)+14027>, 0x7ffff458c9ec <Interpret(JSContext*, js::RunState&)+11884>, 0x7ffff458cab3 <Interpret(JSContext*, js::RunState&)+12083>, 0x7ffff458bc0d <Interpret(JSContext*, js::RunState&)+8333>, 0x7ffff458b51b <Interpret(JSContext*, js::RunState&)+6555>, 0x7ffff458caf4 <Interpret(JSContext*, js::RunState&)+12148>, 0x7ffff458cbd1 <Interpret(JSContext*, js::RunState&)+12369>, 0x7ffff458ebc7 <Interpret(JSContext*, js::RunState&)+20551>, 0x7ffff458d1ad <Interpret(JSContext*, js::RunState&)+13869>, 0x7ffff458c87e <Interpret(JSContext*, js::RunState&)+11518>, 0x7ffff458d042 <Interpret(JSContext*, js::RunState&)+13506>, 0x7ffff458d15c <Interpret(JSContext*, js::RunState&)+13788>, 0x7ffff458c58d <Interpret(JSContext*, js::RunState&)+10765>, 0x7ffff458f941 <Interpret(JSContext*, js::RunState&)+24001>, 0x7ffff458f7bb <Interpret(JSContext*, js::RunState&)+23611>, 0x7ffff458f87e <Interpret(JSContext*, js::RunState&)+23806>, 0x7ffff458e879 <Interpret(JSContext*, js::RunState&)+19705>, 0x7ffff458e907 <Interpret(JSContext*, js::RunState&)+19847>, 0x7ffff458fc8d <Interpret(JSContext*, js::RunState&)+24845>, 0x7ffff458fb26 <Interpret(JSContext*, js::RunState&)+24486>, 0x7ffff458fdf4 <Interpret(JSContext*, js::RunState&)+25204>, 0x7ffff458db1d <Interpret(JSContext*, js::RunState&)+16285>, 0x7ffff4590c21 <Interpret(JSContext*, js::RunState&)+28833>, 0x7ffff458ff5f <Interpret(JSContext*, js::RunState&)+25567>, 0x7ffff4590ce7 <Interpret(JSContext*, js::RunState&)+29031>, 0x7ffff458ef8b <Interpret(JSContext*, js::RunState&)+21515>, 0x7ffff4590b21 <Interpret(JSContext*, js::RunState&)+28577>, 0x7ffff45908fd <Interpret(JSContext*, js::RunState&)+28029>, 0x7ffff45909f9 <Interpret(JSContext*, js::RunState&)+28281>, 0x7ffff458ea0d <Interpret(JSContext*, js::RunState&)+20109>, 0x7ffff4590166 <Interpret(JSContext*, js::RunState&)+26086>, 0x7ffff4590025 <Interpret(JSContext*, js::RunState&)+25765>, 0x7ffff45900b8 <Interpret(JSContext*, js::RunState&)+25912>, 0x7ffff458f6a3 <Interpret(JSContext*, js::RunState&)+23331>, 0x7ffff4590252 <Interpret(JSContext*, js::RunState&)+26322>, 0x7ffff458aea3 <Interpret(JSContext*, js::RunState&)+4899>, 0x7ffff458af98 <Interpret(JSContext*, js::RunState&)+5144>, 0x7ffff458ae31 <Interpret(JSContext*, js::RunState&)+4785>, 0x7ffff458e7a5 <Interpret(JSContext*, js::RunState&)+19493>, 0x7ffff458bc5a <Interpret(JSContext*, js::RunState&)+8410>, 0x7ffff458bc5a <Interpret(JSContext*, js::RunState&)+8410>, 0x7ffff458a74e <Interpret(JSContext*, js::RunState&)+3022>, 0x7ffff458c8c0 <Interpret(JSContext*, js::RunState&)+11584>, 0x7ffff458e6c9 <Interpret(JSContext*, js::RunState&)+19273>, 0x7ffff458aea3 <Interpret(JSContext*, js::RunState&)+4899>, 0x7ffff458af98 <Interpret(JSContext*, js::RunState&)+5144>, 0x7ffff458b0a5 <Interpret(JSContext*, js::RunState&)+5413>, 0x7ffff458a7cc <Interpret(JSContext*, js::RunState&)+3148>, 0x7ffff458a74e <Interpret(JSContext*, js::RunState&)+3022>, 0x7ffff458c4fa <Interpret(JSContext*, js::RunState&)+10618>, 0x7ffff458c4ff <Interpret(JSContext*, js::RunState&)+10623>, 0x7ffff458d543 <Interpret(JSContext*, js::RunState&)+14787>, 0x7ffff458b0a5 <Interpret(JSContext*, js::RunState&)+5413>, 0x7ffff458b1a9 <Interpret(JSContext*, js::RunState&)+5673>, 0x7ffff458b385 <Interpret(JSContext*, js::RunState&)+6149>, 0x7ffff458b385 <Interpret(JSContext*, js::RunState&)+6149>, 0x7ffff458e175 <Interpret(JSContext*, js::RunState&)+17909>, 0x7ffff458b679 <Interpret(JSContext*, js::RunState&)+6905>, 0x7ffff458e58b <Interpret(JSContext*, js::RunState&)+18955>, 0x7ffff458e5ec <Interpret(JSContext*, js::RunState&)+19052>, 0x7ffff4591296 <Interpret(JSContext*, js::RunState&)+30486>, 0x7ffff458f6ed <Interpret(JSContext*, js::RunState&)+23405>, 0x7ffff45914f2 <Interpret(JSContext*, js::RunState&)+31090>, 0x7ffff458e7f1 <Interpret(JSContext*, js::RunState&)+19569>, 0x7ffff4591454 <Interpret(JSContext*, js::RunState&)+30932>, 0x7ffff45914a3 <Interpret(JSContext*, js::RunState&)+31011>, 0x7ffff458ccbc <Interpret(JSContext*, js::RunState&)+12604>, 0x7ffff458d08b <Interpret(JSContext*, js::RunState&)+13579>, 0x7ffff458eb39 <Interpret(JSContext*, js::RunState&)+20409>, 0x7ffff458ec72 <Interpret(JSContext*, js::RunState&)+20722>, 0x7ffff458fa04 <Interpret(JSContext*, js::RunState&)+24196>, 0x7ffff458fa92 <Interpret(JSContext*, js::RunState&)+24338>, 0x7ffff458e17a <Interpret(JSContext*, js::RunState&)+17914>, 0x7ffff458ce75 <Interpret(JSContext*, js::RunState&)+13045>, 0x7ffff458ced3 <Interpret(JSContext*, js::RunState&)+13139>, 0x7ffff458cf65 <Interpret(JSContext*, js::RunState&)+13285>, 0x7ffff458cfcc <Interpret(JSContext*, js::RunState&)+13388>, 0x7ffff458aa66 <Interpret(JSContext*, js::RunState&)+3814>, 0x7ffff458d250 <Interpret(JSContext*, js::RunState&)+14032>, 0x7ffff458c84f <Interpret(JSContext*, js::RunState&)+11471>, 0x7ffff4591549 <Interpret(JSContext*, js::RunState&)+31177>, 0x7ffff458c504 <Interpret(JSContext*, js::RunState&)+10628>, 0x7ffff458f4a1 <Interpret(JSContext*, js::RunState&)+22817>, 0x7ffff458f21b <Interpret(JSContext*, js::RunState&)+22171>, 0x7ffff4590dfc <Interpret(JSContext*, js::RunState&)+29308>, 0x7ffff4590d99 <Interpret(JSContext*, js::RunState&)+29209>, 0x7ffff458e477 <Interpret(JSContext*, js::RunState&)+18679>, 0x7ffff458e093 <Interpret(JSContext*, js::RunState&)+17683>, 0x7ffff458d680 <Interpret(JSContext*, js::RunState&)+15104>, 0x7ffff458d802 <Interpret(JSContext*, js::RunState&)+15490>, 0x7ffff458c509 <Interpret(JSContext*, js::RunState&)+10633>, 0x7ffff458da50 <Interpret(JSContext*, js::RunState&)+16080>, 0x7ffff459061a <Interpret(JSContext*, js::RunState&)+27290>, 0x7ffff45903d1 <Interpret(JSContext*, js::RunState&)+26705>, 0x7ffff459030c <Interpret(JSContext*, js::RunState&)+26508>, 0x7ffff458baa4 <Interpret(JSContext*, js::RunState&)+7972>, 0x7ffff458baa4 <Interpret(JSContext*, js::RunState&)+7972>, 0x7ffff458bb62 <Interpret(JSContext*, js::RunState&)+8162>, 0x7ffff458bb62 <Interpret(JSContext*, js::RunState&)+8162>, 0x7ffff458d30f <Interpret(JSContext*, js::RunState&)+14223>, 0x7ffff458d75f <Interpret(JSContext*, js::RunState&)+15327>, 0x7ffff458c50e <Interpret(JSContext*, js::RunState&)+10638>, 0x7ffff458c513 <Interpret(JSContext*, js::RunState&)+10643>, 0x7ffff458d1fb <Interpret(JSContext*, js::RunState&)+13947>, 0x7ffff458c7bd <Interpret(JSContext*, js::RunState&)+11325>, 0x7ffff458d200 <Interpret(JSContext*, js::RunState&)+13952>, 0x7ffff458aae0 <Interpret(JSContext*, js::RunState&)+3936>, 0x7ffff458c797 <Interpret(JSContext*, js::RunState&)+11287>, 0x7ffff458ede7 <Interpret(JSContext*, js::RunState&)+21095>, 0x7ffff458a7cc <Interpret(JSContext*, js::RunState&)+3148>, 0x7ffff45904e6 <Interpret(JSContext*, js::RunState&)+26982>, 0x7ffff458cd8a <Interpret(JSContext*, js::RunState&)+12810>, 0x7ffff459054b <Interpret(JSContext*, js::RunState&)+27083>, 0x7ffff45907e0 <Interpret(JSContext*, js::RunState&)+27744>, 0x7ffff458eead <Interpret(JSContext*, js::RunState&)+21293>, 0x7ffff458ef28 <Interpret(JSContext*, js::RunState&)+21416>, 0x7ffff4590726 <Interpret(JSContext*, js::RunState&)+27558>, 0x7ffff458c829 <Interpret(JSContext*, js::RunState&)+11433>, 0x7ffff458a713 <Interpret(JSContext*, js::RunState&)+2963>, 0x7ffff458f533 <Interpret(JSContext*, js::RunState&)+22963>, 0x7ffff458b512 <Interpret(JSContext*, js::RunState&)+6546>, 0x7ffff458b55f <Interpret(JSContext*, js::RunState&)+6623>, 0x7ffff458b55f <Interpret(JSContext*, js::RunState&)+6623>, 0x7ffff458d205 <Interpret(JSContext*, js::RunState&)+13957>, 0x7ffff458d20a <Interpret(JSContext*, js::RunState&)+13962>, 0x7ffff458dd22 <Interpret(JSContext*, js::RunState&)+16802>, 0x7ffff458b9ec <Interpret(JSContext*, js::RunState&)+7788>, 0x7ffff458b9ec <Interpret(JSContext*, js::RunState&)+7788>, 0x7ffff458dde9 <Interpret(JSContext*, js::RunState&)+17001>, 0x7ffff458def2 <Interpret(JSContext*, js::RunState&)+17266>, 0x7ffff458dfe7 <Interpret(JSContext*, js::RunState&)+17511>, 0x7ffff458c518 <Interpret(JSContext*, js::RunState&)+10648>, 0x7ffff458a718 <Interpret(JSContext*, js::RunState&)+2968>, 0x7ffff4590799 <Interpret(JSContext*, js::RunState&)+27673>, 0x7ffff458ed37 <Interpret(JSContext*, js::RunState&)+20919>, 0x7ffff45912e5 <Interpret(JSContext*, js::RunState&)+30565>, 0x7ffff4590f68 <Interpret(JSContext*, js::RunState&)+29672>, 0x7ffff4590fe5 <Interpret(JSContext*, js::RunState&)+29797>, 0x7ffff458dc88 <Interpret(JSContext*, js::RunState&)+16648>, 0x7ffff458f332 <Interpret(JSContext*, js::RunState&)+22450>, 0x7ffff458f2e3 <Interpret(JSContext*, js::RunState&)+22371>, 0x7ffff458e2f5 <Interpret(JSContext*, js::RunState&)+18293>, 0x7ffff458d607 <Interpret(JSContext*, js::RunState&)+14983>, 0x7ffff458f73c <Interpret(JSContext*, js::RunState&)+23484>, 0x7ffff458d20f <Interpret(JSContext*, js::RunState&)+13967>, 0x7ffff458d214 <Interpret(JSContext*, js::RunState&)+13972>, 0x7ffff458d219 <Interpret(JSContext*, js::RunState&)+13977>, 0x7ffff458d21e <Interpret(JSContext*, js::RunState&)+13982>, 0x7ffff458d223 <Interpret(JSContext*, js::RunState&)+13987>, 0x7ffff4590489 <Interpret(JSContext*, js::RunState&)+26889>, 0x7ffff458c927 <Interpret(JSContext*, js::RunState&)+11687>, 0x7ffff458bc37 <Interpret(JSContext*, js::RunState&)+8375>, 0x7ffff458b679 <Interpret(JSContext*, js::RunState&)+6905>, 0x7ffff458e79b <Interpret(JSContext*, js::RunState&)+19483>, 0x7ffff458e7a0 <Interpret(JSContext*, js::RunState&)+19488>, 0x7ffff458d228 <Interpret(JSContext*, js::RunState&)+13992>, 0x7ffff458d22d <Interpret(JSContext*, js::RunState&)+13997>, 0x7ffff458d232 <Interpret(JSContext*, js::RunState&)+14002>, 0x7ffff45911e5 <Interpret(JSContext*, js::RunState&)+30309>, 0x7ffff458d237 <Interpret(JSContext*, js::RunState&)+14007>, 0x7ffff458d23c <Interpret(JSContext*, js::RunState&)+14012>, 0x7ffff458d241 <Interpret(JSContext*, js::RunState&)+14017>, 0x7ffff458d246 <Interpret(JSContext*, js::RunState&)+14022>, 0x7ffff458c6de <Interpret(JSContext*, js::RunState&)+11102>, 0x7ffff458c6e3 <Interpret(JSContext*, js::RunState&)+11107>, 0x7ffff458c6e8 <Interpret(JSContext*, js::RunState&)+11112>, 0x7ffff458c6ed <Interpret(JSContext*, js::RunState&)+11117>, 0x7ffff458c6f2 <Interpret(JSContext*, js::RunState&)+11122>, 0x7ffff458c6f7 <Interpret(JSContext*, js::RunState&)+11127>, 0x7ffff458c6fc <Interpret(JSContext*, js::RunState&)+11132>, 0x7ffff458c701 <Interpret(JSContext*, js::RunState&)+11137>, 0x7ffff458c706 <Interpret(JSContext*, js::RunState&)+11142>, 0x7ffff458c70b <Interpret(JSContext*, js::RunState&)+11147>, 0x7ffff458c710 <Interpret(JSContext*, js::RunState&)+11152>, 0x7ffff458c715 <Interpret(JSContext*, js::RunState&)+11157>, 0x7ffff458c71a <Interpret(JSContext*, js::RunState&)+11162>, 0x7ffff458c71f <Interpret(JSContext*, js::RunState&)+11167>, 0x7ffff458c724 <Interpret(JSContext*, js::RunState&)+11172>, 0x7ffff458c729 <Interpret(JSContext*, js::RunState&)+11177>, 0x7ffff458c72e <Interpret(JSContext*, js::RunState&)+11182>, 0x7ffff458c733 <Interpret(JSContext*, js::RunState&)+11187>, 0x7ffff458c738 <Interpret(JSContext*, js::RunState&)+11192>, 0x7ffff458abeb <Interpret(JSContext*, js::RunState&)+4203>, 0x7ffff458c73d <Interpret(JSContext*, js::RunState&)+11197>, 0x7ffff458c742 <Interpret(JSContext*, js::RunState&)+11202>, 0x7ffff458c747 <Interpret(JSContext*, js::RunState&)+11207>, 0x7ffff458e72d <Interpret(JSContext*, js::RunState&)+19373>, 0x7ffff458c74c <Interpret(JSContext*, js::RunState&)+11212>, 0x7ffff458c751 <Interpret(JSContext*, js::RunState&)+11217>, 0x7ffff458c756 <Interpret(JSContext*, js::RunState&)+11222>, 0x7ffff458c75b <Interpret(JSContext*, js::RunState&)+11227>, 0x7ffff458b1a9 <Interpret(JSContext*, js::RunState&)+5673>, 0x7ffff458d9f7 <Interpret(JSContext*, js::RunState&)+15991>, 0x7ffff458d548 <Interpret(JSContext*, js::RunState&)+14792>, 0x7ffff458c760 <Interpret(JSContext*, js::RunState&)+11232>, 0x7ffff458ae31 <Interpret(JSContext*, js::RunState&)+4785>, 0x7ffff458e99b <Interpret(JSContext*, js::RunState&)+19995>, 0x7ffff4590f27 <Interpret(JSContext*, js::RunState&)+29607>...}
        entryFrame = 0x7ffff6b5c9a8
        activation = {<js::Activation> = {cx_ = 0x7ffff6b5c990, compartment_ = 0x7fffd1174400, prev_ = 0x0, prevProfiling_ = 0x0, savedFrameChain_ = 0, hideScriptedCallerCount_ = 0, kind_ = js::Activation::Interpreter}, regs_ = {sp = 0x7fffdb963200, pc = 0x7fffd11216d2 ":", fp_ = 0x7fffdb963180}, entryFrame_ = 0x7fffdb963020, opMask_ = 0}
        script = {<js::RootedBase<JSScript*>> = {<No data fields>}, stack = 0x7ffff6b5c9e0, prev = 0x7fffffffae30, ptr = 0x7fffd22601f0}
        scriptEvent = {payload_ = 0x7fffdb96e700}
        rootValue0 = {<js::RootedBase<JS::Value>> = {<js::MutableValueOperations<JS::Rooted<JS::Value> >> = {<js::ValueOperations<JS::Rooted<JS::Value> >> = {<No data fields>}, <No data fields>}, <No data fields>}, stack = 0x7ffff6b5c9f8, prev = 0x7fffffffb400, ptr = {data = {asBits = 18445758910493737344, debugView = {payload47 = 140736691028352, tag = JSVAL_TAG_OBJECT}, s = {payload = {i32 = -797326976, u32 = 3497640320, why = 3497640320}}, asDouble = -nan(0xc7fffd079c180), asPtr = 0xfffc7fffd079c180, asWord = 18445758910493737344, asUIntPtr = 18445758910493737344}}}
        rootValue1 = {<js::RootedBase<JS::Value>> = {<js::MutableValueOperations<JS::Rooted<JS::Value> >> = {<js::ValueOperations<JS::Rooted<JS::Value> >> = {<No data fields>}, <No data fields>}, <No data fields>}, stack = 0x7ffff6b5c9f8, prev = 0x7fffffffaa40, ptr = {data = {asBits = 18444773748872577024, debugView = {payload47 = 0, tag = JSVAL_TAG_UNDEFINED}, s = {payload = {i32 = 0, u32 = 0, why = JS_ELEMENTS_HOLE}}, asDouble = -nan(0x9000000000000), asPtr = 0xfff9000000000000, asWord = 18444773748872577024, asUIntPtr = 18444773748872577024}}}
        rootString0 = {<js::RootedBase<JSString*>> = {<No data fields>}, stack = 0x7ffff6b5c9c8, prev = 0x0, ptr = 0x0}
        rootString1 = {<js::RootedBase<JSString*>> = {<No data fields>}, stack = 0x7ffff6b5c9c8, prev = 0x7fffffffaa80, ptr = 0x0}
        rootObject0 = {<js::RootedBase<JSObject*>> = {<No data fields>}, stack = 0x7ffff6b5c9a8, prev = 0x7fffffffb3e0, ptr = 0x7fffdc41bf30}
        rootObject1 = {<js::RootedBase<JSObject*>> = {<No data fields>}, stack = 0x7ffff6b5c9a8, prev = 0x7fffffffaac0, ptr = 0x0}
        rootObject2 = {<js::RootedBase<JSObject*>> = {<No data fields>}, stack = 0x7ffff6b5c9a8, prev = 0x7fffffffaae0, ptr = 0x0}
        rootNativeObject0 = {<js::RootedBase<js::NativeObject*>> = {<No data fields>}, stack = 0x7ffff6b5c9a8, prev = 0x7fffffffab00, ptr = 0x7fffdc41bf30}
        rootFunction0 = {<js::RootedBase<JSFunction*>> = {<No data fields>}, stack = 0x7ffff6b5c9a8, prev = 0x7fffffffab20, ptr = 0x7fffd0a92640}
        rootName0 = {<js::RootedBase<js::PropertyName*>> = {<No data fields>}, stack = 0x7ffff6b5c9c8, prev = 0x7fffffffaaa0, ptr = 0x0}
        rootId0 = {<js::RootedBase<jsid>> = {<No data fields>}, stack = 0x7ffff6b5c9f0, prev = 0x0, ptr = {asBits = 140736719078496}}
        rootShape0 = {<js::RootedBase<js::Shape*>> = {<No data fields>}, stack = 0x7ffff6b5c9b0, prev = 0x0, ptr = 0x0}
        rootScript0 = {<js::RootedBase<JSScript*>> = {<No data fields>}, stack = 0x7ffff6b5c9e0, prev = 0x7fffffffaa20, ptr = 0x7fffd22601f0}
#59 0x00007ffff4595c21 in js::RunScript (cx=cx at entry=0x7ffff6b5c990, state=...) at /tmp/buildd/iceweasel-38.2.1esr/js/src/vm/Interpreter.cpp:448
        marker = {profiler = 0x7fffddad63a8, size_before = {<No data fields>}}
#60 0x00007ffff4595eac in js::Invoke (cx=cx at entry=0x7ffff6b5c990, args=..., construct=construct at entry=js::NO_CONSTRUCT) at /tmp/buildd/iceweasel-38.2.1esr/js/src/vm/Interpreter.cpp:517
        gcIfRequested = {runtime = 0x7fffddacd000}
        initial = js::INITIAL_NONE
        state = {<js::RunState> = {_vptr.RunState = 0x7ffff6653dd8 <vtable for js::InvokeState+16>, kind_ = js::RunState::Invoke, script_ = {<js::RootedBase<JSScript*>> = {<No data fields>}, stack = 0x7ffff6b5c9e0, prev = 0x0, ptr = 0x7fffd2260768}}, args_ = @0x7fffffffae10, initial_ = js::INITIAL_NONE, createSingleton_ = false}
        ok = <optimized out>
#61 0x00007ffff45969bf in js::Invoke (cx=cx at entry=0x7ffff6b5c990, thisv=..., fval=..., argc=1, argv=<optimized out>, rval=...) at /tmp/buildd/iceweasel-38.2.1esr/js/src/vm/Interpreter.cpp:554
        args = {<JS::CallArgs> = {<JS::detail::CallArgsBase<(JS::detail::UsedRval)0>> = {<JS::CallReceiver> = {<JS::detail::CallReceiverBase<(JS::detail::UsedRval)0>> = {<JS::detail::UsedRvalBase<(JS::detail::UsedRval)1>> = {<No data fields>}, argv_ = 0x7fffffffb358}, <No data fields>}, argc_ = 1}, <No data fields>}, v_ = {<JS::AutoVectorRooter<JS::Value>> = {<JS::AutoGCRooter> = {down = 0x7fffffffb9e0, tag_ = -10, stackTop = 0x7ffff6b5ca20}, vector = {<mozilla::VectorBase<JS::Value, 8ul, js::TempAllocPolicy, js::Vector<JS::Value, 8ul, js::TempAllocPolicy> >> = {<js::TempAllocPolicy> = {cx_ = 0x7ffff6b5c990}, static kElemIsPod = false, static kMaxInlineBytes = 1024, static kInlineCapacity = 8, static kInlineBytes = 64, mBegin = 0x7fffffffb348, mLength = 3, mCapacity = 8, mStorage = {u = {mBytes = "\200/\251\320\377\177\374\377\300\004\376\323\377\177\374\377\200\036\254\320\377\177\374\377\340\v\246\320\377\177\374\377\220\262\377\377\377\177\000\000\250��\366\377\177\000\000\340\263\377\377\377\177\000\000\200\036\254\320\377\177\000", mDummy = 18445758910496845696}}, static sMaxInlineStorage = <optimized out>}, <No data fields>}}, <No data fields>}}
#62 0x00007ffff49003d4 in call (args=..., proxy=..., cx=0x7ffff6b5c990, this=<optimized out>) at /tmp/buildd/iceweasel-38.2.1esr/js/src/proxy/DirectProxyHandler.cpp:76
        target = {<js::RootedBase<JS::Value>> = {<js::MutableValueOperations<JS::Rooted<JS::Value> >> = {<js::ValueOperations<JS::Rooted<JS::Value> >> = {<No data fields>}, <No data fields>}, <No data fields>}, stack = 0x7ffff6b5c9f8, prev = 0x7fffffffbb28, ptr = {data = {asBits = 18445758910496845696, debugView = {payload47 = 140736694136704, tag = JSVAL_TAG_OBJECT}, s = {payload = {i32 = -794218624, u32 = 3500748672, why = 3500748672}}, asDouble = -nan(0xc7fffd0a92f80), asPtr = 0xfffc7fffd0a92f80, asWord = 18445758910496845696, asUIntPtr = 18445758910496845696}}}
#63 js::CrossCompartmentWrapper::call (this=<optimized out>, cx=0x7ffff6b5c990, wrapper=..., args=...) at /tmp/buildd/iceweasel-38.2.1esr/js/src/proxy/CrossCompartmentWrapper.cpp:286
        call = {cx_ = 0x7ffff6b5c990, origin_ = 0x7fffd58fc800}
        wrapped = {<js::RootedBase<JSObject*>> = {<No data fields>}, stack = 0x7ffff6b5c9a8, prev = 0x7fffffffb470, ptr = 0x7fffd0a92f80}
#64 0x00007ffff48fd6da in call (args=..., proxy=..., cx=0x7ffff6b5c990) at /tmp/buildd/iceweasel-38.2.1esr/js/src/proxy/Proxy.cpp:382
        policy = {_vptr.AutoEnterPolicy = 0x7ffff67cf5b0 <vtable for js::AutoEnterPolicy+16>, allow = true, rv = 182}
#65 js::proxy_Call (cx=0x7ffff6b5c990, argc=<optimized out>, vp=<optimized out>) at /tmp/buildd/iceweasel-38.2.1esr/js/src/proxy/Proxy.cpp:693
        args = {<JS::detail::CallArgsBase<(JS::detail::UsedRval)0>> = {<JS::CallReceiver> = {<JS::detail::CallReceiverBase<(JS::detail::UsedRval)0>> = {<JS::detail::UsedRvalBase<(JS::detail::UsedRval)1>> = {<No data fields>}, argv_ = 0x7fffffffba28}, <No data fields>}, argc_ = 1}, <No data fields>}
        proxy = {<js::RootedBase<JSObject*>> = {<No data fields>}, stack = 0x7ffff6b5c9a8, prev = 0x7fffffffbc60, ptr = 0x7fffd3f8ff20}
#66 0x00007ffff4595f60 in CallJSNative (args=..., native=<optimized out>, cx=0x7ffff6b5c990) at /tmp/buildd/iceweasel-38.2.1esr/js/src/jscntxtinlines.h:226
No locals.
#67 js::Invoke (cx=cx at entry=0x7ffff6b5c990, args=..., construct=construct at entry=js::NO_CONSTRUCT) at /tmp/buildd/iceweasel-38.2.1esr/js/src/vm/Interpreter.cpp:498
        gcIfRequested = {runtime = 0x7fffddacd000}
        initial = js::INITIAL_NONE
        state = {<js::RunState> = {_vptr.RunState = 0x7ffff6653dd8 <vtable for js::InvokeState+16>, kind_ = js::RunState::Invoke, script_ = {<js::RootedBase<JSScript*>> = {<No data fields>}, stack = 0x7fffd541c140, prev = 0x0, ptr = 0x7fffd2252c18}}, args_ = @0x7fffffffb4e0, initial_ = js::INITIAL_NONE, createSingleton_ = false}
        ok = <optimized out>
#68 0x00007ffff45969bf in js::Invoke (cx=cx at entry=0x7ffff6b5c990, thisv=..., fval=..., argc=1, argv=<optimized out>, rval=...) at /tmp/buildd/iceweasel-38.2.1esr/js/src/vm/Interpreter.cpp:554
        args = {<JS::CallArgs> = {<JS::detail::CallArgsBase<(JS::detail::UsedRval)0>> = {<JS::CallReceiver> = {<JS::detail::CallReceiverBase<(JS::detail::UsedRval)0>> = {<JS::detail::UsedRvalBase<(JS::detail::UsedRval)1>> = {<No data fields>}, argv_ = 0x7fffffffba28}, <No data fields>}, argc_ = 1}, <No data fields>}, v_ = {<JS::AutoVectorRooter<JS::Value>> = {<JS::AutoGCRooter> = {down = 0x7fffffffbb40, tag_ = -10, stackTop = 0x7ffff6b5ca20}, vector = {<mozilla::VectorBase<JS::Value, 8ul, js::TempAllocPolicy, js::Vector<JS::Value, 8ul, js::TempAllocPolicy> >> = {<js::TempAllocPolicy> = {cx_ = 0x7ffff6b5c990}, static kElemIsPod = false, static kMaxInlineBytes = 1024, static kInlineCapacity = 8, static kInlineBytes = 64, mBegin = 0x7fffffffba18, mLength = 3, mCapacity = 8, mStorage = {u = {mBytes = "\200/\251\320\377\177\374\377\300\004\376\323\377\177\374\377\200\036\254\320\377\177\374\377 \302\037\321\377\177\000\000\370\272\377\377\377\177\000\000\370��\366\377\177\000\000\352\023\210\364\377\177\000\000\030\276\377\377\377\177\000", mDummy = 18445758910496845696}}, static sMaxInlineStorage = <optimized out>}, <No data fields>}}, <No data fields>}}
#69 0x00007ffff4861baa in JS::Call (cx=cx at entry=0x7ffff6b5c990, thisv=..., thisv at entry=..., fval=..., fval at entry=..., args=..., rval=..., rval at entry=...) at /tmp/buildd/iceweasel-38.2.1esr/js/src/jsapi.cpp:4228
        lfc = {cx = 0x7ffff6b5c990}
#70 0x00007ffff374f4d4 in mozilla::dom::EventListener::HandleEvent (this=this at entry=0x7fffd11fc220, cx=0x7ffff6b5c990, aThisVal=..., aThisVal at entry=..., event=..., aRv=...) at /tmp/buildd/iceweasel-38.2.1esr/build-browser/dom/bindings/EventListenerBinding.cpp:47
        rval = {<js::RootedBase<JS::Value>> = {<js::MutableValueOperations<JS::Rooted<JS::Value> >> = {<js::ValueOperations<JS::Rooted<JS::Value> >> = {<No data fields>}, <No data fields>}, <No data fields>}, stack = 0x7ffff6b5c9f8, prev = 0x7fffffffbc78, ptr = {data = {asBits = 18444773748872577024, debugView = {payload47 = 0, tag = JSVAL_TAG_UNDEFINED}, s = {payload = {i32 = 0, u32 = 0, why = JS_ELEMENTS_HOLE}}, asDouble = -nan(0x9000000000000), asPtr = 0xfff9000000000000, asWord = 18444773748872577024, asUIntPtr = 18444773748872577024}}}
        argv = {<JS::AutoVectorRooter<JS::Value>> = {<JS::AutoGCRooter> = {down = 0x0, tag_ = -10, stackTop = 0x7ffff6b5ca20}, vector = {<mozilla::VectorBase<JS::Value, 8ul, js::TempAllocPolicy, js::Vector<JS::Value, 8ul, js::TempAllocPolicy> >> = {<js::TempAllocPolicy> = {cx_ = 0x7ffff6b5c990}, static kElemIsPod = false, static kMaxInlineBytes = 1024, static kInlineCapacity = 8, static kInlineBytes = 64, mBegin = 0x7fffffffbb78, mLength = 1, mCapacity = 8, mStorage = {u = {mBytes = "\340\v\246\320\377\177\374\377\220k\374\367\377\177\000\000\066\002\004\363\377\177\000\000`e\237\325\377\177\000\000\000\300\370b\006V\322��\274\377\377\377\177\000\000\220��\366\377\177\000\000\030\276\377\377\377\177\000", mDummy = 18445758910496639968}}, static sMaxInlineStorage = <optimized out>}, <No data fields>}}, <No data fields>}
        argc = 1
        isCallable = false
        callable = {<js::RootedBase<JS::Value>> = {<js::MutableValueOperations<JS::Rooted<JS::Value> >> = {<js::ValueOperations<JS::Rooted<JS::Value> >> = {<No data fields>}, <No data fields>}, <No data fields>}, stack = 0x7ffff6b5c9f8, prev = 0x7fffffffbaf8, ptr = {data = {asBits = 18445758910552407840, debugView = {payload47 = 140736749698848, tag = JSVAL_TAG_OBJECT}, s = {payload = {i32 = -738656480, u32 = 3556310816, why = 3556310816}}, asDouble = -nan(0xc7fffd3f8ff20), asPtr = 0xfffc7fffd3f8ff20, asWord = 18445758910552407840, asUIntPtr = 18445758910552407840}}}
        thisValue = {<js::RootedBase<JS::Value>> = {<js::MutableValueOperations<JS::Rooted<JS::Value> >> = {<js::ValueOperations<JS::Rooted<JS::Value> >> = {<No data fields>}, <No data fields>}, <No data fields>}, stack = 0x7ffff6b5c9f8, prev = 0x7fffffffbb10, ptr = {data = {asBits = 18445758910552406912, debugView = {payload47 = 140736749697920, tag = JSVAL_TAG_OBJECT}, s = {payload = {i32 = -738657408, u32 = 3556309888, why = 3556309888}}, asDouble = -nan(0xc7fffd3f8fb80), asPtr = 0xfffc7fffd3f8fb80, asWord = 18445758910552406912, asUIntPtr = 18445758910552406912}}}
#71 0x00007ffff38babd0 in mozilla::dom::EventListener::HandleEvent<mozilla::dom::EventTarget*> (this=0x7fffd11fc220, thisObjPtr=@0x7fffffffbe08: 0x7fffd58fc400, event=..., aRv=..., aExceptionHandling=aExceptionHandling at entry=mozilla::dom::CallbackObject::eReportExceptions, aCompartment=aCompartment at entry=0x0) at ../../dist/include/mozilla/dom/EventListenerBinding.h:54
        s = {mCx = 0x7ffff6b5c990, mCompartment = 0x0, mAutoEntryScript = {mIsSome = true, mStorage = {u = {mBytes = "\001\225\266\320\377\177\000\000\001\365\313\362\377\177\000\000\220��\366\377\177\000\000\000\000\000\000\000\000\000\000\002\000\000\000\377\177\000\000\001\300\377\377\377\177\000\000\220��\366\377\177\000\000\000\000\000\000\000\000\000\000\220��\366\377\177\000\000\000\000\213\363\377\177\000\000\001\225\266\320\377\177\000\000\334 at 8\363\377\177\000\000 \t\022\321\377\177\000\000\001\301\377\377\377\177", '\000' <repeats 25 times>, mDummy = 140736695014657}}}, mAutoIncumbentScript = {mIsSome = true, mStorage = {u = {mBytes = " \t\022\321\377\177\000\000\000\225\066\363\377\177\000\000 \275\377\377\377\177\000\000\220��\366\377\177\000", mDummy = 140736701008160}}}, mRootedCallable = {mIsSome = true, mStorage = {u = {mBytes = "\250��\366\377\177\000\000\000\000\000\000\000\000\000\000\200\373\370\323\377\177\000", mDummy = 140737332496808}}}, mAc = {mIsSome = true, mStorage = {u = {mBytes = "\220��\366\377\177\000\000\000D\027\321\377\177\000", mDummy = 140737332496784}}}, mErrorResult = @0x7fffffffbe18, mExceptionHandling = mozilla::dom::CallbackObject::eReportExceptions, mSavedJSContextOptions = {privateIsNSISupports_ = false, dontReportUncaught_ = false, autoJSAPIOwnsErrorReporting_ = false}, mIsMainThread = true}
        thisObjJS = {<js::RootedBase<JSObject*>> = {<No data fields>}, stack = 0x7ffff6b5c9a8, prev = 0x7fffffffbd78, ptr = 0x7fffd5994020}
        thisValJS = {<js::RootedBase<JS::Value>> = {<js::MutableValueOperations<JS::Rooted<JS::Value> >> = {<js::ValueOperations<JS::Rooted<JS::Value> >> = {<No data fields>}, <No data fields>}, <No data fields>}, stack = 0x7ffff6b5c9f8, prev = 0x0, ptr = {data = {asBits = 18445758910579687456, debugView = {payload47 = 140736776978464, tag = JSVAL_TAG_OBJECT}, s = {payload = {i32 = -711376864, u32 = 3583590432, why = 3583590432}}, asDouble = -nan(0xc7fffd5994020), asPtr = 0xfffc7fffd5994020, asWord = 18445758910579687456, asUIntPtr = 18445758910579687456}}}
#72 0x00007ffff38c3702 in mozilla::EventListenerManager::HandleEventSubType (this=this at entry=0x7fffd54c4470, aListener=<optimized out>, aListener at entry=0x7fffd0669920, aDOMEvent=0x7fffd0b695b0, aCurrentTarget=aCurrentTarget at entry=0x7fffd58fc400) at /tmp/buildd/iceweasel-38.2.1esr/dom/events/EventListenerManager.cpp:973
        rv = {mResult = nsresult::NS_OK, {mMessage = 0x7fffffffc218, mJSException = {data = {asBits = 140737488339480, debugView = {payload47 = 140737488339480, tag = 0}, s = {payload = {i32 = -15848, u32 = 4294951448, why = 4294951448}}, asDouble = 6.9533558070520091e-310, asPtr = 0x7fffffffc218, asWord = 140737488339480, asUIntPtr = 140737488339480}}}}
        result = <optimized out>
        listenerHolder = {<mozilla::dom::CallbackObjectHolderBase> = {<No data fields>}, static XPCOMCallbackFlag = <optimized out>, mPtrBits = 140736701907488}
#73 0x00007ffff38c3a75 in mozilla::EventListenerManager::HandleEventInternal (this=0x7fffd54c4470, aPresContext=<optimized out>, aEvent=0x7fffffffc1c0, aDOMEvent=0x7fffffffc0c8, aCurrentTarget=0x7fffd58fc400, aEventStatus=<optimized out>) at /tmp/buildd/iceweasel-38.2.1esr/dom/events/EventListenerManager.cpp:1124
        docShell = {<nsCOMPtr_base> = {mRawPtr = 0x0}, <No data fields>}
        isTimelineRecording = false
        iter = {<nsAutoTObserverArray<mozilla::EventListenerManager::Listener, 2ul>::ForwardIterator> = {<nsAutoTObserverArray<mozilla::EventListenerManager::Listener, 2ul>::Iterator> = {<nsTObserverArray_base::Iterator_base> = {mPosition = 7, mNext = 0x0}, mArray = @0x7fffd54c4480}, <No data fields>}, mEnd = {<nsAutoTObserverArray<mozilla::EventListenerManager::Listener, 2ul>::Iterator> = {<nsTObserverArray_base::Iterator_base> = {mPosition = 16, mNext = 0x7fffffffbeb8}, mArray = @0x7fffd54c4480}, <No data fields>}}
        popupStatePusher = <optimized out>
        hasListener = true
#74 0x00007ffff38c3e92 in mozilla::EventTargetChainItem::HandleEventTargetChain (aChain=..., aVisitor=..., aCallback=aCallback at entry=0x0, aCd=...) at /tmp/buildd/iceweasel-38.2.1esr/dom/events/EventDispatcher.cpp:299
        firstTarget = {<nsCOMPtr_base> = {mRawPtr = 0x7fffd4008000}, <No data fields>}
        chainLength = 2
#75 0x00007ffff38c45e0 in mozilla::EventDispatcher::Dispatch (aTarget=<optimized out>, aPresContext=<optimized out>, aEvent=aEvent at entry=0x7fffffffc1c0, aDOMEvent=aDOMEvent at entry=0x0, aEventStatus=aEventStatus at entry=0x7fffffffc19c, aCallback=aCallback at entry=0x0, aTargets=0x0) at /tmp/buildd/iceweasel-38.2.1esr/dom/events/EventDispatcher.cpp:634
        postVisitor = {<mozilla::EventChainVisitor> = {mPresContext = 0x7fffd54e1800, mEvent = 0x7fffffffc1c0, mDOMEvent = 0x7fffd0b695b0, mEventStatus = nsEventStatus_eIgnore, mItemFlags = 0, mItemData = {<nsCOMPtr_base> = {mRawPtr = 0x0}, <No data fields>}}, <No data fields>}
        t = {<nsCOMPtr_base> = {mRawPtr = 0x7fffd4008000}, <No data fields>}
        topEtci = <optimized out>
        sampler_raii403 = {mHandle = 0x7ffff6bd6000}
        target = {<nsCOMPtr_base> = {mRawPtr = 0x7fffd5883800}, <No data fields>}
        retargeted = <optimized out>
        rv = nsresult::NS_OK
        externalDOMEvent = <optimized out>
        kungFuDeathGrip = {mRawPtr = 0x7fffd54e1800}
        cd = {mNonMainThread = false, mInitialCount = 543}
        chain = {<nsTArray_Impl<mozilla::EventTargetChainItem, nsTArrayInfallibleAllocator>> = {<nsTArray_base<nsTArrayInfallibleAllocator, nsTArray_CopyWithMemutils>> = {mHdr = 0x7fffd9565000}, <nsTArray_TypedBase<mozilla::EventTargetChainItem, nsTArray_Impl<mozilla::EventTargetChainItem, nsTArrayInfallibleAllocator> >> = {<nsTArray_SafeElementAtHelper<mozilla::EventTargetChainItem, nsTArray_Impl<mozilla::EventTargetChainItem, nsTArrayInfallibleAllocator> >> = {<No data fields>}, <No data fields>}, static NoIndex = <optimized out>}, <No data fields>}
        targetEtci = 0x0
        content = {<nsCOMPtr_base> = {mRawPtr = 0x0}, <No data fields>}
        isInAnon = <optimized out>
        status = <optimized out>
        preVisitor = {<mozilla::EventChainVisitor> = {mPresContext = 0x7fffd54e1800, mEvent = 0x7fffffffc1c0, mDOMEvent = 0x0, mEventStatus = nsEventStatus_eIgnore, mItemFlags = 0, mItemData = {<nsCOMPtr_base> = {mRawPtr = 0x7fffd5883820}, <No data fields>}}, mCanHandle = true, mAutomaticChromeDispatch = true, mForceContentDispatch = true, mRelatedTargetIsInAnon = false, mOriginalTargetIsInAnon = false, mWantsWillHandleEvent = false, mMayHaveListenerManager = true, mParentTarget = 0x0, mEventTargetAtParent = 0x0, mDestInsertionPoints = {<nsTArray_Impl<nsIContent*, nsTArrayInfallibleAllocator>> = {<nsTArray_base<nsTArrayInfallibleAllocator, nsTArray_CopyWithMemutils>> = {mHdr = 0x7ffff6853930 <nsTArrayHeader::sEmptyHdr>}, <nsTArray_TypedBase<nsIContent*, nsTArray_Impl<nsIContent*, nsTArrayInfallibleAllocator> >> = {<nsTArray_SafeElementAtHelper<nsIContent*, nsTArray_Impl<nsIContent*, nsTArrayInfallibleAllocator> >> = {<No data fields>}, <No data fields>}, static NoIndex = <optimized out>}, <No data fields>}}
#76 0x00007ffff3dcb6ca in nsDocumentViewer::LoadComplete (this=0x7fffd5a311e0, aStatus=<optimized out>) at /tmp/buildd/iceweasel-38.2.1esr/layout/base/nsDocumentViewer.cpp:998
        d = {<nsCOMPtr_base> = {mRawPtr = 0x7fffd4008000}, <No data fields>}
        os = {<nsCOMPtr_base> = {mRawPtr = 0x7fffe82fdfb0}, <No data fields>}
        status = nsEventStatus_eIgnore
        event = {_vptr.WidgetEvent = 0x7ffff658e4c8 <vtable for mozilla::WidgetEvent+16>, mClass = mozilla::eBasicEventClass, message = 1100, refPoint = {<mozilla::gfx::BasePoint<int, mozilla::gfx::IntPointTyped<mozilla::LayoutDevicePixel>, mozilla::gfx::IntCoordTyped<mozilla::LayoutDevicePixel> >> = {x = 0, y = 0}, <mozilla::LayoutDevicePixel> = {<No data fields>}, <No data fields>}, lastRefPoint = {<mozilla::gfx::BasePoint<int, mozilla::gfx::IntPointTyped<mozilla::LayoutDevicePixel>, mozilla::gfx::IntCoordTyped<mozilla::LayoutDevicePixel> >> = {x = 0, y = 0}, <mozilla::LayoutDevicePixel> = {<No data fields>}, <No data fields>}, time = 0, timeStamp = {mValue = 6311365900678}, mFlags = {mIsTrusted = true, mInBubblingPhase = true, mInCapturePhase = true, mInSystemGroup = false, mCancelable = false, mBubbles = false, mPropagationStopped = false, mImmediatePropagationStopped = false, mDefaultPrevented = false, mDefaultPreventedByContent = false, mDefaultPreventedByChrome = false, mMultipleActionsPrevented = false, mIsBeingDispatched = true, mDispatchedAtLeastOnce = false, mIsSynthesizedForTests = false, mExceptionHasBeenRisen = false, mRetargetToNonNativeAnonymous = false, mNoCrossProcessBoundaryForwarding = false, mNoContentDispatch = false, mOnlyChromeDispatch = false, mWantReplyFromContentProcess = false}, userType = {<nsCOMPtr_base> = {mRawPtr = 0x0}, <No data fields>}, typeString = {<nsAString_internal> = {mData = 0x7ffff49e7090 <gNullChar> u"", mLength = 0, mFlags = 1}, <No data fields>}, target = {<nsCOMPtr_base> = {mRawPtr = 0x7fffd4008000}, <No data fields>}, currentTarget = {<nsCOMPtr_base> = {mRawPtr = 0x7fffd5883800}, <No data fields>}, originalTarget = {<nsCOMPtr_base> = {mRawPtr = 0x7fffd4008000}, <No data fields>}}
        kungFuDeathGrip = {mRawPtr = 0x7fffd5a311e0}
        rv = nsresult::NS_OK
        window = {<nsCOMPtr_base> = {mRawPtr = 0x7fffd5883820}, <No data fields>}
        restoring = false
#77 0x00007ffff402aeb0 in nsDocShell::EndPageLoad (this=0x7fffd58d7000, aChannel=0x7fffd5405a80, aStatus=nsresult::NS_OK, aProgress=<optimized out>) at /tmp/buildd/iceweasel-38.2.1esr/docshell/base/nsDocShell.cpp:7553
        url = {<nsCOMPtr_base> = {mRawPtr = 0x7fffd541b920}, <No data fields>}
        rv = <optimized out>
        timingChannel = {<nsCOMPtr_base> = {mRawPtr = 0x0}, <No data fields>}
        loadingSHE = {<nsCOMPtr_base> = {mRawPtr = 0x0}, <No data fields>}
        kungFuDeathGrip = {<nsCOMPtr_base> = {mRawPtr = 0x7fffd58d7198}, <No data fields>}
        httpChannel = {<nsCOMPtr_base> = {mRawPtr = 0x6966736f2f656c69}, <No data fields>}
        isTopFrame = <optimized out>
        targetParentTreeItem = {<nsCOMPtr_base> = {mRawPtr = 0x5f78696e755f656c}, <No data fields>}
#78 0x00007ffff402bb95 in nsDocShell::OnStateChange (this=0x7fffd58d7000, aProgress=0x7fffd58d7028, aRequest=0x7fffd5405a80, aStateFlags=131088, aStatus=nsresult::NS_OK) at /tmp/buildd/iceweasel-38.2.1esr/docshell/base/nsDocShell.cpp:7370
        channel = {<nsCOMPtr_base> = {mRawPtr = 0x7fffd5405a80}, <No data fields>}
        webProgress = {<nsCOMPtr_base> = {mRawPtr = 0x7fffd58d7028}, <No data fields>}
#79 0x00007ffff31152c8 in nsDocLoader::DoFireOnStateChange (this=0x7fffd58d7000, aProgress=aProgress at entry=0x7fffd58d7028, aRequest=aRequest at entry=0x7fffd5405a80, aStateFlags=@0x7fffffffc824: 131088, aStatus=aStatus at entry=nsresult::NS_OK) at /tmp/buildd/iceweasel-38.2.1esr/uriloader/base/nsDocLoader.cpp:1263
        info = <optimized out>
        listener = {<nsCOMPtr_base> = {mRawPtr = 0x7fffd58d71d8}, <No data fields>}
        iter = {<nsAutoTObserverArray<nsDocLoader::nsListenerInfo, 8ul>::Iterator> = {<nsTObserverArray_base::Iterator_base> = {mPosition = 0, mNext = 0x0}, mArray = @0x7fffd58d7068}, <No data fields>}
#80 0x00007ffff311539f in nsDocLoader::doStopDocumentLoad (this=this at entry=0x7fffd58d7000, request=0x7fffd5405a80, aStatus=nsresult::NS_OK) at /tmp/buildd/iceweasel-38.2.1esr/uriloader/base/nsDocLoader.cpp:844
        i = 0
        list = {<nsAutoArrayBase<nsTArray<nsRefPtr<nsDocLoader> >, 8ul>> = {<nsTArray<nsRefPtr<nsDocLoader> >> = {<nsTArray_Impl<nsRefPtr<nsDocLoader>, nsTArrayInfallibleAllocator>> = {<nsTArray_base<nsTArrayInfallibleAllocator, nsTArray_CopyWithMemutils>> = {mHdr = 0x7fffffffc830}, <nsTArray_TypedBase<nsRefPtr<nsDocLoader>, nsTArray_Impl<nsRefPtr<nsDocLoader>, nsTArrayInfallibleAllocator> >> = {<nsTArray_SafeElementAtHelper<nsRefPtr<nsDocLoader>, nsTArray_Impl<nsRefPtr<nsDocLoader>, nsTArrayInfallibleAllocator> >> = {<nsTArray_SafeElementAtSmartPtrHelper<nsDocLoader, nsTArray_Impl<nsRefPtr<nsDocLoader>, nsTArrayInfallibleAllocator> >> = {<No data fields>}, <No data fields>}, <No data fields>}, static NoIndex = <optimized out>}, <No data fields>}, {mAutoBuf = "\002\000\000\000\b\000\000\200\000p\215\325\377\177\000\000`\320%\350\377\177\000\000N<\311\362\377\177\000\000\360\321%\350\377\177\000\000\000\000\000\000\000\000\000\000\360\321%\350\377\177\000\000\000\000\000\000\000\000\000\000\250\310\377\377\377\177\000", mAlign = {elem = 2 '\002'}}}, <No data fields>}
        flags = 131088
#81 0x00007ffff3115621 in nsDocLoader::DocLoaderIsEmpty (this=0x7fffd58d7000, aFlushLayout=<optimized out>) at /tmp/buildd/iceweasel-38.2.1esr/uriloader/base/nsDocLoader.cpp:734
        docRequest = {<nsCOMPtr_base> = {mRawPtr = 0x7fffd5405a80}, <No data fields>}
        loadGroupStatus = nsresult::NS_OK
        parent = {mRawPtr = 0x7fffe825d060}
        kungFuDeathGrip = {<nsCOMPtr_base> = {mRawPtr = 0x7fffd58d7000}, <No data fields>}
        aFlushLayout = <optimized out>
        this = 0x7fffd58d7000
#82 0x00007ffff31161cf in nsDocLoader::OnStopRequest (this=0x7fffd58d7000, aRequest=0x7fffd87732e0, aCtxt=<optimized out>, aStatus=nsresult::NS_OK) at /tmp/buildd/iceweasel-38.2.1esr/uriloader/base/nsDocLoader.cpp:618
        rv = <optimized out>
        bFireTransferring = <optimized out>
#83 0x00007ffff2d53b39 in nsLoadGroup::RemoveRequest (this=0x7fffd584f3a0, request=0x7fffd87732e0, ctxt=0x0, aStatus=nsresult::NS_OK) at /tmp/buildd/iceweasel-38.2.1esr/netwerk/base/nsLoadGroup.cpp:663
        observer = {<nsCOMPtr_base> = {mRawPtr = 0x7fffd58d7008}, <No data fields>}
        rv = nsresult::NS_OK
        kungFuDeathGrip = {<nsCOMPtr_base> = {mRawPtr = 0x7fffd87732e0}, <No data fields>}
        entry = <optimized out>
        flags = 0
#84 0x00007ffff3357ee6 in nsDocument::DoUnblockOnload (this=0x7fffd4008000) at /tmp/buildd/iceweasel-38.2.1esr/dom/base/nsDocument.cpp:9120
        loadGroup = {<nsCOMPtr_base> = {mRawPtr = 0x7fffd584f3a0}, <No data fields>}
        this = 0x7fffd4008000
#85 0x00007ffff3357f16 in nsUnblockOnloadEvent::Run (this=<optimized out>) at /tmp/buildd/iceweasel-38.2.1esr/dom/base/nsDocument.cpp:9073
No locals.
#86 0x00007ffff2cf304b in nsThread::ProcessNextEvent (this=0x7fffe82428a0, aMayWait=<optimized out>, aResult=0x7fffffffcbc7) at /tmp/buildd/iceweasel-38.2.1esr/xpcom/threads/nsThread.cpp:855
        event = {<nsCOMPtr_base> = {mRawPtr = 0x7fffd080b4a0}, <No data fields>}
        notifyMainThreadObserver = <optimized out>
        obs = {<nsCOMPtr_base> = {mRawPtr = 0x7fffda59b088}, <No data fields>}
        rv = nsresult::NS_OK
#87 0x00007ffff2d06f61 in NS_ProcessNextEvent (aThread=<optimized out>, aMayWait=aMayWait at entry=false) at /tmp/buildd/iceweasel-38.2.1esr/xpcom/glue/nsThreadUtils.cpp:265
        val = true
#88 0x00007ffff2ebd8ab in mozilla::ipc::MessagePump::Run (this=0x7fffe82932c0, aDelegate=0x7ffff6b924e0) at /tmp/buildd/iceweasel-38.2.1esr/ipc/glue/MessagePump.cpp:99
        did_work = <optimized out>
#89 0x00007ffff2eb2146 in RunHandler (this=<optimized out>) at /tmp/buildd/iceweasel-38.2.1esr/ipc/chromium/src/base/message_loop.cc:226
No locals.
#90 MessageLoop::Run (this=<optimized out>) at /tmp/buildd/iceweasel-38.2.1esr/ipc/chromium/src/base/message_loop.cc:200
        save_state = {<MessageLoop::RunState> = {run_depth = 1, quit_received = false}, loop_ = 0x7ffff6b924e0, previous_state_ = 0x0}
#91 0x00007ffff3c2ba87 in nsBaseAppShell::Run (this=0x7fffda59b080) at /tmp/buildd/iceweasel-38.2.1esr/widget/nsBaseAppShell.cpp:164
        thread = 0x7fffe82428a0
#92 0x00007ffff4155dc7 in nsAppStartup::Run (this=0x7fffda52f6a0) at /tmp/buildd/iceweasel-38.2.1esr/toolkit/components/startup/nsAppStartup.cpp:281
        rv = <optimized out>
        retval = <optimized out>
#93 0x00007ffff4188c2f in XREMain::XRE_mainRun (this=this at entry=0x7fffffffce50) at /tmp/buildd/iceweasel-38.2.1esr/toolkit/xre/nsAppRunner.cpp:4240
        rv = nsresult::NS_OK
        appStartup = {<nsCOMPtr_base> = {mRawPtr = 0x7fffda52f6a0}, <No data fields>}
        cmdLine = {<nsCOMPtr_base> = {mRawPtr = 0x7fffd7d3eb40}, <No data fields>}
        workingDir = {<nsCOMPtr_base> = {mRawPtr = 0x7fffd8ab1980}, <No data fields>}
#94 0x00007ffff4188f06 in XREMain::XRE_main (this=this at entry=0x7fffffffce50, argc=argc at entry=1, argv=argv at entry=0x7fffffffe378, aAppData=aAppData at entry=0x7fffffffd068) at /tmp/buildd/iceweasel-38.2.1esr/toolkit/xre/nsAppRunner.cpp:4320
        aLocal = 0 '\000'
        sampler_raii4262 = {mHandle = 0x7ffff6bd6000}
        rv = <optimized out>
        exit = false
        result = 0
        appInitiatedRestart = false
#95 0x00007ffff4189147 in XRE_main (argc=1, argv=0x7fffffffe378, aAppData=0x7fffffffd068, aFlags=<optimized out>) at /tmp/buildd/iceweasel-38.2.1esr/toolkit/xre/nsAppRunner.cpp:4539
        main = {mNativeApp = {<nsCOMPtr_base> = {mRawPtr = 0x7fffe8220bf0}, <No data fields>}, mProfileSvc = {<nsCOMPtr_base> = {mRawPtr = 0x7fffe8262a60}, <No data fields>}, mProfD = {<nsCOMPtr_base> = {mRawPtr = 0x7ffff6b9fec0}, <No data fields>}, mProfLD = {<nsCOMPtr_base> = {mRawPtr = 0x7ffff6b9ff80}, <No data fields>}, mProfileLock = {<nsCOMPtr_base> = {mRawPtr = 0x7fffe828e440}, <No data fields>}, mRemoteService = {<nsCOMPtr_base> = {mRawPtr = 0x7fffd58ed970}, <No data fields>}, mScopedXPCOM = {mTuple = {<mozilla::detail::PairHelper<ScopedXPCOMStartup*, mozilla::DefaultDelete<ScopedXPCOMStartup>, (mozilla::detail::StorageType)1, (mozilla::detail::StorageType)0>> = {<mozilla::DefaultDelete<ScopedXPCOMStartup>> = {<No data fields>}, mFirstA = 0x7ffff6bb4dd8}, <No data fields>}}, mStatisticsRecorder = {mTuple = {<mozilla::detail::PairHelper<base::StatisticsRecorder*, mozilla::DefaultDelete<base::StatisticsRecorder>, (mozilla::detail::StorageType)1, (mozilla::detail::StorageType)0>> = {<mozilla::DefaultDelete<base::StatisticsRecorder>> = {<No data fields>}, mFirstA = 0x7ffff6bb4310}, <No data fields>}}, mAppData = {mRawPtr = 0x7ffff6b52a00}, mDirProvider = {<nsIDirectoryServiceProvider2> = {<nsIDirectoryServiceProvider> = {<nsISupports> = {_vptr.nsISupports = 0x7ffff6618628 <vtable for nsXREDirProvider+16>}, <No data fields>}, <No data fields>}, <nsIProfileStartup> = {<nsISupports> = {_vptr.nsISupports = 0x7ffff6618670 <vtable for nsXREDirProvider+88>}, <No data fields>}, mAppProvider = {<nsCOMPtr_base> = {mRawPtr = 0x0}, <No data fields>}, mGREDir = {<nsCOMPtr_base> = {mRawPtr = 0x7ffff6b9e6c0}, <No data fields>}, mGREBinDir = {<nsCOMPtr_base> = {mRawPtr = 0x7ffff6b9eb40}, <No data fields>}, mXULAppDir = {<nsCOMPtr_base> = {mRawPtr = 0x7ffff6b9e900}, <No data fields>}, mProfileDir = {<nsCOMPtr_base> = {mRawPtr = 0x7ffff6b9fec0}, <No data fields>}, mProfileLocalDir = {<nsCOMPtr_base> = {mRawPtr = 0x7ffff6b9ff80}, <No data fields>}, mProfileNotified = true, mAppBundleDirectories = {<nsCOMArray_base> = {mArray = {<nsTArray_Impl<nsISupports*, nsTArrayInfallibleAllocator>> = {<nsTArray_base<nsTArrayInfallibleAllocator, nsTArray_CopyWithMemutils>> = {mHdr = 0x7ffff6853930 <nsTArrayHeader::sEmptyHdr>}, <nsTArray_TypedBase<nsISupports*, nsTArray_Impl<nsISupports*, nsTArrayInfallibleAllocator> >> = {<nsTArray_SafeElementAtHelper<nsISupports*, nsTArray_Impl<nsISupports*, nsTArrayInfallibleAllocator> >> = {<No data fields>}, <No data fields>}, static NoIndex = <optimized out>}, <No data fields>}}, <No data fields>}, mExtensionDirectories = {<nsCOMArray_base> = {mArray = {<nsTArray_Impl<nsISupports*, nsTArrayInfallibleAllocator>> = {<nsTArray_base<nsTArrayInfallibleAllocator, nsTArray_CopyWithMemutils>> = {mHdr = 0x7fffd8afc530}, <nsTArray_TypedBase<nsISupports*, nsTArray_Impl<nsISupports*, nsTArrayInfallibleAllocator> >> = {<nsTArray_SafeElementAtHelper<nsISupports*, nsTArray_Impl<nsISupports*, nsTArrayInfallibleAllocator> >> = {<No data fields>}, <No data fields>}, static NoIndex = <optimized out>}, <No data fields>}}, <No data fields>}, mThemeDirectories = {<nsCOMArray_base> = {mArray = {<nsTArray_Impl<nsISupports*, nsTArrayInfallibleAllocator>> = {<nsTArray_base<nsTArrayInfallibleAllocator, nsTArray_CopyWithMemutils>> = {mHdr = 0x7fffd8afc650}, <nsTArray_TypedBase<nsISupports*, nsTArray_Impl<nsISupports*, nsTArrayInfallibleAllocator> >> = {<nsTArray_SafeElementAtHelper<nsISupports*, nsTArray_Impl<nsISupports*, nsTArrayInfallibleAllocator> >> = {<No data fields>}, <No data fields>}, static NoIndex = <optimized out>}, <No data fields>}}, <No data fields>}}, mProfileName = {<nsFixedCString> = {<nsCString> = {<nsACString_internal> = {mData = 0x7fffe8248108 "default", mLength = 7, mFlags = 65541}, <No data fields>}, mFixedCapacity = 63, mFixedBuf = 0x7fffffffcf18 ""}, mStorage = "\000\317\377\377\377\177\000\000\237\317\377\377\377\177\000\000\237\317\377\377\377\177\000\000\230\317\377\377\377\177\000\000\237\317\377\377\377\177\000\000\237\317\377\377\377\177\000\000\000\300\370b\006V\322\326P\320\377\377\377\177\000"}, mDesktopStartupID = {<nsFixedCString> = {<nsCString> = {<nsACString_internal> = {mData = 0x7fffffffcf78 "", mLength = 0, mFlags = 65553}, <No data fields>}, mFixedCapacity = 63, mFixedBuf = 0x7fffffffcf78 ""}, mStorage = "\000\317\377\377\377\177\000\000\a\000\000\000\021\000\001\000?\000\000\000\000\000\000\000\230\317\377\377\377\177\000\000browser\000P\320\377\377\377\177\000\000\271I\313\362\377\177\000\000\000\340\271\366\377\177\000"}, mStartOffline = false, mShuttingDown = false, mDisableRemote = false, mGdkDisplay = 0x7ffff6bfa020}
        result = <optimized out>
#96 0x00005555555586d1 in do_main (argc=1, argv=0x7fffffffe378, xreDirectory=0x7ffff6b9e6c0) at /tmp/buildd/iceweasel-38.2.1esr/browser/app/nsBrowserApp.cpp:294
        appData = {<nsXREAppData> = {size = 128, directory = 0x7ffff6b9e900, vendor = 0x7ffff6bb42c0 "Mozilla", name = 0x7ffff6b4c620 "Iceweasel", remotingName = 0x7ffff6b4c630 "iceweasel", version = 0x7ffff6bb42c8 "38.2.1", buildID = 0x7ffff6b4c640 "20150828090403", ID = 0x7ffff6bc3dc0 "{ec8030f7-c20a-464f-9b0e-13a3a9e97384}", copyright = 0x0, flags = 2, xreDirectory = 0x7ffff6b9e6c0, minVersion = 0x7ffff6bb42d0 "38.2.1", maxVersion = 0x7ffff6bb42d8 "38.2.1", crashReporterURL = 0x7ffff6bb42e0 "", profile = 0x7ffff6b4c650 "mozilla/firefox", UAName = 0x0}, <No data fields>}
        exeFile = {<nsCOMPtr_base> = {mRawPtr = 0x7ffff6b9e780}, <No data fields>}
        greDir = {<nsCOMPtr_base> = {mRawPtr = 0x7ffff6b9e840}, <No data fields>}
        appSubdir = {<nsCOMPtr_base> = {mRawPtr = 0x7ffff6b9e900}, <No data fields>}
        appini = {<nsCOMPtr_base> = {mRawPtr = 0x0}, <No data fields>}
        rv = <optimized out>
        appDataFile = <optimized out>
        metroOnDesktop = false
#97 0x0000555555557e24 in main (argc=1, argv=0x7fffffffe378) at /tmp/buildd/iceweasel-38.2.1esr/browser/app/nsBrowserApp.cpp:667
        gotCounters = 1
        initialRUsage = {ru_utime = {tv_sec = 0, tv_usec = 0}, ru_stime = {tv_sec = 0, tv_usec = 4000}, {ru_maxrss = 20440, __ru_maxrss_word = 20440}, {ru_ixrss = 0, __ru_ixrss_word = 0}, {ru_idrss = 0, __ru_idrss_word = 0}, {ru_isrss = 0, __ru_isrss_word = 0}, {ru_minflt = 230, __ru_minflt_word = 230}, {ru_majflt = 0, __ru_majflt_word = 0}, {ru_nswap = 0, __ru_nswap_word = 0}, {ru_inblock = 0, __ru_inblock_word = 0}, {ru_oublock = 0, __ru_oublock_word = 0}, {ru_msgsnd = 0, __ru_msgsnd_word = 0}, {ru_msgrcv = 0, __ru_msgrcv_word = 0}, {ru_nsignals = 0, __ru_nsignals_word = 0}, {ru_nvcsw = 6, __ru_nvcsw_word = 6}, {ru_nivcsw = 2, __ru_nivcsw_word = 2}}
        xreDirectory = 0x7ffff6b9e6c0
        rv = <optimized out>
        result = <optimized out>



More information about the pkg-mozilla-maintainers mailing list