Closed
Bug 1172893
Opened 10 years ago
Closed 10 years ago
Firefox crashes with assertion failure when attempting to render www.baen.com
Categories
(Firefox :: Untriaged, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1172600
People
(Reporter: roy.trubshaw, Unassigned)
Details
(Keywords: crash)
Crash Data
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Firefox/38.0
Build ID: 20150525141253
Steps to reproduce:
- Create clean profile with firefox -P
- Use clean profile
- Navigate to http://www.baenbooks.com
Actual results:
- Firefox crashes with the following warning and messages on the terminal:
$ firefox -P
(firefox:7961): GLib-GObject-WARNING **: gsignal.c:2275: signal `autoplug-sort' is invalid for instance `0x7f19fff8b000'
(firefox:7961): GLib-GObject-WARNING **: gsignal.c:2275: signal `autoplug-sort' is invalid for instance `0x7f19fff8b000'
(firefox:7961): GStreamer-CRITICAL **: gst_plugin_feature_get_name: assertion `GST_IS_PLUGIN_FEATURE (feature)' failed
Crash reporter dialogue appears.
Expected results:
Page should be rendered with no crash (it did in previous versions of firefox)
| Reporter | ||
Comment 1•10 years ago
|
||
Raw troubleshooting data:
{
"application": {
"name": "Firefox",
"version": "38.0.5",
"buildID": "20150525141253",
"userAgent": "Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Firefox/38.0",
"updateChannel": "release",
"supportURL": "https://support.mozilla.org/1/firefox/38.0.5/Linux/en-GB/",
"numTotalWindows": 1,
"numRemoteWindows": 0,
"remoteAutoStart": false
},
"crashes": {
"submitted": [
{
"id": "bp-33339a02-2c39-4f67-8bf9-60c992150609",
"date": 1433850602000,
"pending": false
},
{
"id": "bp-584670c5-0f79-40df-b5dc-2a7c82150609",
"date": 1433843879000,
"pending": false
},
{
"id": "bp-df5115df-742b-403b-a293-f6d352150608",
"date": 1433780211000,
"pending": false
},
{
"id": "bp-742014f4-d5cc-4e0e-a0a4-cff842150608",
"date": 1433780180000,
"pending": false
},
{
"id": "bp-59a7ca95-15f6-4744-95c3-a3b7f2150608",
"date": 1433775561000,
"pending": false
}
],
"pending": 0
},
"modifiedPreferences": {
"browser.cache.disk.smart_size.first_run": false,
"browser.cache.frecency_experiment": 1,
"browser.cache.disk.capacity": 358400,
"browser.download.importedFromSqlite": true,
"browser.places.smartBookmarksVersion": 7,
"browser.startup.homepage_override.mstone": "38.0.5",
"browser.startup.homepage_override.buildID": "20150525141253",
"extensions.lastAppVersion": "38.0.5",
"media.gmp-gmpopenh264.lastUpdate": 1433850698,
"media.gmp-gmpopenh264.version": "1.4",
"media.gmp-manager.lastCheck": 1433850697,
"media.gmp-manager.buildID": "20150525141253",
"network.cookie.prefsMigrated": true,
"network.predictor.cleaned-up": true,
"places.history.expiration.transient_current_max_pages": 104858,
"plugin.disable_full_page_plugin_for_types": "application/pdf",
"privacy.sanitize.migrateFx3Prefs": true
},
"lockedPreferences": {},
"graphics": {
"numTotalWindows": 1,
"numAcceleratedWindows": 0,
"windowLayerManagerType": "Basic",
"windowLayerManagerRemote": false,
"numAcceleratedWindowsMessage": [
"blockedDriver"
],
"adapterDescription": "Mesa Project -- Software Rasterizer",
"adapterVendorID": "Mesa Project",
"adapterDeviceID": "Software Rasterizer",
"adapterRAM": "",
"adapterDrivers": "",
"driverVersion": "2.1 Mesa 10.1.2",
"driverDate": "",
"webglRendererMessage": [
"blockedDriver"
],
"info": {
"AzureCanvasBackend": "cairo",
"AzureSkiaAccelerated": 0,
"AzureFallbackCanvasBackend": "none",
"AzureContentBackend": "cairo"
}
},
"javaScript": {
"incrementalGCEnabled": true
},
"accessibility": {
"isActive": false,
"forceDisabled": 0
},
"libraryVersions": {
"NSPR": {
"minVersion": "4.10.8",
"version": "4.10.8"
},
"NSS": {
"minVersion": "3.18.1 Basic ECC",
"version": "3.18.1 Basic ECC"
},
"NSSUTIL": {
"minVersion": "3.18.1",
"version": "3.18.1"
},
"NSSSSL": {
"minVersion": "3.18.1 Basic ECC",
"version": "3.18.1 Basic ECC"
},
"NSSSMIME": {
"minVersion": "3.18.1 Basic ECC",
"version": "3.18.1 Basic ECC"
}
},
"userJS": {
"exists": false
},
"sandbox": {
"hasSeccompBPF": false,
"canSandboxMedia": false
},
"extensions": [],
"experiments": []
}
| Reporter | ||
Comment 2•10 years ago
|
||
Sorry URL should be:
http://www.baen.com/
| Reporter | ||
Updated•10 years ago
|
Summary: Firefox crashes with assertion failure when attempting to render www.baenbooks.com → Firefox crashes with assertion failure when attempting to render www.baen.com
Dupe of bug 1164103?
Comment 4•10 years ago
|
||
Duping to the bug where we're tracking these gstreamer-using crashes.
Status: UNCONFIRMED → RESOLVED
Closed: 10 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•