** Changed in: libunity-webapps
       Status: New => Confirmed

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

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

Status in WebApps: libunity:
  Confirmed
Status in “libunity-webapps” package in Ubuntu:
  New
Status in “libunity-webapps” source package in Quantal:
  New

Bug description:
  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

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to     : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to