Bug 1032773

Summary: Avoid crashes/malfunction when using NSS shared db (NSS_DEFAULT_DB_TYPE=sql)
Product: Red Hat Enterprise Linux 5 Reporter: Kai Engert (:kaie) (inactive account) <kengert>
Component: xulrunnerAssignee: Martin Stransky <stransky>
Status: CLOSED NOTABUG QA Contact: Desktop QE <desktop-qa-list>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 5.10CC: caillon, emaldona, jhorak, rrelyea, stransky
Target Milestone: rc   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: 1032770 Environment:
Last Closed: 2013-12-02 13:51:47 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On: 1032770    
Bug Blocks: 1032771    

Description Kai Engert (:kaie) (inactive account) 2013-11-20 19:58:09 UTC
+++ This bug was initially created as a clone of Bug #1032770 +++

When using NSS shared DB with Mozilla (actived by setting environment variable NSS_DEFAULT_DB_TYPE=sql), memory allocators are being mixed in system sqlite code, and we crash (or we malfunction).

This is fixed upstream in Mozilla 28, using a makefile patch.

I propose to pick up the patch in RHEL's ESR24.

--- Additional comment from Kai Engert (:kaie) on 2013-11-20 14:55:05 EST ---

Patch: https://hg.mozilla.org/integration/mozilla-inbound/rev/247ff2131af5

Comment 1 Elio Maldonado Batiz 2013-11-21 15:48:35 UTC
I might say yes principle to have the right code but in practice it would have no effect.  We don't support the slqlite database type on RHEL-5.

Comment 2 Martin Stransky 2013-12-02 13:51:47 UTC
So we don't need that for RHEL5, right?