Updates:
        Summary: Memory leak in sqlite in btreeCreateTable() in  
history::URLDatabase::CreateURLTable() and  
history::VisitDatabase::InitVisitTable()

Comment #1 on issue 20581 by d...@chromium.org: Memory leak in sqlite in  
btreeCreateTable() in history::URLDatabase::CreateURLTable() and  
history::VisitDatabase::InitVisitTable()
http://code.google.com/p/chromium/issues/detail?id=20581

Very similar trace in

http://build.chromium.org/buildbot/waterfall.fyi/builders/Mac%20UI%201%20of%203%20(valgrind)/builds/967/steps/valgrind%20test:%20ui/logs/stdio

152 bytes in 1 blocks are definitely lost in loss record 5,823 of 6,862
   malloc (vg_replace_malloc.c:195)
   sqlite3MemMalloc (third_party/sqlite/src/mem1.c:43)
   mallocWithAlarm (third_party/sqlite/src/malloc.c:228)
   sqlite3Malloc (third_party/sqlite/src/malloc.c:251)
   pagerAllocatePage (third_party/sqlite/src/pager.c:3680)
   sqlite3PagerAcquire2 (third_party/sqlite/src/pager.c:3831)
   pagerAcquire (third_party/sqlite/src/pager.c:3780)
   sqlite3PagerAcquire (third_party/sqlite/src/pager.c:3918)
   sqlite3BtreeGetPage (third_party/sqlite/src/btree.c:1082)
   allocateBtreePage (third_party/sqlite/src/btree.c:4248)
   btreeCreateTable (third_party/sqlite/src/btree.c:6145)
   sqlite3BtreeCreateTable (third_party/sqlite/src/btree.c:6159)
   sqlite3VdbeExec (third_party/sqlite/src/vdbe.c:4101)
   sqlite3Step (third_party/sqlite/src/vdbeapi.c:476)
   sqlite3_step (third_party/sqlite/src/vdbeapi.c:540)
   sqlite3_exec (third_party/sqlite/src/legacy.c:73)
   history::VisitDatabase::InitVisitTable()  
(chrome/browser/history/visit_database.cc:65)
   history::ArchivedDatabase::Init(FilePath const&)
(chrome/browser/history/archived_database.cc:57)
   history::HistoryBackend::InitImpl() (history_backend.cc:561)
   history::HistoryBackend::Init() (history_backend.cc:214)


--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~---------~--~----~------------~-------~--~----~
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs
-~----------~----~----~----~------~----~------~--~---

Reply via email to