Closed
Bug 1377779
Opened 8 years ago
Closed 7 years ago
Firefox 48.0 / 54.0 crashes in Linux Mint 17.3 / 18 SIGSEV / SIGILL (libxul.so)
Categories
(Core :: XPConnect, defect, P2)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: walterwhite666, Unassigned)
References
Details
(Keywords: crash, crashreportid)
Crash Data
User Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:54.0) Gecko/20100101 Firefox/54.0
Build ID: 20170616092053
Steps to reproduce:
Just surfing the web. Crash is not reproduecable.
Sometimes is works for hours or does not crash at all.
Other times it crashes after just a few minutes.
It was even there after a Linux update from Linux Mint 17.3 (FF 48.0 Kernel 3.13) to 18 (FF 54.0, Kernel 4.4). This also changed the graphics driver. (AMD HD 7700).
The reports show libxul.so over and over but I am out of ideas.
I tried different things but nothing worked:
- en/disable hardware acceleration
- gfx.xrender.enabled False > True
- Deleting the complete profile folder
- firefox --safe-mode
Actual results:
After Firefox crashed (SIGSEV) it sometimes does not start up and crashes again (SIGILL).
1st crash:
https://crash-stats.mozilla.com/report/index/19f03681-e897-4d9c-a4bd-fa6281170702
After trying to start again:
https://crash-stats.mozilla.com/report/index/3217a1d9-d6a1-47ce-90a7-1d2161170702
Expected results:
It should not have crashed :)
Keywords: crash,
crashreportid
Comment 1•8 years ago
|
||
Hi walterwhite666,
I look at the crash reports and it seems that only your crashes are there, can you please download the Firefox Nightly from here: https://nightly.mozilla.org/ and retest the problem.
Also please follow this steps to create a new profile(these steps are different from the ones that you tried): https://support.mozilla.org/en-US/kb/profile-manager-create-and-remove-firefox-profiles?redirectlocale=en-US&redirectslug=Managing-profiles#w_starting-the-profile-manager
Flags: needinfo?(walterwhite666)
Reporter | ||
Comment 2•8 years ago
|
||
Ok, just downloaded Nightly and created a new profile. Will try that for a while and report back.
Any ideas what might have caused the crash? Any specific tab or add-on?
Flags: needinfo?(walterwhite666)
Comment 3•8 years ago
|
||
I have no idea, I also saw in the crash signature that only you have this crashes, so I don't know what the cause of this.
Reporter | ||
Comment 4•8 years ago
|
||
Ok, nightly also crashed after a while.
Here is the crash report:
https://crash-stats.mozilla.com/report/index/350a5f60-ae75-44b1-bd67-e90c00170708
After the crash I could not start up nightly again, it immediately crashed.
I also uploaded the crash report:
https://crash-stats.mozilla.com/report/index/b1ec8705-2304-4a23-a5c0-c6ae60170708
But I could start up the normally installed FF 54.0
I am so out of ideas.
Could this be due to a hardware problem? RAM errors?
Did you see something suspicious in the reports?
Reporter | ||
Comment 5•8 years ago
|
||
Sorry, I mixed the reports up.
This one is the first nightly crash (Startup Crash False)
https://crash-stats.mozilla.com/report/index/0ccc7d36-cd22-438d-b341-613070170708
Comment 6•8 years ago
|
||
I saw that bug 1342711 is related with your crash signature. I think it will be better to mark this as a duplicate of that one, based on the fact that there is more activity and the devs are already on it.
Status: UNCONFIRMED → RESOLVED
Closed: 8 years ago
Resolution: --- → DUPLICATE
Comment 7•8 years ago
|
||
I don't think these crash signatures are related to the ones in bug 1342711. nsXPCWrappedJS is a generic call related to JS. Some of the ones in bug 1342711 have it because the issue is related to JS and painting.
The first crash report from nightly here doesn't have any frames with painting in it, so they seem unrelated. The second one is a startup crash touching Harfbuzz, so I don't know if the two are related.
Status: RESOLVED → REOPENED
Ever confirmed: true
Resolution: DUPLICATE → ---
Comment 8•8 years ago
|
||
Thanks Ryan for your help, giving the fact that the both bugs have the same signature I thought they are duplicates.
Walterwhite666, can you please update FF release to 55 version and give it a try to see if you still have this issue? Thanks
Crash Signature: @ nsXPCWrappedJS::QueryInterface
Reporter | ||
Comment 9•8 years ago
|
||
The Nightly that I used earlier and that also crashed was 56.0a1 . Should I still try 55 for a specific reason?
I would really like to support you on this since it is really annoying and I already had to install Chromium so I don't have to reboot every time FF crashes to have a working browser.
Any idea which settings could be involved? Or should I run Nightly with gdb?
Comment 10•8 years ago
|
||
Thanks walterwhite666 for all your help, the problem is that I can't figure out what can be the cause of this issue.
I will move this to Core: Widget: Gtk, maybe they know more about this issue.
Please run Nightly with gdb and see what's happening.
Reporter | ||
Comment 11•8 years ago
|
||
Which is the most useful way?
firefox -g -d gdb
or
strace firefox
or
#!/bin/bash
firefox --debug <<'EOF'
handle SIGPIPE noprint nostop pass
handle SIGSEGV noprint nostop pass
run
EOF
Comment 12•8 years ago
|
||
These both seem to be in the script loader/preloader, guessing at XPConnect.
Component: Untriaged → XPConnect
Product: Firefox → Core
Updated•8 years ago
|
Flags: needinfo?(kmaglione+bmo)
Comment 13•8 years ago
|
||
Sorry, I can't really do anything without more detailed stacks. But, also, I'd be kind of surprised if _hb_ot_shape_normalize winds up being called from the ScriptPreloader constructor, and the report in comment 5 looks completely unrelated to the others.
Flags: needinfo?(kmaglione+bmo)
Comment 14•8 years ago
|
||
(In reply to walterwhite666 from comment #11)
> Which is the most useful way?
>
> firefox -g -d gdb
>
> or
>
> strace firefox
>
> or
>
> #!/bin/bash
> firefox --debug <<'EOF'
> handle SIGPIPE noprint nostop pass
> handle SIGSEGV noprint nostop pass
> run
> EOF
Kris, can you provide the reporter with steps to capture more info?
Flags: needinfo?(kmaglione+bmo)
Comment 15•8 years ago
|
||
gdb should work. strace wouldn't be especially helpful. I'm not sure why you'd want to add those SIGPIPE and SIGSEGV handlers.
Flags: needinfo?(kmaglione+bmo)
Reporter | ||
Comment 16•8 years ago
|
||
Ok, and what output do you need if it crashes? Just the whole content of the terminal window?
Will this be few lines or rather hundreds?
Comment 17•8 years ago
|
||
(In reply to walterwhite666 from comment #16)
> Ok, and what output do you need if it crashes? Just the whole content of the
> terminal window?
> Will this be few lines or rather hundreds?
Flags: needinfo?(kmaglione+bmo)
Comment 18•8 years ago
|
||
(In reply to walterwhite666 from comment #16)
> Ok, and what output do you need if it crashes? Just the whole content of the
> terminal window?
> Will this be few lines or rather hundreds?
The full `backtrace` output, and ideally the output of `call DumpJSStack()` if there is any.
Flags: needinfo?(kmaglione+bmo)
Reporter | ||
Comment 19•8 years ago
|
||
Ok, got one:
Is it ok to paste here or use pastebin, etc.?
(I was not even at the computer when it crashed...)
Thread 8 "Socket Thread" received signal SIGPIPE, Broken pipe.
[Switching to Thread 0x7fffdd9c8700 (LWP 4091)]
0x00007ffff7bca9ff in send () from /lib/x86_64-linux-gnu/libpthread.so.0
(gdb) backtrace
#0 0x00007ffff7bca9ff in send () from /lib/x86_64-linux-gnu/libpthread.so.0
#1 0x00007ffff64bf8af in ?? () from /usr/lib/firefox/libnspr4.so
#2 0x00007ffff521c61a in ?? () from /usr/lib/firefox/libssl3.so
#3 0x00007ffff520ac81 in ?? () from /usr/lib/firefox/libssl3.so
#4 0x00007ffff520c46d in ?? () from /usr/lib/firefox/libssl3.so
#5 0x00007ffff521ef1b in ?? () from /usr/lib/firefox/libssl3.so
#6 0x00007fffe9a889ba in ?? () from /usr/lib/firefox/libxul.so
#7 0x00007fffe9a88a38 in ?? () from /usr/lib/firefox/libxul.so
#8 0x00007fffe6f1f38a in ?? () from /usr/lib/firefox/libxul.so
#9 0x00007fffe6f1fa46 in ?? () from /usr/lib/firefox/libxul.so
#10 0x00007fffe6f218dd in ?? () from /usr/lib/firefox/libxul.so
#11 0x00007fffe6f22c50 in ?? () from /usr/lib/firefox/libxul.so
#12 0x00007fffe6f27fcd in ?? () from /usr/lib/firefox/libxul.so
#13 0x00007fffe6e72c5d in ?? () from /usr/lib/firefox/libxul.so
#14 0x00007fffe6e754ba in ?? () from /usr/lib/firefox/libxul.so
#15 0x00007fffe727c181 in ?? () from /usr/lib/firefox/libxul.so
#16 0x00007fffe7250fdd in ?? () from /usr/lib/firefox/libxul.so
#17 0x00007fffe6e75743 in ?? () from /usr/lib/firefox/libxul.so
#18 0x00007ffff64c3a3b in ?? () from /usr/lib/firefox/libnspr4.so
#19 0x00007ffff7bc16ba in start_thread ()
from /lib/x86_64-linux-gnu/libpthread.so.0
#20 0x00007ffff6e523dd in clone () from /lib/x86_64-linux-gnu/libc.so.6
(gdb) call DumpJSStack()
there is no JSContext on the stack!
[Thread 0x7fffa0dfe700 (LWP 4195) exited]
[Thread 0x7fff9deff700 (LWP 4198) exited]
$1 = 1
Comment 20•8 years ago
|
||
It looks like you're running a Firefox built by your distribution. Do builds downloaded from https://www.mozilla.org/en-US/firefox/new also exhibit this problem?
Flags: needinfo?(walterwhite666)
Reporter | ||
Comment 21•8 years ago
|
||
Yes, as already mentioned above I get the same crashes also with a Nightly version.
https://crash-stats.mozilla.com/report/index/0ccc7d36-cd22-438d-b341-613070170708
I will try go get a stacktrace with the Nightly now.
Flags: needinfo?(walterwhite666)
Comment 22•8 years ago
|
||
(In reply to walterwhite666 from comment #21)
> Yes, as already mentioned above I get the same crashes also with a Nightly
> version.
> https://crash-stats.mozilla.com/report/index/0ccc7d36-cd22-438d-b341-
> 613070170708
>
> I will try go get a stacktrace with the Nightly now.
Thanks.
Reporter | ||
Comment 23•8 years ago
|
||
This is the same crash for the current Nightly 57.0a1 (2017-09-15) (64-bit)
(gdb) call DumpJSStack()
there is no JSContext on the stack!
[Thread 0x7fffa93fd700 (LWP 5511) exited]
[Thread 0x7fffa9bfe700 (LWP 5510) exited]
[Thread 0x7fffaa3ff700 (LWP 5509) exited]
[Thread 0x7fffc3ffe700 (LWP 5490) exited]
$1 = 1
(gdb) backtrace
#0 0x00007ffff7bcaa6d in sendmsg () from /lib/x86_64-linux-gnu/libpthread.so.0
#1 0x00007fffe71800ea in IPC::Channel::ChannelImpl::ProcessOutgoingMessages()
() from /home/administrator/Downloads/firefox/libxul.so
#2 0x00007fffe71806e5 in IPC::Channel::ChannelImpl::Send(IPC::Message*) ()
from /home/administrator/Downloads/firefox/libxul.so
#3 0x00007fffe7193eb9 in mozilla::detail::RunnableMethodImpl<IPC::Channel*, bool (IPC::Channel::*)(IPC::Message*), false, (mozilla::RunnableKind)0, IPC::Message*>::Run() () from /home/administrator/Downloads/firefox/libxul.so
#4 0x00007fffe7178ea2 in MessageLoop::DeferOrRunPendingTask(MessageLoop::PendingTask&&) () from /home/administrator/Downloads/firefox/libxul.so
#5 0x00007fffe99230c2 in MessageLoop::DoWork() ()
from /home/administrator/Downloads/firefox/libxul.so
#6 0x00007fffe9922e7f in base::MessagePumpLibevent::Run(base::MessagePump::Delegate*) () from /home/administrator/Downloads/firefox/libxul.so
#7 0x00007fffe9922e17 in MessageLoop::Run() ()
from /home/administrator/Downloads/firefox/libxul.so
#8 0x00007fffe992555b in base::Thread::ThreadMain() ()
from /home/administrator/Downloads/firefox/libxul.so
#9 0x00007fffe9922c3a in ThreadFunc(void*) ()
from /home/administrator/Downloads/firefox/libxul.so
#10 0x00007ffff7bc16ba in start_thread ()
from /lib/x86_64-linux-gnu/libpthread.so.0
#11 0x00007ffff6c4a3dd in clone () from /lib/x86_64-linux-gnu/libc.so.6
Reporter | ||
Comment 24•8 years ago
|
||
And another one. As with this one it is sometimes not possible to restart Firefox at all.
It crashes immediately.
Thread 14 "Socket Thread" received signal SIGPIPE, Broken pipe.
[Switching to Thread 0x7fffddbfd700 (LWP 14190)]
0x00007ffff7bca9ff in send () from /lib/x86_64-linux-gnu/libpthread.so.0
(gdb) call DumpJSStack()
there is no JSContext on the stack!
$1 = 1
(gdb) backtrace
#0 0x00007ffff7bca9ff in send () from /lib/x86_64-linux-gnu/libpthread.so.0
#1 0x00007ffff64d5b92 in pt_Send ()
from /home/administrator/Downloads/firefox/libnspr4.so
#2 0x00007ffff51d0731 in ssl_DefSend ()
from /home/administrator/Downloads/firefox/libssl3.so
#3 0x00007ffff51bd527 in ssl3_SendRecord ()
from /home/administrator/Downloads/firefox/libssl3.so
#4 0x00007ffff51bed71 in SSL3_SendAlert ()
from /home/administrator/Downloads/firefox/libssl3.so
#5 0x00007ffff51d31b3 in ssl_SecureClose ()
from /home/administrator/Downloads/firefox/libssl3.so
#6 0x00007fffe9cd8ed4 in nsNSSSocketInfo::CloseSocketAndDestroy(nsNSSShutDownPreventionLock const&) () from /home/administrator/Downloads/firefox/libxul.so
#7 0x00007fffe9cd8e52 in nsSSLIOLayerClose(PRFileDesc*) ()
from /home/administrator/Downloads/firefox/libxul.so
#8 0x00007fffe6f8bcce in mozilla::net::nsSocketTransport::CloseSocket(PRFileDesc*, mozilla::net::nsSocketTransportService*) [clone .cold.276] ()
from /home/administrator/Downloads/firefox/libxul.so
#9 0x00007fffe9869c36 in mozilla::net::nsSocketTransport::ReleaseFD_Locked(PRFileDesc*) () from /home/administrator/Downloads/firefox/libxul.so
#10 0x00007fffe986a56f in mozilla::net::nsSocketTransport::OnSocketDetached(PRFileDesc*) () from /home/administrator/Downloads/firefox/libxul.so
#11 0x00007fffe986a3f0 in mozilla::net::nsSocketTransportService::DetachSocket(m---Type <return> to continue, or q <return> to quit---
ozilla::net::nsSocketTransportService::SocketContext*, mozilla::net::nsSocketTransportService::SocketContext*) ()
from /home/administrator/Downloads/firefox/libxul.so
#12 0x00007fffe6f816fd in mozilla::net::nsSocketTransportService::Run() [clone .cold.155] () from /home/administrator/Downloads/firefox/libxul.so
#13 0x00007fffe9118f63 in nsThread::ProcessNextEvent(bool, bool*) ()
from /home/administrator/Downloads/firefox/libxul.so
#14 0x00007fffe91187cf in NS_ProcessNextEvent(nsIThread*, bool) ()
from /home/administrator/Downloads/firefox/libxul.so
#15 0x00007fffe917e3da in mozilla::ipc::MessagePumpForNonMainThreads::Run(base::MessagePump::Delegate*) () from /home/administrator/Downloads/firefox/libxul.so
#16 0x00007fffe99189e7 in MessageLoop::Run() ()
from /home/administrator/Downloads/firefox/libxul.so
#17 0x00007fffe983dd41 in nsThread::ThreadFunc(void*) ()
from /home/administrator/Downloads/firefox/libxul.so
#18 0x00007ffff64c7f6c in _pt_root.cold.8 ()
from /home/administrator/Downloads/firefox/libnspr4.so
#19 0x00007ffff7bc16ba in start_thread ()
from /lib/x86_64-linux-gnu/libpthread.so.0
#20 0x00007ffff6c4a3dd in clone () from /lib/x86_64-linux-gnu/libc.so.6
(gdb)
Comment 25•8 years ago
|
||
Looking at these backtraces, I'm not sure what to suggest here. Bill, would you mind taking a quick look at comment 23 and comment 24 and seeing if you have better thoughts than my poorly-informed "bad RAM?"?
Flags: needinfo?(wmccloskey)
Reporter | ||
Comment 26•8 years ago
|
||
I will run Memtest86, but no other software crashes, ever, only Firefox. So this can hardly be a RAM issue, right? Could it be related to the other libraries mentioned, libpthread.so.0 or libc.so.6?
Reporter | ||
Comment 27•8 years ago
|
||
I had Memtest86 running for 3.5 hours now without any errors, my Corsair modules are good as new :)
Sorry, I don't know. Comment 24 is a SIGPIPE, not a SIGSEGV. I'm not sure why we would be getting that. I don't know the NSS code at all. In any case, all these issues are unrelated. It's pretty hard to know what to do here.
Flags: needinfo?(wmccloskey)
Comment 29•8 years ago
|
||
I wish we had a better answer here but without this being reproducible, it's hard. Can you attach here the output of about:support? Maybe something in there will trigger an idea.
Flags: needinfo?(walterwhite666)
Reporter | ||
Comment 30•8 years ago
|
||
Here you are:
{
"application": {
"name": "Firefox",
"osVersion": "Linux 4.4.0-96-generic",
"version": "57.0a1",
"buildID": "20170918100059",
"userAgent": "Mozilla/5.0 (X11; Linux x86_64; rv:57.0) Gecko/20100101 Firefox/57.0",
"safeMode": false,
"updateChannel": "nightly",
"supportURL": "https://support.mozilla.org/1/firefox/57.0a1/Linux/en-US/",
"numTotalWindows": 1,
"numRemoteWindows": 1,
"remoteAutoStart": true,
"currentContentProcesses": 2,
"maxContentProcesses": 4,
"autoStartStatus": 1,
"styloBuild": true,
"styloDefault": true,
"styloResult": true,
"keyGoogleFound": true,
"keyMozillaFound": true
},
"modifiedPreferences": {
"accessibility.typeaheadfind.flashBar": 0,
"accessibility.browsewithcaret_shortcut.enabled": false,
"browser.cache.disk.filesystem_reported": 1,
"browser.cache.disk.hashstats_reported": 1,
"browser.cache.disk.smart_size.first_run": false,
"browser.cache.frecency_experiment": 2,
"browser.cache.disk.smart_size.use_old_max": false,
"browser.cache.disk.capacity": 358400,
"browser.download.manager.alertOnEXEOpen": true,
"browser.download.useDownloadDir": false,
"browser.places.smartBookmarksVersion": 8,
"browser.search.useDBForOrder": true,
"browser.sessionstore.upgradeBackup.latestBuildID": "20170918100059",
"browser.startup.homepage_override.mstone": "57.0a1",
"browser.startup.homepage": "http://www.linuxmint.com/start/rebecca",
"browser.startup.homepage_override.buildID": "20170918100059",
"browser.tabs.remote.autostart.2": true,
"browser.urlbar.lastSuggestionsPromptDate": 20170712,
"browser.urlbar.timesBeforeHidingSuggestionsHint": 0,
"browser.urlbar.daysBeforeHidingSuggestionsPrompt": 0,
"browser.urlbar.usepreloadedtopurls.enabled": false,
"dom.max_chrome_script_run_time": 40,
"dom.forms.autocomplete.formautofill": true,
"dom.apps.reset-permissions": true,
"dom.mozApps.used": true,
"extensions.lastAppVersion": "57.0a1",
"font.internaluseonly.changed": false,
"gfx.crash-guard.glcontext.deviceID": "AMD Radeon HD 7700 Series",
"gfx.crash-guard.glcontext.appVersion": "45.0",
"gfx.xrender.enabled": true,
"gfx.crash-guard.glcontext.driverVersion": "4.5.13399 Compatibility Profile Context 15.201.1151",
"gfx.crash-guard.status.glcontext": 2,
"keyword.URL": "https://duckduckgo.com/?t=lm&q=",
"media.webrtc.debug.aec_log_dir": "/tmp",
"media.webrtc.debug.log_file": "/tmp/WebRTC.log",
"media.gmp-gmpopenh264.lastUpdate": 1471465388,
"media.gmp-gmpopenh264.abi": "x86_64-gcc3",
"media.gmp-manager.lastCheck": 1505847377,
"media.gmp.storage.version.observed": 1,
"media.gmp-gmpopenh264.version": "1.6",
"media.gmp-manager.buildID": "20170817115854",
"network.prefetch-next": false,
"network.dns.disablePrefetch": true,
"network.http.speculative-parallel-limit": 0,
"network.protocol-handler.app.apt+http": "/usr/bin/apturl",
"network.auth.allow-subresource-auth": 2,
"network.predictor.enabled": false,
"network.protocol-handler.warn-external.apt": true,
"network.predictor.cleaned-up": true,
"network.protocol-handler.app.apt": "/usr/bin/apturl",
"network.cookie.prefsMigrated": true,
"network.protocol-handler.warn-external.apt+http": true,
"places.history.expiration.transient_current_max_pages": 167199,
"places.database.lastMaintenance": 1505152423,
"plugin.importedState": true,
"plugin.disable_full_page_plugin_for_types": "application/pdf",
"plugins.ctprollout.cohortSample": "0.234684",
"plugins.ctprollout.cohort": "excluded",
"print.print_paper_width": "210,00",
"print.print_to_file": false,
"print.print_margin_top": "0.5",
"print.print_paper_name": "iso_a4",
"print.print_resolution_name": "default",
"print.print_orientation": 0,
"print.print_margin_right": "0.5",
"print.print_paper_height": "297,00",
"print.print_scaling": " 1,00",
"print.print_unwriteable_margin_left": 25,
"print.print_plex_name": "default",
"print.print_paper_size_unit": 1,
"print.print_unwriteable_margin_bottom": 50,
"print.print_paper_data": 0,
"print.print_oddpages": true,
"print.print_bgcolor": false,
"print.print_unwriteable_margin_right": 25,
"print.print_bgimages": false,
"print.print_downloadfonts": false,
"print.print_duplex": 0,
"print.print_evenpages": true,
"print.print_margin_left": "0.5",
"print.print_colorspace": "default",
"print.print_shrink_to_fit": true,
"print.print_unwriteable_margin_top": 50,
"print.print_margin_bottom": "0.5",
"print.print_in_color": true,
"print.print_paper_size_type": 1,
"print.print_page_delay": 50,
"print.print_resolution": 300,
"privacy.sanitize.migrateClearSavedPwdsOnExit": true,
"privacy.sanitize.migrateFx3Prefs": true,
"services.sync.declinedEngines": "",
"services.sync.engine.addresses.available": true,
"storage.vacuum.last.index": 1,
"storage.vacuum.last.places.sqlite": 1503688319
},
"lockedPreferences": {},
"media": {
"currentAudioBackend": "pulse-rust",
"currentMaxAudioChannels": 2,
"currentPreferredChannelLayout": "stereo",
"currentPreferredSampleRate": 44100,
"audioOutputDevices": [
{
"name": "Tobago HDMI Audio [Radeon R7 360 / R9 360 OEM] Digital Stereo (HDMI)",
"groupId": "/devices/pci0000:00/0000:00:02.0/0000:01:00.1/sound/card1",
"vendor": "Advanced Micro Devices, Inc. [AMD/ATI]",
"type": 2,
"state": 1,
"preferred": 0,
"supportedFormat": 12336,
"defaultFormat": 16,
"maxChannels": 2,
"defaultRate": 44100,
"maxRate": 384000,
"minRate": 1,
"maxLatency": 0,
"minLatency": 0
},
{
"name": "Internes Audio Analog Stereo",
"groupId": "/devices/pci0000:00/0000:00:14.2/sound/card0",
"vendor": "Advanced Micro Devices, Inc. [AMD/ATI]",
"type": 2,
"state": 2,
"preferred": 15,
"supportedFormat": 12336,
"defaultFormat": 16,
"maxChannels": 2,
"defaultRate": 44100,
"maxRate": 384000,
"minRate": 1,
"maxLatency": 0,
"minLatency": 0
}
],
"audioInputDevices": [
{
"name": "Monitor of Tobago HDMI Audio [Radeon R7 360 / R9 360 OEM] Digital Stereo (HDMI)",
"groupId": "/devices/pci0000:00/0000:00:02.0/0000:01:00.1/sound/card1",
"vendor": "Advanced Micro Devices, Inc. [AMD/ATI]",
"type": 1,
"state": 2,
"preferred": 0,
"supportedFormat": 12336,
"defaultFormat": 16,
"maxChannels": 2,
"defaultRate": 44100,
"maxRate": 384000,
"minRate": 1,
"maxLatency": 0,
"minLatency": 0
},
{
"name": "Monitor of Internes Audio Analog Stereo",
"groupId": "/devices/pci0000:00/0000:00:14.2/sound/card0",
"vendor": "Advanced Micro Devices, Inc. [AMD/ATI]",
"type": 1,
"state": 2,
"preferred": 0,
"supportedFormat": 12336,
"defaultFormat": 16,
"maxChannels": 2,
"defaultRate": 44100,
"maxRate": 384000,
"minRate": 1,
"maxLatency": 0,
"minLatency": 0
},
{
"name": "Internes Audio Digital Stereo (IEC958)",
"groupId": "/devices/pci0000:00/0000:00:14.2/sound/card0",
"vendor": "Advanced Micro Devices, Inc. [AMD/ATI]",
"type": 1,
"state": 2,
"preferred": 15,
"supportedFormat": 12336,
"defaultFormat": 16,
"maxChannels": 2,
"defaultRate": 44100,
"maxRate": 384000,
"minRate": 1,
"maxLatency": 0,
"minLatency": 0
}
]
},
"javaScript": {
"incrementalGCEnabled": true
},
"accessibility": {
"isActive": false,
"forceDisabled": 0,
"handlerUsed": false,
"instantiator": ""
},
"libraryVersions": {
"NSPR": {
"minVersion": "4.17 Beta",
"version": "4.17 Beta"
},
"NSS": {
"minVersion": "3.33 Beta",
"version": "3.33 Beta"
},
"NSSUTIL": {
"minVersion": "3.33 Beta",
"version": "3.33 Beta"
},
"NSSSSL": {
"minVersion": "3.33 Beta",
"version": "3.33 Beta"
},
"NSSSMIME": {
"minVersion": "3.33 Beta",
"version": "3.33 Beta"
}
},
"userJS": {
"exists": false
},
"crashes": {
"submitted": [],
"pending": 0
},
"sandbox": {
"hasSeccompBPF": true,
"hasSeccompTSync": true,
"hasPrivilegedUserNamespaces": true,
"hasUserNamespaces": true,
"canSandboxContent": true,
"canSandboxMedia": true,
"syscallLog": [],
"contentSandboxLevel": 3,
"effectiveContentSandboxLevel": 3
},
"graphics": {
"numTotalWindows": 1,
"numAcceleratedWindows": 0,
"windowLayerManagerType": "Basic",
"windowLayerManagerRemote": true,
"windowUsingAdvancedLayers": false,
"numAcceleratedWindowsMessage": [
""
],
"adapterDescription": "X.Org -- Gallium 0.4 on AMD BONAIRE (DRM 2.43.0 / 4.4.0-96-generic, LLVM 4.0.0)",
"adapterVendorID": "X.Org",
"adapterDeviceID": "Gallium 0.4 on AMD BONAIRE (DRM 2.43.0 / 4.4.0-96-generic, LLVM 4.0.0)",
"adapterRAM": "",
"adapterDrivers": "",
"driverVersion": "3.0 Mesa 17.0.7",
"driverDate": "",
"offMainThreadPaintEnabled": false,
"webgl1Renderer": "X.Org -- Gallium 0.4 on AMD BONAIRE (DRM 2.43.0 / 4.4.0-96-generic, LLVM 4.0.0)",
"webgl1Version": "3.0 Mesa 17.0.7",
"webgl1DriverExtensions": "GL_ARB_multisample GL_EXT_abgr GL_EXT_bgra GL_EXT_blend_color GL_EXT_blend_minmax GL_EXT_blend_subtract GL_EXT_copy_texture GL_EXT_polygon_offset GL_EXT_subtexture GL_EXT_texture_object GL_EXT_vertex_array GL_EXT_compiled_vertex_array GL_EXT_texture GL_EXT_texture3D GL_IBM_rasterpos_clip GL_ARB_point_parameters GL_EXT_draw_range_elements GL_EXT_packed_pixels GL_EXT_point_parameters GL_EXT_rescale_normal GL_EXT_separate_specular_color GL_EXT_texture_edge_clamp GL_SGIS_generate_mipmap GL_SGIS_texture_border_clamp GL_SGIS_texture_edge_clamp GL_SGIS_texture_lod GL_ARB_framebuffer_sRGB GL_ARB_multitexture GL_EXT_framebuffer_sRGB GL_IBM_multimode_draw_arrays GL_IBM_texture_mirrored_repeat GL_ARB_texture_cube_map GL_ARB_texture_env_add GL_ARB_transpose_matrix GL_EXT_blend_func_separate GL_EXT_fog_coord GL_EXT_multi_draw_arrays GL_EXT_secondary_color GL_EXT_texture_env_add GL_EXT_texture_filter_anisotropic GL_EXT_texture_lod_bias GL_INGR_blend_func_separate GL_NV_blend_square GL_NV_light_max_exponent GL_NV_texgen_reflection GL_NV_texture_env_combine4 GL_S3_s3tc GL_SUN_multi_draw_arrays GL_ARB_texture_border_clamp GL_ARB_texture_compression GL_EXT_framebuffer_object GL_EXT_texture_compression_s3tc GL_EXT_texture_env_combine GL_EXT_texture_env_dot3 GL_MESA_window_pos GL_NV_packed_depth_stencil GL_NV_texture_rectangle GL_ARB_depth_texture GL_ARB_occlusion_query GL_ARB_shadow GL_ARB_texture_env_combine GL_ARB_texture_env_crossbar GL_ARB_texture_env_dot3 GL_ARB_texture_mirrored_repeat GL_ARB_window_pos GL_ATI_fragment_shader GL_EXT_stencil_two_side GL_EXT_texture_cube_map GL_NV_depth_clamp GL_NV_fog_distance GL_APPLE_packed_pixels GL_APPLE_vertex_array_object GL_ARB_draw_buffers GL_ARB_fragment_program GL_ARB_fragment_shader GL_ARB_shader_objects GL_ARB_vertex_program GL_ARB_vertex_shader GL_ATI_draw_buffers GL_ATI_texture_env_combine3 GL_ATI_texture_float GL_EXT_depth_bounds_test GL_EXT_shadow_funcs GL_EXT_stencil_wrap GL_MESA_pack_invert GL_NV_primitive_restart GL_ARB_depth_clamp GL_ARB_fragment_program_shadow GL_ARB_half_float_pixel GL_ARB_occlusion_query2 GL_ARB_point_sprite GL_ARB_shading_language_100 GL_ARB_sync GL_ARB_texture_non_power_of_two GL_ARB_vertex_buffer_object GL_ATI_blend_equation_separate GL_EXT_blend_equation_separate GL_OES_read_format GL_ARB_color_buffer_float GL_ARB_pixel_buffer_object GL_ARB_texture_compression_rgtc GL_ARB_texture_float GL_ARB_texture_rectangle GL_ATI_texture_compression_3dc GL_EXT_packed_float GL_EXT_pixel_buffer_object GL_EXT_texture_compression_dxt1 GL_EXT_texture_compression_rgtc GL_EXT_texture_mirror_clamp GL_EXT_texture_rectangle GL_EXT_texture_sRGB GL_EXT_texture_shared_exponent GL_ARB_framebuffer_object GL_EXT_framebuffer_blit GL_EXT_framebuffer_multisample GL_EXT_packed_depth_stencil GL_ARB_vertex_array_object GL_ATI_separate_stencil GL_ATI_texture_mirror_once GL_EXT_draw_buffers2 GL_EXT_draw_instanced GL_EXT_gpu_program_parameters GL_EXT_texture_array GL_EXT_texture_compression_latc GL_EXT_texture_integer GL_EXT_texture_sRGB_decode GL_EXT_timer_query GL_OES_EGL_image GL_AMD_performance_monitor GL_ARB_copy_buffer GL_ARB_depth_buffer_float GL_ARB_draw_instanced GL_ARB_half_float_vertex GL_ARB_instanced_arrays GL_ARB_map_buffer_range GL_ARB_texture_rg GL_ARB_texture_swizzle GL_ARB_vertex_array_bgra GL_EXT_texture_swizzle GL_EXT_vertex_array_bgra GL_NV_conditional_render GL_AMD_conservative_depth GL_AMD_draw_buffers_blend GL_AMD_seamless_cubemap_per_texture GL_AMD_shader_stencil_export GL_ARB_ES2_compatibility GL_ARB_blend_func_extended GL_ARB_debug_output GL_ARB_draw_buffers_blend GL_ARB_draw_elements_base_vertex GL_ARB_explicit_attrib_location GL_ARB_fragment_coord_conventions GL_ARB_provoking_vertex GL_ARB_sample_shading GL_ARB_sampler_objects GL_ARB_seamless_cube_map GL_ARB_shader_stencil_export GL_ARB_shader_texture_lod GL_ARB_texture_cube_map_array GL_ARB_texture_gather GL_ARB_texture_multisample GL_ARB_texture_query_lod GL_ARB_texture_rgb10_a2ui GL_ARB_uniform_buffer_object GL_ARB_vertex_type_2_10_10_10_rev GL_ATI_meminfo GL_EXT_provoking_vertex GL_EXT_texture_snorm GL_MESA_texture_signed_rgba GL_NV_texture_barrier GL_ARB_get_program_binary GL_ARB_robustness GL_ARB_separate_shader_objects GL_ARB_shader_bit_encoding GL_ARB_shader_precision GL_ARB_texture_compression_bptc GL_ARB_timer_query GL_ARB_transform_feedback2 GL_ARB_transform_feedback3 GL_NV_vdpau_interop GL_ANGLE_texture_compression_dxt3 GL_ANGLE_texture_compression_dxt5 GL_ARB_base_instance GL_ARB_compressed_texture_pixel_storage GL_ARB_conservative_depth GL_ARB_internalformat_query GL_ARB_map_buffer_alignment GL_ARB_shader_atomic_counters GL_ARB_shader_image_load_store GL_ARB_shading_language_420pack GL_ARB_shading_language_packing GL_ARB_texture_storage GL_ARB_transform_feedback_instanced GL_EXT_framebuffer_multisample_blit_scaled GL_EXT_transform_feedback GL_AMD_shader_trinary_minmax GL_ARB_ES3_compatibility GL_ARB_arrays_of_arrays GL_ARB_clear_buffer_object GL_ARB_compute_shader GL_ARB_copy_image GL_ARB_explicit_uniform_location GL_ARB_framebuffer_no_attachments GL_ARB_invalidate_subdata GL_ARB_program_interface_query GL_ARB_robust_buffer_access_behavior GL_ARB_shader_image_size GL_ARB_shader_storage_buffer_object GL_ARB_stencil_texturing GL_ARB_texture_query_levels GL_ARB_texture_storage_multisample GL_ARB_texture_view GL_ARB_vertex_attrib_binding GL_KHR_debug GL_KHR_robustness GL_AMD_pinned_memory GL_ARB_buffer_storage GL_ARB_clear_texture GL_ARB_compute_variable_group_size GL_ARB_internalformat_query2 GL_ARB_multi_bind GL_ARB_query_buffer_object GL_ARB_seamless_cubemap_per_texture GL_ARB_texture_mirror_clamp_to_edge GL_ARB_texture_stencil8 GL_ARB_vertex_type_10f_11f_11f_rev GL_EXT_shader_integer_mix GL_NVX_gpu_memory_info GL_ARB_clip_control GL_ARB_conditional_render_inverted GL_ARB_cull_distance GL_ARB_derivative_control GL_ARB_get_texture_sub_image GL_ARB_pipeline_statistics_query GL_ARB_shader_texture_image_samples GL_ARB_texture_barrier GL_EXT_polygon_offset_clamp GL_KHR_context_flush_control GL_KHR_robust_buffer_access_behavior GL_ARB_shader_atomic_counter_ops GL_MESA_shader_integer_functions ",
"webgl1Extensions": "ANGLE_instanced_arrays EXT_blend_minmax EXT_color_buffer_half_float EXT_frag_depth EXT_sRGB EXT_shader_texture_lod EXT_texture_filter_anisotropic EXT_disjoint_timer_query OES_element_index_uint OES_standard_derivatives OES_texture_float OES_texture_float_linear OES_texture_half_float OES_texture_half_float_linear OES_vertex_array_object WEBGL_color_buffer_float WEBGL_compressed_texture_etc WEBGL_compressed_texture_s3tc WEBGL_compressed_texture_s3tc_srgb WEBGL_debug_renderer_info WEBGL_debug_shaders WEBGL_depth_texture WEBGL_draw_buffers WEBGL_lose_context MOZ_WEBGL_lose_context MOZ_WEBGL_compressed_texture_s3tc MOZ_WEBGL_depth_texture",
"webgl1WSIInfo": "GLX 1.4\nGLX_VENDOR(client): Mesa Project and SGI\nGLX_VENDOR(server): SGI\nExtensions: GLX_ARB_create_context GLX_ARB_create_context_profile GLX_ARB_create_context_robustness GLX_ARB_fbconfig_float GLX_ARB_framebuffer_sRGB GLX_ARB_get_proc_address GLX_ARB_multisample GLX_EXT_import_context GLX_EXT_visual_info GLX_EXT_visual_rating GLX_EXT_fbconfig_packed_float GLX_EXT_framebuffer_sRGB GLX_EXT_create_context_es2_profile GLX_EXT_create_context_es_profile GLX_MESA_copy_sub_buffer GLX_MESA_multithread_makecurrent GLX_MESA_query_renderer GLX_MESA_swap_control GLX_OML_swap_method GLX_OML_sync_control GLX_SGI_make_current_read GLX_SGI_swap_control GLX_SGI_video_sync GLX_SGIS_multisample GLX_SGIX_fbconfig GLX_SGIX_pbuffer GLX_SGIX_visual_select_group GLX_EXT_texture_from_pixmap GLX_INTEL_swap_event ",
"webgl2Renderer": "X.Org -- Gallium 0.4 on AMD BONAIRE (DRM 2.43.0 / 4.4.0-96-generic, LLVM 4.0.0)",
"webgl2Version": "4.5 (Core Profile) Mesa 17.0.7",
"webgl2DriverExtensions": "GL_AMD_conservative_depth GL_AMD_draw_buffers_blend GL_AMD_performance_monitor GL_AMD_pinned_memory GL_AMD_seamless_cubemap_per_texture GL_AMD_shader_stencil_export GL_AMD_shader_trinary_minmax GL_AMD_vertex_shader_layer GL_AMD_vertex_shader_viewport_index GL_ANGLE_texture_compression_dxt3 GL_ANGLE_texture_compression_dxt5 GL_ARB_ES2_compatibility GL_ARB_ES3_1_compatibility GL_ARB_ES3_2_compatibility GL_ARB_ES3_compatibility GL_ARB_arrays_of_arrays GL_ARB_base_instance GL_ARB_blend_func_extended GL_ARB_buffer_storage GL_ARB_clear_buffer_object GL_ARB_clear_texture GL_ARB_clip_control GL_ARB_color_buffer_float GL_ARB_compressed_texture_pixel_storage GL_ARB_compute_shader GL_ARB_compute_variable_group_size GL_ARB_conditional_render_inverted GL_ARB_conservative_depth GL_ARB_copy_buffer GL_ARB_copy_image GL_ARB_cull_distance GL_ARB_debug_output GL_ARB_depth_buffer_float GL_ARB_depth_clamp GL_ARB_derivative_control GL_ARB_direct_state_access GL_ARB_draw_buffers GL_ARB_draw_buffers_blend GL_ARB_draw_elements_base_vertex GL_ARB_draw_indirect GL_ARB_draw_instanced GL_ARB_enhanced_layouts GL_ARB_explicit_attrib_location GL_ARB_explicit_uniform_location GL_ARB_fragment_coord_conventions GL_ARB_fragment_layer_viewport GL_ARB_fragment_shader GL_ARB_framebuffer_no_attachments GL_ARB_framebuffer_object GL_ARB_framebuffer_sRGB GL_ARB_get_program_binary GL_ARB_get_texture_sub_image GL_ARB_gpu_shader5 GL_ARB_gpu_shader_fp64 GL_ARB_half_float_pixel GL_ARB_half_float_vertex GL_ARB_instanced_arrays GL_ARB_internalformat_query GL_ARB_internalformat_query2 GL_ARB_invalidate_subdata GL_ARB_map_buffer_alignment GL_ARB_map_buffer_range GL_ARB_multi_bind GL_ARB_multi_draw_indirect GL_ARB_occlusion_query2 GL_ARB_pipeline_statistics_query GL_ARB_pixel_buffer_object GL_ARB_point_sprite GL_ARB_program_interface_query GL_ARB_provoking_vertex GL_ARB_query_buffer_object GL_ARB_robust_buffer_access_behavior GL_ARB_robustness GL_ARB_sample_shading GL_ARB_sampler_objects GL_ARB_seamless_cube_map GL_ARB_seamless_cubemap_per_texture GL_ARB_separate_shader_objects GL_ARB_shader_atomic_counter_ops GL_ARB_shader_atomic_counters GL_ARB_shader_bit_encoding GL_ARB_shader_image_load_store GL_ARB_shader_image_size GL_ARB_shader_objects GL_ARB_shader_precision GL_ARB_shader_stencil_export GL_ARB_shader_storage_buffer_object GL_ARB_shader_subroutine GL_ARB_shader_texture_image_samples GL_ARB_shader_texture_lod GL_ARB_shading_language_420pack GL_ARB_shading_language_packing GL_ARB_stencil_texturing GL_ARB_sync GL_ARB_tessellation_shader GL_ARB_texture_barrier GL_ARB_texture_buffer_object GL_ARB_texture_buffer_object_rgb32 GL_ARB_texture_buffer_range GL_ARB_texture_compression_bptc GL_ARB_texture_compression_rgtc GL_ARB_texture_cube_map_array GL_ARB_texture_float GL_ARB_texture_gather GL_ARB_texture_mirror_clamp_to_edge GL_ARB_texture_multisample GL_ARB_texture_non_power_of_two GL_ARB_texture_query_levels GL_ARB_texture_query_lod GL_ARB_texture_rectangle GL_ARB_texture_rg GL_ARB_texture_rgb10_a2ui GL_ARB_texture_stencil8 GL_ARB_texture_storage GL_ARB_texture_storage_multisample GL_ARB_texture_swizzle GL_ARB_texture_view GL_ARB_timer_query GL_ARB_transform_feedback2 GL_ARB_transform_feedback3 GL_ARB_transform_feedback_instanced GL_ARB_uniform_buffer_object GL_ARB_vertex_array_bgra GL_ARB_vertex_array_object GL_ARB_vertex_attrib_64bit GL_ARB_vertex_attrib_binding GL_ARB_vertex_shader GL_ARB_vertex_type_10f_11f_11f_rev GL_ARB_vertex_type_2_10_10_10_rev GL_ARB_viewport_array GL_ATI_blend_equation_separate GL_ATI_meminfo GL_ATI_texture_float GL_ATI_texture_mirror_once GL_EXT_abgr GL_EXT_blend_equation_separate GL_EXT_depth_bounds_test GL_EXT_draw_buffers2 GL_EXT_draw_instanced GL_EXT_framebuffer_blit GL_EXT_framebuffer_multisample GL_EXT_framebuffer_multisample_blit_scaled GL_EXT_framebuffer_sRGB GL_EXT_packed_depth_stencil GL_EXT_packed_float GL_EXT_pixel_buffer_object GL_EXT_polygon_offset_clamp GL_EXT_provoking_vertex GL_EXT_shader_integer_mix GL_EXT_texture_array GL_EXT_texture_compression_dxt1 GL_EXT_texture_compression_rgtc GL_EXT_texture_compression_s3tc GL_EXT_texture_filter_anisotropic GL_EXT_texture_integer GL_EXT_texture_mirror_clamp GL_EXT_texture_sRGB GL_EXT_texture_sRGB_decode GL_EXT_texture_shared_exponent GL_EXT_texture_snorm GL_EXT_texture_swizzle GL_EXT_timer_query GL_EXT_transform_feedback GL_EXT_vertex_array_bgra GL_IBM_multimode_draw_arrays GL_KHR_context_flush_control GL_KHR_debug GL_KHR_robust_buffer_access_behavior GL_KHR_robustness GL_MESA_pack_invert GL_MESA_shader_integer_functions GL_MESA_texture_signed_rgba GL_NVX_gpu_memory_info GL_NV_conditional_render GL_NV_depth_clamp GL_NV_packed_depth_stencil GL_NV_texture_barrier GL_NV_vdpau_interop GL_OES_EGL_image GL_S3_s3tc",
"webgl2Extensions": "EXT_color_buffer_float EXT_texture_filter_anisotropic EXT_disjoint_timer_query OES_texture_float_linear WEBGL_compressed_texture_etc WEBGL_compressed_texture_s3tc WEBGL_compressed_texture_s3tc_srgb WEBGL_debug_renderer_info WEBGL_debug_shaders WEBGL_lose_context MOZ_WEBGL_lose_context MOZ_WEBGL_compressed_texture_s3tc",
"webgl2WSIInfo": "GLX 1.4\nGLX_VENDOR(client): Mesa Project and SGI\nGLX_VENDOR(server): SGI\nExtensions: GLX_ARB_create_context GLX_ARB_create_context_profile GLX_ARB_create_context_robustness GLX_ARB_fbconfig_float GLX_ARB_framebuffer_sRGB GLX_ARB_get_proc_address GLX_ARB_multisample GLX_EXT_import_context GLX_EXT_visual_info GLX_EXT_visual_rating GLX_EXT_fbconfig_packed_float GLX_EXT_framebuffer_sRGB GLX_EXT_create_context_es2_profile GLX_EXT_create_context_es_profile GLX_MESA_copy_sub_buffer GLX_MESA_multithread_makecurrent GLX_MESA_query_renderer GLX_MESA_swap_control GLX_OML_swap_method GLX_OML_sync_control GLX_SGI_make_current_read GLX_SGI_swap_control GLX_SGI_video_sync GLX_SGIS_multisample GLX_SGIX_fbconfig GLX_SGIX_pbuffer GLX_SGIX_visual_select_group GLX_EXT_texture_from_pixmap GLX_INTEL_swap_event ",
"info": {
"AzureCanvasBackend": "skia",
"AzureFallbackCanvasBackend": "none",
"AzureContentBackend": "skia",
"AzureCanvasAccelerated": 0,
"CairoUseXRender": 1,
"ApzWheelInput": 1,
"ApzDragInput": 1,
"ApzKeyboardInput": 1,
"ApzAutoscrollInput": 1
},
"featureLog": {
"features": [
{
"name": "HW_COMPOSITING",
"description": "Compositing",
"status": "blocked",
"log": [
{
"type": "default",
"status": "blocked",
"message": "Acceleration blocked by platform"
}
]
},
{
"name": "OPENGL_COMPOSITING",
"description": "OpenGL Compositing",
"status": "unavailable",
"log": [
{
"type": "default",
"status": "unavailable",
"message": "Hardware compositing is disabled"
}
]
},
{
"name": "WEBRENDER",
"description": "WebRender",
"status": "unavailable",
"log": [
{
"type": "default",
"status": "opt-in",
"message": "WebRender is an opt-in feature"
},
{
"type": "runtime",
"status": "unavailable",
"message": "Hardware compositing is disabled"
}
]
}
],
"fallbacks": []
},
"crashGuards": []
},
"experiments": [],
"extensions": [
{
"name": "EPUBReader",
"version": "2.0.5",
"isActive": true,
"id": "{5384767E-00D9-40E9-B72F-9CC39D655D6F}"
},
{
"name": "uBlock Origin",
"version": "1.14.8",
"isActive": true,
"id": "uBlock0@raymondhill.net"
},
{
"name": "ChatZilla",
"version": "0.9.93",
"isActive": false,
"id": "{59c81df5-4b7a-477b-912d-4e0fdf64e5f2}"
},
{
"name": "NoScript",
"version": "5.0.10",
"isActive": false,
"id": "{73a6fe31-595d-460b-a920-fcc0f8843232}"
},
{
"name": "Video DownloadHelper",
"version": "6.3.1",
"isActive": false,
"id": "{b9db16a4-6edc-47ec-a1f4-b86292ed211d}"
},
{
"name": "Web Developer",
"version": "1.2.13",
"isActive": false,
"id": "{c45c406e-ab73-11d8-be73-000a95be3b12}"
}
],
"features": [
{
"name": "Activity Stream",
"version": "2017.09.16.0001-2fc82208",
"id": "activity-stream@mozilla.org"
},
{
"name": "Application Update Service Helper",
"version": "2.0",
"id": "aushelper@mozilla.org"
},
{
"name": "Click-to-Play staged rollout",
"version": "1.3",
"id": "clicktoplay-rollout@mozilla.org"
},
{
"name": "Firefox Screenshots",
"version": "16.1.0",
"id": "screenshots@mozilla.org"
},
{
"name": "FlyWeb",
"version": "1.0.0",
"id": "flyweb@mozilla.org"
},
{
"name": "Follow-on Search Telemetry",
"version": "0.9.3",
"id": "followonsearch@mozilla.com"
},
{
"name": "Form Autofill",
"version": "1.0",
"id": "formautofill@mozilla.org"
},
{
"name": "Multi-process staged rollout",
"version": "3.00",
"id": "e10srollout@mozilla.org"
},
{
"name": "Photon onboarding",
"version": "0.1",
"id": "onboarding@mozilla.org"
},
{
"name": "Pocket",
"version": "1.0.5",
"id": "firefox@getpocket.com"
},
{
"name": "Presentation",
"version": "1.0.0",
"id": "presentation@mozilla.org"
},
{
"name": "Shield Recipe Client",
"version": "73",
"id": "shield-recipe-client@mozilla.org"
},
{
"name": "Web Compat",
"version": "1.1",
"id": "webcompat@mozilla.org"
},
{
"name": "WebCompat Reporter",
"version": "1.0.0",
"id": "webcompat-reporter@mozilla.org"
}
]
}
Flags: needinfo?(walterwhite666)
FWIW, unaccelerated graphics, so it shouldn't be the drivers.
Comment 32•8 years ago
|
||
These seem to be a bunch of unrelated crashes, which is odd. But, since you seem to be able to reproduce them regularly, can you try with a clean profile and an official Mozilla build? If not, that should narrow it down to something in your profile.
Reporter | ||
Comment 33•8 years ago
|
||
Already been there :)
Nightly with new profile.
See comment #2 https://bugzilla.mozilla.org/show_bug.cgi?id=1377779#c2
Updated•8 years ago
|
Priority: -- → P2
Reporter | ||
Comment 34•8 years ago
|
||
Should I add Tracking "57 Branch"?
Reporter | ||
Comment 35•8 years ago
|
||
Just had a Thunderbird crash, happens very rarely. Not sure if this is related to this issue.
Here are the reports:
https://crash-stats.mozilla.com/report/index/005cc36c-3597-43aa-a353-2f0fc0170802
https://crash-stats.mozilla.com/report/index/e5a7b256-3d92-4cf4-a411-fd5f40170920
Reporter | ||
Comment 36•8 years ago
|
||
Current Nightly 58.0a1 (2017-09-26) (64-bit) also crashes.
Comment 37•7 years ago
|
||
Closing because no crash reported since 12 weeks.
Status: REOPENED → RESOLVED
Closed: 8 years ago → 7 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•