Public bug reported:

Firefox contains its own copy of sqlite which is updated in regular
updates. Currently, libunity-webapps links against the system libsqlite
causing 2 copies of it to be mapped in to memory at the same time. This
results in symbol collisions and probably only currently works because
the wind is blowing in the right direction. As the copy of sqlite
shipped with Firefox changes in regular updates, this is likely to go
wrong at some point in a future update.

chr1s@farnsworth:~$ cat /proc/`pidof firefox`/maps | grep sqlite
7f7b043f8000-7f7b04400000 rw-s 00000000 08:01 1361137                    
<snip>/places.sqlite-shm
7f7b0c6bf000-7f7b0c764000 r-xp 00000000 08:01 4330249                    
/usr/lib/x86_64-linux-gnu/libsqlite3.so.0.8.6
7f7b0c764000-7f7b0c964000 ---p 000a5000 08:01 4330249                    
/usr/lib/x86_64-linux-gnu/libsqlite3.so.0.8.6
7f7b0c964000-7f7b0c966000 r--p 000a5000 08:01 4330249                    
/usr/lib/x86_64-linux-gnu/libsqlite3.so.0.8.6
7f7b0c966000-7f7b0c968000 rw-p 000a7000 08:01 4330249                    
/usr/lib/x86_64-linux-gnu/libsqlite3.so.0.8.6
7f7b276ab000-7f7b2772c000 r-xp 00000000 08:01 4459255                    
/usr/lib/firefox/libmozsqlite3.so
7f7b2772c000-7f7b2792c000 ---p 00081000 08:01 4459255                    
/usr/lib/firefox/libmozsqlite3.so
7f7b2792c000-7f7b2792e000 r--p 00081000 08:01 4459255                    
/usr/lib/firefox/libmozsqlite3.so
7f7b2792e000-7f7b27930000 rw-p 00083000 08:01 4459255                    
/usr/lib/firefox/libmozsqlite3.so
7f7b28a09000-7f7b28a11000 rw-s 00000000 08:01 1362522                    
<snippety snip>/cookies.sqlite-shm

** Affects: libunity-webapps (Ubuntu)
     Importance: Undecided
         Status: New

** Affects: libunity-webapps (Ubuntu Quantal)
     Importance: Undecided
         Status: New

** Also affects: Ubuntu Quantal
   Importance: Undecided
       Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1068492

Title:
  Firefox ends up with 2 different copies of sqlite loaded in to memory

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libunity-webapps/+bug/1068492/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to